Skip to content

Instantly share code, notes, and snippets.

@Houdini
Created September 4, 2011 00:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Houdini/1192015 to your computer and use it in GitHub Desktop.
Save Houdini/1192015 to your computer and use it in GitHub Desktop.
brew easy-tag install problem
houdini: ~/Music > brew install easy-tag
==> Installing easy-tag dependency: libiconv
==> Downloading http://ftp.gnu.org/pub/gnu/libiconv/libiconv-1.14.tar.gz
######################################################################## 100.0%
==> Downloading patches
######################################################################## 100.0%
######################################################################## 100.0%
==> Patching
patching file Makefile.devel
Hunk #1 succeeded at 106 (offset 1 line).
patching file lib/converters.h
patching file lib/encodings.def
patching file lib/utf8mac.h
patching file lib/flags.h
==> ./configure --disable-debug --prefix=/usr/local/Cellar/libiconv/1.14 --enable-extra-encodings
==> make -f Makefile.devel
==> make install
==> Caveats
This formula is keg-only, so it was not symlinked into /usr/local.
Mac OS X already provides this program and installing another version in
parallel can cause all kinds of trouble.
A few software packages require this newer version of libiconv.
Please use this dependency very sparingly.
Generally there are no consequences of this for you.
If you build your own software and it requires this formula, you'll need
to add its lib & include paths to your build variables:
LDFLAGS -L/usr/local/Cellar/libiconv/1.14/lib
CPPFLAGS -I/usr/local/Cellar/libiconv/1.14/include
==> Summary
/usr/local/Cellar/libiconv/1.14: 24 files, 1.4M, built in 55 seconds
==> Installing easy-tag dependency: gtk+
==> Downloading http://ftp.gnome.org/pub/gnome/sources/gtk+/2.24/gtk+-2.24.6.tar.bz2
######################################################################## 100.0%
==> ./configure --disable-debug --prefix=/usr/local/Cellar/gtk+/2.24.6 --disable-glibtest
==> make install
Making install in po
/bin/sh /private/tmp/homebrew-gtk+-2.24.6-SbVA/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-SbVA/gtk+-2.24.6/install-sh -d $dir; \
if test -r $cat; then \
/usr/bin/install -c -m 644 $cat $dir/gtk20.mo; \
echo "installing $cat as $dir/gtk20.mo"; \
else \
/usr/bin/install -c -m 644 ./$cat $dir/gtk20.mo; \
echo "installing ./$cat as" \
"$dir/gtk20.mo"; \
fi; \
if test -r $cat.m; then \
/usr/bin/install -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/bin/install -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-SbVA/gtk+-2.24.6/install-sh -d /usr/local/Cellar/gtk+/2.24.6/share/glib-2.0/gettext/po; \
/usr/bin/install -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-SbVA/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-SbVA/gtk+-2.24.6/install-sh -d $dir; \
if test -r $cat; then \
/usr/bin/install -c -m 644 $cat $dir/gtk20-properties.mo; \
echo "installing $cat as $dir/gtk20-properties.mo"; \
else \
/usr/bin/install -c -m 644 ./$cat $dir/gtk20-properties.mo; \
echo "installing ./$cat as" \
"$dir/gtk20-properties.mo"; \
fi; \
if test -r $cat.m; then \
/usr/bin/install -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/bin/install -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-SbVA/gtk+-2.24.6/install-sh -d /usr/local/Cellar/gtk+/2.24.6/share/glib-2.0/gettext/po; \
/usr/bin/install -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
\
# source='gdkdisplay-x11.c' object='gdkdisplay-x11.lo' libtool=yes
\
# source='gdkdnd-x11.c' object='gdkdnd-x11.lo' libtool=yes
\
# 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 -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 -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 -w -pipe -Wall -c -o gdkcolor-x11.lo gdkcolor-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 -w -pipe -Wall -c -o gdkcursor-x11.lo gdkcursor-x11.c
\
# 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 -w -pipe -Wall -c -o gdkdnd-x11.lo gdkdnd-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 -w -pipe -Wall -c -o gdkdrawable-x11.lo gdkdrawable-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 -w -pipe -Wall -c -o gdkdisplay-x11.lo gdkdisplay-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 -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 -w -pipe -Wall -c gdkapplaunchcontext-x11.c -fno-common -DPIC -o .libs/gdkapplaunchcontext-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 -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 -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 -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 -w -pipe -Wall -c gdkdrawable-x11.c -fno-common -DPIC -o .libs/gdkdrawable-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 -w -pipe -Wall -c gdkevents-x11.c -fno-common -DPIC -o .libs/gdkevents-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 -w -pipe -Wall -c gdkdisplay-x11.c -fno-common -DPIC -o .libs/gdkdisplay-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 -w -pipe -Wall -c gdkcursor-x11.c -fno-common -DPIC -o .libs/gdkcursor-x11.o
\
# source='gdkfont-x11.c' object='gdkfont-x11.lo' libtool=yes
\
# 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 -w -pipe -Wall -c -o gdkfont-x11.lo gdkfont-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 -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 -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 -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 -w -pipe -Wall -c gdkfont-x11.c -fno-common -DPIC -o .libs/gdkfont-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 -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 -w -pipe -Wall -c -o gdkglobals-x11.lo gdkglobals-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 -w -pipe -Wall -c gdkglobals-x11.c -fno-common -DPIC -o .libs/gdkglobals-x11.o
\
# 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 -w -pipe -Wall -c -o gdkim-x11.lo gdkim-x11.c
\
# 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 -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 -w -pipe -Wall -c gdkim-x11.c -fno-common -DPIC -o .libs/gdkim-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 -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 -w -pipe -Wall -c -o gdkinput.lo gdkinput.c
\
# 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 -w -pipe -Wall -c -o gdkkeys-x11.lo gdkkeys-x11.c
\
# 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 -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 -w -pipe -Wall -c gdkinput.c -fno-common -DPIC -o .libs/gdkinput.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 -w -pipe -Wall -c -o gdkpixmap-x11.lo gdkpixmap-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 -w -pipe -Wall -c gdkkeys-x11.c -fno-common -DPIC -o .libs/gdkkeys-x11.o
\
# 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 -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 -w -pipe -Wall -c gdkmain-x11.c -fno-common -DPIC -o .libs/gdkmain-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 -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 -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 -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 -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 -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 -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 -w -pipe -Wall -c -o gdkspawn-x11.lo gdkspawn-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 -w -pipe -Wall -c gdkspawn-x11.c -fno-common -DPIC -o .libs/gdkspawn-x11.o
\
# source='gdktestutils-x11.c' object='gdktestutils-x11.lo' libtool=yes
\
# 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 -w -pipe -Wall -c -o gdktestutils-x11.lo gdktestutils-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 -w -pipe -Wall -c -o gdkvisual-x11.lo gdkvisual-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 -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 -w -pipe -Wall -c gdktestutils-x11.c -fno-common -DPIC -o .libs/gdktestutils-x11.o
\
# 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 -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 -w -pipe -Wall -c gdkwindow-x11.c -fno-common -DPIC -o .libs/gdkwindow-x11.o
\
# source='gdkxftdefaults.c' object='gdkxftdefaults.lo' libtool=yes
\
# 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 -w -pipe -Wall -c -o gdkxftdefaults.lo gdkxftdefaults.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 -w -pipe -Wall -c -o gdkxid.lo gdkxid.c
\
# source='xsettings-client.c' object='xsettings-client.lo' libtool=yes
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 -w -pipe -Wall -c gdkxid.c -fno-common -DPIC -o .libs/gdkxid.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 -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 -w -pipe -Wall -c -o xsettings-client.lo xsettings-client.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 -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 -w -pipe -Wall -c xsettings-client.c -fno-common -DPIC -o .libs/xsettings-client.o
\
# 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 -w -pipe -Wall -c -o xsettings-common.lo xsettings-common.c
\
# source='gdkinput-none.c' object='gdkinput-none.lo' libtool=yes
\
# source='checksettings.c' object='checksettings.o' libtool=no
/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 -w -pipe -Wall -c -o gdkinput-none.lo gdkinput-none.c
/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 -w -pipe -Wall -c checksettings.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 -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 -w -pipe -Wall -c gdkinput-none.c -fno-common -DPIC -o .libs/gdkinput-none.o
/bin/sh ../../libtool --tag=CC --mode=link /usr/bin/gcc-4.2 -DGDK_PIXBUF_DISABLE_DEPRECATED -O3 -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 -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 -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" || ../.././install-sh -c -d "/usr/local/Cellar/gtk+/2.24.6/include/gtk-2.0/gdk"
/usr/bin/install -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
\
# source='gdkcursor.c' object='gdkcursor.lo' libtool=yes
\
# 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 -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 -w -pipe -Wall -c -o gdkapplaunchcontext.lo gdkapplaunchcontext.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 -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 -w -pipe -Wall -c -o gdkcolor.lo gdkcolor.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 -w -pipe -Wall -c -o gdkcursor.lo gdkcursor.c
\
# 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 -w -pipe -Wall -c -o gdkdisplay.lo gdkdisplay.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 -w -pipe -Wall -c -o gdkdisplaymanager.lo gdkdisplaymanager.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 -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 -w -pipe -Wall -c gdkcolor.c -fno-common -DPIC -o .libs/gdkcolor.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 -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 -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 -w -pipe -Wall -c gdkcursor.c -fno-common -DPIC -o .libs/gdkcursor.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 -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 -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 -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 -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 -w -pipe -Wall -c -o gdkdraw.lo gdkdraw.c
\
# source='gdkevents.c' object='gdkevents.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 -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 -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 -w -pipe -Wall -c gdkdraw.c -fno-common -DPIC -o .libs/gdkdraw.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 -w -pipe -Wall -c gdkevents.c -fno-common -DPIC -o .libs/gdkevents.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 -w -pipe -Wall -c -o gdkgc.lo gdkgc.c
\
# source='gdkglobals.c' object='gdkglobals.lo' libtool=yes
\
# 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 -w -pipe -Wall -c -o gdkglobals.lo gdkglobals.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 -w -pipe -Wall -c -o gdkimage.lo gdkimage.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 -w -pipe -Wall -c gdkfont.c -fno-common -DPIC -o .libs/gdkfont.o
\
# 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 -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 -w -pipe -Wall -c gdkgc.c -fno-common -DPIC -o .libs/gdkgc.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 -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 -w -pipe -Wall -c gdkglobals.c -fno-common -DPIC -o .libs/gdkglobals.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 -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 -w -pipe -Wall -c -o gdkkeyuni.lo gdkkeyuni.c
\
# 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 -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 -w -pipe -Wall -c gdkkeyuni.c -fno-common -DPIC -o .libs/gdkkeyuni.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 -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 -w -pipe -Wall -c -o gdkpixbuf-drawable.lo gdkpixbuf-drawable.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 -w -pipe -Wall -c gdkoffscreenwindow.c -fno-common -DPIC -o .libs/gdkoffscreenwindow.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 -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 -w -pipe -Wall -c gdkpixbuf-drawable.c -fno-common -DPIC -o .libs/gdkpixbuf-drawable.o
\
# 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 -w -pipe -Wall -c -o gdkpixbuf-render.lo gdkpixbuf-render.c
\
# 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 -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 -w -pipe -Wall -c gdkpixbuf-render.c -fno-common -DPIC -o .libs/gdkpixbuf-render.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 -w -pipe -Wall -c gdkpixmap.c -fno-common -DPIC -o .libs/gdkpixmap.o
\
# source='gdkpolyreg-generic.c' object='gdkpolyreg-generic.lo' libtool=yes
\
# 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 -w -pipe -Wall -c -o gdkpolyreg-generic.lo gdkpolyreg-generic.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 -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 -w -pipe -Wall -c gdkpolyreg-generic.c -fno-common -DPIC -o .libs/gdkpolyreg-generic.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 -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 -w -pipe -Wall -c -o gdkregion-generic.lo gdkregion-generic.c
\
# 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 -w -pipe -Wall -c -o gdkrgb.lo gdkrgb.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 -w -pipe -Wall -c gdkregion-generic.c -fno-common -DPIC -o .libs/gdkregion-generic.o
\
# 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 -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 -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 -w -pipe -Wall -c -o gdkselection.lo gdkselection.c
\
# source='gdkvisual.c' object='gdkvisual.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 -w -pipe -Wall -c gdkscreen.c -fno-common -DPIC -o .libs/gdkscreen.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 -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 -w -pipe -Wall -c gdkselection.c -fno-common -DPIC -o .libs/gdkselection.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 -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 -w -pipe -Wall -c -o gdkwindow.lo gdkwindow.c
\
# 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 -w -pipe -Wall -c -o gdkwindowimpl.lo gdkwindowimpl.c
\
# 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 -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 -w -pipe -Wall -c gdkwindow.c -fno-common -DPIC -o .libs/gdkwindow.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 -w -pipe -Wall -c gdkwindowimpl.c -fno-common -DPIC -o .libs/gdkwindowimpl.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 -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 -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 -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 -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 -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" || .././install-sh -c -d "/usr/local/Cellar/gtk+/2.24.6/lib"
test -z "" || .././install-sh -c -d ""
test -z "" || .././install-sh -c -d ""
/bin/sh /private/tmp/homebrew-gtk+-2.24.6-SbVA/gtk+-2.24.6/install-sh -d /usr/local/Cellar/gtk+/2.24.6/lib/gtk-2.0/include
test -z "/usr/local/Cellar/gtk+/2.24.6/include/gtk-2.0/gdk" || .././install-sh -c -d "/usr/local/Cellar/gtk+/2.24.6/include/gtk-2.0/gdk"
/usr/bin/install -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'
mkdir: /usr/local/Cellar/gtk+/2.24.6/lib: File exists
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/bin/install -c -m 644 gdkconfig.h $file; fi
/bin/sh ../libtool --mode=install /usr/bin/install -c libgdk-x11-2.0.la '/usr/local/Cellar/gtk+/2.24.6/lib'
libtool: install: /usr/bin/install -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/bin/install -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 -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 -w -pipe -Wall -c updateiconcache.c
/bin/sh ../libtool --tag=CC --mode=link /usr/bin/gcc-4.2 -DGDK_PIXBUF_DISABLE_DEPRECATED -O3 -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 -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:12876): GLib-GObject-CRITICAL **: gtype.c:2708: You forgot to call g_type_init()
(process:12876): GLib-GObject-CRITICAL **: gtype.c:2708: You forgot to call g_type_init()
(process:12876): GLib-GObject-WARNING **: interface type `<invalid>' or prerequisite type `<unknown>' invalid
(process:12876): GLib-GObject-WARNING **: cannot add interfaces to invalid (non-instantiatable) type `<invalid>'
(process:12876): GLib-GObject-WARNING **: cannot retrieve class for invalid (unclassed) type `<invalid>'
/bin/sh: line 1: 12876 Segmentation fault ./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: c4e391b440fc60789912604a5c8ce9bf5691df48
HOMEBREW_PREFIX: /usr/local
HOMEBREW_CELLAR: /usr/local/Cellar
HOMEBREW_REPOSITORY: /usr/local
HOMEBREW_LIBRARY_PATH: /usr/local/Library/Homebrew
Hardware: 8-core 64-bit sandybridge
OS X: 10.6.8
Kernel Architecture: x86_64
Ruby: 1.8.7-174
/usr/bin/ruby => /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby
Xcode: 3.2.6
GCC-4.0: build 5494
GCC-4.2: build 5666
LLVM: build 2335
MacPorts or Fink? false
X11 installed? true
==> Build Flags
CC: /usr/bin/gcc-4.2
CXX: /usr/bin/g++-4.2
LD: /usr/bin/gcc-4.2
CFLAGS: -O3 -w -pipe
CXXFLAGS: -O3 -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: -j8
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