Skip to content

Instantly share code, notes, and snippets.

@bd808
Created September 12, 2011 00:54
Show Gist options
  • Save bd808/1210384 to your computer and use it in GitHub Desktop.
Save bd808/1210384 to your computer and use it in GitHub Desktop.
brew install gtk+ --use-gcc -v
==> Downloading http://ftp.gnome.org/pub/gnome/sources/gtk+/2.24/gtk+-2.24.6.tar.bz2
File already downloaded in /Users/bpd/Library/Caches/Homebrew
/usr/bin/tar xf /Users/bpd/Library/Caches/Homebrew/gtk+-2.24.6.tar.bz2
==> ./configure --disable-debug --disable-dependency-tracking --prefix=/usr/local/Cellar/gtk+/2.24.6 --disable-glibtest
./configure --disable-debug --disable-dependency-tracking --prefix=/usr/local/Cellar/gtk+/2.24.6 --disable-glibtest
checking for a BSD-compatible install... /usr/local/bin/ginstall -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/local/bin/gmkdir -p
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking build system type... x86_64-apple-darwin10.8.0
checking host system type... x86_64-apple-darwin10.8.0
checking for native Win32... no
checking for gcc... /usr/bin/gcc-4.2
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/gcc-4.2 accepts -g... yes
checking for /usr/bin/gcc-4.2 option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of /usr/bin/gcc-4.2... none
checking whether we are using the GNU C++ compiler... yes
checking whether /usr/bin/g++-4.2 accepts -g... yes
checking dependency style of /usr/bin/g++-4.2... none
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by /usr/bin/gcc-4.2... /usr/bin/gcc-4.2
checking if the linker (/usr/bin/gcc-4.2) is GNU ld... no
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm
checking the name lister (/usr/bin/nm) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 196608
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert x86_64-apple-darwin10.8.0 file names to x86_64-apple-darwin10.8.0 format... func_convert_file_noop
checking how to convert x86_64-apple-darwin10.8.0 file names to toolchain format... func_convert_file_noop
checking for /usr/bin/gcc-4.2 option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... dlltool
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... no
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm output from /usr/bin/gcc-4.2 object... ok
checking for sysroot... no
checking for mt... no
checking if : is a manifest tool... no
checking for dsymutil... dsymutil
checking for nmedit... nmedit
checking for lipo... lipo
checking for otool... otool
checking for otool64... no
checking for -single_module linker flag... yes
checking for -exported_symbols_list linker flag... yes
checking for -force_load linker flag... yes
checking how to run the C preprocessor... /usr/bin/gcc-4.2 -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if /usr/bin/gcc-4.2 supports -fno-rtti -fno-exceptions... yes
checking for /usr/bin/gcc-4.2 option to produce PIC... -fno-common -DPIC
checking if /usr/bin/gcc-4.2 PIC flag -fno-common -DPIC works... yes
checking if /usr/bin/gcc-4.2 static flag -static works... no
checking if /usr/bin/gcc-4.2 supports -c -o file.o... yes
checking if /usr/bin/gcc-4.2 supports -c -o file.o... (cached) yes
checking whether the /usr/bin/gcc-4.2 linker (/usr/bin/gcc-4.2) supports shared libraries... yes
checking dynamic linker characteristics... darwin10.8.0 dyld
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking how to run the C++ preprocessor... /usr/bin/g++-4.2 -E
checking for ld used by /usr/bin/g++-4.2... /usr/bin/gcc-4.2
checking if the linker (/usr/bin/gcc-4.2) is GNU ld... no
checking whether the /usr/bin/g++-4.2 linker (/usr/bin/gcc-4.2) supports shared libraries... yes
checking for /usr/bin/g++-4.2 option to produce PIC... -fno-common -DPIC
checking if /usr/bin/g++-4.2 PIC flag -fno-common -DPIC works... yes
checking if /usr/bin/g++-4.2 static flag -static works... no
checking if /usr/bin/g++-4.2 supports -c -o file.o... yes
checking if /usr/bin/g++-4.2 supports -c -o file.o... (cached) yes
checking whether the /usr/bin/g++-4.2 linker (/usr/bin/gcc-4.2) supports shared libraries... yes
checking dynamic linker characteristics... darwin10.8.0 dyld
checking how to hardcode library paths into programs... immediate
configure: creating ./config.lt
config.lt: creating libtool
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking dependency style of /usr/bin/gcc-4.2... none
checking for nm... /usr/bin/nm
checking whether to enable maintainer-specific portions of Makefiles... no
checking for some Win32 platform... no
checking whether build environment is sane... yes
checking for library containing strerror... none required
checking for gcc... (cached) /usr/bin/gcc-4.2
checking whether we are using the GNU C compiler... (cached) yes
checking whether /usr/bin/gcc-4.2 accepts -g... (cached) yes
checking for /usr/bin/gcc-4.2 option to accept ISO C89... (cached) none needed
checking dependency style of /usr/bin/gcc-4.2... (cached) none
checking whether /usr/bin/gcc-4.2 and cc understand -c and -o together... yes
checking whether make sets $(MAKE)... (cached) yes
checking for pkg-config... /usr/local/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for BASE_DEPENDENCIES... yes
checking for CAIRO_BACKEND... yes
checking Whether to write dependencies into .pc files... no
checking for perl5... no
checking for perl... /usr/bin/perl
checking for indent... indent
checking for lstat... yes
checking for mkstemp... yes
checking for flockfile... yes
checking for getc_unlocked... yes
checking for localtime_r... yes
checking for _NL_TIME_FIRST_WEEKDAY... no
checking for _NL_MEASUREMENT_MEASUREMENT... no
checking for _NL_PAPER_HEIGHT... no
checking for _NL_PAPER_WIDTH... no
checking for sigsetjmp... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking for LC_MESSAGES... yes
checking libintl.h usability... yes
checking libintl.h presence... yes
checking for libintl.h... yes
checking for ngettext in libc... no
checking for bindtextdomain in -lintl... yes
checking for ngettext in -lintl... yes
checking for dgettext in -lintl... yes
checking for bind_textdomain_codeset... yes
checking for msgfmt... /usr/local/Cellar/gettext/0.18.1.1/bin/msgfmt
checking for dcgettext... yes
checking if msgfmt accepts -c... yes
checking for gmsgfmt... /usr/local/Cellar/gettext/0.18.1.1/bin/msgfmt
checking for xgettext... /usr/local/Cellar/gettext/0.18.1.1/bin/xgettext
checking for catalogs to be installed... af am ang ar as ast az az_IR be be@latin bg bn bn_IN br bs ca ca@valencia crh cs cy da de dz el en_CA en_GB eo es et eu fa fi fr ga gl gu he hi hr hu hy ia id io is it ja ka kk kn ko ku li lt lv mai mi mk ml mn mr ms my nb nds ne nl nn nso oc or pa pl ps pt pt_BR ro ru rw si sk sl sq sr sr@latin sr@ije sv ta te th tk tr tt ug uk ur uz uz@cyrillic vi wa xh yi zh_CN zh_HK zh_TW
checking for extra flags to get ANSI library prototypes... none needed
checking for the BeOS... no
checking for HP-UX... no
checking for extra flags for POSIX compliance... none needed
checking for pkg-config... (cached) /usr/local/bin/pkg-config
checking pkg-config is at least version 0.16... yes
checking for GLIB - version >= 2.27.3... yes (version 2.28.8)
checking for bind_textdomain_codeset... (cached) yes
checking pwd.h usability... yes
checking pwd.h presence... yes
checking for pwd.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for unistd.h... (cached) yes
checking ftw.h usability... yes
checking ftw.h presence... yes
checking for ftw.h... yes
checking for GNU ftw extensions... no
checking for ANSI C header files... (cached) yes
checking for an ANSI C-conforming const... yes
checking return type of signal handlers... void
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/param.h... yes
checking for getpagesize... yes
checking for working mmap... yes
checking for mallinfo... no
checking for getresuid... no
checking for uid_t in sys/types.h... yes
checking for fd_set... yes, found in sys/types.h
checking for wchar.h... yes
checking for wctype.h... yes
checking for iswalnum... yes
checking if iswalnum() and friends are properly defined... no
checking for uxtheme.h... no
checking crt_externs.h usability... yes
checking crt_externs.h presence... yes
checking for crt_externs.h... yes
checking for _NSGetEnviron... yes
checking whether to build dynamic modules... yes
checking whether dynamic modules work... yes
checking immodules to build...
checking for sys/wait.h that is POSIX.1 compatible... yes
checking return type of signal handlers... (cached) void
checking sys/systeminfo.h usability... no
checking sys/systeminfo.h presence... no
checking for sys/systeminfo.h... no
checking sys/sysinfo.h usability... no
checking sys/sysinfo.h presence... no
checking for sys/sysinfo.h... no
checking for mediaLib 2.3... checking for mlib_ImageSetStruct in -lmlib... no
checking for gdk-pixbuf-csource... /usr/local/bin/gdk-pixbuf-csource
checking for XOpenDisplay... yes
checking for XextFindDisplay... yes
checking for XRenderQueryExtension... yes
checking if <X11/extensions/XIproto.h> is needed for xReply... no
checking for XConvertCase... yes
checking for XInternAtoms... yes
checking for XAddConnectionWatch... yes
checking for XkbQueryExtension... yes
checking for XShapeCombineMask... yes
checking for XSyncQueryExtension... yes
checking for X11/extensions/sync.h... yes
checking for XShmAttach... yes
checking sys/ipc.h usability... yes
checking sys/ipc.h presence... yes
checking for sys/ipc.h... yes
checking sys/shm.h usability... yes
checking sys/shm.h presence... yes
checking for sys/shm.h... yes
checking X11/extensions/XShm.h... yes
checking for Xinerama support on XFree86... yes
checking Pango flags... -D_REENTRANT -I/usr/local/Cellar/pango/1.28.4/include/pango-1.0 -I/usr/local/Cellar/glib/2.28.8/include/glib-2.0 -I/usr/local/Cellar/glib/2.28.8/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/glib/2.28.8/include -I/usr/X11/include/cairo -I/usr/X11/include/pixman-1 -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include/libpng12 -L/usr/local/Cellar/pango/1.28.4/lib -L/usr/local/Cellar/glib/2.28.8/lib -L/usr/local/Cellar/gettext/0.18.1.1/lib -L/usr/X11/lib -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lglib-2.0 -lintl
checking ATK flags... -D_REENTRANT -I/usr/local/Cellar/atk/2.0.1/include/atk-1.0 -I/usr/local/Cellar/glib/2.28.8/include/glib-2.0 -I/usr/local/Cellar/glib/2.28.8/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/glib/2.28.8/include -L/usr/local/Cellar/atk/2.0.1/lib -L/usr/local/Cellar/glib/2.28.8/lib -L/usr/local/Cellar/gettext/0.18.1.1/lib -latk-1.0 -lgobject-2.0 -lgthread-2.0 -lglib-2.0 -lintl
checking for library containing gethostent... none required
checking for library containing setsockopt... none required
checking for library containing connect... none required
checking for struct sockaddr_un.sun_len... yes
checking for cups-config... /usr/bin/cups-config
checking cups/cups.h usability... yes
checking cups/cups.h presence... yes
checking for cups/cups.h... yes
checking for httpGetAuthString... yes
checking libpapi... checking for papiServiceCreate in -lpapi... no
checking cairo-pdf.h usability... yes
checking cairo-pdf.h presence... yes
checking for cairo-pdf.h... yes
checking cairo-ps.h usability... yes
checking cairo-ps.h presence... yes
checking for cairo-ps.h... yes
checking cairo-svg.h usability... yes
checking cairo-svg.h presence... yes
checking for cairo-svg.h... yes
checking for gobject-introspection... no
checking for gtkdoc-check... no
checking for gtkdoc-rebase... no
checking for gtkdoc-mkpdf... no
checking whether to build gtk-doc documentation... no
checking for db2html... false
configure: creating ./config.status
config.status: creating config.h.win32
config.status: creating gtk-zip.sh
config.status: creating Makefile
config.status: creating gdk-2.0.pc
config.status: creating gtk+-2.0.pc
config.status: creating gtk+-unix-print-2.0.pc
config.status: creating gail.pc
config.status: creating gdk-2.0-uninstalled.pc
config.status: creating gtk+-2.0-uninstalled.pc
config.status: creating gail-uninstalled.pc
config.status: creating m4macros/Makefile
config.status: creating po/Makefile.in
config.status: creating po-properties/Makefile.in
config.status: creating demos/Makefile
config.status: creating demos/gtk-demo/Makefile
config.status: creating demos/gtk-demo/geninclude.pl
config.status: creating tests/Makefile
config.status: creating docs/Makefile
config.status: creating docs/reference/Makefile
config.status: creating docs/reference/gdk/Makefile
config.status: creating docs/reference/gdk/version.xml
config.status: creating docs/reference/gtk/Makefile
config.status: creating docs/reference/gtk/version.xml
config.status: creating docs/reference/libgail-util/Makefile
config.status: creating docs/faq/Makefile
config.status: creating docs/tools/Makefile
config.status: creating docs/tutorial/Makefile
config.status: creating build/Makefile
config.status: creating build/win32/Makefile
config.status: creating build/win32/vs9/Makefile
config.status: creating build/win32/vs10/Makefile
config.status: creating gdk/Makefile
config.status: creating gdk/x11/Makefile
config.status: creating gdk/win32/Makefile
config.status: creating gdk/win32/rc/Makefile
config.status: creating gdk/win32/rc/gdk.rc
config.status: creating gdk/quartz/Makefile
config.status: creating gdk/directfb/Makefile
config.status: creating gdk/tests/Makefile
config.status: creating gtk/Makefile
config.status: creating gtk/makefile.msc
config.status: creating gtk/gtkversion.h
config.status: creating gtk/gtk-win32.rc
config.status: creating gtk/theme-bits/Makefile
config.status: creating gtk/tests/Makefile
config.status: creating modules/Makefile
config.status: creating modules/other/Makefile
config.status: creating modules/other/gail/Makefile
config.status: creating modules/other/gail/libgail-util/Makefile
config.status: creating modules/other/gail/tests/Makefile
config.status: creating modules/engines/Makefile
config.status: creating modules/engines/pixbuf/Makefile
config.status: creating modules/engines/ms-windows/Makefile
config.status: creating modules/engines/ms-windows/Theme/Makefile
config.status: creating modules/engines/ms-windows/Theme/gtk-2.0/Makefile
config.status: creating modules/input/Makefile
config.status: creating modules/printbackends/Makefile
config.status: creating modules/printbackends/cups/Makefile
config.status: creating modules/printbackends/lpr/Makefile
config.status: creating modules/printbackends/file/Makefile
config.status: creating modules/printbackends/papi/Makefile
config.status: creating modules/printbackends/test/Makefile
config.status: creating perf/Makefile
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
config.status: executing default-1 commands
config.status: executing default-2 commands
config.status: executing gdk/gdkconfig.h commands
configuration:
target: x11
==> make install
make install
Making install in po
/bin/sh /private/tmp/homebrew-gtk+-2.24.6-d3Ht/gtk+-2.24.6/install-sh -d /usr/local/Cellar/gtk+/2.24.6/share; \
catalogs='af.gmo am.gmo ang.gmo ar.gmo as.gmo ast.gmo az.gmo az_IR.gmo be.gmo be@latin.gmo bg.gmo bn.gmo bn_IN.gmo br.gmo bs.gmo ca.gmo ca@valencia.gmo crh.gmo cs.gmo cy.gmo da.gmo de.gmo dz.gmo el.gmo en_CA.gmo en_GB.gmo eo.gmo es.gmo et.gmo eu.gmo fa.gmo fi.gmo fr.gmo ga.gmo gl.gmo gu.gmo he.gmo hi.gmo hr.gmo hu.gmo hy.gmo ia.gmo id.gmo io.gmo is.gmo it.gmo ja.gmo ka.gmo kk.gmo kn.gmo ko.gmo ku.gmo li.gmo lt.gmo lv.gmo mai.gmo mi.gmo mk.gmo ml.gmo mn.gmo mr.gmo ms.gmo my.gmo nb.gmo nds.gmo ne.gmo nl.gmo nn.gmo nso.gmo oc.gmo or.gmo pa.gmo pl.gmo ps.gmo pt.gmo pt_BR.gmo ro.gmo ru.gmo rw.gmo si.gmo sk.gmo sl.gmo sq.gmo sr.gmo sr@latin.gmo sr@ije.gmo sv.gmo ta.gmo te.gmo th.gmo tk.gmo tr.gmo tt.gmo ug.gmo uk.gmo ur.gmo uz.gmo uz@cyrillic.gmo vi.gmo wa.gmo xh.gmo yi.gmo zh_CN.gmo zh_HK.gmo zh_TW.gmo'; \
for cat in $catalogs; do \
cat=`basename $cat`; \
case "$cat" in \
*.gmo) destdir=/usr/local/Cellar/gtk+/2.24.6/share/locale;; \
*) destdir=/usr/local/Cellar/gtk+/2.24.6/lib/locale;; \
esac; \
lang=`echo $cat | sed 's/\.gmo$//'`; \
dir=$destdir/$lang/LC_MESSAGES; \
/bin/sh /private/tmp/homebrew-gtk+-2.24.6-d3Ht/gtk+-2.24.6/install-sh -d $dir; \
if test -r $cat; then \
/usr/local/bin/ginstall -c -m 644 $cat $dir/gtk20.mo; \
echo "installing $cat as $dir/gtk20.mo"; \
else \
/usr/local/bin/ginstall -c -m 644 ./$cat $dir/gtk20.mo; \
echo "installing ./$cat as" \
"$dir/gtk20.mo"; \
fi; \
if test -r $cat.m; then \
/usr/local/bin/ginstall -c -m 644 $cat.m $dir/gtk20.mo.m; \
echo "installing $cat.m as $dir/gtk20.mo.m"; \
else \
if test -r ./$cat.m ; then \
/usr/local/bin/ginstall -c -m 644 ./$cat.m \
$dir/gtk20.mo.m; \
echo "installing ./$cat as" \
"$dir/gtk20.mo.m"; \
else \
true; \
fi; \
fi; \
done
installing af.gmo as /usr/local/Cellar/gtk+/2.24.6/share/locale/af/LC_MESSAGES/gtk20.mo
installing am.gmo as /usr/local/Cellar/gtk+/2.24.6/share/locale/am/LC_MESSAGES/gtk20.mo
installing ang.gmo as /usr/local/Cellar/gtk+/2.24.6/share/locale/ang/LC_MESSAGES/gtk20.mo
installing ar.gmo as /usr/local/Cellar/gtk+/2.24.6/share/locale/ar/LC_MESSAGES/gtk20.mo
installing as.gmo as /usr/local/Cellar/gtk+/2.24.6/share/locale/as/LC_MESSAGES/gtk20.mo
installing ast.gmo as /usr/local/Cellar/gtk+/2.24.6/share/locale/ast/LC_MESSAGES/gtk20.mo
installing az.gmo as /usr/local/Cellar/gtk+/2.24.6/share/locale/az/LC_MESSAGES/gtk20.mo
installing az_IR.gmo as /usr/local/Cellar/gtk+/2.24.6/share/locale/az_IR/LC_MESSAGES/gtk20.mo
installing be.gmo as /usr/local/Cellar/gtk+/2.24.6/share/locale/be/LC_MESSAGES/gtk20.mo
installing be@latin.gmo as /usr/local/Cellar/gtk+/2.24.6/share/locale/be@latin/LC_MESSAGES/gtk20.mo
installing bg.gmo as /usr/local/Cellar/gtk+/2.24.6/share/locale/bg/LC_MESSAGES/gtk20.mo
installing bn.gmo as /usr/local/Cellar/gtk+/2.24.6/share/locale/bn/LC_MESSAGES/gtk20.mo
installing bn_IN.gmo as /usr/local/Cellar/gtk+/2.24.6/share/locale/bn_IN/LC_MESSAGES/gtk20.mo
installing br.gmo as /usr/local/Cellar/gtk+/2.24.6/share/locale/br/LC_MESSAGES/gtk20.mo
installing bs.gmo as /usr/local/Cellar/gtk+/2.24.6/share/locale/bs/LC_MESSAGES/gtk20.mo
installing ca.gmo as /usr/local/Cellar/gtk+/2.24.6/share/locale/ca/LC_MESSAGES/gtk20.mo
installing ca@valencia.gmo as /usr/local/Cellar/gtk+/2.24.6/share/locale/ca@valencia/LC_MESSAGES/gtk20.mo
installing crh.gmo as /usr/local/Cellar/gtk+/2.24.6/share/locale/crh/LC_MESSAGES/gtk20.mo
installing cs.gmo as /usr/local/Cellar/gtk+/2.24.6/share/locale/cs/LC_MESSAGES/gtk20.mo
installing cy.gmo as /usr/local/Cellar/gtk+/2.24.6/share/locale/cy/LC_MESSAGES/gtk20.mo
installing da.gmo as /usr/local/Cellar/gtk+/2.24.6/share/locale/da/LC_MESSAGES/gtk20.mo
installing de.gmo as /usr/local/Cellar/gtk+/2.24.6/share/locale/de/LC_MESSAGES/gtk20.mo
installing dz.gmo as /usr/local/Cellar/gtk+/2.24.6/share/locale/dz/LC_MESSAGES/gtk20.mo
installing el.gmo as /usr/local/Cellar/gtk+/2.24.6/share/locale/el/LC_MESSAGES/gtk20.mo
installing en_CA.gmo as /usr/local/Cellar/gtk+/2.24.6/share/locale/en_CA/LC_MESSAGES/gtk20.mo
installing en_GB.gmo as /usr/local/Cellar/gtk+/2.24.6/share/locale/en_GB/LC_MESSAGES/gtk20.mo
installing eo.gmo as /usr/local/Cellar/gtk+/2.24.6/share/locale/eo/LC_MESSAGES/gtk20.mo
installing es.gmo as /usr/local/Cellar/gtk+/2.24.6/share/locale/es/LC_MESSAGES/gtk20.mo
installing et.gmo as /usr/local/Cellar/gtk+/2.24.6/share/locale/et/LC_MESSAGES/gtk20.mo
installing eu.gmo as /usr/local/Cellar/gtk+/2.24.6/share/locale/eu/LC_MESSAGES/gtk20.mo
installing fa.gmo as /usr/local/Cellar/gtk+/2.24.6/share/locale/fa/LC_MESSAGES/gtk20.mo
installing fi.gmo as /usr/local/Cellar/gtk+/2.24.6/share/locale/fi/LC_MESSAGES/gtk20.mo
installing fr.gmo as /usr/local/Cellar/gtk+/2.24.6/share/locale/fr/LC_MESSAGES/gtk20.mo
installing ga.gmo as /usr/local/Cellar/gtk+/2.24.6/share/locale/ga/LC_MESSAGES/gtk20.mo
installing gl.gmo as /usr/local/Cellar/gtk+/2.24.6/share/locale/gl/LC_MESSAGES/gtk20.mo
installing gu.gmo as /usr/local/Cellar/gtk+/2.24.6/share/locale/gu/LC_MESSAGES/gtk20.mo
installing he.gmo as /usr/local/Cellar/gtk+/2.24.6/share/locale/he/LC_MESSAGES/gtk20.mo
installing hi.gmo as /usr/local/Cellar/gtk+/2.24.6/share/locale/hi/LC_MESSAGES/gtk20.mo
installing hr.gmo as /usr/local/Cellar/gtk+/2.24.6/share/locale/hr/LC_MESSAGES/gtk20.mo
installing hu.gmo as /usr/local/Cellar/gtk+/2.24.6/share/locale/hu/LC_MESSAGES/gtk20.mo
installing hy.gmo as /usr/local/Cellar/gtk+/2.24.6/share/locale/hy/LC_MESSAGES/gtk20.mo
installing ia.gmo as /usr/local/Cellar/gtk+/2.24.6/share/locale/ia/LC_MESSAGES/gtk20.mo
installing id.gmo as /usr/local/Cellar/gtk+/2.24.6/share/locale/id/LC_MESSAGES/gtk20.mo
installing io.gmo as /usr/local/Cellar/gtk+/2.24.6/share/locale/io/LC_MESSAGES/gtk20.mo
installing is.gmo as /usr/local/Cellar/gtk+/2.24.6/share/locale/is/LC_MESSAGES/gtk20.mo
installing it.gmo as /usr/local/Cellar/gtk+/2.24.6/share/locale/it/LC_MESSAGES/gtk20.mo
installing ja.gmo as /usr/local/Cellar/gtk+/2.24.6/share/locale/ja/LC_MESSAGES/gtk20.mo
installing ka.gmo as /usr/local/Cellar/gtk+/2.24.6/share/locale/ka/LC_MESSAGES/gtk20.mo
installing kk.gmo as /usr/local/Cellar/gtk+/2.24.6/share/locale/kk/LC_MESSAGES/gtk20.mo
installing kn.gmo as /usr/local/Cellar/gtk+/2.24.6/share/locale/kn/LC_MESSAGES/gtk20.mo
installing ko.gmo as /usr/local/Cellar/gtk+/2.24.6/share/locale/ko/LC_MESSAGES/gtk20.mo
installing ku.gmo as /usr/local/Cellar/gtk+/2.24.6/share/locale/ku/LC_MESSAGES/gtk20.mo
installing li.gmo as /usr/local/Cellar/gtk+/2.24.6/share/locale/li/LC_MESSAGES/gtk20.mo
installing lt.gmo as /usr/local/Cellar/gtk+/2.24.6/share/locale/lt/LC_MESSAGES/gtk20.mo
installing lv.gmo as /usr/local/Cellar/gtk+/2.24.6/share/locale/lv/LC_MESSAGES/gtk20.mo
installing mai.gmo as /usr/local/Cellar/gtk+/2.24.6/share/locale/mai/LC_MESSAGES/gtk20.mo
installing mi.gmo as /usr/local/Cellar/gtk+/2.24.6/share/locale/mi/LC_MESSAGES/gtk20.mo
installing mk.gmo as /usr/local/Cellar/gtk+/2.24.6/share/locale/mk/LC_MESSAGES/gtk20.mo
installing ml.gmo as /usr/local/Cellar/gtk+/2.24.6/share/locale/ml/LC_MESSAGES/gtk20.mo
installing mn.gmo as /usr/local/Cellar/gtk+/2.24.6/share/locale/mn/LC_MESSAGES/gtk20.mo
installing mr.gmo as /usr/local/Cellar/gtk+/2.24.6/share/locale/mr/LC_MESSAGES/gtk20.mo
installing ms.gmo as /usr/local/Cellar/gtk+/2.24.6/share/locale/ms/LC_MESSAGES/gtk20.mo
installing my.gmo as /usr/local/Cellar/gtk+/2.24.6/share/locale/my/LC_MESSAGES/gtk20.mo
installing nb.gmo as /usr/local/Cellar/gtk+/2.24.6/share/locale/nb/LC_MESSAGES/gtk20.mo
installing nds.gmo as /usr/local/Cellar/gtk+/2.24.6/share/locale/nds/LC_MESSAGES/gtk20.mo
installing ne.gmo as /usr/local/Cellar/gtk+/2.24.6/share/locale/ne/LC_MESSAGES/gtk20.mo
installing nl.gmo as /usr/local/Cellar/gtk+/2.24.6/share/locale/nl/LC_MESSAGES/gtk20.mo
installing nn.gmo as /usr/local/Cellar/gtk+/2.24.6/share/locale/nn/LC_MESSAGES/gtk20.mo
installing nso.gmo as /usr/local/Cellar/gtk+/2.24.6/share/locale/nso/LC_MESSAGES/gtk20.mo
installing oc.gmo as /usr/local/Cellar/gtk+/2.24.6/share/locale/oc/LC_MESSAGES/gtk20.mo
installing or.gmo as /usr/local/Cellar/gtk+/2.24.6/share/locale/or/LC_MESSAGES/gtk20.mo
installing pa.gmo as /usr/local/Cellar/gtk+/2.24.6/share/locale/pa/LC_MESSAGES/gtk20.mo
installing pl.gmo as /usr/local/Cellar/gtk+/2.24.6/share/locale/pl/LC_MESSAGES/gtk20.mo
installing ps.gmo as /usr/local/Cellar/gtk+/2.24.6/share/locale/ps/LC_MESSAGES/gtk20.mo
installing pt.gmo as /usr/local/Cellar/gtk+/2.24.6/share/locale/pt/LC_MESSAGES/gtk20.mo
installing pt_BR.gmo as /usr/local/Cellar/gtk+/2.24.6/share/locale/pt_BR/LC_MESSAGES/gtk20.mo
installing ro.gmo as /usr/local/Cellar/gtk+/2.24.6/share/locale/ro/LC_MESSAGES/gtk20.mo
installing ru.gmo as /usr/local/Cellar/gtk+/2.24.6/share/locale/ru/LC_MESSAGES/gtk20.mo
installing rw.gmo as /usr/local/Cellar/gtk+/2.24.6/share/locale/rw/LC_MESSAGES/gtk20.mo
installing si.gmo as /usr/local/Cellar/gtk+/2.24.6/share/locale/si/LC_MESSAGES/gtk20.mo
installing sk.gmo as /usr/local/Cellar/gtk+/2.24.6/share/locale/sk/LC_MESSAGES/gtk20.mo
installing sl.gmo as /usr/local/Cellar/gtk+/2.24.6/share/locale/sl/LC_MESSAGES/gtk20.mo
installing sq.gmo as /usr/local/Cellar/gtk+/2.24.6/share/locale/sq/LC_MESSAGES/gtk20.mo
installing sr.gmo as /usr/local/Cellar/gtk+/2.24.6/share/locale/sr/LC_MESSAGES/gtk20.mo
installing sr@latin.gmo as /usr/local/Cellar/gtk+/2.24.6/share/locale/sr@latin/LC_MESSAGES/gtk20.mo
installing sr@ije.gmo as /usr/local/Cellar/gtk+/2.24.6/share/locale/sr@ije/LC_MESSAGES/gtk20.mo
installing sv.gmo as /usr/local/Cellar/gtk+/2.24.6/share/locale/sv/LC_MESSAGES/gtk20.mo
installing ta.gmo as /usr/local/Cellar/gtk+/2.24.6/share/locale/ta/LC_MESSAGES/gtk20.mo
installing te.gmo as /usr/local/Cellar/gtk+/2.24.6/share/locale/te/LC_MESSAGES/gtk20.mo
installing th.gmo as /usr/local/Cellar/gtk+/2.24.6/share/locale/th/LC_MESSAGES/gtk20.mo
installing tk.gmo as /usr/local/Cellar/gtk+/2.24.6/share/locale/tk/LC_MESSAGES/gtk20.mo
installing tr.gmo as /usr/local/Cellar/gtk+/2.24.6/share/locale/tr/LC_MESSAGES/gtk20.mo
installing tt.gmo as /usr/local/Cellar/gtk+/2.24.6/share/locale/tt/LC_MESSAGES/gtk20.mo
installing ug.gmo as /usr/local/Cellar/gtk+/2.24.6/share/locale/ug/LC_MESSAGES/gtk20.mo
installing uk.gmo as /usr/local/Cellar/gtk+/2.24.6/share/locale/uk/LC_MESSAGES/gtk20.mo
installing ur.gmo as /usr/local/Cellar/gtk+/2.24.6/share/locale/ur/LC_MESSAGES/gtk20.mo
installing uz.gmo as /usr/local/Cellar/gtk+/2.24.6/share/locale/uz/LC_MESSAGES/gtk20.mo
installing uz@cyrillic.gmo as /usr/local/Cellar/gtk+/2.24.6/share/locale/uz@cyrillic/LC_MESSAGES/gtk20.mo
installing vi.gmo as /usr/local/Cellar/gtk+/2.24.6/share/locale/vi/LC_MESSAGES/gtk20.mo
installing wa.gmo as /usr/local/Cellar/gtk+/2.24.6/share/locale/wa/LC_MESSAGES/gtk20.mo
installing xh.gmo as /usr/local/Cellar/gtk+/2.24.6/share/locale/xh/LC_MESSAGES/gtk20.mo
installing yi.gmo as /usr/local/Cellar/gtk+/2.24.6/share/locale/yi/LC_MESSAGES/gtk20.mo
installing zh_CN.gmo as /usr/local/Cellar/gtk+/2.24.6/share/locale/zh_CN/LC_MESSAGES/gtk20.mo
installing zh_HK.gmo as /usr/local/Cellar/gtk+/2.24.6/share/locale/zh_HK/LC_MESSAGES/gtk20.mo
installing zh_TW.gmo as /usr/local/Cellar/gtk+/2.24.6/share/locale/zh_TW/LC_MESSAGES/gtk20.mo
if test "gtk+" = "glib"; then \
/bin/sh /private/tmp/homebrew-gtk+-2.24.6-d3Ht/gtk+-2.24.6/install-sh -d /usr/local/Cellar/gtk+/2.24.6/share/glib-2.0/gettext/po; \
/usr/local/bin/ginstall -c -m 644 ./Makefile.in.in \
/usr/local/Cellar/gtk+/2.24.6/share/glib-2.0/gettext/po/Makefile.in.in; \
else \
: ; \
fi
Making install in po-properties
/bin/sh /private/tmp/homebrew-gtk+-2.24.6-d3Ht/gtk+-2.24.6/install-sh -d /usr/local/Cellar/gtk+/2.24.6/share; \
catalogs='af.gmo am.gmo ang.gmo ar.gmo as.gmo ast.gmo az.gmo az_IR.gmo be.gmo be@latin.gmo bg.gmo bn.gmo bn_IN.gmo br.gmo bs.gmo ca.gmo ca@valencia.gmo crh.gmo cs.gmo cy.gmo da.gmo de.gmo dz.gmo el.gmo en_CA.gmo en_GB.gmo eo.gmo es.gmo et.gmo eu.gmo fa.gmo fi.gmo fr.gmo ga.gmo gl.gmo gu.gmo he.gmo hi.gmo hr.gmo hu.gmo hy.gmo ia.gmo id.gmo io.gmo is.gmo it.gmo ja.gmo ka.gmo kk.gmo kn.gmo ko.gmo ku.gmo li.gmo lt.gmo lv.gmo mai.gmo mi.gmo mk.gmo ml.gmo mn.gmo mr.gmo ms.gmo my.gmo nb.gmo nds.gmo ne.gmo nl.gmo nn.gmo nso.gmo oc.gmo or.gmo pa.gmo pl.gmo ps.gmo pt.gmo pt_BR.gmo ro.gmo ru.gmo rw.gmo si.gmo sk.gmo sl.gmo sq.gmo sr.gmo sr@latin.gmo sr@ije.gmo sv.gmo ta.gmo te.gmo th.gmo tk.gmo tr.gmo tt.gmo ug.gmo uk.gmo ur.gmo uz.gmo uz@cyrillic.gmo vi.gmo wa.gmo xh.gmo yi.gmo zh_CN.gmo zh_HK.gmo zh_TW.gmo'; \
for cat in $catalogs; do \
cat=`basename $cat`; \
case "$cat" in \
*.gmo) destdir=/usr/local/Cellar/gtk+/2.24.6/share/locale;; \
*) destdir=/usr/local/Cellar/gtk+/2.24.6/lib/locale;; \
esac; \
lang=`echo $cat | sed 's/\.gmo$//'`; \
dir=$destdir/$lang/LC_MESSAGES; \
/bin/sh /private/tmp/homebrew-gtk+-2.24.6-d3Ht/gtk+-2.24.6/install-sh -d $dir; \
if test -r $cat; then \
/usr/local/bin/ginstall -c -m 644 $cat $dir/gtk20-properties.mo; \
echo "installing $cat as $dir/gtk20-properties.mo"; \
else \
/usr/local/bin/ginstall -c -m 644 ./$cat $dir/gtk20-properties.mo; \
echo "installing ./$cat as" \
"$dir/gtk20-properties.mo"; \
fi; \
if test -r $cat.m; then \
/usr/local/bin/ginstall -c -m 644 $cat.m $dir/gtk20-properties.mo.m; \
echo "installing $cat.m as $dir/gtk20-properties.mo.m"; \
else \
if test -r ./$cat.m ; then \
/usr/local/bin/ginstall -c -m 644 ./$cat.m \
$dir/gtk20-properties.mo.m; \
echo "installing ./$cat as" \
"$dir/gtk20-properties.mo.m"; \
else \
true; \
fi; \
fi; \
done
installing af.gmo as /usr/local/Cellar/gtk+/2.24.6/share/locale/af/LC_MESSAGES/gtk20-properties.mo
installing am.gmo as /usr/local/Cellar/gtk+/2.24.6/share/locale/am/LC_MESSAGES/gtk20-properties.mo
installing ang.gmo as /usr/local/Cellar/gtk+/2.24.6/share/locale/ang/LC_MESSAGES/gtk20-properties.mo
installing ar.gmo as /usr/local/Cellar/gtk+/2.24.6/share/locale/ar/LC_MESSAGES/gtk20-properties.mo
installing as.gmo as /usr/local/Cellar/gtk+/2.24.6/share/locale/as/LC_MESSAGES/gtk20-properties.mo
installing ast.gmo as /usr/local/Cellar/gtk+/2.24.6/share/locale/ast/LC_MESSAGES/gtk20-properties.mo
installing az.gmo as /usr/local/Cellar/gtk+/2.24.6/share/locale/az/LC_MESSAGES/gtk20-properties.mo
installing az_IR.gmo as /usr/local/Cellar/gtk+/2.24.6/share/locale/az_IR/LC_MESSAGES/gtk20-properties.mo
installing be.gmo as /usr/local/Cellar/gtk+/2.24.6/share/locale/be/LC_MESSAGES/gtk20-properties.mo
installing be@latin.gmo as /usr/local/Cellar/gtk+/2.24.6/share/locale/be@latin/LC_MESSAGES/gtk20-properties.mo
installing bg.gmo as /usr/local/Cellar/gtk+/2.24.6/share/locale/bg/LC_MESSAGES/gtk20-properties.mo
installing bn.gmo as /usr/local/Cellar/gtk+/2.24.6/share/locale/bn/LC_MESSAGES/gtk20-properties.mo
installing bn_IN.gmo as /usr/local/Cellar/gtk+/2.24.6/share/locale/bn_IN/LC_MESSAGES/gtk20-properties.mo
installing br.gmo as /usr/local/Cellar/gtk+/2.24.6/share/locale/br/LC_MESSAGES/gtk20-properties.mo
installing bs.gmo as /usr/local/Cellar/gtk+/2.24.6/share/locale/bs/LC_MESSAGES/gtk20-properties.mo
installing ca.gmo as /usr/local/Cellar/gtk+/2.24.6/share/locale/ca/LC_MESSAGES/gtk20-properties.mo
installing ca@valencia.gmo as /usr/local/Cellar/gtk+/2.24.6/share/locale/ca@valencia/LC_MESSAGES/gtk20-properties.mo
installing crh.gmo as /usr/local/Cellar/gtk+/2.24.6/share/locale/crh/LC_MESSAGES/gtk20-properties.mo
installing cs.gmo as /usr/local/Cellar/gtk+/2.24.6/share/locale/cs/LC_MESSAGES/gtk20-properties.mo
installing cy.gmo as /usr/local/Cellar/gtk+/2.24.6/share/locale/cy/LC_MESSAGES/gtk20-properties.mo
installing da.gmo as /usr/local/Cellar/gtk+/2.24.6/share/locale/da/LC_MESSAGES/gtk20-properties.mo
installing de.gmo as /usr/local/Cellar/gtk+/2.24.6/share/locale/de/LC_MESSAGES/gtk20-properties.mo
installing dz.gmo as /usr/local/Cellar/gtk+/2.24.6/share/locale/dz/LC_MESSAGES/gtk20-properties.mo
installing el.gmo as /usr/local/Cellar/gtk+/2.24.6/share/locale/el/LC_MESSAGES/gtk20-properties.mo
installing en_CA.gmo as /usr/local/Cellar/gtk+/2.24.6/share/locale/en_CA/LC_MESSAGES/gtk20-properties.mo
installing en_GB.gmo as /usr/local/Cellar/gtk+/2.24.6/share/locale/en_GB/LC_MESSAGES/gtk20-properties.mo
installing eo.gmo as /usr/local/Cellar/gtk+/2.24.6/share/locale/eo/LC_MESSAGES/gtk20-properties.mo
installing es.gmo as /usr/local/Cellar/gtk+/2.24.6/share/locale/es/LC_MESSAGES/gtk20-properties.mo
installing et.gmo as /usr/local/Cellar/gtk+/2.24.6/share/locale/et/LC_MESSAGES/gtk20-properties.mo
installing eu.gmo as /usr/local/Cellar/gtk+/2.24.6/share/locale/eu/LC_MESSAGES/gtk20-properties.mo
installing fa.gmo as /usr/local/Cellar/gtk+/2.24.6/share/locale/fa/LC_MESSAGES/gtk20-properties.mo
installing fi.gmo as /usr/local/Cellar/gtk+/2.24.6/share/locale/fi/LC_MESSAGES/gtk20-properties.mo
installing fr.gmo as /usr/local/Cellar/gtk+/2.24.6/share/locale/fr/LC_MESSAGES/gtk20-properties.mo
installing ga.gmo as /usr/local/Cellar/gtk+/2.24.6/share/locale/ga/LC_MESSAGES/gtk20-properties.mo
installing gl.gmo as /usr/local/Cellar/gtk+/2.24.6/share/locale/gl/LC_MESSAGES/gtk20-properties.mo
installing gu.gmo as /usr/local/Cellar/gtk+/2.24.6/share/locale/gu/LC_MESSAGES/gtk20-properties.mo
installing he.gmo as /usr/local/Cellar/gtk+/2.24.6/share/locale/he/LC_MESSAGES/gtk20-properties.mo
installing hi.gmo as /usr/local/Cellar/gtk+/2.24.6/share/locale/hi/LC_MESSAGES/gtk20-properties.mo
installing hr.gmo as /usr/local/Cellar/gtk+/2.24.6/share/locale/hr/LC_MESSAGES/gtk20-properties.mo
installing hu.gmo as /usr/local/Cellar/gtk+/2.24.6/share/locale/hu/LC_MESSAGES/gtk20-properties.mo
installing hy.gmo as /usr/local/Cellar/gtk+/2.24.6/share/locale/hy/LC_MESSAGES/gtk20-properties.mo
installing ia.gmo as /usr/local/Cellar/gtk+/2.24.6/share/locale/ia/LC_MESSAGES/gtk20-properties.mo
installing id.gmo as /usr/local/Cellar/gtk+/2.24.6/share/locale/id/LC_MESSAGES/gtk20-properties.mo
installing io.gmo as /usr/local/Cellar/gtk+/2.24.6/share/locale/io/LC_MESSAGES/gtk20-properties.mo
installing is.gmo as /usr/local/Cellar/gtk+/2.24.6/share/locale/is/LC_MESSAGES/gtk20-properties.mo
installing it.gmo as /usr/local/Cellar/gtk+/2.24.6/share/locale/it/LC_MESSAGES/gtk20-properties.mo
installing ja.gmo as /usr/local/Cellar/gtk+/2.24.6/share/locale/ja/LC_MESSAGES/gtk20-properties.mo
installing ka.gmo as /usr/local/Cellar/gtk+/2.24.6/share/locale/ka/LC_MESSAGES/gtk20-properties.mo
installing kk.gmo as /usr/local/Cellar/gtk+/2.24.6/share/locale/kk/LC_MESSAGES/gtk20-properties.mo
installing kn.gmo as /usr/local/Cellar/gtk+/2.24.6/share/locale/kn/LC_MESSAGES/gtk20-properties.mo
installing ko.gmo as /usr/local/Cellar/gtk+/2.24.6/share/locale/ko/LC_MESSAGES/gtk20-properties.mo
installing ku.gmo as /usr/local/Cellar/gtk+/2.24.6/share/locale/ku/LC_MESSAGES/gtk20-properties.mo
installing li.gmo as /usr/local/Cellar/gtk+/2.24.6/share/locale/li/LC_MESSAGES/gtk20-properties.mo
installing lt.gmo as /usr/local/Cellar/gtk+/2.24.6/share/locale/lt/LC_MESSAGES/gtk20-properties.mo
installing lv.gmo as /usr/local/Cellar/gtk+/2.24.6/share/locale/lv/LC_MESSAGES/gtk20-properties.mo
installing mai.gmo as /usr/local/Cellar/gtk+/2.24.6/share/locale/mai/LC_MESSAGES/gtk20-properties.mo
installing mi.gmo as /usr/local/Cellar/gtk+/2.24.6/share/locale/mi/LC_MESSAGES/gtk20-properties.mo
installing mk.gmo as /usr/local/Cellar/gtk+/2.24.6/share/locale/mk/LC_MESSAGES/gtk20-properties.mo
installing ml.gmo as /usr/local/Cellar/gtk+/2.24.6/share/locale/ml/LC_MESSAGES/gtk20-properties.mo
installing mn.gmo as /usr/local/Cellar/gtk+/2.24.6/share/locale/mn/LC_MESSAGES/gtk20-properties.mo
installing mr.gmo as /usr/local/Cellar/gtk+/2.24.6/share/locale/mr/LC_MESSAGES/gtk20-properties.mo
installing ms.gmo as /usr/local/Cellar/gtk+/2.24.6/share/locale/ms/LC_MESSAGES/gtk20-properties.mo
installing my.gmo as /usr/local/Cellar/gtk+/2.24.6/share/locale/my/LC_MESSAGES/gtk20-properties.mo
installing nb.gmo as /usr/local/Cellar/gtk+/2.24.6/share/locale/nb/LC_MESSAGES/gtk20-properties.mo
installing nds.gmo as /usr/local/Cellar/gtk+/2.24.6/share/locale/nds/LC_MESSAGES/gtk20-properties.mo
installing ne.gmo as /usr/local/Cellar/gtk+/2.24.6/share/locale/ne/LC_MESSAGES/gtk20-properties.mo
installing nl.gmo as /usr/local/Cellar/gtk+/2.24.6/share/locale/nl/LC_MESSAGES/gtk20-properties.mo
installing nn.gmo as /usr/local/Cellar/gtk+/2.24.6/share/locale/nn/LC_MESSAGES/gtk20-properties.mo
installing nso.gmo as /usr/local/Cellar/gtk+/2.24.6/share/locale/nso/LC_MESSAGES/gtk20-properties.mo
installing oc.gmo as /usr/local/Cellar/gtk+/2.24.6/share/locale/oc/LC_MESSAGES/gtk20-properties.mo
installing or.gmo as /usr/local/Cellar/gtk+/2.24.6/share/locale/or/LC_MESSAGES/gtk20-properties.mo
installing pa.gmo as /usr/local/Cellar/gtk+/2.24.6/share/locale/pa/LC_MESSAGES/gtk20-properties.mo
installing pl.gmo as /usr/local/Cellar/gtk+/2.24.6/share/locale/pl/LC_MESSAGES/gtk20-properties.mo
installing ps.gmo as /usr/local/Cellar/gtk+/2.24.6/share/locale/ps/LC_MESSAGES/gtk20-properties.mo
installing pt.gmo as /usr/local/Cellar/gtk+/2.24.6/share/locale/pt/LC_MESSAGES/gtk20-properties.mo
installing pt_BR.gmo as /usr/local/Cellar/gtk+/2.24.6/share/locale/pt_BR/LC_MESSAGES/gtk20-properties.mo
installing ro.gmo as /usr/local/Cellar/gtk+/2.24.6/share/locale/ro/LC_MESSAGES/gtk20-properties.mo
installing ru.gmo as /usr/local/Cellar/gtk+/2.24.6/share/locale/ru/LC_MESSAGES/gtk20-properties.mo
installing rw.gmo as /usr/local/Cellar/gtk+/2.24.6/share/locale/rw/LC_MESSAGES/gtk20-properties.mo
installing si.gmo as /usr/local/Cellar/gtk+/2.24.6/share/locale/si/LC_MESSAGES/gtk20-properties.mo
installing sk.gmo as /usr/local/Cellar/gtk+/2.24.6/share/locale/sk/LC_MESSAGES/gtk20-properties.mo
installing sl.gmo as /usr/local/Cellar/gtk+/2.24.6/share/locale/sl/LC_MESSAGES/gtk20-properties.mo
installing sq.gmo as /usr/local/Cellar/gtk+/2.24.6/share/locale/sq/LC_MESSAGES/gtk20-properties.mo
installing sr.gmo as /usr/local/Cellar/gtk+/2.24.6/share/locale/sr/LC_MESSAGES/gtk20-properties.mo
installing sr@latin.gmo as /usr/local/Cellar/gtk+/2.24.6/share/locale/sr@latin/LC_MESSAGES/gtk20-properties.mo
installing sr@ije.gmo as /usr/local/Cellar/gtk+/2.24.6/share/locale/sr@ije/LC_MESSAGES/gtk20-properties.mo
installing sv.gmo as /usr/local/Cellar/gtk+/2.24.6/share/locale/sv/LC_MESSAGES/gtk20-properties.mo
installing ta.gmo as /usr/local/Cellar/gtk+/2.24.6/share/locale/ta/LC_MESSAGES/gtk20-properties.mo
installing te.gmo as /usr/local/Cellar/gtk+/2.24.6/share/locale/te/LC_MESSAGES/gtk20-properties.mo
installing th.gmo as /usr/local/Cellar/gtk+/2.24.6/share/locale/th/LC_MESSAGES/gtk20-properties.mo
installing tk.gmo as /usr/local/Cellar/gtk+/2.24.6/share/locale/tk/LC_MESSAGES/gtk20-properties.mo
installing tr.gmo as /usr/local/Cellar/gtk+/2.24.6/share/locale/tr/LC_MESSAGES/gtk20-properties.mo
installing tt.gmo as /usr/local/Cellar/gtk+/2.24.6/share/locale/tt/LC_MESSAGES/gtk20-properties.mo
installing ug.gmo as /usr/local/Cellar/gtk+/2.24.6/share/locale/ug/LC_MESSAGES/gtk20-properties.mo
installing uk.gmo as /usr/local/Cellar/gtk+/2.24.6/share/locale/uk/LC_MESSAGES/gtk20-properties.mo
installing ur.gmo as /usr/local/Cellar/gtk+/2.24.6/share/locale/ur/LC_MESSAGES/gtk20-properties.mo
installing uz.gmo as /usr/local/Cellar/gtk+/2.24.6/share/locale/uz/LC_MESSAGES/gtk20-properties.mo
installing uz@cyrillic.gmo as /usr/local/Cellar/gtk+/2.24.6/share/locale/uz@cyrillic/LC_MESSAGES/gtk20-properties.mo
installing vi.gmo as /usr/local/Cellar/gtk+/2.24.6/share/locale/vi/LC_MESSAGES/gtk20-properties.mo
installing wa.gmo as /usr/local/Cellar/gtk+/2.24.6/share/locale/wa/LC_MESSAGES/gtk20-properties.mo
installing xh.gmo as /usr/local/Cellar/gtk+/2.24.6/share/locale/xh/LC_MESSAGES/gtk20-properties.mo
installing yi.gmo as /usr/local/Cellar/gtk+/2.24.6/share/locale/yi/LC_MESSAGES/gtk20-properties.mo
installing zh_CN.gmo as /usr/local/Cellar/gtk+/2.24.6/share/locale/zh_CN/LC_MESSAGES/gtk20-properties.mo
installing zh_HK.gmo as /usr/local/Cellar/gtk+/2.24.6/share/locale/zh_HK/LC_MESSAGES/gtk20-properties.mo
installing zh_TW.gmo as /usr/local/Cellar/gtk+/2.24.6/share/locale/zh_TW/LC_MESSAGES/gtk20-properties.mo
if test "gtk+" = "glib"; then \
/bin/sh /private/tmp/homebrew-gtk+-2.24.6-d3Ht/gtk+-2.24.6/install-sh -d /usr/local/Cellar/gtk+/2.24.6/share/glib-2.0/gettext/po; \
/usr/local/bin/ginstall -c -m 644 ./Makefile.in.in \
/usr/local/Cellar/gtk+/2.24.6/share/glib-2.0/gettext/po/Makefile.in.in; \
else \
: ; \
fi
Making install in gdk
( cd . && glib-mkenums --template gdkenumtypes.h.template \
gdk.h gdkapplaunchcontext.h gdkcairo.h gdkcolor.h gdkcursor.h gdkdisplay.h gdkdisplaymanager.h gdkdnd.h gdkdrawable.h gdkevents.h gdkfont.h gdkgc.h gdki18n.h gdkimage.h gdkinput.h gdkkeys.h gdkkeysyms.h gdkkeysyms-compat.h gdkpango.h gdkpixbuf.h gdkpixmap.h gdkprivate.h gdkproperty.h gdkregion.h gdkrgb.h gdkscreen.h gdkselection.h gdkspawn.h gdktestutils.h gdktypes.h gdkvisual.h gdkwindow.h ) >> xgen-geth \
&& (cmp -s xgen-geth gdkenumtypes.h || cp xgen-geth gdkenumtypes.h ) \
&& rm -f xgen-geth \
&& echo timestamp > stamp-gdkenumtypes.h
cd .. && /bin/sh ./config.status gdk/gdkconfig.h
config.status: executing gdk/gdkconfig.h commands
config.status: gdk/gdkconfig.h is unchanged
echo timestamp > stamp-gc-h
make install-recursive
Making install in x11
\
# source='gdkapplaunchcontext-x11.c' object='gdkapplaunchcontext-x11.lo' libtool=yes
\
# source='gdkasync.c' object='gdkasync.lo' libtool=yes
\
# source='gdkcolor-x11.c' object='gdkcolor-x11.lo' libtool=yes
\
# source='gdkcursor-x11.c' object='gdkcursor-x11.lo' libtool=yes
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I../.. -DG_LOG_DOMAIN=\"Gdk\" -DGDK_COMPILATION -I../.. -I../../gdk -I../../gdk -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.28.8/include/glib-2.0 -I/usr/local/Cellar/glib/2.28.8/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/glib/2.28.8/include -I/usr/local/Cellar/pango/1.28.4/include/pango-1.0 -I/usr/local/Cellar/glib/2.28.8/include/gio-unix-2.0/ -I/usr/local/Cellar/gdk-pixbuf/2.23.5/include/gdk-pixbuf-2.0 -I/usr/X11/include/cairo -I/usr/X11/include/pixman-1 -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include/libpng12 -I/usr/local/Cellar/libiconv/1.14/include -I/usr/local/Cellar/gettext/0.18.1.1/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/usr/X11/include -DGDK_PIXBUF_DISABLE_DEPRECATED -O3 -march=core2 -msse4 -w -pipe -Wall -c -o gdkapplaunchcontext-x11.lo gdkapplaunchcontext-x11.c
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I../.. -DG_LOG_DOMAIN=\"Gdk\" -DGDK_COMPILATION -I../.. -I../../gdk -I../../gdk -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.28.8/include/glib-2.0 -I/usr/local/Cellar/glib/2.28.8/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/glib/2.28.8/include -I/usr/local/Cellar/pango/1.28.4/include/pango-1.0 -I/usr/local/Cellar/glib/2.28.8/include/gio-unix-2.0/ -I/usr/local/Cellar/gdk-pixbuf/2.23.5/include/gdk-pixbuf-2.0 -I/usr/X11/include/cairo -I/usr/X11/include/pixman-1 -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include/libpng12 -I/usr/local/Cellar/libiconv/1.14/include -I/usr/local/Cellar/gettext/0.18.1.1/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/usr/X11/include -DGDK_PIXBUF_DISABLE_DEPRECATED -O3 -march=core2 -msse4 -w -pipe -Wall -c -o gdkasync.lo gdkasync.c
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I../.. -DG_LOG_DOMAIN=\"Gdk\" -DGDK_COMPILATION -I../.. -I../../gdk -I../../gdk -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.28.8/include/glib-2.0 -I/usr/local/Cellar/glib/2.28.8/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/glib/2.28.8/include -I/usr/local/Cellar/pango/1.28.4/include/pango-1.0 -I/usr/local/Cellar/glib/2.28.8/include/gio-unix-2.0/ -I/usr/local/Cellar/gdk-pixbuf/2.23.5/include/gdk-pixbuf-2.0 -I/usr/X11/include/cairo -I/usr/X11/include/pixman-1 -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include/libpng12 -I/usr/local/Cellar/libiconv/1.14/include -I/usr/local/Cellar/gettext/0.18.1.1/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/usr/X11/include -DGDK_PIXBUF_DISABLE_DEPRECATED -O3 -march=core2 -msse4 -w -pipe -Wall -c -o gdkcursor-x11.lo gdkcursor-x11.c
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I../.. -DG_LOG_DOMAIN=\"Gdk\" -DGDK_COMPILATION -I../.. -I../../gdk -I../../gdk -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.28.8/include/glib-2.0 -I/usr/local/Cellar/glib/2.28.8/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/glib/2.28.8/include -I/usr/local/Cellar/pango/1.28.4/include/pango-1.0 -I/usr/local/Cellar/glib/2.28.8/include/gio-unix-2.0/ -I/usr/local/Cellar/gdk-pixbuf/2.23.5/include/gdk-pixbuf-2.0 -I/usr/X11/include/cairo -I/usr/X11/include/pixman-1 -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include/libpng12 -I/usr/local/Cellar/libiconv/1.14/include -I/usr/local/Cellar/gettext/0.18.1.1/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/usr/X11/include -DGDK_PIXBUF_DISABLE_DEPRECATED -O3 -march=core2 -msse4 -w -pipe -Wall -c -o gdkcolor-x11.lo gdkcolor-x11.c
libtool: compile: /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I../.. -DG_LOG_DOMAIN=\"Gdk\" -DGDK_COMPILATION -I../.. -I../../gdk -I../../gdk -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.28.8/include/glib-2.0 -I/usr/local/Cellar/glib/2.28.8/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/glib/2.28.8/include -I/usr/local/Cellar/pango/1.28.4/include/pango-1.0 -I/usr/local/Cellar/glib/2.28.8/include/gio-unix-2.0/ -I/usr/local/Cellar/gdk-pixbuf/2.23.5/include/gdk-pixbuf-2.0 -I/usr/X11/include/cairo -I/usr/X11/include/pixman-1 -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include/libpng12 -I/usr/local/Cellar/libiconv/1.14/include -I/usr/local/Cellar/gettext/0.18.1.1/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/usr/X11/include -DGDK_PIXBUF_DISABLE_DEPRECATED -O3 -march=core2 -msse4 -w -pipe -Wall -c gdkasync.c -fno-common -DPIC -o .libs/gdkasync.o
libtool: compile: /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I../.. -DG_LOG_DOMAIN=\"Gdk\" -DGDK_COMPILATION -I../.. -I../../gdk -I../../gdk -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.28.8/include/glib-2.0 -I/usr/local/Cellar/glib/2.28.8/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/glib/2.28.8/include -I/usr/local/Cellar/pango/1.28.4/include/pango-1.0 -I/usr/local/Cellar/glib/2.28.8/include/gio-unix-2.0/ -I/usr/local/Cellar/gdk-pixbuf/2.23.5/include/gdk-pixbuf-2.0 -I/usr/X11/include/cairo -I/usr/X11/include/pixman-1 -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include/libpng12 -I/usr/local/Cellar/libiconv/1.14/include -I/usr/local/Cellar/gettext/0.18.1.1/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/usr/X11/include -DGDK_PIXBUF_DISABLE_DEPRECATED -O3 -march=core2 -msse4 -w -pipe -Wall -c gdkcursor-x11.c -fno-common -DPIC -o .libs/gdkcursor-x11.o
libtool: compile: /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I../.. -DG_LOG_DOMAIN=\"Gdk\" -DGDK_COMPILATION -I../.. -I../../gdk -I../../gdk -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.28.8/include/glib-2.0 -I/usr/local/Cellar/glib/2.28.8/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/glib/2.28.8/include -I/usr/local/Cellar/pango/1.28.4/include/pango-1.0 -I/usr/local/Cellar/glib/2.28.8/include/gio-unix-2.0/ -I/usr/local/Cellar/gdk-pixbuf/2.23.5/include/gdk-pixbuf-2.0 -I/usr/X11/include/cairo -I/usr/X11/include/pixman-1 -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include/libpng12 -I/usr/local/Cellar/libiconv/1.14/include -I/usr/local/Cellar/gettext/0.18.1.1/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/usr/X11/include -DGDK_PIXBUF_DISABLE_DEPRECATED -O3 -march=core2 -msse4 -w -pipe -Wall -c gdkcolor-x11.c -fno-common -DPIC -o .libs/gdkcolor-x11.o
libtool: compile: /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I../.. -DG_LOG_DOMAIN=\"Gdk\" -DGDK_COMPILATION -I../.. -I../../gdk -I../../gdk -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.28.8/include/glib-2.0 -I/usr/local/Cellar/glib/2.28.8/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/glib/2.28.8/include -I/usr/local/Cellar/pango/1.28.4/include/pango-1.0 -I/usr/local/Cellar/glib/2.28.8/include/gio-unix-2.0/ -I/usr/local/Cellar/gdk-pixbuf/2.23.5/include/gdk-pixbuf-2.0 -I/usr/X11/include/cairo -I/usr/X11/include/pixman-1 -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include/libpng12 -I/usr/local/Cellar/libiconv/1.14/include -I/usr/local/Cellar/gettext/0.18.1.1/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/usr/X11/include -DGDK_PIXBUF_DISABLE_DEPRECATED -O3 -march=core2 -msse4 -w -pipe -Wall -c gdkapplaunchcontext-x11.c -fno-common -DPIC -o .libs/gdkapplaunchcontext-x11.o
\
# source='gdkdisplay-x11.c' object='gdkdisplay-x11.lo' libtool=yes
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I../.. -DG_LOG_DOMAIN=\"Gdk\" -DGDK_COMPILATION -I../.. -I../../gdk -I../../gdk -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.28.8/include/glib-2.0 -I/usr/local/Cellar/glib/2.28.8/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/glib/2.28.8/include -I/usr/local/Cellar/pango/1.28.4/include/pango-1.0 -I/usr/local/Cellar/glib/2.28.8/include/gio-unix-2.0/ -I/usr/local/Cellar/gdk-pixbuf/2.23.5/include/gdk-pixbuf-2.0 -I/usr/X11/include/cairo -I/usr/X11/include/pixman-1 -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include/libpng12 -I/usr/local/Cellar/libiconv/1.14/include -I/usr/local/Cellar/gettext/0.18.1.1/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/usr/X11/include -DGDK_PIXBUF_DISABLE_DEPRECATED -O3 -march=core2 -msse4 -w -pipe -Wall -c -o gdkdisplay-x11.lo gdkdisplay-x11.c
\
# source='gdkdnd-x11.c' object='gdkdnd-x11.lo' libtool=yes
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I../.. -DG_LOG_DOMAIN=\"Gdk\" -DGDK_COMPILATION -I../.. -I../../gdk -I../../gdk -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.28.8/include/glib-2.0 -I/usr/local/Cellar/glib/2.28.8/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/glib/2.28.8/include -I/usr/local/Cellar/pango/1.28.4/include/pango-1.0 -I/usr/local/Cellar/glib/2.28.8/include/gio-unix-2.0/ -I/usr/local/Cellar/gdk-pixbuf/2.23.5/include/gdk-pixbuf-2.0 -I/usr/X11/include/cairo -I/usr/X11/include/pixman-1 -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include/libpng12 -I/usr/local/Cellar/libiconv/1.14/include -I/usr/local/Cellar/gettext/0.18.1.1/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/usr/X11/include -DGDK_PIXBUF_DISABLE_DEPRECATED -O3 -march=core2 -msse4 -w -pipe -Wall -c -o gdkdnd-x11.lo gdkdnd-x11.c
libtool: compile: /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I../.. -DG_LOG_DOMAIN=\"Gdk\" -DGDK_COMPILATION -I../.. -I../../gdk -I../../gdk -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.28.8/include/glib-2.0 -I/usr/local/Cellar/glib/2.28.8/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/glib/2.28.8/include -I/usr/local/Cellar/pango/1.28.4/include/pango-1.0 -I/usr/local/Cellar/glib/2.28.8/include/gio-unix-2.0/ -I/usr/local/Cellar/gdk-pixbuf/2.23.5/include/gdk-pixbuf-2.0 -I/usr/X11/include/cairo -I/usr/X11/include/pixman-1 -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include/libpng12 -I/usr/local/Cellar/libiconv/1.14/include -I/usr/local/Cellar/gettext/0.18.1.1/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/usr/X11/include -DGDK_PIXBUF_DISABLE_DEPRECATED -O3 -march=core2 -msse4 -w -pipe -Wall -c gdkdisplay-x11.c -fno-common -DPIC -o .libs/gdkdisplay-x11.o
\
# source='gdkdrawable-x11.c' object='gdkdrawable-x11.lo' libtool=yes
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I../.. -DG_LOG_DOMAIN=\"Gdk\" -DGDK_COMPILATION -I../.. -I../../gdk -I../../gdk -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.28.8/include/glib-2.0 -I/usr/local/Cellar/glib/2.28.8/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/glib/2.28.8/include -I/usr/local/Cellar/pango/1.28.4/include/pango-1.0 -I/usr/local/Cellar/glib/2.28.8/include/gio-unix-2.0/ -I/usr/local/Cellar/gdk-pixbuf/2.23.5/include/gdk-pixbuf-2.0 -I/usr/X11/include/cairo -I/usr/X11/include/pixman-1 -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include/libpng12 -I/usr/local/Cellar/libiconv/1.14/include -I/usr/local/Cellar/gettext/0.18.1.1/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/usr/X11/include -DGDK_PIXBUF_DISABLE_DEPRECATED -O3 -march=core2 -msse4 -w -pipe -Wall -c -o gdkdrawable-x11.lo gdkdrawable-x11.c
libtool: compile: /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I../.. -DG_LOG_DOMAIN=\"Gdk\" -DGDK_COMPILATION -I../.. -I../../gdk -I../../gdk -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.28.8/include/glib-2.0 -I/usr/local/Cellar/glib/2.28.8/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/glib/2.28.8/include -I/usr/local/Cellar/pango/1.28.4/include/pango-1.0 -I/usr/local/Cellar/glib/2.28.8/include/gio-unix-2.0/ -I/usr/local/Cellar/gdk-pixbuf/2.23.5/include/gdk-pixbuf-2.0 -I/usr/X11/include/cairo -I/usr/X11/include/pixman-1 -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include/libpng12 -I/usr/local/Cellar/libiconv/1.14/include -I/usr/local/Cellar/gettext/0.18.1.1/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/usr/X11/include -DGDK_PIXBUF_DISABLE_DEPRECATED -O3 -march=core2 -msse4 -w -pipe -Wall -c gdkdnd-x11.c -fno-common -DPIC -o .libs/gdkdnd-x11.o
libtool: compile: /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I../.. -DG_LOG_DOMAIN=\"Gdk\" -DGDK_COMPILATION -I../.. -I../../gdk -I../../gdk -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.28.8/include/glib-2.0 -I/usr/local/Cellar/glib/2.28.8/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/glib/2.28.8/include -I/usr/local/Cellar/pango/1.28.4/include/pango-1.0 -I/usr/local/Cellar/glib/2.28.8/include/gio-unix-2.0/ -I/usr/local/Cellar/gdk-pixbuf/2.23.5/include/gdk-pixbuf-2.0 -I/usr/X11/include/cairo -I/usr/X11/include/pixman-1 -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include/libpng12 -I/usr/local/Cellar/libiconv/1.14/include -I/usr/local/Cellar/gettext/0.18.1.1/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/usr/X11/include -DGDK_PIXBUF_DISABLE_DEPRECATED -O3 -march=core2 -msse4 -w -pipe -Wall -c gdkdrawable-x11.c -fno-common -DPIC -o .libs/gdkdrawable-x11.o
\
# source='gdkevents-x11.c' object='gdkevents-x11.lo' libtool=yes
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I../.. -DG_LOG_DOMAIN=\"Gdk\" -DGDK_COMPILATION -I../.. -I../../gdk -I../../gdk -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.28.8/include/glib-2.0 -I/usr/local/Cellar/glib/2.28.8/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/glib/2.28.8/include -I/usr/local/Cellar/pango/1.28.4/include/pango-1.0 -I/usr/local/Cellar/glib/2.28.8/include/gio-unix-2.0/ -I/usr/local/Cellar/gdk-pixbuf/2.23.5/include/gdk-pixbuf-2.0 -I/usr/X11/include/cairo -I/usr/X11/include/pixman-1 -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include/libpng12 -I/usr/local/Cellar/libiconv/1.14/include -I/usr/local/Cellar/gettext/0.18.1.1/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/usr/X11/include -DGDK_PIXBUF_DISABLE_DEPRECATED -O3 -march=core2 -msse4 -w -pipe -Wall -c -o gdkevents-x11.lo gdkevents-x11.c
libtool: compile: /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I../.. -DG_LOG_DOMAIN=\"Gdk\" -DGDK_COMPILATION -I../.. -I../../gdk -I../../gdk -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.28.8/include/glib-2.0 -I/usr/local/Cellar/glib/2.28.8/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/glib/2.28.8/include -I/usr/local/Cellar/pango/1.28.4/include/pango-1.0 -I/usr/local/Cellar/glib/2.28.8/include/gio-unix-2.0/ -I/usr/local/Cellar/gdk-pixbuf/2.23.5/include/gdk-pixbuf-2.0 -I/usr/X11/include/cairo -I/usr/X11/include/pixman-1 -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include/libpng12 -I/usr/local/Cellar/libiconv/1.14/include -I/usr/local/Cellar/gettext/0.18.1.1/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/usr/X11/include -DGDK_PIXBUF_DISABLE_DEPRECATED -O3 -march=core2 -msse4 -w -pipe -Wall -c gdkevents-x11.c -fno-common -DPIC -o .libs/gdkevents-x11.o
\
# source='gdkfont-x11.c' object='gdkfont-x11.lo' libtool=yes
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I../.. -DG_LOG_DOMAIN=\"Gdk\" -DGDK_COMPILATION -I../.. -I../../gdk -I../../gdk -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.28.8/include/glib-2.0 -I/usr/local/Cellar/glib/2.28.8/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/glib/2.28.8/include -I/usr/local/Cellar/pango/1.28.4/include/pango-1.0 -I/usr/local/Cellar/glib/2.28.8/include/gio-unix-2.0/ -I/usr/local/Cellar/gdk-pixbuf/2.23.5/include/gdk-pixbuf-2.0 -I/usr/X11/include/cairo -I/usr/X11/include/pixman-1 -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include/libpng12 -I/usr/local/Cellar/libiconv/1.14/include -I/usr/local/Cellar/gettext/0.18.1.1/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/usr/X11/include -DGDK_PIXBUF_DISABLE_DEPRECATED -O3 -march=core2 -msse4 -w -pipe -Wall -c -o gdkfont-x11.lo gdkfont-x11.c
libtool: compile: /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I../.. -DG_LOG_DOMAIN=\"Gdk\" -DGDK_COMPILATION -I../.. -I../../gdk -I../../gdk -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.28.8/include/glib-2.0 -I/usr/local/Cellar/glib/2.28.8/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/glib/2.28.8/include -I/usr/local/Cellar/pango/1.28.4/include/pango-1.0 -I/usr/local/Cellar/glib/2.28.8/include/gio-unix-2.0/ -I/usr/local/Cellar/gdk-pixbuf/2.23.5/include/gdk-pixbuf-2.0 -I/usr/X11/include/cairo -I/usr/X11/include/pixman-1 -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include/libpng12 -I/usr/local/Cellar/libiconv/1.14/include -I/usr/local/Cellar/gettext/0.18.1.1/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/usr/X11/include -DGDK_PIXBUF_DISABLE_DEPRECATED -O3 -march=core2 -msse4 -w -pipe -Wall -c gdkfont-x11.c -fno-common -DPIC -o .libs/gdkfont-x11.o
\
# source='gdkgc-x11.c' object='gdkgc-x11.lo' libtool=yes
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I../.. -DG_LOG_DOMAIN=\"Gdk\" -DGDK_COMPILATION -I../.. -I../../gdk -I../../gdk -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.28.8/include/glib-2.0 -I/usr/local/Cellar/glib/2.28.8/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/glib/2.28.8/include -I/usr/local/Cellar/pango/1.28.4/include/pango-1.0 -I/usr/local/Cellar/glib/2.28.8/include/gio-unix-2.0/ -I/usr/local/Cellar/gdk-pixbuf/2.23.5/include/gdk-pixbuf-2.0 -I/usr/X11/include/cairo -I/usr/X11/include/pixman-1 -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include/libpng12 -I/usr/local/Cellar/libiconv/1.14/include -I/usr/local/Cellar/gettext/0.18.1.1/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/usr/X11/include -DGDK_PIXBUF_DISABLE_DEPRECATED -O3 -march=core2 -msse4 -w -pipe -Wall -c -o gdkgc-x11.lo gdkgc-x11.c
libtool: compile: /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I../.. -DG_LOG_DOMAIN=\"Gdk\" -DGDK_COMPILATION -I../.. -I../../gdk -I../../gdk -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.28.8/include/glib-2.0 -I/usr/local/Cellar/glib/2.28.8/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/glib/2.28.8/include -I/usr/local/Cellar/pango/1.28.4/include/pango-1.0 -I/usr/local/Cellar/glib/2.28.8/include/gio-unix-2.0/ -I/usr/local/Cellar/gdk-pixbuf/2.23.5/include/gdk-pixbuf-2.0 -I/usr/X11/include/cairo -I/usr/X11/include/pixman-1 -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include/libpng12 -I/usr/local/Cellar/libiconv/1.14/include -I/usr/local/Cellar/gettext/0.18.1.1/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/usr/X11/include -DGDK_PIXBUF_DISABLE_DEPRECATED -O3 -march=core2 -msse4 -w -pipe -Wall -c gdkgc-x11.c -fno-common -DPIC -o .libs/gdkgc-x11.o
\
# source='gdkgeometry-x11.c' object='gdkgeometry-x11.lo' libtool=yes
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I../.. -DG_LOG_DOMAIN=\"Gdk\" -DGDK_COMPILATION -I../.. -I../../gdk -I../../gdk -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.28.8/include/glib-2.0 -I/usr/local/Cellar/glib/2.28.8/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/glib/2.28.8/include -I/usr/local/Cellar/pango/1.28.4/include/pango-1.0 -I/usr/local/Cellar/glib/2.28.8/include/gio-unix-2.0/ -I/usr/local/Cellar/gdk-pixbuf/2.23.5/include/gdk-pixbuf-2.0 -I/usr/X11/include/cairo -I/usr/X11/include/pixman-1 -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include/libpng12 -I/usr/local/Cellar/libiconv/1.14/include -I/usr/local/Cellar/gettext/0.18.1.1/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/usr/X11/include -DGDK_PIXBUF_DISABLE_DEPRECATED -O3 -march=core2 -msse4 -w -pipe -Wall -c -o gdkgeometry-x11.lo gdkgeometry-x11.c
libtool: compile: /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I../.. -DG_LOG_DOMAIN=\"Gdk\" -DGDK_COMPILATION -I../.. -I../../gdk -I../../gdk -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.28.8/include/glib-2.0 -I/usr/local/Cellar/glib/2.28.8/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/glib/2.28.8/include -I/usr/local/Cellar/pango/1.28.4/include/pango-1.0 -I/usr/local/Cellar/glib/2.28.8/include/gio-unix-2.0/ -I/usr/local/Cellar/gdk-pixbuf/2.23.5/include/gdk-pixbuf-2.0 -I/usr/X11/include/cairo -I/usr/X11/include/pixman-1 -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include/libpng12 -I/usr/local/Cellar/libiconv/1.14/include -I/usr/local/Cellar/gettext/0.18.1.1/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/usr/X11/include -DGDK_PIXBUF_DISABLE_DEPRECATED -O3 -march=core2 -msse4 -w -pipe -Wall -c gdkgeometry-x11.c -fno-common -DPIC -o .libs/gdkgeometry-x11.o
\
# source='gdkglobals-x11.c' object='gdkglobals-x11.lo' libtool=yes
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I../.. -DG_LOG_DOMAIN=\"Gdk\" -DGDK_COMPILATION -I../.. -I../../gdk -I../../gdk -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.28.8/include/glib-2.0 -I/usr/local/Cellar/glib/2.28.8/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/glib/2.28.8/include -I/usr/local/Cellar/pango/1.28.4/include/pango-1.0 -I/usr/local/Cellar/glib/2.28.8/include/gio-unix-2.0/ -I/usr/local/Cellar/gdk-pixbuf/2.23.5/include/gdk-pixbuf-2.0 -I/usr/X11/include/cairo -I/usr/X11/include/pixman-1 -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include/libpng12 -I/usr/local/Cellar/libiconv/1.14/include -I/usr/local/Cellar/gettext/0.18.1.1/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/usr/X11/include -DGDK_PIXBUF_DISABLE_DEPRECATED -O3 -march=core2 -msse4 -w -pipe -Wall -c -o gdkglobals-x11.lo gdkglobals-x11.c
\
# source='gdkim-x11.c' object='gdkim-x11.lo' libtool=yes
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I../.. -DG_LOG_DOMAIN=\"Gdk\" -DGDK_COMPILATION -I../.. -I../../gdk -I../../gdk -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.28.8/include/glib-2.0 -I/usr/local/Cellar/glib/2.28.8/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/glib/2.28.8/include -I/usr/local/Cellar/pango/1.28.4/include/pango-1.0 -I/usr/local/Cellar/glib/2.28.8/include/gio-unix-2.0/ -I/usr/local/Cellar/gdk-pixbuf/2.23.5/include/gdk-pixbuf-2.0 -I/usr/X11/include/cairo -I/usr/X11/include/pixman-1 -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include/libpng12 -I/usr/local/Cellar/libiconv/1.14/include -I/usr/local/Cellar/gettext/0.18.1.1/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/usr/X11/include -DGDK_PIXBUF_DISABLE_DEPRECATED -O3 -march=core2 -msse4 -w -pipe -Wall -c -o gdkim-x11.lo gdkim-x11.c
libtool: compile: /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I../.. -DG_LOG_DOMAIN=\"Gdk\" -DGDK_COMPILATION -I../.. -I../../gdk -I../../gdk -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.28.8/include/glib-2.0 -I/usr/local/Cellar/glib/2.28.8/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/glib/2.28.8/include -I/usr/local/Cellar/pango/1.28.4/include/pango-1.0 -I/usr/local/Cellar/glib/2.28.8/include/gio-unix-2.0/ -I/usr/local/Cellar/gdk-pixbuf/2.23.5/include/gdk-pixbuf-2.0 -I/usr/X11/include/cairo -I/usr/X11/include/pixman-1 -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include/libpng12 -I/usr/local/Cellar/libiconv/1.14/include -I/usr/local/Cellar/gettext/0.18.1.1/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/usr/X11/include -DGDK_PIXBUF_DISABLE_DEPRECATED -O3 -march=core2 -msse4 -w -pipe -Wall -c gdkglobals-x11.c -fno-common -DPIC -o .libs/gdkglobals-x11.o
libtool: compile: /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I../.. -DG_LOG_DOMAIN=\"Gdk\" -DGDK_COMPILATION -I../.. -I../../gdk -I../../gdk -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.28.8/include/glib-2.0 -I/usr/local/Cellar/glib/2.28.8/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/glib/2.28.8/include -I/usr/local/Cellar/pango/1.28.4/include/pango-1.0 -I/usr/local/Cellar/glib/2.28.8/include/gio-unix-2.0/ -I/usr/local/Cellar/gdk-pixbuf/2.23.5/include/gdk-pixbuf-2.0 -I/usr/X11/include/cairo -I/usr/X11/include/pixman-1 -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include/libpng12 -I/usr/local/Cellar/libiconv/1.14/include -I/usr/local/Cellar/gettext/0.18.1.1/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/usr/X11/include -DGDK_PIXBUF_DISABLE_DEPRECATED -O3 -march=core2 -msse4 -w -pipe -Wall -c gdkim-x11.c -fno-common -DPIC -o .libs/gdkim-x11.o
\
# source='gdkimage-x11.c' object='gdkimage-x11.lo' libtool=yes
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I../.. -DG_LOG_DOMAIN=\"Gdk\" -DGDK_COMPILATION -I../.. -I../../gdk -I../../gdk -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.28.8/include/glib-2.0 -I/usr/local/Cellar/glib/2.28.8/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/glib/2.28.8/include -I/usr/local/Cellar/pango/1.28.4/include/pango-1.0 -I/usr/local/Cellar/glib/2.28.8/include/gio-unix-2.0/ -I/usr/local/Cellar/gdk-pixbuf/2.23.5/include/gdk-pixbuf-2.0 -I/usr/X11/include/cairo -I/usr/X11/include/pixman-1 -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include/libpng12 -I/usr/local/Cellar/libiconv/1.14/include -I/usr/local/Cellar/gettext/0.18.1.1/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/usr/X11/include -DGDK_PIXBUF_DISABLE_DEPRECATED -O3 -march=core2 -msse4 -w -pipe -Wall -c -o gdkimage-x11.lo gdkimage-x11.c
libtool: compile: /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I../.. -DG_LOG_DOMAIN=\"Gdk\" -DGDK_COMPILATION -I../.. -I../../gdk -I../../gdk -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.28.8/include/glib-2.0 -I/usr/local/Cellar/glib/2.28.8/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/glib/2.28.8/include -I/usr/local/Cellar/pango/1.28.4/include/pango-1.0 -I/usr/local/Cellar/glib/2.28.8/include/gio-unix-2.0/ -I/usr/local/Cellar/gdk-pixbuf/2.23.5/include/gdk-pixbuf-2.0 -I/usr/X11/include/cairo -I/usr/X11/include/pixman-1 -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include/libpng12 -I/usr/local/Cellar/libiconv/1.14/include -I/usr/local/Cellar/gettext/0.18.1.1/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/usr/X11/include -DGDK_PIXBUF_DISABLE_DEPRECATED -O3 -march=core2 -msse4 -w -pipe -Wall -c gdkimage-x11.c -fno-common -DPIC -o .libs/gdkimage-x11.o
\
# source='gdkinput.c' object='gdkinput.lo' libtool=yes
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I../.. -DG_LOG_DOMAIN=\"Gdk\" -DGDK_COMPILATION -I../.. -I../../gdk -I../../gdk -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.28.8/include/glib-2.0 -I/usr/local/Cellar/glib/2.28.8/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/glib/2.28.8/include -I/usr/local/Cellar/pango/1.28.4/include/pango-1.0 -I/usr/local/Cellar/glib/2.28.8/include/gio-unix-2.0/ -I/usr/local/Cellar/gdk-pixbuf/2.23.5/include/gdk-pixbuf-2.0 -I/usr/X11/include/cairo -I/usr/X11/include/pixman-1 -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include/libpng12 -I/usr/local/Cellar/libiconv/1.14/include -I/usr/local/Cellar/gettext/0.18.1.1/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/usr/X11/include -DGDK_PIXBUF_DISABLE_DEPRECATED -O3 -march=core2 -msse4 -w -pipe -Wall -c -o gdkinput.lo gdkinput.c
libtool: compile: /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I../.. -DG_LOG_DOMAIN=\"Gdk\" -DGDK_COMPILATION -I../.. -I../../gdk -I../../gdk -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.28.8/include/glib-2.0 -I/usr/local/Cellar/glib/2.28.8/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/glib/2.28.8/include -I/usr/local/Cellar/pango/1.28.4/include/pango-1.0 -I/usr/local/Cellar/glib/2.28.8/include/gio-unix-2.0/ -I/usr/local/Cellar/gdk-pixbuf/2.23.5/include/gdk-pixbuf-2.0 -I/usr/X11/include/cairo -I/usr/X11/include/pixman-1 -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include/libpng12 -I/usr/local/Cellar/libiconv/1.14/include -I/usr/local/Cellar/gettext/0.18.1.1/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/usr/X11/include -DGDK_PIXBUF_DISABLE_DEPRECATED -O3 -march=core2 -msse4 -w -pipe -Wall -c gdkinput.c -fno-common -DPIC -o .libs/gdkinput.o
\
# source='gdkkeys-x11.c' object='gdkkeys-x11.lo' libtool=yes
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I../.. -DG_LOG_DOMAIN=\"Gdk\" -DGDK_COMPILATION -I../.. -I../../gdk -I../../gdk -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.28.8/include/glib-2.0 -I/usr/local/Cellar/glib/2.28.8/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/glib/2.28.8/include -I/usr/local/Cellar/pango/1.28.4/include/pango-1.0 -I/usr/local/Cellar/glib/2.28.8/include/gio-unix-2.0/ -I/usr/local/Cellar/gdk-pixbuf/2.23.5/include/gdk-pixbuf-2.0 -I/usr/X11/include/cairo -I/usr/X11/include/pixman-1 -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include/libpng12 -I/usr/local/Cellar/libiconv/1.14/include -I/usr/local/Cellar/gettext/0.18.1.1/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/usr/X11/include -DGDK_PIXBUF_DISABLE_DEPRECATED -O3 -march=core2 -msse4 -w -pipe -Wall -c -o gdkkeys-x11.lo gdkkeys-x11.c
libtool: compile: /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I../.. -DG_LOG_DOMAIN=\"Gdk\" -DGDK_COMPILATION -I../.. -I../../gdk -I../../gdk -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.28.8/include/glib-2.0 -I/usr/local/Cellar/glib/2.28.8/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/glib/2.28.8/include -I/usr/local/Cellar/pango/1.28.4/include/pango-1.0 -I/usr/local/Cellar/glib/2.28.8/include/gio-unix-2.0/ -I/usr/local/Cellar/gdk-pixbuf/2.23.5/include/gdk-pixbuf-2.0 -I/usr/X11/include/cairo -I/usr/X11/include/pixman-1 -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include/libpng12 -I/usr/local/Cellar/libiconv/1.14/include -I/usr/local/Cellar/gettext/0.18.1.1/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/usr/X11/include -DGDK_PIXBUF_DISABLE_DEPRECATED -O3 -march=core2 -msse4 -w -pipe -Wall -c gdkkeys-x11.c -fno-common -DPIC -o .libs/gdkkeys-x11.o
\
# source='gdkmain-x11.c' object='gdkmain-x11.lo' libtool=yes
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I../.. -DG_LOG_DOMAIN=\"Gdk\" -DGDK_COMPILATION -I../.. -I../../gdk -I../../gdk -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.28.8/include/glib-2.0 -I/usr/local/Cellar/glib/2.28.8/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/glib/2.28.8/include -I/usr/local/Cellar/pango/1.28.4/include/pango-1.0 -I/usr/local/Cellar/glib/2.28.8/include/gio-unix-2.0/ -I/usr/local/Cellar/gdk-pixbuf/2.23.5/include/gdk-pixbuf-2.0 -I/usr/X11/include/cairo -I/usr/X11/include/pixman-1 -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include/libpng12 -I/usr/local/Cellar/libiconv/1.14/include -I/usr/local/Cellar/gettext/0.18.1.1/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/usr/X11/include -DGDK_PIXBUF_DISABLE_DEPRECATED -O3 -march=core2 -msse4 -w -pipe -Wall -c -o gdkmain-x11.lo gdkmain-x11.c
libtool: compile: /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I../.. -DG_LOG_DOMAIN=\"Gdk\" -DGDK_COMPILATION -I../.. -I../../gdk -I../../gdk -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.28.8/include/glib-2.0 -I/usr/local/Cellar/glib/2.28.8/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/glib/2.28.8/include -I/usr/local/Cellar/pango/1.28.4/include/pango-1.0 -I/usr/local/Cellar/glib/2.28.8/include/gio-unix-2.0/ -I/usr/local/Cellar/gdk-pixbuf/2.23.5/include/gdk-pixbuf-2.0 -I/usr/X11/include/cairo -I/usr/X11/include/pixman-1 -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include/libpng12 -I/usr/local/Cellar/libiconv/1.14/include -I/usr/local/Cellar/gettext/0.18.1.1/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/usr/X11/include -DGDK_PIXBUF_DISABLE_DEPRECATED -O3 -march=core2 -msse4 -w -pipe -Wall -c gdkmain-x11.c -fno-common -DPIC -o .libs/gdkmain-x11.o
\
# source='gdkpixmap-x11.c' object='gdkpixmap-x11.lo' libtool=yes
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I../.. -DG_LOG_DOMAIN=\"Gdk\" -DGDK_COMPILATION -I../.. -I../../gdk -I../../gdk -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.28.8/include/glib-2.0 -I/usr/local/Cellar/glib/2.28.8/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/glib/2.28.8/include -I/usr/local/Cellar/pango/1.28.4/include/pango-1.0 -I/usr/local/Cellar/glib/2.28.8/include/gio-unix-2.0/ -I/usr/local/Cellar/gdk-pixbuf/2.23.5/include/gdk-pixbuf-2.0 -I/usr/X11/include/cairo -I/usr/X11/include/pixman-1 -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include/libpng12 -I/usr/local/Cellar/libiconv/1.14/include -I/usr/local/Cellar/gettext/0.18.1.1/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/usr/X11/include -DGDK_PIXBUF_DISABLE_DEPRECATED -O3 -march=core2 -msse4 -w -pipe -Wall -c -o gdkpixmap-x11.lo gdkpixmap-x11.c
\
# source='gdkproperty-x11.c' object='gdkproperty-x11.lo' libtool=yes
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I../.. -DG_LOG_DOMAIN=\"Gdk\" -DGDK_COMPILATION -I../.. -I../../gdk -I../../gdk -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.28.8/include/glib-2.0 -I/usr/local/Cellar/glib/2.28.8/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/glib/2.28.8/include -I/usr/local/Cellar/pango/1.28.4/include/pango-1.0 -I/usr/local/Cellar/glib/2.28.8/include/gio-unix-2.0/ -I/usr/local/Cellar/gdk-pixbuf/2.23.5/include/gdk-pixbuf-2.0 -I/usr/X11/include/cairo -I/usr/X11/include/pixman-1 -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include/libpng12 -I/usr/local/Cellar/libiconv/1.14/include -I/usr/local/Cellar/gettext/0.18.1.1/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/usr/X11/include -DGDK_PIXBUF_DISABLE_DEPRECATED -O3 -march=core2 -msse4 -w -pipe -Wall -c -o gdkproperty-x11.lo gdkproperty-x11.c
libtool: compile: /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I../.. -DG_LOG_DOMAIN=\"Gdk\" -DGDK_COMPILATION -I../.. -I../../gdk -I../../gdk -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.28.8/include/glib-2.0 -I/usr/local/Cellar/glib/2.28.8/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/glib/2.28.8/include -I/usr/local/Cellar/pango/1.28.4/include/pango-1.0 -I/usr/local/Cellar/glib/2.28.8/include/gio-unix-2.0/ -I/usr/local/Cellar/gdk-pixbuf/2.23.5/include/gdk-pixbuf-2.0 -I/usr/X11/include/cairo -I/usr/X11/include/pixman-1 -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include/libpng12 -I/usr/local/Cellar/libiconv/1.14/include -I/usr/local/Cellar/gettext/0.18.1.1/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/usr/X11/include -DGDK_PIXBUF_DISABLE_DEPRECATED -O3 -march=core2 -msse4 -w -pipe -Wall -c gdkpixmap-x11.c -fno-common -DPIC -o .libs/gdkpixmap-x11.o
libtool: compile: /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I../.. -DG_LOG_DOMAIN=\"Gdk\" -DGDK_COMPILATION -I../.. -I../../gdk -I../../gdk -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.28.8/include/glib-2.0 -I/usr/local/Cellar/glib/2.28.8/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/glib/2.28.8/include -I/usr/local/Cellar/pango/1.28.4/include/pango-1.0 -I/usr/local/Cellar/glib/2.28.8/include/gio-unix-2.0/ -I/usr/local/Cellar/gdk-pixbuf/2.23.5/include/gdk-pixbuf-2.0 -I/usr/X11/include/cairo -I/usr/X11/include/pixman-1 -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include/libpng12 -I/usr/local/Cellar/libiconv/1.14/include -I/usr/local/Cellar/gettext/0.18.1.1/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/usr/X11/include -DGDK_PIXBUF_DISABLE_DEPRECATED -O3 -march=core2 -msse4 -w -pipe -Wall -c gdkproperty-x11.c -fno-common -DPIC -o .libs/gdkproperty-x11.o
\
# source='gdkscreen-x11.c' object='gdkscreen-x11.lo' libtool=yes
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I../.. -DG_LOG_DOMAIN=\"Gdk\" -DGDK_COMPILATION -I../.. -I../../gdk -I../../gdk -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.28.8/include/glib-2.0 -I/usr/local/Cellar/glib/2.28.8/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/glib/2.28.8/include -I/usr/local/Cellar/pango/1.28.4/include/pango-1.0 -I/usr/local/Cellar/glib/2.28.8/include/gio-unix-2.0/ -I/usr/local/Cellar/gdk-pixbuf/2.23.5/include/gdk-pixbuf-2.0 -I/usr/X11/include/cairo -I/usr/X11/include/pixman-1 -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include/libpng12 -I/usr/local/Cellar/libiconv/1.14/include -I/usr/local/Cellar/gettext/0.18.1.1/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/usr/X11/include -DGDK_PIXBUF_DISABLE_DEPRECATED -O3 -march=core2 -msse4 -w -pipe -Wall -c -o gdkscreen-x11.lo gdkscreen-x11.c
libtool: compile: /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I../.. -DG_LOG_DOMAIN=\"Gdk\" -DGDK_COMPILATION -I../.. -I../../gdk -I../../gdk -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.28.8/include/glib-2.0 -I/usr/local/Cellar/glib/2.28.8/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/glib/2.28.8/include -I/usr/local/Cellar/pango/1.28.4/include/pango-1.0 -I/usr/local/Cellar/glib/2.28.8/include/gio-unix-2.0/ -I/usr/local/Cellar/gdk-pixbuf/2.23.5/include/gdk-pixbuf-2.0 -I/usr/X11/include/cairo -I/usr/X11/include/pixman-1 -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include/libpng12 -I/usr/local/Cellar/libiconv/1.14/include -I/usr/local/Cellar/gettext/0.18.1.1/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/usr/X11/include -DGDK_PIXBUF_DISABLE_DEPRECATED -O3 -march=core2 -msse4 -w -pipe -Wall -c gdkscreen-x11.c -fno-common -DPIC -o .libs/gdkscreen-x11.o
\
# source='gdkselection-x11.c' object='gdkselection-x11.lo' libtool=yes
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I../.. -DG_LOG_DOMAIN=\"Gdk\" -DGDK_COMPILATION -I../.. -I../../gdk -I../../gdk -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.28.8/include/glib-2.0 -I/usr/local/Cellar/glib/2.28.8/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/glib/2.28.8/include -I/usr/local/Cellar/pango/1.28.4/include/pango-1.0 -I/usr/local/Cellar/glib/2.28.8/include/gio-unix-2.0/ -I/usr/local/Cellar/gdk-pixbuf/2.23.5/include/gdk-pixbuf-2.0 -I/usr/X11/include/cairo -I/usr/X11/include/pixman-1 -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include/libpng12 -I/usr/local/Cellar/libiconv/1.14/include -I/usr/local/Cellar/gettext/0.18.1.1/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/usr/X11/include -DGDK_PIXBUF_DISABLE_DEPRECATED -O3 -march=core2 -msse4 -w -pipe -Wall -c -o gdkselection-x11.lo gdkselection-x11.c
libtool: compile: /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I../.. -DG_LOG_DOMAIN=\"Gdk\" -DGDK_COMPILATION -I../.. -I../../gdk -I../../gdk -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.28.8/include/glib-2.0 -I/usr/local/Cellar/glib/2.28.8/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/glib/2.28.8/include -I/usr/local/Cellar/pango/1.28.4/include/pango-1.0 -I/usr/local/Cellar/glib/2.28.8/include/gio-unix-2.0/ -I/usr/local/Cellar/gdk-pixbuf/2.23.5/include/gdk-pixbuf-2.0 -I/usr/X11/include/cairo -I/usr/X11/include/pixman-1 -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include/libpng12 -I/usr/local/Cellar/libiconv/1.14/include -I/usr/local/Cellar/gettext/0.18.1.1/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/usr/X11/include -DGDK_PIXBUF_DISABLE_DEPRECATED -O3 -march=core2 -msse4 -w -pipe -Wall -c gdkselection-x11.c -fno-common -DPIC -o .libs/gdkselection-x11.o
\
# source='gdkspawn-x11.c' object='gdkspawn-x11.lo' libtool=yes
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I../.. -DG_LOG_DOMAIN=\"Gdk\" -DGDK_COMPILATION -I../.. -I../../gdk -I../../gdk -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.28.8/include/glib-2.0 -I/usr/local/Cellar/glib/2.28.8/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/glib/2.28.8/include -I/usr/local/Cellar/pango/1.28.4/include/pango-1.0 -I/usr/local/Cellar/glib/2.28.8/include/gio-unix-2.0/ -I/usr/local/Cellar/gdk-pixbuf/2.23.5/include/gdk-pixbuf-2.0 -I/usr/X11/include/cairo -I/usr/X11/include/pixman-1 -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include/libpng12 -I/usr/local/Cellar/libiconv/1.14/include -I/usr/local/Cellar/gettext/0.18.1.1/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/usr/X11/include -DGDK_PIXBUF_DISABLE_DEPRECATED -O3 -march=core2 -msse4 -w -pipe -Wall -c -o gdkspawn-x11.lo gdkspawn-x11.c
\
# source='gdktestutils-x11.c' object='gdktestutils-x11.lo' libtool=yes
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I../.. -DG_LOG_DOMAIN=\"Gdk\" -DGDK_COMPILATION -I../.. -I../../gdk -I../../gdk -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.28.8/include/glib-2.0 -I/usr/local/Cellar/glib/2.28.8/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/glib/2.28.8/include -I/usr/local/Cellar/pango/1.28.4/include/pango-1.0 -I/usr/local/Cellar/glib/2.28.8/include/gio-unix-2.0/ -I/usr/local/Cellar/gdk-pixbuf/2.23.5/include/gdk-pixbuf-2.0 -I/usr/X11/include/cairo -I/usr/X11/include/pixman-1 -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include/libpng12 -I/usr/local/Cellar/libiconv/1.14/include -I/usr/local/Cellar/gettext/0.18.1.1/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/usr/X11/include -DGDK_PIXBUF_DISABLE_DEPRECATED -O3 -march=core2 -msse4 -w -pipe -Wall -c -o gdktestutils-x11.lo gdktestutils-x11.c
libtool: compile: /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I../.. -DG_LOG_DOMAIN=\"Gdk\" -DGDK_COMPILATION -I../.. -I../../gdk -I../../gdk -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.28.8/include/glib-2.0 -I/usr/local/Cellar/glib/2.28.8/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/glib/2.28.8/include -I/usr/local/Cellar/pango/1.28.4/include/pango-1.0 -I/usr/local/Cellar/glib/2.28.8/include/gio-unix-2.0/ -I/usr/local/Cellar/gdk-pixbuf/2.23.5/include/gdk-pixbuf-2.0 -I/usr/X11/include/cairo -I/usr/X11/include/pixman-1 -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include/libpng12 -I/usr/local/Cellar/libiconv/1.14/include -I/usr/local/Cellar/gettext/0.18.1.1/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/usr/X11/include -DGDK_PIXBUF_DISABLE_DEPRECATED -O3 -march=core2 -msse4 -w -pipe -Wall -c gdkspawn-x11.c -fno-common -DPIC -o .libs/gdkspawn-x11.o
libtool: compile: /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I../.. -DG_LOG_DOMAIN=\"Gdk\" -DGDK_COMPILATION -I../.. -I../../gdk -I../../gdk -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.28.8/include/glib-2.0 -I/usr/local/Cellar/glib/2.28.8/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/glib/2.28.8/include -I/usr/local/Cellar/pango/1.28.4/include/pango-1.0 -I/usr/local/Cellar/glib/2.28.8/include/gio-unix-2.0/ -I/usr/local/Cellar/gdk-pixbuf/2.23.5/include/gdk-pixbuf-2.0 -I/usr/X11/include/cairo -I/usr/X11/include/pixman-1 -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include/libpng12 -I/usr/local/Cellar/libiconv/1.14/include -I/usr/local/Cellar/gettext/0.18.1.1/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/usr/X11/include -DGDK_PIXBUF_DISABLE_DEPRECATED -O3 -march=core2 -msse4 -w -pipe -Wall -c gdktestutils-x11.c -fno-common -DPIC -o .libs/gdktestutils-x11.o
\
# source='gdkvisual-x11.c' object='gdkvisual-x11.lo' libtool=yes
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I../.. -DG_LOG_DOMAIN=\"Gdk\" -DGDK_COMPILATION -I../.. -I../../gdk -I../../gdk -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.28.8/include/glib-2.0 -I/usr/local/Cellar/glib/2.28.8/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/glib/2.28.8/include -I/usr/local/Cellar/pango/1.28.4/include/pango-1.0 -I/usr/local/Cellar/glib/2.28.8/include/gio-unix-2.0/ -I/usr/local/Cellar/gdk-pixbuf/2.23.5/include/gdk-pixbuf-2.0 -I/usr/X11/include/cairo -I/usr/X11/include/pixman-1 -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include/libpng12 -I/usr/local/Cellar/libiconv/1.14/include -I/usr/local/Cellar/gettext/0.18.1.1/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/usr/X11/include -DGDK_PIXBUF_DISABLE_DEPRECATED -O3 -march=core2 -msse4 -w -pipe -Wall -c -o gdkvisual-x11.lo gdkvisual-x11.c
\
# source='gdkwindow-x11.c' object='gdkwindow-x11.lo' libtool=yes
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I../.. -DG_LOG_DOMAIN=\"Gdk\" -DGDK_COMPILATION -I../.. -I../../gdk -I../../gdk -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.28.8/include/glib-2.0 -I/usr/local/Cellar/glib/2.28.8/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/glib/2.28.8/include -I/usr/local/Cellar/pango/1.28.4/include/pango-1.0 -I/usr/local/Cellar/glib/2.28.8/include/gio-unix-2.0/ -I/usr/local/Cellar/gdk-pixbuf/2.23.5/include/gdk-pixbuf-2.0 -I/usr/X11/include/cairo -I/usr/X11/include/pixman-1 -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include/libpng12 -I/usr/local/Cellar/libiconv/1.14/include -I/usr/local/Cellar/gettext/0.18.1.1/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/usr/X11/include -DGDK_PIXBUF_DISABLE_DEPRECATED -O3 -march=core2 -msse4 -w -pipe -Wall -c -o gdkwindow-x11.lo gdkwindow-x11.c
libtool: compile: /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I../.. -DG_LOG_DOMAIN=\"Gdk\" -DGDK_COMPILATION -I../.. -I../../gdk -I../../gdk -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.28.8/include/glib-2.0 -I/usr/local/Cellar/glib/2.28.8/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/glib/2.28.8/include -I/usr/local/Cellar/pango/1.28.4/include/pango-1.0 -I/usr/local/Cellar/glib/2.28.8/include/gio-unix-2.0/ -I/usr/local/Cellar/gdk-pixbuf/2.23.5/include/gdk-pixbuf-2.0 -I/usr/X11/include/cairo -I/usr/X11/include/pixman-1 -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include/libpng12 -I/usr/local/Cellar/libiconv/1.14/include -I/usr/local/Cellar/gettext/0.18.1.1/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/usr/X11/include -DGDK_PIXBUF_DISABLE_DEPRECATED -O3 -march=core2 -msse4 -w -pipe -Wall -c gdkvisual-x11.c -fno-common -DPIC -o .libs/gdkvisual-x11.o
libtool: compile: /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I../.. -DG_LOG_DOMAIN=\"Gdk\" -DGDK_COMPILATION -I../.. -I../../gdk -I../../gdk -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.28.8/include/glib-2.0 -I/usr/local/Cellar/glib/2.28.8/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/glib/2.28.8/include -I/usr/local/Cellar/pango/1.28.4/include/pango-1.0 -I/usr/local/Cellar/glib/2.28.8/include/gio-unix-2.0/ -I/usr/local/Cellar/gdk-pixbuf/2.23.5/include/gdk-pixbuf-2.0 -I/usr/X11/include/cairo -I/usr/X11/include/pixman-1 -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include/libpng12 -I/usr/local/Cellar/libiconv/1.14/include -I/usr/local/Cellar/gettext/0.18.1.1/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/usr/X11/include -DGDK_PIXBUF_DISABLE_DEPRECATED -O3 -march=core2 -msse4 -w -pipe -Wall -c gdkwindow-x11.c -fno-common -DPIC -o .libs/gdkwindow-x11.o
\
# source='gdkxftdefaults.c' object='gdkxftdefaults.lo' libtool=yes
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I../.. -DG_LOG_DOMAIN=\"Gdk\" -DGDK_COMPILATION -I../.. -I../../gdk -I../../gdk -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.28.8/include/glib-2.0 -I/usr/local/Cellar/glib/2.28.8/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/glib/2.28.8/include -I/usr/local/Cellar/pango/1.28.4/include/pango-1.0 -I/usr/local/Cellar/glib/2.28.8/include/gio-unix-2.0/ -I/usr/local/Cellar/gdk-pixbuf/2.23.5/include/gdk-pixbuf-2.0 -I/usr/X11/include/cairo -I/usr/X11/include/pixman-1 -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include/libpng12 -I/usr/local/Cellar/libiconv/1.14/include -I/usr/local/Cellar/gettext/0.18.1.1/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/usr/X11/include -DGDK_PIXBUF_DISABLE_DEPRECATED -O3 -march=core2 -msse4 -w -pipe -Wall -c -o gdkxftdefaults.lo gdkxftdefaults.c
\
# source='gdkxid.c' object='gdkxid.lo' libtool=yes
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I../.. -DG_LOG_DOMAIN=\"Gdk\" -DGDK_COMPILATION -I../.. -I../../gdk -I../../gdk -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.28.8/include/glib-2.0 -I/usr/local/Cellar/glib/2.28.8/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/glib/2.28.8/include -I/usr/local/Cellar/pango/1.28.4/include/pango-1.0 -I/usr/local/Cellar/glib/2.28.8/include/gio-unix-2.0/ -I/usr/local/Cellar/gdk-pixbuf/2.23.5/include/gdk-pixbuf-2.0 -I/usr/X11/include/cairo -I/usr/X11/include/pixman-1 -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include/libpng12 -I/usr/local/Cellar/libiconv/1.14/include -I/usr/local/Cellar/gettext/0.18.1.1/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/usr/X11/include -DGDK_PIXBUF_DISABLE_DEPRECATED -O3 -march=core2 -msse4 -w -pipe -Wall -c -o gdkxid.lo gdkxid.c
libtool: compile: /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I../.. -DG_LOG_DOMAIN=\"Gdk\" -DGDK_COMPILATION -I../.. -I../../gdk -I../../gdk -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.28.8/include/glib-2.0 -I/usr/local/Cellar/glib/2.28.8/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/glib/2.28.8/include -I/usr/local/Cellar/pango/1.28.4/include/pango-1.0 -I/usr/local/Cellar/glib/2.28.8/include/gio-unix-2.0/ -I/usr/local/Cellar/gdk-pixbuf/2.23.5/include/gdk-pixbuf-2.0 -I/usr/X11/include/cairo -I/usr/X11/include/pixman-1 -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include/libpng12 -I/usr/local/Cellar/libiconv/1.14/include -I/usr/local/Cellar/gettext/0.18.1.1/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/usr/X11/include -DGDK_PIXBUF_DISABLE_DEPRECATED -O3 -march=core2 -msse4 -w -pipe -Wall -c gdkxftdefaults.c -fno-common -DPIC -o .libs/gdkxftdefaults.o
libtool: compile: /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I../.. -DG_LOG_DOMAIN=\"Gdk\" -DGDK_COMPILATION -I../.. -I../../gdk -I../../gdk -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.28.8/include/glib-2.0 -I/usr/local/Cellar/glib/2.28.8/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/glib/2.28.8/include -I/usr/local/Cellar/pango/1.28.4/include/pango-1.0 -I/usr/local/Cellar/glib/2.28.8/include/gio-unix-2.0/ -I/usr/local/Cellar/gdk-pixbuf/2.23.5/include/gdk-pixbuf-2.0 -I/usr/X11/include/cairo -I/usr/X11/include/pixman-1 -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include/libpng12 -I/usr/local/Cellar/libiconv/1.14/include -I/usr/local/Cellar/gettext/0.18.1.1/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/usr/X11/include -DGDK_PIXBUF_DISABLE_DEPRECATED -O3 -march=core2 -msse4 -w -pipe -Wall -c gdkxid.c -fno-common -DPIC -o .libs/gdkxid.o
\
# source='xsettings-client.c' object='xsettings-client.lo' libtool=yes
\
# source='xsettings-common.c' object='xsettings-common.lo' libtool=yes
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I../.. -DG_LOG_DOMAIN=\"Gdk\" -DGDK_COMPILATION -I../.. -I../../gdk -I../../gdk -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.28.8/include/glib-2.0 -I/usr/local/Cellar/glib/2.28.8/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/glib/2.28.8/include -I/usr/local/Cellar/pango/1.28.4/include/pango-1.0 -I/usr/local/Cellar/glib/2.28.8/include/gio-unix-2.0/ -I/usr/local/Cellar/gdk-pixbuf/2.23.5/include/gdk-pixbuf-2.0 -I/usr/X11/include/cairo -I/usr/X11/include/pixman-1 -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include/libpng12 -I/usr/local/Cellar/libiconv/1.14/include -I/usr/local/Cellar/gettext/0.18.1.1/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/usr/X11/include -DGDK_PIXBUF_DISABLE_DEPRECATED -O3 -march=core2 -msse4 -w -pipe -Wall -c -o xsettings-client.lo xsettings-client.c
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I../.. -DG_LOG_DOMAIN=\"Gdk\" -DGDK_COMPILATION -I../.. -I../../gdk -I../../gdk -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.28.8/include/glib-2.0 -I/usr/local/Cellar/glib/2.28.8/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/glib/2.28.8/include -I/usr/local/Cellar/pango/1.28.4/include/pango-1.0 -I/usr/local/Cellar/glib/2.28.8/include/gio-unix-2.0/ -I/usr/local/Cellar/gdk-pixbuf/2.23.5/include/gdk-pixbuf-2.0 -I/usr/X11/include/cairo -I/usr/X11/include/pixman-1 -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include/libpng12 -I/usr/local/Cellar/libiconv/1.14/include -I/usr/local/Cellar/gettext/0.18.1.1/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/usr/X11/include -DGDK_PIXBUF_DISABLE_DEPRECATED -O3 -march=core2 -msse4 -w -pipe -Wall -c -o xsettings-common.lo xsettings-common.c
\
# source='gdkinput-none.c' object='gdkinput-none.lo' libtool=yes
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I../.. -DG_LOG_DOMAIN=\"Gdk\" -DGDK_COMPILATION -I../.. -I../../gdk -I../../gdk -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.28.8/include/glib-2.0 -I/usr/local/Cellar/glib/2.28.8/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/glib/2.28.8/include -I/usr/local/Cellar/pango/1.28.4/include/pango-1.0 -I/usr/local/Cellar/glib/2.28.8/include/gio-unix-2.0/ -I/usr/local/Cellar/gdk-pixbuf/2.23.5/include/gdk-pixbuf-2.0 -I/usr/X11/include/cairo -I/usr/X11/include/pixman-1 -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include/libpng12 -I/usr/local/Cellar/libiconv/1.14/include -I/usr/local/Cellar/gettext/0.18.1.1/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/usr/X11/include -DGDK_PIXBUF_DISABLE_DEPRECATED -O3 -march=core2 -msse4 -w -pipe -Wall -c -o gdkinput-none.lo gdkinput-none.c
libtool: compile: /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I../.. -DG_LOG_DOMAIN=\"Gdk\" -DGDK_COMPILATION -I../.. -I../../gdk -I../../gdk -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.28.8/include/glib-2.0 -I/usr/local/Cellar/glib/2.28.8/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/glib/2.28.8/include -I/usr/local/Cellar/pango/1.28.4/include/pango-1.0 -I/usr/local/Cellar/glib/2.28.8/include/gio-unix-2.0/ -I/usr/local/Cellar/gdk-pixbuf/2.23.5/include/gdk-pixbuf-2.0 -I/usr/X11/include/cairo -I/usr/X11/include/pixman-1 -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include/libpng12 -I/usr/local/Cellar/libiconv/1.14/include -I/usr/local/Cellar/gettext/0.18.1.1/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/usr/X11/include -DGDK_PIXBUF_DISABLE_DEPRECATED -O3 -march=core2 -msse4 -w -pipe -Wall -c xsettings-client.c -fno-common -DPIC -o .libs/xsettings-client.o
libtool: compile: /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I../.. -DG_LOG_DOMAIN=\"Gdk\" -DGDK_COMPILATION -I../.. -I../../gdk -I../../gdk -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.28.8/include/glib-2.0 -I/usr/local/Cellar/glib/2.28.8/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/glib/2.28.8/include -I/usr/local/Cellar/pango/1.28.4/include/pango-1.0 -I/usr/local/Cellar/glib/2.28.8/include/gio-unix-2.0/ -I/usr/local/Cellar/gdk-pixbuf/2.23.5/include/gdk-pixbuf-2.0 -I/usr/X11/include/cairo -I/usr/X11/include/pixman-1 -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include/libpng12 -I/usr/local/Cellar/libiconv/1.14/include -I/usr/local/Cellar/gettext/0.18.1.1/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/usr/X11/include -DGDK_PIXBUF_DISABLE_DEPRECATED -O3 -march=core2 -msse4 -w -pipe -Wall -c xsettings-common.c -fno-common -DPIC -o .libs/xsettings-common.o
libtool: compile: /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I../.. -DG_LOG_DOMAIN=\"Gdk\" -DGDK_COMPILATION -I../.. -I../../gdk -I../../gdk -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.28.8/include/glib-2.0 -I/usr/local/Cellar/glib/2.28.8/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/glib/2.28.8/include -I/usr/local/Cellar/pango/1.28.4/include/pango-1.0 -I/usr/local/Cellar/glib/2.28.8/include/gio-unix-2.0/ -I/usr/local/Cellar/gdk-pixbuf/2.23.5/include/gdk-pixbuf-2.0 -I/usr/X11/include/cairo -I/usr/X11/include/pixman-1 -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include/libpng12 -I/usr/local/Cellar/libiconv/1.14/include -I/usr/local/Cellar/gettext/0.18.1.1/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/usr/X11/include -DGDK_PIXBUF_DISABLE_DEPRECATED -O3 -march=core2 -msse4 -w -pipe -Wall -c gdkinput-none.c -fno-common -DPIC -o .libs/gdkinput-none.o
\
# source='checksettings.c' object='checksettings.o' libtool=no
/usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I../.. -DG_LOG_DOMAIN=\"Gdk\" -DGDK_COMPILATION -I../.. -I../../gdk -I../../gdk -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.28.8/include/glib-2.0 -I/usr/local/Cellar/glib/2.28.8/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/glib/2.28.8/include -I/usr/local/Cellar/pango/1.28.4/include/pango-1.0 -I/usr/local/Cellar/glib/2.28.8/include/gio-unix-2.0/ -I/usr/local/Cellar/gdk-pixbuf/2.23.5/include/gdk-pixbuf-2.0 -I/usr/X11/include/cairo -I/usr/X11/include/pixman-1 -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include/libpng12 -I/usr/local/Cellar/libiconv/1.14/include -I/usr/local/Cellar/gettext/0.18.1.1/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/usr/X11/include -DGDK_PIXBUF_DISABLE_DEPRECATED -O3 -march=core2 -msse4 -w -pipe -Wall -c checksettings.c
/bin/sh ../../libtool --tag=CC --mode=link /usr/bin/gcc-4.2 -DGDK_PIXBUF_DISABLE_DEPRECATED -O3 -march=core2 -msse4 -w -pipe -Wall -L/usr/local/Cellar/libiconv/1.14/lib -L/usr/local/Cellar/gettext/0.18.1.1/lib -o libgdk-x11.la gdkapplaunchcontext-x11.lo gdkasync.lo gdkcolor-x11.lo gdkcursor-x11.lo gdkdisplay-x11.lo gdkdnd-x11.lo gdkdrawable-x11.lo gdkevents-x11.lo gdkfont-x11.lo gdkgc-x11.lo gdkgeometry-x11.lo gdkglobals-x11.lo gdkim-x11.lo gdkimage-x11.lo gdkinput.lo gdkkeys-x11.lo gdkmain-x11.lo gdkpixmap-x11.lo gdkproperty-x11.lo gdkscreen-x11.lo gdkselection-x11.lo gdkspawn-x11.lo gdktestutils-x11.lo gdkvisual-x11.lo gdkwindow-x11.lo gdkxftdefaults.lo gdkxid.lo xsettings-client.lo xsettings-common.lo gdkinput-none.lo
libtool: link: ar cru .libs/libgdk-x11.a .libs/gdkapplaunchcontext-x11.o .libs/gdkasync.o .libs/gdkcolor-x11.o .libs/gdkcursor-x11.o .libs/gdkdisplay-x11.o .libs/gdkdnd-x11.o .libs/gdkdrawable-x11.o .libs/gdkevents-x11.o .libs/gdkfont-x11.o .libs/gdkgc-x11.o .libs/gdkgeometry-x11.o .libs/gdkglobals-x11.o .libs/gdkim-x11.o .libs/gdkimage-x11.o .libs/gdkinput.o .libs/gdkkeys-x11.o .libs/gdkmain-x11.o .libs/gdkpixmap-x11.o .libs/gdkproperty-x11.o .libs/gdkscreen-x11.o .libs/gdkselection-x11.o .libs/gdkspawn-x11.o .libs/gdktestutils-x11.o .libs/gdkvisual-x11.o .libs/gdkwindow-x11.o .libs/gdkxftdefaults.o .libs/gdkxid.o .libs/xsettings-client.o .libs/xsettings-common.o .libs/gdkinput-none.o
libtool: link: ranlib .libs/libgdk-x11.a
libtool: link: ( cd ".libs" && rm -f "libgdk-x11.la" && ln -s "../libgdk-x11.la" "libgdk-x11.la" )
/bin/sh ../../libtool --tag=CC --mode=link /usr/bin/gcc-4.2 -DGDK_PIXBUF_DISABLE_DEPRECATED -O3 -march=core2 -msse4 -w -pipe -Wall -L/usr/local/Cellar/libiconv/1.14/lib -L/usr/local/Cellar/gettext/0.18.1.1/lib -o checksettings checksettings.o libgdk-x11.la -L/usr/local/Cellar/glib/2.28.8/lib -L/usr/local/Cellar/gettext/0.18.1.1/lib -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lglib-2.0 -lintl
libtool: link: /usr/bin/gcc-4.2 -DGDK_PIXBUF_DISABLE_DEPRECATED -O3 -march=core2 -msse4 -w -pipe -Wall -o checksettings checksettings.o -L/usr/local/Cellar/libiconv/1.14/lib -L/usr/local/Cellar/gettext/0.18.1.1/lib ./.libs/libgdk-x11.a -L/usr/local/Cellar/glib/2.28.8/lib -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lglib-2.0 -lintl
make[4]: Nothing to be done for `install-exec-am'.
test -z "/usr/local/Cellar/gtk+/2.24.6/include/gtk-2.0/gdk" || /usr/local/bin/gmkdir -p "/usr/local/Cellar/gtk+/2.24.6/include/gtk-2.0/gdk"
/usr/local/bin/ginstall -c -m 644 gdkx.h '/usr/local/Cellar/gtk+/2.24.6/include/gtk-2.0/gdk'
Making install in .
\
# source='gdk.c' object='gdk.lo' libtool=yes
\
# source='gdkapplaunchcontext.c' object='gdkapplaunchcontext.lo' libtool=yes
\
# source='gdkcairo.c' object='gdkcairo.lo' libtool=yes
\
# source='gdkcolor.c' object='gdkcolor.lo' libtool=yes
/bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Gdk\" -DGDK_COMPILATION -I.. -I../gdk -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.28.8/include/glib-2.0 -I/usr/local/Cellar/glib/2.28.8/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/glib/2.28.8/include -I/usr/local/Cellar/pango/1.28.4/include/pango-1.0 -I/usr/local/Cellar/glib/2.28.8/include/gio-unix-2.0/ -I/usr/local/Cellar/gdk-pixbuf/2.23.5/include/gdk-pixbuf-2.0 -I/usr/X11/include/cairo -I/usr/X11/include/pixman-1 -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include/libpng12 -I/usr/local/Cellar/libiconv/1.14/include -I/usr/local/Cellar/gettext/0.18.1.1/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/usr/X11/include -DGDK_PIXBUF_DISABLE_DEPRECATED -O3 -march=core2 -msse4 -w -pipe -Wall -c -o gdk.lo gdk.c
/bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Gdk\" -DGDK_COMPILATION -I.. -I../gdk -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.28.8/include/glib-2.0 -I/usr/local/Cellar/glib/2.28.8/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/glib/2.28.8/include -I/usr/local/Cellar/pango/1.28.4/include/pango-1.0 -I/usr/local/Cellar/glib/2.28.8/include/gio-unix-2.0/ -I/usr/local/Cellar/gdk-pixbuf/2.23.5/include/gdk-pixbuf-2.0 -I/usr/X11/include/cairo -I/usr/X11/include/pixman-1 -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include/libpng12 -I/usr/local/Cellar/libiconv/1.14/include -I/usr/local/Cellar/gettext/0.18.1.1/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/usr/X11/include -DGDK_PIXBUF_DISABLE_DEPRECATED -O3 -march=core2 -msse4 -w -pipe -Wall -c -o gdkapplaunchcontext.lo gdkapplaunchcontext.c
/bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Gdk\" -DGDK_COMPILATION -I.. -I../gdk -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.28.8/include/glib-2.0 -I/usr/local/Cellar/glib/2.28.8/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/glib/2.28.8/include -I/usr/local/Cellar/pango/1.28.4/include/pango-1.0 -I/usr/local/Cellar/glib/2.28.8/include/gio-unix-2.0/ -I/usr/local/Cellar/gdk-pixbuf/2.23.5/include/gdk-pixbuf-2.0 -I/usr/X11/include/cairo -I/usr/X11/include/pixman-1 -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include/libpng12 -I/usr/local/Cellar/libiconv/1.14/include -I/usr/local/Cellar/gettext/0.18.1.1/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/usr/X11/include -DGDK_PIXBUF_DISABLE_DEPRECATED -O3 -march=core2 -msse4 -w -pipe -Wall -c -o gdkcairo.lo gdkcairo.c
/bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Gdk\" -DGDK_COMPILATION -I.. -I../gdk -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.28.8/include/glib-2.0 -I/usr/local/Cellar/glib/2.28.8/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/glib/2.28.8/include -I/usr/local/Cellar/pango/1.28.4/include/pango-1.0 -I/usr/local/Cellar/glib/2.28.8/include/gio-unix-2.0/ -I/usr/local/Cellar/gdk-pixbuf/2.23.5/include/gdk-pixbuf-2.0 -I/usr/X11/include/cairo -I/usr/X11/include/pixman-1 -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include/libpng12 -I/usr/local/Cellar/libiconv/1.14/include -I/usr/local/Cellar/gettext/0.18.1.1/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/usr/X11/include -DGDK_PIXBUF_DISABLE_DEPRECATED -O3 -march=core2 -msse4 -w -pipe -Wall -c -o gdkcolor.lo gdkcolor.c
libtool: compile: /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Gdk\" -DGDK_COMPILATION -I.. -I../gdk -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.28.8/include/glib-2.0 -I/usr/local/Cellar/glib/2.28.8/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/glib/2.28.8/include -I/usr/local/Cellar/pango/1.28.4/include/pango-1.0 -I/usr/local/Cellar/glib/2.28.8/include/gio-unix-2.0/ -I/usr/local/Cellar/gdk-pixbuf/2.23.5/include/gdk-pixbuf-2.0 -I/usr/X11/include/cairo -I/usr/X11/include/pixman-1 -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include/libpng12 -I/usr/local/Cellar/libiconv/1.14/include -I/usr/local/Cellar/gettext/0.18.1.1/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/usr/X11/include -DGDK_PIXBUF_DISABLE_DEPRECATED -O3 -march=core2 -msse4 -w -pipe -Wall -c gdk.c -fno-common -DPIC -o .libs/gdk.o
libtool: compile: /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Gdk\" -DGDK_COMPILATION -I.. -I../gdk -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.28.8/include/glib-2.0 -I/usr/local/Cellar/glib/2.28.8/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/glib/2.28.8/include -I/usr/local/Cellar/pango/1.28.4/include/pango-1.0 -I/usr/local/Cellar/glib/2.28.8/include/gio-unix-2.0/ -I/usr/local/Cellar/gdk-pixbuf/2.23.5/include/gdk-pixbuf-2.0 -I/usr/X11/include/cairo -I/usr/X11/include/pixman-1 -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include/libpng12 -I/usr/local/Cellar/libiconv/1.14/include -I/usr/local/Cellar/gettext/0.18.1.1/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/usr/X11/include -DGDK_PIXBUF_DISABLE_DEPRECATED -O3 -march=core2 -msse4 -w -pipe -Wall -c gdkapplaunchcontext.c -fno-common -DPIC -o .libs/gdkapplaunchcontext.o
libtool: compile: /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Gdk\" -DGDK_COMPILATION -I.. -I../gdk -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.28.8/include/glib-2.0 -I/usr/local/Cellar/glib/2.28.8/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/glib/2.28.8/include -I/usr/local/Cellar/pango/1.28.4/include/pango-1.0 -I/usr/local/Cellar/glib/2.28.8/include/gio-unix-2.0/ -I/usr/local/Cellar/gdk-pixbuf/2.23.5/include/gdk-pixbuf-2.0 -I/usr/X11/include/cairo -I/usr/X11/include/pixman-1 -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include/libpng12 -I/usr/local/Cellar/libiconv/1.14/include -I/usr/local/Cellar/gettext/0.18.1.1/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/usr/X11/include -DGDK_PIXBUF_DISABLE_DEPRECATED -O3 -march=core2 -msse4 -w -pipe -Wall -c gdkcairo.c -fno-common -DPIC -o .libs/gdkcairo.o
libtool: compile: /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Gdk\" -DGDK_COMPILATION -I.. -I../gdk -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.28.8/include/glib-2.0 -I/usr/local/Cellar/glib/2.28.8/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/glib/2.28.8/include -I/usr/local/Cellar/pango/1.28.4/include/pango-1.0 -I/usr/local/Cellar/glib/2.28.8/include/gio-unix-2.0/ -I/usr/local/Cellar/gdk-pixbuf/2.23.5/include/gdk-pixbuf-2.0 -I/usr/X11/include/cairo -I/usr/X11/include/pixman-1 -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include/libpng12 -I/usr/local/Cellar/libiconv/1.14/include -I/usr/local/Cellar/gettext/0.18.1.1/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/usr/X11/include -DGDK_PIXBUF_DISABLE_DEPRECATED -O3 -march=core2 -msse4 -w -pipe -Wall -c gdkcolor.c -fno-common -DPIC -o .libs/gdkcolor.o
\
# source='gdkcursor.c' object='gdkcursor.lo' libtool=yes
/bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Gdk\" -DGDK_COMPILATION -I.. -I../gdk -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.28.8/include/glib-2.0 -I/usr/local/Cellar/glib/2.28.8/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/glib/2.28.8/include -I/usr/local/Cellar/pango/1.28.4/include/pango-1.0 -I/usr/local/Cellar/glib/2.28.8/include/gio-unix-2.0/ -I/usr/local/Cellar/gdk-pixbuf/2.23.5/include/gdk-pixbuf-2.0 -I/usr/X11/include/cairo -I/usr/X11/include/pixman-1 -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include/libpng12 -I/usr/local/Cellar/libiconv/1.14/include -I/usr/local/Cellar/gettext/0.18.1.1/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/usr/X11/include -DGDK_PIXBUF_DISABLE_DEPRECATED -O3 -march=core2 -msse4 -w -pipe -Wall -c -o gdkcursor.lo gdkcursor.c
\
# source='gdkdisplay.c' object='gdkdisplay.lo' libtool=yes
/bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Gdk\" -DGDK_COMPILATION -I.. -I../gdk -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.28.8/include/glib-2.0 -I/usr/local/Cellar/glib/2.28.8/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/glib/2.28.8/include -I/usr/local/Cellar/pango/1.28.4/include/pango-1.0 -I/usr/local/Cellar/glib/2.28.8/include/gio-unix-2.0/ -I/usr/local/Cellar/gdk-pixbuf/2.23.5/include/gdk-pixbuf-2.0 -I/usr/X11/include/cairo -I/usr/X11/include/pixman-1 -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include/libpng12 -I/usr/local/Cellar/libiconv/1.14/include -I/usr/local/Cellar/gettext/0.18.1.1/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/usr/X11/include -DGDK_PIXBUF_DISABLE_DEPRECATED -O3 -march=core2 -msse4 -w -pipe -Wall -c -o gdkdisplay.lo gdkdisplay.c
\
# source='gdkdisplaymanager.c' object='gdkdisplaymanager.lo' libtool=yes
/bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Gdk\" -DGDK_COMPILATION -I.. -I../gdk -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.28.8/include/glib-2.0 -I/usr/local/Cellar/glib/2.28.8/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/glib/2.28.8/include -I/usr/local/Cellar/pango/1.28.4/include/pango-1.0 -I/usr/local/Cellar/glib/2.28.8/include/gio-unix-2.0/ -I/usr/local/Cellar/gdk-pixbuf/2.23.5/include/gdk-pixbuf-2.0 -I/usr/X11/include/cairo -I/usr/X11/include/pixman-1 -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include/libpng12 -I/usr/local/Cellar/libiconv/1.14/include -I/usr/local/Cellar/gettext/0.18.1.1/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/usr/X11/include -DGDK_PIXBUF_DISABLE_DEPRECATED -O3 -march=core2 -msse4 -w -pipe -Wall -c -o gdkdisplaymanager.lo gdkdisplaymanager.c
libtool: compile: /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Gdk\" -DGDK_COMPILATION -I.. -I../gdk -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.28.8/include/glib-2.0 -I/usr/local/Cellar/glib/2.28.8/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/glib/2.28.8/include -I/usr/local/Cellar/pango/1.28.4/include/pango-1.0 -I/usr/local/Cellar/glib/2.28.8/include/gio-unix-2.0/ -I/usr/local/Cellar/gdk-pixbuf/2.23.5/include/gdk-pixbuf-2.0 -I/usr/X11/include/cairo -I/usr/X11/include/pixman-1 -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include/libpng12 -I/usr/local/Cellar/libiconv/1.14/include -I/usr/local/Cellar/gettext/0.18.1.1/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/usr/X11/include -DGDK_PIXBUF_DISABLE_DEPRECATED -O3 -march=core2 -msse4 -w -pipe -Wall -c gdkcursor.c -fno-common -DPIC -o .libs/gdkcursor.o
\
# source='gdkdnd.c' object='gdkdnd.lo' libtool=yes
/bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Gdk\" -DGDK_COMPILATION -I.. -I../gdk -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.28.8/include/glib-2.0 -I/usr/local/Cellar/glib/2.28.8/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/glib/2.28.8/include -I/usr/local/Cellar/pango/1.28.4/include/pango-1.0 -I/usr/local/Cellar/glib/2.28.8/include/gio-unix-2.0/ -I/usr/local/Cellar/gdk-pixbuf/2.23.5/include/gdk-pixbuf-2.0 -I/usr/X11/include/cairo -I/usr/X11/include/pixman-1 -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include/libpng12 -I/usr/local/Cellar/libiconv/1.14/include -I/usr/local/Cellar/gettext/0.18.1.1/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/usr/X11/include -DGDK_PIXBUF_DISABLE_DEPRECATED -O3 -march=core2 -msse4 -w -pipe -Wall -c -o gdkdnd.lo gdkdnd.c
libtool: compile: /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Gdk\" -DGDK_COMPILATION -I.. -I../gdk -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.28.8/include/glib-2.0 -I/usr/local/Cellar/glib/2.28.8/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/glib/2.28.8/include -I/usr/local/Cellar/pango/1.28.4/include/pango-1.0 -I/usr/local/Cellar/glib/2.28.8/include/gio-unix-2.0/ -I/usr/local/Cellar/gdk-pixbuf/2.23.5/include/gdk-pixbuf-2.0 -I/usr/X11/include/cairo -I/usr/X11/include/pixman-1 -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include/libpng12 -I/usr/local/Cellar/libiconv/1.14/include -I/usr/local/Cellar/gettext/0.18.1.1/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/usr/X11/include -DGDK_PIXBUF_DISABLE_DEPRECATED -O3 -march=core2 -msse4 -w -pipe -Wall -c gdkdisplay.c -fno-common -DPIC -o .libs/gdkdisplay.o
libtool: compile: /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Gdk\" -DGDK_COMPILATION -I.. -I../gdk -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.28.8/include/glib-2.0 -I/usr/local/Cellar/glib/2.28.8/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/glib/2.28.8/include -I/usr/local/Cellar/pango/1.28.4/include/pango-1.0 -I/usr/local/Cellar/glib/2.28.8/include/gio-unix-2.0/ -I/usr/local/Cellar/gdk-pixbuf/2.23.5/include/gdk-pixbuf-2.0 -I/usr/X11/include/cairo -I/usr/X11/include/pixman-1 -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include/libpng12 -I/usr/local/Cellar/libiconv/1.14/include -I/usr/local/Cellar/gettext/0.18.1.1/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/usr/X11/include -DGDK_PIXBUF_DISABLE_DEPRECATED -O3 -march=core2 -msse4 -w -pipe -Wall -c gdkdisplaymanager.c -fno-common -DPIC -o .libs/gdkdisplaymanager.o
libtool: compile: /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Gdk\" -DGDK_COMPILATION -I.. -I../gdk -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.28.8/include/glib-2.0 -I/usr/local/Cellar/glib/2.28.8/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/glib/2.28.8/include -I/usr/local/Cellar/pango/1.28.4/include/pango-1.0 -I/usr/local/Cellar/glib/2.28.8/include/gio-unix-2.0/ -I/usr/local/Cellar/gdk-pixbuf/2.23.5/include/gdk-pixbuf-2.0 -I/usr/X11/include/cairo -I/usr/X11/include/pixman-1 -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include/libpng12 -I/usr/local/Cellar/libiconv/1.14/include -I/usr/local/Cellar/gettext/0.18.1.1/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/usr/X11/include -DGDK_PIXBUF_DISABLE_DEPRECATED -O3 -march=core2 -msse4 -w -pipe -Wall -c gdkdnd.c -fno-common -DPIC -o .libs/gdkdnd.o
\
# source='gdkdraw.c' object='gdkdraw.lo' libtool=yes
/bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Gdk\" -DGDK_COMPILATION -I.. -I../gdk -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.28.8/include/glib-2.0 -I/usr/local/Cellar/glib/2.28.8/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/glib/2.28.8/include -I/usr/local/Cellar/pango/1.28.4/include/pango-1.0 -I/usr/local/Cellar/glib/2.28.8/include/gio-unix-2.0/ -I/usr/local/Cellar/gdk-pixbuf/2.23.5/include/gdk-pixbuf-2.0 -I/usr/X11/include/cairo -I/usr/X11/include/pixman-1 -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include/libpng12 -I/usr/local/Cellar/libiconv/1.14/include -I/usr/local/Cellar/gettext/0.18.1.1/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/usr/X11/include -DGDK_PIXBUF_DISABLE_DEPRECATED -O3 -march=core2 -msse4 -w -pipe -Wall -c -o gdkdraw.lo gdkdraw.c
\
# source='gdkevents.c' object='gdkevents.lo' libtool=yes
libtool: compile: /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Gdk\" -DGDK_COMPILATION -I.. -I../gdk -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.28.8/include/glib-2.0 -I/usr/local/Cellar/glib/2.28.8/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/glib/2.28.8/include -I/usr/local/Cellar/pango/1.28.4/include/pango-1.0 -I/usr/local/Cellar/glib/2.28.8/include/gio-unix-2.0/ -I/usr/local/Cellar/gdk-pixbuf/2.23.5/include/gdk-pixbuf-2.0 -I/usr/X11/include/cairo -I/usr/X11/include/pixman-1 -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include/libpng12 -I/usr/local/Cellar/libiconv/1.14/include -I/usr/local/Cellar/gettext/0.18.1.1/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/usr/X11/include -DGDK_PIXBUF_DISABLE_DEPRECATED -O3 -march=core2 -msse4 -w -pipe -Wall -c gdkdraw.c -fno-common -DPIC -o .libs/gdkdraw.o
/bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Gdk\" -DGDK_COMPILATION -I.. -I../gdk -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.28.8/include/glib-2.0 -I/usr/local/Cellar/glib/2.28.8/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/glib/2.28.8/include -I/usr/local/Cellar/pango/1.28.4/include/pango-1.0 -I/usr/local/Cellar/glib/2.28.8/include/gio-unix-2.0/ -I/usr/local/Cellar/gdk-pixbuf/2.23.5/include/gdk-pixbuf-2.0 -I/usr/X11/include/cairo -I/usr/X11/include/pixman-1 -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include/libpng12 -I/usr/local/Cellar/libiconv/1.14/include -I/usr/local/Cellar/gettext/0.18.1.1/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/usr/X11/include -DGDK_PIXBUF_DISABLE_DEPRECATED -O3 -march=core2 -msse4 -w -pipe -Wall -c -o gdkevents.lo gdkevents.c
\
# source='gdkfont.c' object='gdkfont.lo' libtool=yes
/bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Gdk\" -DGDK_COMPILATION -I.. -I../gdk -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.28.8/include/glib-2.0 -I/usr/local/Cellar/glib/2.28.8/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/glib/2.28.8/include -I/usr/local/Cellar/pango/1.28.4/include/pango-1.0 -I/usr/local/Cellar/glib/2.28.8/include/gio-unix-2.0/ -I/usr/local/Cellar/gdk-pixbuf/2.23.5/include/gdk-pixbuf-2.0 -I/usr/X11/include/cairo -I/usr/X11/include/pixman-1 -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include/libpng12 -I/usr/local/Cellar/libiconv/1.14/include -I/usr/local/Cellar/gettext/0.18.1.1/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/usr/X11/include -DGDK_PIXBUF_DISABLE_DEPRECATED -O3 -march=core2 -msse4 -w -pipe -Wall -c -o gdkfont.lo gdkfont.c
libtool: compile: /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Gdk\" -DGDK_COMPILATION -I.. -I../gdk -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.28.8/include/glib-2.0 -I/usr/local/Cellar/glib/2.28.8/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/glib/2.28.8/include -I/usr/local/Cellar/pango/1.28.4/include/pango-1.0 -I/usr/local/Cellar/glib/2.28.8/include/gio-unix-2.0/ -I/usr/local/Cellar/gdk-pixbuf/2.23.5/include/gdk-pixbuf-2.0 -I/usr/X11/include/cairo -I/usr/X11/include/pixman-1 -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include/libpng12 -I/usr/local/Cellar/libiconv/1.14/include -I/usr/local/Cellar/gettext/0.18.1.1/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/usr/X11/include -DGDK_PIXBUF_DISABLE_DEPRECATED -O3 -march=core2 -msse4 -w -pipe -Wall -c gdkevents.c -fno-common -DPIC -o .libs/gdkevents.o
libtool: compile: /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Gdk\" -DGDK_COMPILATION -I.. -I../gdk -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.28.8/include/glib-2.0 -I/usr/local/Cellar/glib/2.28.8/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/glib/2.28.8/include -I/usr/local/Cellar/pango/1.28.4/include/pango-1.0 -I/usr/local/Cellar/glib/2.28.8/include/gio-unix-2.0/ -I/usr/local/Cellar/gdk-pixbuf/2.23.5/include/gdk-pixbuf-2.0 -I/usr/X11/include/cairo -I/usr/X11/include/pixman-1 -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include/libpng12 -I/usr/local/Cellar/libiconv/1.14/include -I/usr/local/Cellar/gettext/0.18.1.1/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/usr/X11/include -DGDK_PIXBUF_DISABLE_DEPRECATED -O3 -march=core2 -msse4 -w -pipe -Wall -c gdkfont.c -fno-common -DPIC -o .libs/gdkfont.o
\
# source='gdkgc.c' object='gdkgc.lo' libtool=yes
/bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Gdk\" -DGDK_COMPILATION -I.. -I../gdk -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.28.8/include/glib-2.0 -I/usr/local/Cellar/glib/2.28.8/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/glib/2.28.8/include -I/usr/local/Cellar/pango/1.28.4/include/pango-1.0 -I/usr/local/Cellar/glib/2.28.8/include/gio-unix-2.0/ -I/usr/local/Cellar/gdk-pixbuf/2.23.5/include/gdk-pixbuf-2.0 -I/usr/X11/include/cairo -I/usr/X11/include/pixman-1 -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include/libpng12 -I/usr/local/Cellar/libiconv/1.14/include -I/usr/local/Cellar/gettext/0.18.1.1/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/usr/X11/include -DGDK_PIXBUF_DISABLE_DEPRECATED -O3 -march=core2 -msse4 -w -pipe -Wall -c -o gdkgc.lo gdkgc.c
libtool: compile: /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Gdk\" -DGDK_COMPILATION -I.. -I../gdk -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.28.8/include/glib-2.0 -I/usr/local/Cellar/glib/2.28.8/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/glib/2.28.8/include -I/usr/local/Cellar/pango/1.28.4/include/pango-1.0 -I/usr/local/Cellar/glib/2.28.8/include/gio-unix-2.0/ -I/usr/local/Cellar/gdk-pixbuf/2.23.5/include/gdk-pixbuf-2.0 -I/usr/X11/include/cairo -I/usr/X11/include/pixman-1 -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include/libpng12 -I/usr/local/Cellar/libiconv/1.14/include -I/usr/local/Cellar/gettext/0.18.1.1/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/usr/X11/include -DGDK_PIXBUF_DISABLE_DEPRECATED -O3 -march=core2 -msse4 -w -pipe -Wall -c gdkgc.c -fno-common -DPIC -o .libs/gdkgc.o
\
# source='gdkglobals.c' object='gdkglobals.lo' libtool=yes
/bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Gdk\" -DGDK_COMPILATION -I.. -I../gdk -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.28.8/include/glib-2.0 -I/usr/local/Cellar/glib/2.28.8/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/glib/2.28.8/include -I/usr/local/Cellar/pango/1.28.4/include/pango-1.0 -I/usr/local/Cellar/glib/2.28.8/include/gio-unix-2.0/ -I/usr/local/Cellar/gdk-pixbuf/2.23.5/include/gdk-pixbuf-2.0 -I/usr/X11/include/cairo -I/usr/X11/include/pixman-1 -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include/libpng12 -I/usr/local/Cellar/libiconv/1.14/include -I/usr/local/Cellar/gettext/0.18.1.1/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/usr/X11/include -DGDK_PIXBUF_DISABLE_DEPRECATED -O3 -march=core2 -msse4 -w -pipe -Wall -c -o gdkglobals.lo gdkglobals.c
libtool: compile: /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Gdk\" -DGDK_COMPILATION -I.. -I../gdk -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.28.8/include/glib-2.0 -I/usr/local/Cellar/glib/2.28.8/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/glib/2.28.8/include -I/usr/local/Cellar/pango/1.28.4/include/pango-1.0 -I/usr/local/Cellar/glib/2.28.8/include/gio-unix-2.0/ -I/usr/local/Cellar/gdk-pixbuf/2.23.5/include/gdk-pixbuf-2.0 -I/usr/X11/include/cairo -I/usr/X11/include/pixman-1 -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include/libpng12 -I/usr/local/Cellar/libiconv/1.14/include -I/usr/local/Cellar/gettext/0.18.1.1/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/usr/X11/include -DGDK_PIXBUF_DISABLE_DEPRECATED -O3 -march=core2 -msse4 -w -pipe -Wall -c gdkglobals.c -fno-common -DPIC -o .libs/gdkglobals.o
\
# source='gdkimage.c' object='gdkimage.lo' libtool=yes
/bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Gdk\" -DGDK_COMPILATION -I.. -I../gdk -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.28.8/include/glib-2.0 -I/usr/local/Cellar/glib/2.28.8/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/glib/2.28.8/include -I/usr/local/Cellar/pango/1.28.4/include/pango-1.0 -I/usr/local/Cellar/glib/2.28.8/include/gio-unix-2.0/ -I/usr/local/Cellar/gdk-pixbuf/2.23.5/include/gdk-pixbuf-2.0 -I/usr/X11/include/cairo -I/usr/X11/include/pixman-1 -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include/libpng12 -I/usr/local/Cellar/libiconv/1.14/include -I/usr/local/Cellar/gettext/0.18.1.1/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/usr/X11/include -DGDK_PIXBUF_DISABLE_DEPRECATED -O3 -march=core2 -msse4 -w -pipe -Wall -c -o gdkimage.lo gdkimage.c
\
# source='gdkkeys.c' object='gdkkeys.lo' libtool=yes
/bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Gdk\" -DGDK_COMPILATION -I.. -I../gdk -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.28.8/include/glib-2.0 -I/usr/local/Cellar/glib/2.28.8/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/glib/2.28.8/include -I/usr/local/Cellar/pango/1.28.4/include/pango-1.0 -I/usr/local/Cellar/glib/2.28.8/include/gio-unix-2.0/ -I/usr/local/Cellar/gdk-pixbuf/2.23.5/include/gdk-pixbuf-2.0 -I/usr/X11/include/cairo -I/usr/X11/include/pixman-1 -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include/libpng12 -I/usr/local/Cellar/libiconv/1.14/include -I/usr/local/Cellar/gettext/0.18.1.1/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/usr/X11/include -DGDK_PIXBUF_DISABLE_DEPRECATED -O3 -march=core2 -msse4 -w -pipe -Wall -c -o gdkkeys.lo gdkkeys.c
libtool: compile: /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Gdk\" -DGDK_COMPILATION -I.. -I../gdk -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.28.8/include/glib-2.0 -I/usr/local/Cellar/glib/2.28.8/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/glib/2.28.8/include -I/usr/local/Cellar/pango/1.28.4/include/pango-1.0 -I/usr/local/Cellar/glib/2.28.8/include/gio-unix-2.0/ -I/usr/local/Cellar/gdk-pixbuf/2.23.5/include/gdk-pixbuf-2.0 -I/usr/X11/include/cairo -I/usr/X11/include/pixman-1 -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include/libpng12 -I/usr/local/Cellar/libiconv/1.14/include -I/usr/local/Cellar/gettext/0.18.1.1/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/usr/X11/include -DGDK_PIXBUF_DISABLE_DEPRECATED -O3 -march=core2 -msse4 -w -pipe -Wall -c gdkimage.c -fno-common -DPIC -o .libs/gdkimage.o
libtool: compile: /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Gdk\" -DGDK_COMPILATION -I.. -I../gdk -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.28.8/include/glib-2.0 -I/usr/local/Cellar/glib/2.28.8/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/glib/2.28.8/include -I/usr/local/Cellar/pango/1.28.4/include/pango-1.0 -I/usr/local/Cellar/glib/2.28.8/include/gio-unix-2.0/ -I/usr/local/Cellar/gdk-pixbuf/2.23.5/include/gdk-pixbuf-2.0 -I/usr/X11/include/cairo -I/usr/X11/include/pixman-1 -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include/libpng12 -I/usr/local/Cellar/libiconv/1.14/include -I/usr/local/Cellar/gettext/0.18.1.1/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/usr/X11/include -DGDK_PIXBUF_DISABLE_DEPRECATED -O3 -march=core2 -msse4 -w -pipe -Wall -c gdkkeys.c -fno-common -DPIC -o .libs/gdkkeys.o
\
# source='gdkkeyuni.c' object='gdkkeyuni.lo' libtool=yes
/bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Gdk\" -DGDK_COMPILATION -I.. -I../gdk -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.28.8/include/glib-2.0 -I/usr/local/Cellar/glib/2.28.8/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/glib/2.28.8/include -I/usr/local/Cellar/pango/1.28.4/include/pango-1.0 -I/usr/local/Cellar/glib/2.28.8/include/gio-unix-2.0/ -I/usr/local/Cellar/gdk-pixbuf/2.23.5/include/gdk-pixbuf-2.0 -I/usr/X11/include/cairo -I/usr/X11/include/pixman-1 -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include/libpng12 -I/usr/local/Cellar/libiconv/1.14/include -I/usr/local/Cellar/gettext/0.18.1.1/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/usr/X11/include -DGDK_PIXBUF_DISABLE_DEPRECATED -O3 -march=core2 -msse4 -w -pipe -Wall -c -o gdkkeyuni.lo gdkkeyuni.c
libtool: compile: /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Gdk\" -DGDK_COMPILATION -I.. -I../gdk -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.28.8/include/glib-2.0 -I/usr/local/Cellar/glib/2.28.8/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/glib/2.28.8/include -I/usr/local/Cellar/pango/1.28.4/include/pango-1.0 -I/usr/local/Cellar/glib/2.28.8/include/gio-unix-2.0/ -I/usr/local/Cellar/gdk-pixbuf/2.23.5/include/gdk-pixbuf-2.0 -I/usr/X11/include/cairo -I/usr/X11/include/pixman-1 -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include/libpng12 -I/usr/local/Cellar/libiconv/1.14/include -I/usr/local/Cellar/gettext/0.18.1.1/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/usr/X11/include -DGDK_PIXBUF_DISABLE_DEPRECATED -O3 -march=core2 -msse4 -w -pipe -Wall -c gdkkeyuni.c -fno-common -DPIC -o .libs/gdkkeyuni.o
\
# source='gdkoffscreenwindow.c' object='gdkoffscreenwindow.lo' libtool=yes
/bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Gdk\" -DGDK_COMPILATION -I.. -I../gdk -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.28.8/include/glib-2.0 -I/usr/local/Cellar/glib/2.28.8/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/glib/2.28.8/include -I/usr/local/Cellar/pango/1.28.4/include/pango-1.0 -I/usr/local/Cellar/glib/2.28.8/include/gio-unix-2.0/ -I/usr/local/Cellar/gdk-pixbuf/2.23.5/include/gdk-pixbuf-2.0 -I/usr/X11/include/cairo -I/usr/X11/include/pixman-1 -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include/libpng12 -I/usr/local/Cellar/libiconv/1.14/include -I/usr/local/Cellar/gettext/0.18.1.1/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/usr/X11/include -DGDK_PIXBUF_DISABLE_DEPRECATED -O3 -march=core2 -msse4 -w -pipe -Wall -c -o gdkoffscreenwindow.lo gdkoffscreenwindow.c
libtool: compile: /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Gdk\" -DGDK_COMPILATION -I.. -I../gdk -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.28.8/include/glib-2.0 -I/usr/local/Cellar/glib/2.28.8/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/glib/2.28.8/include -I/usr/local/Cellar/pango/1.28.4/include/pango-1.0 -I/usr/local/Cellar/glib/2.28.8/include/gio-unix-2.0/ -I/usr/local/Cellar/gdk-pixbuf/2.23.5/include/gdk-pixbuf-2.0 -I/usr/X11/include/cairo -I/usr/X11/include/pixman-1 -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include/libpng12 -I/usr/local/Cellar/libiconv/1.14/include -I/usr/local/Cellar/gettext/0.18.1.1/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/usr/X11/include -DGDK_PIXBUF_DISABLE_DEPRECATED -O3 -march=core2 -msse4 -w -pipe -Wall -c gdkoffscreenwindow.c -fno-common -DPIC -o .libs/gdkoffscreenwindow.o
\
# source='gdkpango.c' object='gdkpango.lo' libtool=yes
/bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Gdk\" -DGDK_COMPILATION -I.. -I../gdk -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.28.8/include/glib-2.0 -I/usr/local/Cellar/glib/2.28.8/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/glib/2.28.8/include -I/usr/local/Cellar/pango/1.28.4/include/pango-1.0 -I/usr/local/Cellar/glib/2.28.8/include/gio-unix-2.0/ -I/usr/local/Cellar/gdk-pixbuf/2.23.5/include/gdk-pixbuf-2.0 -I/usr/X11/include/cairo -I/usr/X11/include/pixman-1 -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include/libpng12 -I/usr/local/Cellar/libiconv/1.14/include -I/usr/local/Cellar/gettext/0.18.1.1/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/usr/X11/include -DGDK_PIXBUF_DISABLE_DEPRECATED -O3 -march=core2 -msse4 -w -pipe -Wall -c -o gdkpango.lo gdkpango.c
\
# source='gdkpixbuf-drawable.c' object='gdkpixbuf-drawable.lo' libtool=yes
/bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Gdk\" -DGDK_COMPILATION -I.. -I../gdk -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.28.8/include/glib-2.0 -I/usr/local/Cellar/glib/2.28.8/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/glib/2.28.8/include -I/usr/local/Cellar/pango/1.28.4/include/pango-1.0 -I/usr/local/Cellar/glib/2.28.8/include/gio-unix-2.0/ -I/usr/local/Cellar/gdk-pixbuf/2.23.5/include/gdk-pixbuf-2.0 -I/usr/X11/include/cairo -I/usr/X11/include/pixman-1 -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include/libpng12 -I/usr/local/Cellar/libiconv/1.14/include -I/usr/local/Cellar/gettext/0.18.1.1/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/usr/X11/include -DGDK_PIXBUF_DISABLE_DEPRECATED -O3 -march=core2 -msse4 -w -pipe -Wall -c -o gdkpixbuf-drawable.lo gdkpixbuf-drawable.c
\
# source='gdkpixbuf-render.c' object='gdkpixbuf-render.lo' libtool=yes
/bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Gdk\" -DGDK_COMPILATION -I.. -I../gdk -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.28.8/include/glib-2.0 -I/usr/local/Cellar/glib/2.28.8/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/glib/2.28.8/include -I/usr/local/Cellar/pango/1.28.4/include/pango-1.0 -I/usr/local/Cellar/glib/2.28.8/include/gio-unix-2.0/ -I/usr/local/Cellar/gdk-pixbuf/2.23.5/include/gdk-pixbuf-2.0 -I/usr/X11/include/cairo -I/usr/X11/include/pixman-1 -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include/libpng12 -I/usr/local/Cellar/libiconv/1.14/include -I/usr/local/Cellar/gettext/0.18.1.1/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/usr/X11/include -DGDK_PIXBUF_DISABLE_DEPRECATED -O3 -march=core2 -msse4 -w -pipe -Wall -c -o gdkpixbuf-render.lo gdkpixbuf-render.c
libtool: compile: /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Gdk\" -DGDK_COMPILATION -I.. -I../gdk -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.28.8/include/glib-2.0 -I/usr/local/Cellar/glib/2.28.8/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/glib/2.28.8/include -I/usr/local/Cellar/pango/1.28.4/include/pango-1.0 -I/usr/local/Cellar/glib/2.28.8/include/gio-unix-2.0/ -I/usr/local/Cellar/gdk-pixbuf/2.23.5/include/gdk-pixbuf-2.0 -I/usr/X11/include/cairo -I/usr/X11/include/pixman-1 -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include/libpng12 -I/usr/local/Cellar/libiconv/1.14/include -I/usr/local/Cellar/gettext/0.18.1.1/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/usr/X11/include -DGDK_PIXBUF_DISABLE_DEPRECATED -O3 -march=core2 -msse4 -w -pipe -Wall -c gdkpango.c -fno-common -DPIC -o .libs/gdkpango.o
libtool: compile: /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Gdk\" -DGDK_COMPILATION -I.. -I../gdk -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.28.8/include/glib-2.0 -I/usr/local/Cellar/glib/2.28.8/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/glib/2.28.8/include -I/usr/local/Cellar/pango/1.28.4/include/pango-1.0 -I/usr/local/Cellar/glib/2.28.8/include/gio-unix-2.0/ -I/usr/local/Cellar/gdk-pixbuf/2.23.5/include/gdk-pixbuf-2.0 -I/usr/X11/include/cairo -I/usr/X11/include/pixman-1 -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include/libpng12 -I/usr/local/Cellar/libiconv/1.14/include -I/usr/local/Cellar/gettext/0.18.1.1/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/usr/X11/include -DGDK_PIXBUF_DISABLE_DEPRECATED -O3 -march=core2 -msse4 -w -pipe -Wall -c gdkpixbuf-drawable.c -fno-common -DPIC -o .libs/gdkpixbuf-drawable.o
libtool: compile: /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Gdk\" -DGDK_COMPILATION -I.. -I../gdk -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.28.8/include/glib-2.0 -I/usr/local/Cellar/glib/2.28.8/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/glib/2.28.8/include -I/usr/local/Cellar/pango/1.28.4/include/pango-1.0 -I/usr/local/Cellar/glib/2.28.8/include/gio-unix-2.0/ -I/usr/local/Cellar/gdk-pixbuf/2.23.5/include/gdk-pixbuf-2.0 -I/usr/X11/include/cairo -I/usr/X11/include/pixman-1 -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include/libpng12 -I/usr/local/Cellar/libiconv/1.14/include -I/usr/local/Cellar/gettext/0.18.1.1/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/usr/X11/include -DGDK_PIXBUF_DISABLE_DEPRECATED -O3 -march=core2 -msse4 -w -pipe -Wall -c gdkpixbuf-render.c -fno-common -DPIC -o .libs/gdkpixbuf-render.o
\
# source='gdkpixmap.c' object='gdkpixmap.lo' libtool=yes
/bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Gdk\" -DGDK_COMPILATION -I.. -I../gdk -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.28.8/include/glib-2.0 -I/usr/local/Cellar/glib/2.28.8/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/glib/2.28.8/include -I/usr/local/Cellar/pango/1.28.4/include/pango-1.0 -I/usr/local/Cellar/glib/2.28.8/include/gio-unix-2.0/ -I/usr/local/Cellar/gdk-pixbuf/2.23.5/include/gdk-pixbuf-2.0 -I/usr/X11/include/cairo -I/usr/X11/include/pixman-1 -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include/libpng12 -I/usr/local/Cellar/libiconv/1.14/include -I/usr/local/Cellar/gettext/0.18.1.1/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/usr/X11/include -DGDK_PIXBUF_DISABLE_DEPRECATED -O3 -march=core2 -msse4 -w -pipe -Wall -c -o gdkpixmap.lo gdkpixmap.c
libtool: compile: /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Gdk\" -DGDK_COMPILATION -I.. -I../gdk -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.28.8/include/glib-2.0 -I/usr/local/Cellar/glib/2.28.8/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/glib/2.28.8/include -I/usr/local/Cellar/pango/1.28.4/include/pango-1.0 -I/usr/local/Cellar/glib/2.28.8/include/gio-unix-2.0/ -I/usr/local/Cellar/gdk-pixbuf/2.23.5/include/gdk-pixbuf-2.0 -I/usr/X11/include/cairo -I/usr/X11/include/pixman-1 -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include/libpng12 -I/usr/local/Cellar/libiconv/1.14/include -I/usr/local/Cellar/gettext/0.18.1.1/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/usr/X11/include -DGDK_PIXBUF_DISABLE_DEPRECATED -O3 -march=core2 -msse4 -w -pipe -Wall -c gdkpixmap.c -fno-common -DPIC -o .libs/gdkpixmap.o
\
# source='gdkpolyreg-generic.c' object='gdkpolyreg-generic.lo' libtool=yes
/bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Gdk\" -DGDK_COMPILATION -I.. -I../gdk -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.28.8/include/glib-2.0 -I/usr/local/Cellar/glib/2.28.8/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/glib/2.28.8/include -I/usr/local/Cellar/pango/1.28.4/include/pango-1.0 -I/usr/local/Cellar/glib/2.28.8/include/gio-unix-2.0/ -I/usr/local/Cellar/gdk-pixbuf/2.23.5/include/gdk-pixbuf-2.0 -I/usr/X11/include/cairo -I/usr/X11/include/pixman-1 -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include/libpng12 -I/usr/local/Cellar/libiconv/1.14/include -I/usr/local/Cellar/gettext/0.18.1.1/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/usr/X11/include -DGDK_PIXBUF_DISABLE_DEPRECATED -O3 -march=core2 -msse4 -w -pipe -Wall -c -o gdkpolyreg-generic.lo gdkpolyreg-generic.c
libtool: compile: /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Gdk\" -DGDK_COMPILATION -I.. -I../gdk -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.28.8/include/glib-2.0 -I/usr/local/Cellar/glib/2.28.8/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/glib/2.28.8/include -I/usr/local/Cellar/pango/1.28.4/include/pango-1.0 -I/usr/local/Cellar/glib/2.28.8/include/gio-unix-2.0/ -I/usr/local/Cellar/gdk-pixbuf/2.23.5/include/gdk-pixbuf-2.0 -I/usr/X11/include/cairo -I/usr/X11/include/pixman-1 -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include/libpng12 -I/usr/local/Cellar/libiconv/1.14/include -I/usr/local/Cellar/gettext/0.18.1.1/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/usr/X11/include -DGDK_PIXBUF_DISABLE_DEPRECATED -O3 -march=core2 -msse4 -w -pipe -Wall -c gdkpolyreg-generic.c -fno-common -DPIC -o .libs/gdkpolyreg-generic.o
\
# source='gdkrectangle.c' object='gdkrectangle.lo' libtool=yes
/bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Gdk\" -DGDK_COMPILATION -I.. -I../gdk -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.28.8/include/glib-2.0 -I/usr/local/Cellar/glib/2.28.8/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/glib/2.28.8/include -I/usr/local/Cellar/pango/1.28.4/include/pango-1.0 -I/usr/local/Cellar/glib/2.28.8/include/gio-unix-2.0/ -I/usr/local/Cellar/gdk-pixbuf/2.23.5/include/gdk-pixbuf-2.0 -I/usr/X11/include/cairo -I/usr/X11/include/pixman-1 -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include/libpng12 -I/usr/local/Cellar/libiconv/1.14/include -I/usr/local/Cellar/gettext/0.18.1.1/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/usr/X11/include -DGDK_PIXBUF_DISABLE_DEPRECATED -O3 -march=core2 -msse4 -w -pipe -Wall -c -o gdkrectangle.lo gdkrectangle.c
libtool: compile: /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Gdk\" -DGDK_COMPILATION -I.. -I../gdk -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.28.8/include/glib-2.0 -I/usr/local/Cellar/glib/2.28.8/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/glib/2.28.8/include -I/usr/local/Cellar/pango/1.28.4/include/pango-1.0 -I/usr/local/Cellar/glib/2.28.8/include/gio-unix-2.0/ -I/usr/local/Cellar/gdk-pixbuf/2.23.5/include/gdk-pixbuf-2.0 -I/usr/X11/include/cairo -I/usr/X11/include/pixman-1 -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include/libpng12 -I/usr/local/Cellar/libiconv/1.14/include -I/usr/local/Cellar/gettext/0.18.1.1/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/usr/X11/include -DGDK_PIXBUF_DISABLE_DEPRECATED -O3 -march=core2 -msse4 -w -pipe -Wall -c gdkrectangle.c -fno-common -DPIC -o .libs/gdkrectangle.o
\
# source='gdkregion-generic.c' object='gdkregion-generic.lo' libtool=yes
/bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Gdk\" -DGDK_COMPILATION -I.. -I../gdk -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.28.8/include/glib-2.0 -I/usr/local/Cellar/glib/2.28.8/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/glib/2.28.8/include -I/usr/local/Cellar/pango/1.28.4/include/pango-1.0 -I/usr/local/Cellar/glib/2.28.8/include/gio-unix-2.0/ -I/usr/local/Cellar/gdk-pixbuf/2.23.5/include/gdk-pixbuf-2.0 -I/usr/X11/include/cairo -I/usr/X11/include/pixman-1 -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include/libpng12 -I/usr/local/Cellar/libiconv/1.14/include -I/usr/local/Cellar/gettext/0.18.1.1/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/usr/X11/include -DGDK_PIXBUF_DISABLE_DEPRECATED -O3 -march=core2 -msse4 -w -pipe -Wall -c -o gdkregion-generic.lo gdkregion-generic.c
libtool: compile: /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Gdk\" -DGDK_COMPILATION -I.. -I../gdk -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.28.8/include/glib-2.0 -I/usr/local/Cellar/glib/2.28.8/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/glib/2.28.8/include -I/usr/local/Cellar/pango/1.28.4/include/pango-1.0 -I/usr/local/Cellar/glib/2.28.8/include/gio-unix-2.0/ -I/usr/local/Cellar/gdk-pixbuf/2.23.5/include/gdk-pixbuf-2.0 -I/usr/X11/include/cairo -I/usr/X11/include/pixman-1 -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include/libpng12 -I/usr/local/Cellar/libiconv/1.14/include -I/usr/local/Cellar/gettext/0.18.1.1/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/usr/X11/include -DGDK_PIXBUF_DISABLE_DEPRECATED -O3 -march=core2 -msse4 -w -pipe -Wall -c gdkregion-generic.c -fno-common -DPIC -o .libs/gdkregion-generic.o
\
# source='gdkrgb.c' object='gdkrgb.lo' libtool=yes
/bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Gdk\" -DGDK_COMPILATION -I.. -I../gdk -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.28.8/include/glib-2.0 -I/usr/local/Cellar/glib/2.28.8/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/glib/2.28.8/include -I/usr/local/Cellar/pango/1.28.4/include/pango-1.0 -I/usr/local/Cellar/glib/2.28.8/include/gio-unix-2.0/ -I/usr/local/Cellar/gdk-pixbuf/2.23.5/include/gdk-pixbuf-2.0 -I/usr/X11/include/cairo -I/usr/X11/include/pixman-1 -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include/libpng12 -I/usr/local/Cellar/libiconv/1.14/include -I/usr/local/Cellar/gettext/0.18.1.1/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/usr/X11/include -DGDK_PIXBUF_DISABLE_DEPRECATED -O3 -march=core2 -msse4 -w -pipe -Wall -c -o gdkrgb.lo gdkrgb.c
\
# source='gdkscreen.c' object='gdkscreen.lo' libtool=yes
/bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Gdk\" -DGDK_COMPILATION -I.. -I../gdk -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.28.8/include/glib-2.0 -I/usr/local/Cellar/glib/2.28.8/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/glib/2.28.8/include -I/usr/local/Cellar/pango/1.28.4/include/pango-1.0 -I/usr/local/Cellar/glib/2.28.8/include/gio-unix-2.0/ -I/usr/local/Cellar/gdk-pixbuf/2.23.5/include/gdk-pixbuf-2.0 -I/usr/X11/include/cairo -I/usr/X11/include/pixman-1 -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include/libpng12 -I/usr/local/Cellar/libiconv/1.14/include -I/usr/local/Cellar/gettext/0.18.1.1/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/usr/X11/include -DGDK_PIXBUF_DISABLE_DEPRECATED -O3 -march=core2 -msse4 -w -pipe -Wall -c -o gdkscreen.lo gdkscreen.c
libtool: compile: /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Gdk\" -DGDK_COMPILATION -I.. -I../gdk -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.28.8/include/glib-2.0 -I/usr/local/Cellar/glib/2.28.8/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/glib/2.28.8/include -I/usr/local/Cellar/pango/1.28.4/include/pango-1.0 -I/usr/local/Cellar/glib/2.28.8/include/gio-unix-2.0/ -I/usr/local/Cellar/gdk-pixbuf/2.23.5/include/gdk-pixbuf-2.0 -I/usr/X11/include/cairo -I/usr/X11/include/pixman-1 -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include/libpng12 -I/usr/local/Cellar/libiconv/1.14/include -I/usr/local/Cellar/gettext/0.18.1.1/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/usr/X11/include -DGDK_PIXBUF_DISABLE_DEPRECATED -O3 -march=core2 -msse4 -w -pipe -Wall -c gdkrgb.c -fno-common -DPIC -o .libs/gdkrgb.o
\
# source='gdkselection.c' object='gdkselection.lo' libtool=yes
/bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Gdk\" -DGDK_COMPILATION -I.. -I../gdk -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.28.8/include/glib-2.0 -I/usr/local/Cellar/glib/2.28.8/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/glib/2.28.8/include -I/usr/local/Cellar/pango/1.28.4/include/pango-1.0 -I/usr/local/Cellar/glib/2.28.8/include/gio-unix-2.0/ -I/usr/local/Cellar/gdk-pixbuf/2.23.5/include/gdk-pixbuf-2.0 -I/usr/X11/include/cairo -I/usr/X11/include/pixman-1 -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include/libpng12 -I/usr/local/Cellar/libiconv/1.14/include -I/usr/local/Cellar/gettext/0.18.1.1/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/usr/X11/include -DGDK_PIXBUF_DISABLE_DEPRECATED -O3 -march=core2 -msse4 -w -pipe -Wall -c -o gdkselection.lo gdkselection.c
libtool: compile: /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Gdk\" -DGDK_COMPILATION -I.. -I../gdk -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.28.8/include/glib-2.0 -I/usr/local/Cellar/glib/2.28.8/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/glib/2.28.8/include -I/usr/local/Cellar/pango/1.28.4/include/pango-1.0 -I/usr/local/Cellar/glib/2.28.8/include/gio-unix-2.0/ -I/usr/local/Cellar/gdk-pixbuf/2.23.5/include/gdk-pixbuf-2.0 -I/usr/X11/include/cairo -I/usr/X11/include/pixman-1 -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include/libpng12 -I/usr/local/Cellar/libiconv/1.14/include -I/usr/local/Cellar/gettext/0.18.1.1/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/usr/X11/include -DGDK_PIXBUF_DISABLE_DEPRECATED -O3 -march=core2 -msse4 -w -pipe -Wall -c gdkscreen.c -fno-common -DPIC -o .libs/gdkscreen.o
libtool: compile: /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Gdk\" -DGDK_COMPILATION -I.. -I../gdk -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.28.8/include/glib-2.0 -I/usr/local/Cellar/glib/2.28.8/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/glib/2.28.8/include -I/usr/local/Cellar/pango/1.28.4/include/pango-1.0 -I/usr/local/Cellar/glib/2.28.8/include/gio-unix-2.0/ -I/usr/local/Cellar/gdk-pixbuf/2.23.5/include/gdk-pixbuf-2.0 -I/usr/X11/include/cairo -I/usr/X11/include/pixman-1 -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include/libpng12 -I/usr/local/Cellar/libiconv/1.14/include -I/usr/local/Cellar/gettext/0.18.1.1/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/usr/X11/include -DGDK_PIXBUF_DISABLE_DEPRECATED -O3 -march=core2 -msse4 -w -pipe -Wall -c gdkselection.c -fno-common -DPIC -o .libs/gdkselection.o
\
# source='gdkvisual.c' object='gdkvisual.lo' libtool=yes
/bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Gdk\" -DGDK_COMPILATION -I.. -I../gdk -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.28.8/include/glib-2.0 -I/usr/local/Cellar/glib/2.28.8/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/glib/2.28.8/include -I/usr/local/Cellar/pango/1.28.4/include/pango-1.0 -I/usr/local/Cellar/glib/2.28.8/include/gio-unix-2.0/ -I/usr/local/Cellar/gdk-pixbuf/2.23.5/include/gdk-pixbuf-2.0 -I/usr/X11/include/cairo -I/usr/X11/include/pixman-1 -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include/libpng12 -I/usr/local/Cellar/libiconv/1.14/include -I/usr/local/Cellar/gettext/0.18.1.1/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/usr/X11/include -DGDK_PIXBUF_DISABLE_DEPRECATED -O3 -march=core2 -msse4 -w -pipe -Wall -c -o gdkvisual.lo gdkvisual.c
libtool: compile: /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Gdk\" -DGDK_COMPILATION -I.. -I../gdk -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.28.8/include/glib-2.0 -I/usr/local/Cellar/glib/2.28.8/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/glib/2.28.8/include -I/usr/local/Cellar/pango/1.28.4/include/pango-1.0 -I/usr/local/Cellar/glib/2.28.8/include/gio-unix-2.0/ -I/usr/local/Cellar/gdk-pixbuf/2.23.5/include/gdk-pixbuf-2.0 -I/usr/X11/include/cairo -I/usr/X11/include/pixman-1 -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include/libpng12 -I/usr/local/Cellar/libiconv/1.14/include -I/usr/local/Cellar/gettext/0.18.1.1/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/usr/X11/include -DGDK_PIXBUF_DISABLE_DEPRECATED -O3 -march=core2 -msse4 -w -pipe -Wall -c gdkvisual.c -fno-common -DPIC -o .libs/gdkvisual.o
\
# source='gdkwindow.c' object='gdkwindow.lo' libtool=yes
/bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Gdk\" -DGDK_COMPILATION -I.. -I../gdk -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.28.8/include/glib-2.0 -I/usr/local/Cellar/glib/2.28.8/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/glib/2.28.8/include -I/usr/local/Cellar/pango/1.28.4/include/pango-1.0 -I/usr/local/Cellar/glib/2.28.8/include/gio-unix-2.0/ -I/usr/local/Cellar/gdk-pixbuf/2.23.5/include/gdk-pixbuf-2.0 -I/usr/X11/include/cairo -I/usr/X11/include/pixman-1 -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include/libpng12 -I/usr/local/Cellar/libiconv/1.14/include -I/usr/local/Cellar/gettext/0.18.1.1/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/usr/X11/include -DGDK_PIXBUF_DISABLE_DEPRECATED -O3 -march=core2 -msse4 -w -pipe -Wall -c -o gdkwindow.lo gdkwindow.c
libtool: compile: /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Gdk\" -DGDK_COMPILATION -I.. -I../gdk -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.28.8/include/glib-2.0 -I/usr/local/Cellar/glib/2.28.8/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/glib/2.28.8/include -I/usr/local/Cellar/pango/1.28.4/include/pango-1.0 -I/usr/local/Cellar/glib/2.28.8/include/gio-unix-2.0/ -I/usr/local/Cellar/gdk-pixbuf/2.23.5/include/gdk-pixbuf-2.0 -I/usr/X11/include/cairo -I/usr/X11/include/pixman-1 -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include/libpng12 -I/usr/local/Cellar/libiconv/1.14/include -I/usr/local/Cellar/gettext/0.18.1.1/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/usr/X11/include -DGDK_PIXBUF_DISABLE_DEPRECATED -O3 -march=core2 -msse4 -w -pipe -Wall -c gdkwindow.c -fno-common -DPIC -o .libs/gdkwindow.o
\
# source='gdkwindowimpl.c' object='gdkwindowimpl.lo' libtool=yes
/bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Gdk\" -DGDK_COMPILATION -I.. -I../gdk -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.28.8/include/glib-2.0 -I/usr/local/Cellar/glib/2.28.8/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/glib/2.28.8/include -I/usr/local/Cellar/pango/1.28.4/include/pango-1.0 -I/usr/local/Cellar/glib/2.28.8/include/gio-unix-2.0/ -I/usr/local/Cellar/gdk-pixbuf/2.23.5/include/gdk-pixbuf-2.0 -I/usr/X11/include/cairo -I/usr/X11/include/pixman-1 -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include/libpng12 -I/usr/local/Cellar/libiconv/1.14/include -I/usr/local/Cellar/gettext/0.18.1.1/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/usr/X11/include -DGDK_PIXBUF_DISABLE_DEPRECATED -O3 -march=core2 -msse4 -w -pipe -Wall -c -o gdkwindowimpl.lo gdkwindowimpl.c
libtool: compile: /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Gdk\" -DGDK_COMPILATION -I.. -I../gdk -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.28.8/include/glib-2.0 -I/usr/local/Cellar/glib/2.28.8/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/glib/2.28.8/include -I/usr/local/Cellar/pango/1.28.4/include/pango-1.0 -I/usr/local/Cellar/glib/2.28.8/include/gio-unix-2.0/ -I/usr/local/Cellar/gdk-pixbuf/2.23.5/include/gdk-pixbuf-2.0 -I/usr/X11/include/cairo -I/usr/X11/include/pixman-1 -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include/libpng12 -I/usr/local/Cellar/libiconv/1.14/include -I/usr/local/Cellar/gettext/0.18.1.1/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/usr/X11/include -DGDK_PIXBUF_DISABLE_DEPRECATED -O3 -march=core2 -msse4 -w -pipe -Wall -c gdkwindowimpl.c -fno-common -DPIC -o .libs/gdkwindowimpl.o
\
# source='gdkenumtypes.c' object='gdkenumtypes.lo' libtool=yes
/bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Gdk\" -DGDK_COMPILATION -I.. -I../gdk -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.28.8/include/glib-2.0 -I/usr/local/Cellar/glib/2.28.8/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/glib/2.28.8/include -I/usr/local/Cellar/pango/1.28.4/include/pango-1.0 -I/usr/local/Cellar/glib/2.28.8/include/gio-unix-2.0/ -I/usr/local/Cellar/gdk-pixbuf/2.23.5/include/gdk-pixbuf-2.0 -I/usr/X11/include/cairo -I/usr/X11/include/pixman-1 -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include/libpng12 -I/usr/local/Cellar/libiconv/1.14/include -I/usr/local/Cellar/gettext/0.18.1.1/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/usr/X11/include -DGDK_PIXBUF_DISABLE_DEPRECATED -O3 -march=core2 -msse4 -w -pipe -Wall -c -o gdkenumtypes.lo gdkenumtypes.c
libtool: compile: /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Gdk\" -DGDK_COMPILATION -I.. -I../gdk -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.28.8/include/glib-2.0 -I/usr/local/Cellar/glib/2.28.8/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/glib/2.28.8/include -I/usr/local/Cellar/pango/1.28.4/include/pango-1.0 -I/usr/local/Cellar/glib/2.28.8/include/gio-unix-2.0/ -I/usr/local/Cellar/gdk-pixbuf/2.23.5/include/gdk-pixbuf-2.0 -I/usr/X11/include/cairo -I/usr/X11/include/pixman-1 -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include/libpng12 -I/usr/local/Cellar/libiconv/1.14/include -I/usr/local/Cellar/gettext/0.18.1.1/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/usr/X11/include -DGDK_PIXBUF_DISABLE_DEPRECATED -O3 -march=core2 -msse4 -w -pipe -Wall -c gdkenumtypes.c -fno-common -DPIC -o .libs/gdkenumtypes.o
\
# source='gdkmarshalers.c' object='gdkmarshalers.lo' libtool=yes
/bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Gdk\" -DGDK_COMPILATION -I.. -I../gdk -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.28.8/include/glib-2.0 -I/usr/local/Cellar/glib/2.28.8/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/glib/2.28.8/include -I/usr/local/Cellar/pango/1.28.4/include/pango-1.0 -I/usr/local/Cellar/glib/2.28.8/include/gio-unix-2.0/ -I/usr/local/Cellar/gdk-pixbuf/2.23.5/include/gdk-pixbuf-2.0 -I/usr/X11/include/cairo -I/usr/X11/include/pixman-1 -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include/libpng12 -I/usr/local/Cellar/libiconv/1.14/include -I/usr/local/Cellar/gettext/0.18.1.1/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/usr/X11/include -DGDK_PIXBUF_DISABLE_DEPRECATED -O3 -march=core2 -msse4 -w -pipe -Wall -c -o gdkmarshalers.lo gdkmarshalers.c
libtool: compile: /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Gdk\" -DGDK_COMPILATION -I.. -I../gdk -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.28.8/include/glib-2.0 -I/usr/local/Cellar/glib/2.28.8/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/glib/2.28.8/include -I/usr/local/Cellar/pango/1.28.4/include/pango-1.0 -I/usr/local/Cellar/glib/2.28.8/include/gio-unix-2.0/ -I/usr/local/Cellar/gdk-pixbuf/2.23.5/include/gdk-pixbuf-2.0 -I/usr/X11/include/cairo -I/usr/X11/include/pixman-1 -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include/libpng12 -I/usr/local/Cellar/libiconv/1.14/include -I/usr/local/Cellar/gettext/0.18.1.1/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/usr/X11/include -DGDK_PIXBUF_DISABLE_DEPRECATED -O3 -march=core2 -msse4 -w -pipe -Wall -c gdkmarshalers.c -fno-common -DPIC -o .libs/gdkmarshalers.o
/bin/sh ../libtool --tag=CC --mode=link /usr/bin/gcc-4.2 -DGDK_PIXBUF_DISABLE_DEPRECATED -O3 -march=core2 -msse4 -w -pipe -Wall -version-info 2400:6:2400 -export-dynamic -rpath /usr/local/Cellar/gtk+/2.24.6/lib -export-symbols-regex "^[^_].*" -L/usr/local/Cellar/libiconv/1.14/lib -L/usr/local/Cellar/gettext/0.18.1.1/lib -o libgdk-x11-2.0.la gdk.lo gdkapplaunchcontext.lo gdkcairo.lo gdkcolor.lo gdkcursor.lo gdkdisplay.lo gdkdisplaymanager.lo gdkdnd.lo gdkdraw.lo gdkevents.lo gdkfont.lo gdkgc.lo gdkglobals.lo gdkimage.lo gdkkeys.lo gdkkeyuni.lo gdkoffscreenwindow.lo gdkpango.lo gdkpixbuf-drawable.lo gdkpixbuf-render.lo gdkpixmap.lo gdkpolyreg-generic.lo gdkrectangle.lo gdkregion-generic.lo gdkrgb.lo gdkscreen.lo gdkselection.lo gdkvisual.lo gdkwindow.lo gdkwindowimpl.lo gdkenumtypes.lo gdkmarshalers.lo x11/libgdk-x11.la -L/usr/local/Cellar/pango/1.28.4/lib -L/usr/local/Cellar/glib/2.28.8/lib -L/usr/local/Cellar/gettext/0.18.1.1/lib -L/usr/local/Cellar/gdk-pixbuf/2.23.5/lib -L/usr/X11/lib -lpangocairo-1.0 -lpango-1.0 -lgio-2.0 -lgmodule-2.0 -lfontconfig -lXext -lXrender -lXinerama -lXrandr -lXcursor -lXcomposite -lXdamage -lXfixes -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgthread-2.0 -lglib-2.0 -lintl -lcairo -lX11 -lm
libtool: link: /usr/bin/nm .libs/gdk.o .libs/gdkapplaunchcontext.o .libs/gdkcairo.o .libs/gdkcolor.o .libs/gdkcursor.o .libs/gdkdisplay.o .libs/gdkdisplaymanager.o .libs/gdkdnd.o .libs/gdkdraw.o .libs/gdkevents.o .libs/gdkfont.o .libs/gdkgc.o .libs/gdkglobals.o .libs/gdkimage.o .libs/gdkkeys.o .libs/gdkkeyuni.o .libs/gdkoffscreenwindow.o .libs/gdkpango.o .libs/gdkpixbuf-drawable.o .libs/gdkpixbuf-render.o .libs/gdkpixmap.o .libs/gdkpolyreg-generic.o .libs/gdkrectangle.o .libs/gdkregion-generic.o .libs/gdkrgb.o .libs/gdkscreen.o .libs/gdkselection.o .libs/gdkvisual.o .libs/gdkwindow.o .libs/gdkwindowimpl.o .libs/gdkenumtypes.o .libs/gdkmarshalers.o x11/.libs/libgdk-x11.a | sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p' | sed '/ __gnu_lto/d' | /usr/bin/sed 's/.* //' | sort | uniq > .libs/libgdk-x11-2.0.exp
libtool: link: /usr/bin/grep -E -e "^[^_].*" ".libs/libgdk-x11-2.0.exp" > ".libs/libgdk-x11-2.0.expT"
libtool: link: mv -f ".libs/libgdk-x11-2.0.expT" ".libs/libgdk-x11-2.0.exp"
libtool: link: sed 's,^,_,' < .libs/libgdk-x11-2.0.exp > .libs/libgdk-x11-2.0-symbols.expsym
libtool: link: /usr/bin/gcc-4.2 -dynamiclib -Wl,-undefined -Wl,dynamic_lookup -o .libs/libgdk-x11-2.0.0.dylib .libs/gdk.o .libs/gdkapplaunchcontext.o .libs/gdkcairo.o .libs/gdkcolor.o .libs/gdkcursor.o .libs/gdkdisplay.o .libs/gdkdisplaymanager.o .libs/gdkdnd.o .libs/gdkdraw.o .libs/gdkevents.o .libs/gdkfont.o .libs/gdkgc.o .libs/gdkglobals.o .libs/gdkimage.o .libs/gdkkeys.o .libs/gdkkeyuni.o .libs/gdkoffscreenwindow.o .libs/gdkpango.o .libs/gdkpixbuf-drawable.o .libs/gdkpixbuf-render.o .libs/gdkpixmap.o .libs/gdkpolyreg-generic.o .libs/gdkrectangle.o .libs/gdkregion-generic.o .libs/gdkrgb.o .libs/gdkscreen.o .libs/gdkselection.o .libs/gdkvisual.o .libs/gdkwindow.o .libs/gdkwindowimpl.o .libs/gdkenumtypes.o .libs/gdkmarshalers.o -Wl,-force_load,x11/.libs/libgdk-x11.a -L/usr/local/Cellar/libiconv/1.14/lib -L/usr/local/Cellar/gettext/0.18.1.1/lib -L/usr/local/Cellar/pango/1.28.4/lib -L/usr/local/Cellar/glib/2.28.8/lib -L/usr/local/Cellar/gdk-pixbuf/2.23.5/lib -L/usr/X11/lib -lpangocairo-1.0 -lpango-1.0 -lgio-2.0 -lgmodule-2.0 -lfontconfig -lXext -lXrender -lXinerama -lXrandr -lXcursor -lXcomposite -lXdamage -lXfixes -lgdk_pixbuf-2.0 -lgobject-2.0 -lgthread-2.0 -lglib-2.0 -lintl -lcairo -lX11 -lm -O3 -march=core2 -msse4 -install_name /usr/local/Cellar/gtk+/2.24.6/lib/libgdk-x11-2.0.0.dylib -compatibility_version 2401 -current_version 2401.6 -Wl,-single_module -Wl,-exported_symbols_list,.libs/libgdk-x11-2.0-symbols.expsym
libtool: link: (cd ".libs" && rm -f "libgdk-x11-2.0.dylib" && ln -s "libgdk-x11-2.0.0.dylib" "libgdk-x11-2.0.dylib")
libtool: link: ( cd ".libs" && rm -f "libgdk-x11-2.0.la" && ln -s "../libgdk-x11-2.0.la" "libgdk-x11-2.0.la" )
test -z "/usr/local/Cellar/gtk+/2.24.6/lib" || /usr/local/bin/gmkdir -p "/usr/local/Cellar/gtk+/2.24.6/lib"
test -z "" || /usr/local/bin/gmkdir -p ""
test -z "" || /usr/local/bin/gmkdir -p ""
/bin/sh /private/tmp/homebrew-gtk+-2.24.6-d3Ht/gtk+-2.24.6/install-sh -d /usr/local/Cellar/gtk+/2.24.6/lib/gtk-2.0/include
/bin/sh ../libtool --mode=install /usr/local/bin/ginstall -c libgdk-x11-2.0.la '/usr/local/Cellar/gtk+/2.24.6/lib'
test -z "/usr/local/Cellar/gtk+/2.24.6/include/gtk-2.0/gdk" || /usr/local/bin/gmkdir -p "/usr/local/Cellar/gtk+/2.24.6/include/gtk-2.0/gdk"
/usr/local/bin/ginstall -c -m 644 gdk.h gdkapplaunchcontext.h gdkcairo.h gdkcolor.h gdkcursor.h gdkdisplay.h gdkdisplaymanager.h gdkdnd.h gdkdrawable.h gdkevents.h gdkfont.h gdkgc.h gdki18n.h gdkimage.h gdkinput.h gdkkeys.h gdkkeysyms.h gdkkeysyms-compat.h gdkpango.h gdkpixbuf.h gdkpixmap.h gdkprivate.h gdkproperty.h gdkregion.h gdkrgb.h gdkscreen.h gdkselection.h gdkspawn.h gdktestutils.h gdktypes.h gdkvisual.h gdkwindow.h gdkenumtypes.h '/usr/local/Cellar/gtk+/2.24.6/include/gtk-2.0/gdk'
file=/usr/local/Cellar/gtk+/2.24.6/lib/gtk-2.0/include/gdkconfig.h; \
if test -r $file && cmp -s gdkconfig.h $file; then :; \
else /usr/local/bin/ginstall -c -m 644 gdkconfig.h $file; fi
libtool: install: /usr/local/bin/ginstall -c .libs/libgdk-x11-2.0.0.dylib /usr/local/Cellar/gtk+/2.24.6/lib/libgdk-x11-2.0.0.dylib
libtool: install: (cd /usr/local/Cellar/gtk+/2.24.6/lib && { ln -s -f libgdk-x11-2.0.0.dylib libgdk-x11-2.0.dylib || { rm -f libgdk-x11-2.0.dylib && ln -s libgdk-x11-2.0.0.dylib libgdk-x11-2.0.dylib; }; })
libtool: install: /usr/local/bin/ginstall -c .libs/libgdk-x11-2.0.lai /usr/local/Cellar/gtk+/2.24.6/lib/libgdk-x11-2.0.la
make install-exec-hook
/bin/sh ../sanitize-la.sh /usr/local/Cellar/gtk+/2.24.6/lib/libgdk-x11-2.0.la
Making install in tests
make[4]: Nothing to be done for `install-exec-am'.
make[4]: Nothing to be done for `install-data-am'.
Making install in gtk
echo '#include <gtk/gtk.h>' > xgen-gtfsrc.c && \
/usr/bin/gcc-4.2 -E -DHAVE_CONFIG_H -DG_LOG_DOMAIN=\"Gtk\" -DGTK_LIBDIR=\"/usr/local/Cellar/gtk+/2.24.6/lib\" -DGTK_DATADIR=\"/usr/local/Cellar/gtk+/2.24.6/share\" -DGTK_DATA_PREFIX=\"/usr/local/Cellar/gtk+/2.24.6\" -DGTK_SYSCONFDIR=\"/usr/local/Cellar/gtk+/2.24.6/etc\" -DGTK_VERSION=\"2.24.6\" -DGTK_BINARY_VERSION=\"2.10.0\" -DGTK_HOST=\"x86_64-apple-darwin10.8.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKENDS=\"file,cups\" -DGTK_PRINT_PREVIEW_COMMAND=\""evince --unlink-tempfile --preview --print-settings %s %f"\" -I.. -I../gtk -I.. -I../gdk -I../gdk -DGTK_DISABLE_DEPRECATED -DGTK_FILE_SYSTEM_ENABLE_UNSUPPORTED -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.28.8/include/glib-2.0 -I/usr/local/Cellar/glib/2.28.8/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/glib/2.28.8/include -I/usr/local/Cellar/pango/1.28.4/include/pango-1.0 -I/usr/local/Cellar/gdk-pixbuf/2.23.5/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/atk/2.0.1/include/atk-1.0 -I/usr/X11/include/cairo -I/usr/X11/include/pixman-1 -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include/libpng12 -DGTK_ENABLE_BROKEN -I/usr/local/Cellar/libiconv/1.14/include -I/usr/local/Cellar/gettext/0.18.1.1/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/usr/X11/include -DGDK_PIXBUF_DISABLE_DEPRECATED -O3 -march=core2 -msse4 -w -pipe -Wall xgen-gtfsrc.c | \
grep '^GType\s*g[td]k_[a-zA-Z0-9_]*_get_type\s*(void)' | \
grep -o '\bg[td]k_[a-zA-Z0-9_]*_get_type\b' | \
sed '{ s/^/*tp++ = /; s/$/();/; }' | \
sort > xgen-gtf \
&& cp xgen-gtf gtktypefuncs.c && rm -f xgen-gtf
glib-genmarshal --prefix=_gtk_marshal ./gtkmarshalers.list --header >> xgen-gmlh \
&& (cmp -s xgen-gmlh gtkmarshalers.h || cp xgen-gmlh gtkmarshalers.h) \
&& rm -f xgen-gmlh \
&& echo timestamp > stamp-gtkmarshalers.h
if [ ! -d stock-icons ]; then \
for d in 16 20 24 32 48; do \
mkdir -p stock-icons/$d; \
done; \
for f in stock-icons/16/application-exit.png stock-icons/16/dialog-information.png stock-icons/16/document-new.png stock-icons/16/document-open.png stock-icons/16/document-open-recent.png stock-icons/16/document-print.png stock-icons/16/document-print-preview.png stock-icons/16/document-properties.png stock-icons/16/document-revert-ltr.png stock-icons/16/document-revert-rtl.png stock-icons/16/document-save-as.png stock-icons/16/drive-harddisk.png stock-icons/16/edit-clear.png stock-icons/16/edit-copy.png stock-icons/16/edit-cut.png stock-icons/16/edit-delete.png stock-icons/16/edit-find.png stock-icons/16/edit-find-replace.png stock-icons/16/edit-paste.png stock-icons/16/edit-redo-ltr.png stock-icons/16/edit-redo-rtl.png stock-icons/16/edit-select-all.png stock-icons/16/edit-undo-ltr.png stock-icons/16/edit-undo-rtl.png stock-icons/16/folder.png stock-icons/16/format-indent-less-ltr.png stock-icons/16/format-indent-less-rtl.png stock-icons/16/format-indent-more-ltr.png stock-icons/16/format-indent-more-rtl.png stock-icons/16/format-justify-center.png stock-icons/16/format-justify-fill.png stock-icons/16/format-justify-left.png stock-icons/16/format-justify-right.png stock-icons/16/format-text-bold.png stock-icons/16/format-text-italic.png stock-icons/16/format-text-strikethrough.png stock-icons/16/format-text-underline.png stock-icons/16/go-previous-ltr.png stock-icons/16/go-bottom.png stock-icons/16/go-down.png stock-icons/16/go-first-ltr.png stock-icons/16/go-home.png stock-icons/16/go-jump-ltr.png stock-icons/16/go-jump-rtl.png stock-icons/16/go-last-ltr.png stock-icons/16/go-next-ltr.png stock-icons/16/go-previous-ltr.png stock-icons/16/go-top.png stock-icons/16/go-up.png stock-icons/16/gtk-caps-lock-warning.png stock-icons/16/gtk-color-picker.png stock-icons/16/gtk-connect.png stock-icons/16/gtk-convert.png stock-icons/16/gtk-disconnect.png stock-icons/16/gtk-edit.png stock-icons/16/gtk-font.png stock-icons/16/gtk-index.png stock-icons/16/gtk-orientation-landscape.png stock-icons/16/gtk-orientation-portrait.png stock-icons/16/gtk-orientation-reverse-landscape.png stock-icons/16/gtk-orientation-reverse-portrait.png stock-icons/16/gtk-page-setup.png stock-icons/16/gtk-preferences.png stock-icons/16/gtk-select-color.png stock-icons/16/gtk-select-font.png stock-icons/16/gtk-undelete-ltr.png stock-icons/16/gtk-undelete-rtl.png stock-icons/16/help-about.png stock-icons/16/help-contents.png stock-icons/16/image-missing.png stock-icons/16/list-add.png stock-icons/16/list-remove.png stock-icons/16/media-floppy.png stock-icons/16/media-optical.png stock-icons/16/media-playback-pause.png stock-icons/16/media-playback-start-ltr.png stock-icons/16/media-playback-start-rtl.png stock-icons/16/media-playback-stop.png stock-icons/16/media-record.png stock-icons/16/media-seek-backward-ltr.png stock-icons/16/media-seek-forward-ltr.png stock-icons/16/media-skip-backward-ltr.png stock-icons/16/media-skip-forward-ltr.png stock-icons/16/network-idle.png stock-icons/16/printer-error.png stock-icons/16/printer-info.png stock-icons/16/printer-paused.png stock-icons/16/printer-warning.png stock-icons/16/process-stop.png stock-icons/16/system-run.png stock-icons/16/text-x-generic.png stock-icons/16/tools-check-spelling.png stock-icons/16/view-fullscreen.png stock-icons/16/view-refresh.png stock-icons/16/view-restore.png stock-icons/16/view-sort-ascending.png stock-icons/16/view-sort-descending.png stock-icons/16/window-close.png stock-icons/16/zoom-fit-best.png stock-icons/16/zoom-in.png stock-icons/16/zoom-original.png stock-icons/16/zoom-out.png stock-icons/20/gtk-apply.png stock-icons/20/gtk-cancel.png stock-icons/20/gtk-no.png stock-icons/20/gtk-ok.png stock-icons/20/gtk-yes.png stock-icons/20/window-close.png stock-icons/24/application-exit.png stock-icons/24/audio-volume-high.png stock-icons/24/audio-volume-low.png stock-icons/24/audio-volume-medium.png stock-icons/24/audio-volume-muted.png stock-icons/24/dialog-information.png stock-icons/24/document-new.png stock-icons/24/document-open.png stock-icons/24/document-open-recent.png stock-icons/24/document-print.png stock-icons/24/document-print-preview.png stock-icons/24/document-properties.png stock-icons/24/document-revert-ltr.png stock-icons/24/document-revert-rtl.png stock-icons/24/document-save-as.png stock-icons/24/drive-harddisk.png stock-icons/24/edit-clear.png stock-icons/24/edit-copy.png stock-icons/24/edit-cut.png stock-icons/24/edit-delete.png stock-icons/24/edit-find.png stock-icons/24/edit-find-replace.png stock-icons/24/edit-paste.png stock-icons/24/edit-redo-ltr.png stock-icons/24/edit-redo-rtl.png stock-icons/24/edit-select-all.png stock-icons/24/edit-undo-ltr.png stock-icons/24/edit-undo-rtl.png stock-icons/24/folder.png stock-icons/24/format-indent-less-ltr.png stock-icons/24/format-indent-less-rtl.png stock-icons/24/format-indent-more-ltr.png stock-icons/24/format-indent-more-rtl.png stock-icons/24/format-justify-center.png stock-icons/24/format-justify-fill.png stock-icons/24/format-justify-left.png stock-icons/24/format-justify-right.png stock-icons/24/format-text-bold.png stock-icons/24/format-text-italic.png stock-icons/24/format-text-strikethrough.png stock-icons/24/format-text-underline.png stock-icons/24/go-bottom.png stock-icons/24/go-down.png stock-icons/24/go-first-ltr.png stock-icons/24/go-home.png stock-icons/24/go-jump-ltr.png stock-icons/24/go-jump-rtl.png stock-icons/24/go-last-ltr.png stock-icons/24/go-next-ltr.png stock-icons/24/go-previous-ltr.png stock-icons/24/go-top.png stock-icons/24/go-up.png stock-icons/24/gtk-caps-lock-warning.png stock-icons/24/gtk-color-picker.png stock-icons/24/gtk-connect.png stock-icons/24/gtk-convert.png stock-icons/24/gtk-disconnect.png stock-icons/24/gtk-edit.png stock-icons/24/gtk-font.png stock-icons/24/gtk-index.png stock-icons/24/gtk-orientation-landscape.png stock-icons/24/gtk-orientation-portrait.png stock-icons/24/gtk-orientation-reverse-landscape.png stock-icons/24/gtk-orientation-reverse-portrait.png stock-icons/24/gtk-page-setup.png stock-icons/24/gtk-preferences.png stock-icons/24/gtk-select-color.png stock-icons/24/gtk-select-font.png stock-icons/24/gtk-undelete-ltr.png stock-icons/24/gtk-undelete-rtl.png stock-icons/24/help-about.png stock-icons/24/help-contents.png stock-icons/24/image-missing.png stock-icons/24/list-add.png stock-icons/24/list-remove.png stock-icons/24/media-floppy.png stock-icons/24/media-optical.png stock-icons/24/media-playback-pause.png stock-icons/24/media-playback-start-ltr.png stock-icons/24/media-playback-start-rtl.png stock-icons/24/media-playback-stop.png stock-icons/24/media-record.png stock-icons/24/media-seek-backward-ltr.png stock-icons/24/media-seek-forward-ltr.png stock-icons/24/media-skip-backward-ltr.png stock-icons/24/media-skip-forward-ltr.png stock-icons/24/network-idle.png stock-icons/24/printer-error.png stock-icons/24/printer-info.png stock-icons/24/printer-paused.png stock-icons/24/printer-warning.png stock-icons/24/process-stop.png stock-icons/24/system-run.png stock-icons/24/text-x-generic.png stock-icons/24/tools-check-spelling.png stock-icons/24/view-fullscreen.png stock-icons/24/view-refresh.png stock-icons/24/view-restore.png stock-icons/24/view-sort-ascending.png stock-icons/24/view-sort-descending.png stock-icons/24/window-close.png stock-icons/24/zoom-fit-best.png stock-icons/24/zoom-in.png stock-icons/24/zoom-original.png stock-icons/24/zoom-out.png stock-icons/32/gtk-dnd-multiple.png stock-icons/32/gtk-dnd.png stock-icons/48/dialog-error.png stock-icons/48/dialog-information.png stock-icons/48/dialog-password.png stock-icons/48/dialog-question.png stock-icons/48/dialog-warning.png; do \
cp ./$f $(dirname $f); \
done; \
chmod -R u+w stock-icons; \
fi && \
for i in 16 24; do \
(cd stock-icons/$i \
&& rm -f document-save.png \
&& ln -s media-floppy.png document-save.png \
&& rm -f folder-remote.png \
&& ln -s folder.png folder-remote.png \
&& rm -f go-first-rtl.png \
&& ln -s go-last-ltr.png go-first-rtl.png \
&& rm -f go-last-rtl.png \
&& ln -s go-first-ltr.png go-last-rtl.png \
&& rm -f go-next-rtl.png \
&& ln -s go-previous-ltr.png go-next-rtl.png \
&& rm -f go-previous-rtl.png \
&& ln -s go-next-ltr.png go-previous-rtl.png \
&& rm -f media-seek-backward-rtl.png \
&& ln -s media-seek-forward-ltr.png media-seek-backward-rtl.png \
&& rm -f media-seek-forward-rtl.png \
&& ln -s media-seek-backward-ltr.png media-seek-forward-rtl.png \
&& rm -f media-skip-backward-rtl.png \
&& ln -s media-skip-forward-ltr.png media-skip-backward-rtl.png \
&& rm -f media-skip-forward-rtl.png \
&& ln -s media-skip-backward-ltr.png media-skip-forward-rtl.png \
&& rm -f user-desktop.png \
&& ln -s folder.png user-desktop.png \
&& rm -f user-home.png \
&& ln -s folder.png user-home.png \
) done \
&& touch stamp-icons
echo "#ifndef GTK_DISABLE_DEPRECATED" > xgen-gmh \
&& glib-genmarshal --prefix=gtk_marshal ./gtkmarshal.list --header >> xgen-gmh \
&& echo "#endif /* GTK_DISABLE_DEPRECATED */" >> xgen-gmh \
&& (cmp -s xgen-gmh gtkmarshal.h || cp xgen-gmh gtkmarshal.h) \
&& rm -f xgen-gmh \
&& echo timestamp > stamp-gtkmarshal.h
( cd . && glib-mkenums --template gtktypebuiltins.h.template \
gtk.h gtkaboutdialog.h gtkaccelgroup.h gtkaccellabel.h gtkaccelmap.h gtkaccessible.h gtkaction.h gtkactiongroup.h gtkactivatable.h gtkadjustment.h gtkalignment.h gtkarrow.h gtkaspectframe.h gtkassistant.h gtkbbox.h gtkbin.h gtkbindings.h gtkbox.h gtkbuilder.h gtkbuildable.h gtkbutton.h gtkcalendar.h gtkcelleditable.h gtkcelllayout.h gtkcellrenderer.h gtkcellrendereraccel.h gtkcellrenderercombo.h gtkcellrendererpixbuf.h gtkcellrendererprogress.h gtkcellrendererspin.h gtkcellrendererspinner.h gtkcellrenderertext.h gtkcellrenderertoggle.h gtkcellview.h gtkcheckbutton.h gtkcheckmenuitem.h gtkclipboard.h gtkcolorbutton.h gtkcolorsel.h gtkcolorseldialog.h gtkcombobox.h gtkcomboboxentry.h gtkcomboboxtext.h gtkcontainer.h gtkdebug.h gtkdialog.h gtkdnd.h gtkdrawingarea.h gtkeditable.h gtkentry.h gtkentrybuffer.h gtkentrycompletion.h gtkenums.h gtkeventbox.h gtkexpander.h gtkfilechooser.h gtkfilechooserbutton.h gtkfilechooserdialog.h gtkfilechooserwidget.h gtkfilefilter.h gtkfixed.h gtkfontbutton.h gtkfontsel.h gtkframe.h gtkgc.h gtkhandlebox.h gtkhbbox.h gtkhbox.h gtkhpaned.h gtkhruler.h gtkhscale.h gtkhscrollbar.h gtkhseparator.h gtkhsv.h gtkiconfactory.h gtkicontheme.h gtkiconview.h gtkimage.h gtkimagemenuitem.h gtkimcontext.h gtkimcontextsimple.h gtkimmodule.h gtkimmulticontext.h gtkinfobar.h gtkinvisible.h gtkitem.h gtklabel.h gtklayout.h gtklinkbutton.h gtkliststore.h gtkmain.h gtkmenu.h gtkmenubar.h gtkmenuitem.h gtkmenushell.h gtkmenutoolbutton.h gtkmessagedialog.h gtkmisc.h gtkmodules.h gtkmountoperation.h gtknotebook.h gtkobject.h gtkoffscreenwindow.h gtkorientable.h gtkpagesetup.h gtkpaned.h gtkpapersize.h gtkplug.h gtkprintcontext.h gtkprintoperation.h gtkprintoperationpreview.h gtkprintsettings.h gtkprivate.h gtkprogressbar.h gtkradioaction.h gtkradiobutton.h gtkradiomenuitem.h gtkradiotoolbutton.h gtkrange.h gtkrc.h gtkrecentaction.h gtkrecentchooser.h gtkrecentchooserdialog.h gtkrecentchoosermenu.h gtkrecentchooserwidget.h gtkrecentfilter.h gtkrecentmanager.h gtkruler.h gtkscale.h gtkscalebutton.h gtkscrollbar.h gtkscrolledwindow.h gtkselection.h gtkseparator.h gtkseparatormenuitem.h gtkseparatortoolitem.h gtkshow.h gtksettings.h gtksizegroup.h gtksocket.h gtkspinbutton.h gtkspinner.h gtkstatusbar.h gtkstatusicon.h gtkstock.h gtkstyle.h gtktable.h gtktearoffmenuitem.h gtktestutils.h gtktextbuffer.h gtktextbufferrichtext.h gtktextchild.h gtktextdisplay.h gtktextiter.h gtktextmark.h gtktexttag.h gtktexttagtable.h gtktextview.h gtktoggleaction.h gtktogglebutton.h gtktoggletoolbutton.h gtktoolbar.h gtktoolbutton.h gtktoolitem.h gtktoolitemgroup.h gtktoolpalette.h gtktoolshell.h gtktooltip.h gtktreednd.h gtktreemodel.h gtktreemodelfilter.h gtktreemodelsort.h gtktreeselection.h gtktreesortable.h gtktreestore.h gtktreeview.h gtktreeviewcolumn.h gtktypeutils.h gtkuimanager.h gtkvbbox.h gtkvbox.h gtkviewport.h gtkvolumebutton.h gtkvpaned.h gtkvruler.h gtkvscale.h gtkvscrollbar.h gtkvseparator.h gtkwidget.h gtkwindow.h gtktext.h gtktree.h gtktreeitem.h gtkclist.h gtkcombo.h gtkctree.h gtkcurve.h gtkfilesel.h gtkgamma.h gtkinputdialog.h gtkitemfactory.h gtklist.h gtklistitem.h gtkoldeditable.h gtkoptionmenu.h gtkpixmap.h gtkpreview.h gtkprogress.h gtksignal.h gtktipsquery.h gtktooltips.h ) >> xgen-gtbh \
&& (cmp -s xgen-gtbh gtktypebuiltins.h || cp xgen-gtbh gtktypebuiltins.h ) \
&& rm -f xgen-gtbh \
&& echo timestamp > stamp-gtktypebuiltins.h
make gtk-update-icon-cache
\
# source='updateiconcache.c' object='updateiconcache.o' libtool=no
/usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Gtk\" -DGTK_LIBDIR=\"/usr/local/Cellar/gtk+/2.24.6/lib\" -DGTK_DATADIR=\"/usr/local/Cellar/gtk+/2.24.6/share\" -DGTK_DATA_PREFIX=\"/usr/local/Cellar/gtk+/2.24.6\" -DGTK_SYSCONFDIR=\"/usr/local/Cellar/gtk+/2.24.6/etc\" -DGTK_VERSION=\"2.24.6\" -DGTK_BINARY_VERSION=\"2.10.0\" -DGTK_HOST=\"x86_64-apple-darwin10.8.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKENDS=\"file,cups\" -DGTK_PRINT_PREVIEW_COMMAND=\""evince --unlink-tempfile --preview --print-settings %s %f"\" -I.. -I../gtk -I.. -I../gdk -I../gdk -DGTK_DISABLE_DEPRECATED -DGTK_FILE_SYSTEM_ENABLE_UNSUPPORTED -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.28.8/include/glib-2.0 -I/usr/local/Cellar/glib/2.28.8/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/glib/2.28.8/include -I/usr/local/Cellar/pango/1.28.4/include/pango-1.0 -I/usr/local/Cellar/gdk-pixbuf/2.23.5/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/atk/2.0.1/include/atk-1.0 -I/usr/X11/include/cairo -I/usr/X11/include/pixman-1 -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include/libpng12 -I/usr/local/Cellar/libiconv/1.14/include -I/usr/local/Cellar/gettext/0.18.1.1/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/usr/X11/include -DGDK_PIXBUF_DISABLE_DEPRECATED -O3 -march=core2 -msse4 -w -pipe -Wall -c updateiconcache.c
/bin/sh ../libtool --tag=CC --mode=link /usr/bin/gcc-4.2 -DGDK_PIXBUF_DISABLE_DEPRECATED -O3 -march=core2 -msse4 -w -pipe -Wall -L/usr/local/Cellar/libiconv/1.14/lib -L/usr/local/Cellar/gettext/0.18.1.1/lib -o gtk-update-icon-cache updateiconcache.o -L/usr/local/Cellar/gdk-pixbuf/2.23.5/lib -L/usr/local/Cellar/glib/2.28.8/lib -L/usr/local/Cellar/gettext/0.18.1.1/lib -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgthread-2.0 -lglib-2.0 -lintl
libtool: link: /usr/bin/gcc-4.2 -DGDK_PIXBUF_DISABLE_DEPRECATED -O3 -march=core2 -msse4 -w -pipe -Wall -o gtk-update-icon-cache updateiconcache.o -L/usr/local/Cellar/libiconv/1.14/lib -L/usr/local/Cellar/gettext/0.18.1.1/lib -L/usr/local/Cellar/gdk-pixbuf/2.23.5/lib -L/usr/local/Cellar/glib/2.28.8/lib -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgthread-2.0 -lglib-2.0 -lintl
./gtk-update-icon-cache --force --ignore-theme-index \
--source builtin_icons stock-icons > gtkbuiltincache.h.tmp && \
mv gtkbuiltincache.h.tmp gtkbuiltincache.h
(process:28541): GLib-GObject-CRITICAL **: gtype.c:2708: You forgot to call g_type_init()
(process:28541): GLib-GObject-CRITICAL **: gtype.c:2708: You forgot to call g_type_init()
(process:28541): GLib-GObject-WARNING **: interface type `<invalid>' or prerequisite type `<unknown>' invalid
(process:28541): GLib-GObject-WARNING **: cannot add interfaces to invalid (non-instantiatable) type `<invalid>'
(process:28541): GLib-GObject-WARNING **: cannot retrieve class for invalid (unclassed) type `<invalid>'
/bin/sh: line 1: 28541 Segmentation fault (core dumped) ./gtk-update-icon-cache --force --ignore-theme-index --source builtin_icons stock-icons > gtkbuiltincache.h.tmp
make[1]: *** [gtkbuiltincache.h] Error 139
make: *** [install-recursive] Error 1
==> Exit Status: 2
http://github.com/mxcl/homebrew/blob/master/Library/Formula/gtk+.rb#L23
==> Environment
HOMEBREW_VERSION: 0.8
HEAD: f9b32a2c818667f9eb3808c2f22b59f4ba6cdd3c
HOMEBREW_PREFIX: /usr/local
HOMEBREW_CELLAR: /usr/local/Cellar
HOMEBREW_REPOSITORY: /usr/local
HOMEBREW_LIBRARY_PATH: /usr/local/Library/Homebrew
Hardware: quad-core 64-bit nehalem
OS X: 10.6.8
Kernel Architecture: i386
Ruby: 1.8.7-174
/usr/bin/ruby => /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby
Xcode: 4.0.2
GCC-4.0: build 5494
GCC-4.2: build 5666
LLVM: build 2335
MacPorts or Fink? false
X11 installed? true
==> Build Flags
"--use-gcc" was specified
CC: /usr/bin/gcc-4.2
CXX: /usr/bin/g++-4.2
LD: /usr/bin/gcc-4.2
CFLAGS: -O3 -march=core2 -msse4 -w -pipe
CXXFLAGS: -O3 -march=core2 -msse4 -w -pipe
CPPFLAGS: -I/usr/local/Cellar/libiconv/1.14/include -I/usr/local/Cellar/gettext/0.18.1.1/include
LDFLAGS: -L/usr/local/Cellar/libiconv/1.14/lib -L/usr/local/Cellar/gettext/0.18.1.1/lib
MAKEFLAGS: -j4
PKG_CONFIG_PATH: /usr/local/Cellar/libiconv/1.14/lib/pkgconfig:/usr/local/Cellar/gettext/0.18.1.1/lib/pkgconfig
Error: Failed executing: make install
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