Skip to content

Instantly share code, notes, and snippets.

Created May 2, 2016 08:50
Show Gist options
  • Save anonymous/26ce4a79ae46901cd6655e72a78b28f6 to your computer and use it in GitHub Desktop.
Save anonymous/26ce4a79ae46901cd6655e72a78b28f6 to your computer and use it in GitHub Desktop.
gtk+ on Linux Mint 17.3 Rosa - Homebrew build logs
Homebrew build logs for gtk+ on Linux Mint 17.3 Rosa
Build date: 2016-05-02 11:30:50
HOMEBREW_VERSION: 0.9.9
ORIGIN: https://github.com/Linuxbrew/brew.git
HEAD: 19b310f26c3ccb9cf90637bd1e578a3e161ad52c
Last commit: 3 days ago
Core tap ORIGIN: https://github.com/Linuxbrew/homebrew-core
Core tap HEAD: ed2535da921647094d6fca95b40645505801789c
Core tap last commit: 4 hours ago
HOMEBREW_PREFIX: /home/fabio/.linuxbrew
HOMEBREW_REPOSITORY: /home/fabio/.linuxbrew
HOMEBREW_CELLAR: /home/fabio/.linuxbrew/Cellar
HOMEBREW_BOTTLE_DOMAIN: https://linuxbrew.bintray.com
CPU: dual-core 64-bit penryn
Kernel: Linux 3.13.0-77-generic x86_64 GNU/Linux
OS: Linux Mint 17.3 Rosa
Codename: rosa
OS glibc: 2.19
OS gcc: 4.8.5
Linuxbrew glibc: N/A
Linuxbrew gcc: N/A
Clang: N/A
X11: 2.7.8 => /usr
System Ruby: 1.9.3-p484 => /usr/bin/ruby1.9.1
Perl: /usr/bin/perl
Python: /home/fabio/.linuxbrew/bin/python => /home/fabio/.linuxbrew/Cellar/python/2.7.11/bin/python2.7
Ruby: /usr/bin/ruby => /usr/bin/ruby1.9.1
Java: 1.8.0_91
Your system is ready to brew.
2016-05-02 11:29:52 +0300
./configure
--disable-dependency-tracking
--disable-silent-rules
--prefix=/home/fabio/.linuxbrew/Cellar/gtk+/2.24.30
--disable-glibtest
--enable-introspection=yes
--with-gdktarget=x11
--disable-visibility
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether make supports nested variables... (cached) yes
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking for native Win32... no
checking for gcc... /usr/bin/gcc-4.9
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether /usr/bin/gcc-4.9 accepts -g... yes
checking for /usr/bin/gcc-4.9 option to accept ISO C89... none needed
checking whether /usr/bin/gcc-4.9 understands -c and -o together... yes
checking for style of include used by make... GNU
checking dependency style of /usr/bin/gcc-4.9... none
checking whether we are using the GNU C++ compiler... yes
checking whether /usr/bin/g++-4.9 accepts -g... yes
checking dependency style of /usr/bin/g++-4.9... none
checking how to print strings... printf
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/grep -F
checking for ld used by /usr/bin/gcc-4.9... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... dlltool
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from /usr/bin/gcc-4.9 object... ok
checking for sysroot... no
checking for a working dd... /bin/dd
checking how to truncate binary pipes... /bin/dd bs=4096 count=1
checking for mt... mt
checking if mt is a manifest tool... no
checking how to run the C preprocessor... /usr/bin/gcc-4.9 -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if /usr/bin/gcc-4.9 supports -fno-rtti -fno-exceptions... yes
checking for /usr/bin/gcc-4.9 option to produce PIC... -fPIC -DPIC
checking if /usr/bin/gcc-4.9 PIC flag -fPIC -DPIC works... yes
checking if /usr/bin/gcc-4.9 static flag -static works... yes
checking if /usr/bin/gcc-4.9 supports -c -o file.o... yes
checking if /usr/bin/gcc-4.9 supports -c -o file.o... (cached) yes
checking whether the /usr/bin/gcc-4.9 linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking how to run the C++ preprocessor... /usr/bin/g++-4.9 -E
checking for ld used by /usr/bin/g++-4.9... /usr/bin/ld -m elf_x86_64
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
checking whether the /usr/bin/g++-4.9 linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking for /usr/bin/g++-4.9 option to produce PIC... -fPIC -DPIC
checking if /usr/bin/g++-4.9 PIC flag -fPIC -DPIC works... yes
checking if /usr/bin/g++-4.9 static flag -static works... yes
checking if /usr/bin/g++-4.9 supports -c -o file.o... yes
checking if /usr/bin/g++-4.9 supports -c -o file.o... (cached) yes
checking whether the /usr/bin/g++-4.9 linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
configure: creating ./config.lt
config.lt: creating libtool
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking dependency style of /usr/bin/gcc-4.9... none
checking for nm... /usr/bin/nm -B
checking whether to enable maintainer-specific portions of Makefiles... yes
checking for some Win32 platform... no
checking whether build environment is sane... yes
checking for library containing strerror... none required
checking whether make sets $(MAKE)... (cached) yes
checking for pkg-config... /home/fabio/.linuxbrew/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for BASE_DEPENDENCIES... yes
checking for CAIRO_BACKEND... yes
checking for GMODULE... yes
checking Whether to write dependencies into .pc files... no
checking for perl5... no
checking for perl... /usr/bin/perl
checking for indent... no
checking for lstat... yes
checking for mkstemp... yes
checking for flockfile... yes
checking for getc_unlocked... yes
checking for localtime_r... yes
checking for _NL_TIME_FIRST_WEEKDAY... yes
checking for _NL_MEASUREMENT_MEASUREMENT... yes
checking for _NL_PAPER_HEIGHT... yes
checking for _NL_PAPER_WIDTH... yes
checking for sigsetjmp... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking for LC_MESSAGES... yes
checking libintl.h usability... yes
checking libintl.h presence... yes
checking for libintl.h... yes
checking for ngettext in libc... yes
checking for dgettext in libc... yes
checking for bind_textdomain_codeset... yes
checking for msgfmt... /home/fabio/.linuxbrew/bin/msgfmt
checking for dcgettext... yes
checking if msgfmt accepts -c... yes
checking for gmsgfmt... /home/fabio/.linuxbrew/bin/msgfmt
checking for xgettext... /home/fabio/.linuxbrew/bin/xgettext
checking for catalogs to be installed... af am ang ar as ast az az_IR be be@latin bg bn bn_IN br bs ca ca@valencia crh cs cy da de dz el en_CA en_GB eo es et eu fa fi fr ga gl gu he hi hr hu hy ia id io is it ja ka kk kn ko ku li lt lv mai mi mk ml mn mr ms my nb nds ne nl nn nso oc or pa pl ps pt pt_BR ro ru rw si sk sl sq sr sr@latin sr@ije sv ta te th tk tr tt ug uk ur uz uz@cyrillic vi wa xh yi zh_CN zh_HK zh_TW
checking for extra flags to get ANSI library prototypes... none needed
checking for the BeOS... no
checking for HP-UX... no
checking for extra flags for POSIX compliance... none needed
checking for pkg-config... (cached) /home/fabio/.linuxbrew/bin/pkg-config
checking pkg-config is at least version 0.16... yes
checking for GLIB - version >= 2.28.0... yes (version 2.46.2)
checking for bind_textdomain_codeset... (cached) yes
checking pwd.h usability... yes
checking pwd.h presence... yes
checking for pwd.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for unistd.h... (cached) yes
checking ftw.h usability... yes
checking ftw.h presence... yes
checking for ftw.h... yes
checking for GNU ftw extensions... yes
checking for ANSI C header files... (cached) yes
checking for an ANSI C-conforming const... yes
checking return type of signal handlers... void
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/param.h... yes
checking for getpagesize... yes
checking for working mmap... yes
checking for mallinfo... yes
checking for getresuid... yes
checking for uid_t in sys/types.h... yes
checking for fd_set... yes, found in sys/types.h
checking for wchar.h... yes
checking for wctype.h... yes
checking for iswalnum... yes
checking if iswalnum() and friends are properly defined... yes
checking for uxtheme.h... no
checking crt_externs.h usability... no
checking crt_externs.h presence... no
checking for crt_externs.h... no
checking for _NSGetEnviron... no
checking whether to build dynamic modules... yes
checking whether dynamic modules work... yes
checking immodules to build...
checking for sys/wait.h that is POSIX.1 compatible... yes
checking return type of signal handlers... (cached) void
checking sys/systeminfo.h usability... no
checking sys/systeminfo.h presence... no
checking for sys/systeminfo.h... no
checking sys/sysinfo.h usability... yes
checking sys/sysinfo.h presence... yes
checking for sys/sysinfo.h... yes
checking for mediaLib 2.3... checking for mlib_ImageSetStruct in -lmlib... no
checking for gdk-pixbuf-csource... /home/fabio/.linuxbrew/bin/gdk-pixbuf-csource
checking for XOpenDisplay... yes
checking for XextFindDisplay... yes
checking for XRenderQueryExtension... yes
checking if <X11/extensions/XIproto.h> is needed for xReply... no
checking for XConvertCase... yes
checking for XInternAtoms... yes
checking for XAddConnectionWatch... yes
checking for XkbQueryExtension... yes
checking for XShapeCombineMask... yes
checking for XSyncQueryExtension... yes
checking for X11/extensions/sync.h... yes
checking for XShmAttach... yes
checking sys/ipc.h usability... yes
checking sys/ipc.h presence... yes
checking for sys/ipc.h... yes
checking sys/shm.h usability... yes
checking sys/shm.h presence... yes
checking for sys/shm.h... yes
checking X11/extensions/XShm.h... yes
checking for Xinerama support on XFree86... yes
checking Pango flags... -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/harfbuzz/1.2.6/include/harfbuzz -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/cairo/1.14.6_1/include/cairo -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/glib-2.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/lib/glib-2.0/include -I/home/fabio/.linuxbrew/Cellar/pixman/0.34.0/include/pixman-1 -I/home/fabio/.linuxbrew/Cellar/fontconfig/2.11.1_2/include -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -L/home/fabio/.linuxbrew/Cellar/pango/1.38.1/lib -L/home/fabio/.linuxbrew/Cellar/glib/2.46.2/lib -L/home/fabio/.linuxbrew/Cellar/cairo/1.14.6_1/lib -lpangocairo-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lcairo
checking ATK flags... -I/home/fabio/.linuxbrew/Cellar/atk/2.18.0_1/include/atk-1.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/glib-2.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/lib/glib-2.0/include -L/home/fabio/.linuxbrew/Cellar/atk/2.18.0_1/lib -L/home/fabio/.linuxbrew/Cellar/glib/2.46.2/lib -latk-1.0 -lgobject-2.0 -lglib-2.0
checking for library containing gethostent... none required
checking for library containing setsockopt... none required
checking for library containing connect... none required
checking for struct sockaddr_un.sun_len... no
checking for cups-config... /usr/bin/cups-config
checking cups/cups.h usability... yes
checking cups/cups.h presence... yes
checking for cups/cups.h... yes
checking for httpGetAuthString... yes
checking libpapi... checking for papiServiceCreate in -lpapi... no
checking cairo-pdf.h usability... yes
checking cairo-pdf.h presence... yes
checking for cairo-pdf.h... yes
checking cairo-ps.h usability... yes
checking cairo-ps.h presence... yes
checking for cairo-ps.h... yes
checking cairo-svg.h usability... yes
checking cairo-svg.h presence... yes
checking for cairo-svg.h... yes
checking for gobject-introspection... yes
checking for gtk-doc... no
configure: WARNING:
You will not be able to create source packages with 'make dist'
because gtk-doc >= 1.11 is not found.
checking for gtkdoc-check... no
checking for gtkdoc-check... no
checking for gtkdoc-rebase... no
checking for gtkdoc-mkpdf... no
checking whether to build gtk-doc documentation... no
checking for GTKDOC_DEPS... yes
checking for db2html... false
checking that generated files are newer than configure... done
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating config.h.win32
config.status: creating gtk-zip.sh
config.status: creating Makefile
config.status: creating gdk-2.0.pc
config.status: creating gtk+-2.0.pc
config.status: creating gtk+-unix-print-2.0.pc
config.status: creating gail.pc
config.status: creating gdk-2.0-uninstalled.pc
config.status: creating gtk+-2.0-uninstalled.pc
config.status: creating gail-uninstalled.pc
config.status: creating m4macros/Makefile
config.status: creating po/Makefile.in
config.status: creating po-properties/Makefile.in
config.status: creating demos/Makefile
config.status: creating demos/gtk-demo/Makefile
config.status: creating demos/gtk-demo/geninclude.pl
config.status: creating tests/Makefile
config.status: creating docs/Makefile
config.status: creating docs/reference/Makefile
config.status: creating docs/reference/gdk/Makefile
config.status: creating docs/reference/gdk/version.xml
config.status: creating docs/reference/gtk/Makefile
config.status: creating docs/reference/gtk/version.xml
config.status: creating docs/reference/libgail-util/Makefile
config.status: creating docs/faq/Makefile
config.status: creating docs/tools/Makefile
config.status: creating docs/tutorial/Makefile
config.status: creating build/Makefile
config.status: creating build/win32/Makefile
config.status: creating build/win32/vs9/Makefile
config.status: creating build/win32/vs10/Makefile
config.status: creating build/win32/vs11/Makefile
config.status: creating build/win32/vs12/Makefile
config.status: creating build/win32/vs14/Makefile
config.status: creating gdk/Makefile
config.status: creating gdk/x11/Makefile
config.status: creating gdk/win32/Makefile
config.status: creating gdk/win32/rc/Makefile
config.status: creating gdk/win32/rc/gdk.rc
config.status: creating gdk/quartz/Makefile
config.status: creating gdk/directfb/Makefile
config.status: creating gdk/tests/Makefile
config.status: creating gtk/Makefile
config.status: creating gtk/makefile.msc
config.status: creating gtk/gtkversion.h
config.status: creating gtk/gtk-win32.rc
config.status: creating gtk/theme-bits/Makefile
config.status: creating gtk/tests/Makefile
config.status: creating modules/Makefile
config.status: creating modules/other/Makefile
config.status: creating modules/other/gail/Makefile
config.status: creating modules/other/gail/libgail-util/Makefile
config.status: creating modules/other/gail/tests/Makefile
config.status: creating modules/engines/Makefile
config.status: creating modules/engines/pixbuf/Makefile
config.status: creating modules/engines/ms-windows/Makefile
config.status: creating modules/engines/ms-windows/Theme/Makefile
config.status: creating modules/engines/ms-windows/Theme/gtk-2.0/Makefile
config.status: creating modules/input/Makefile
config.status: creating modules/printbackends/Makefile
config.status: creating modules/printbackends/cups/Makefile
config.status: creating modules/printbackends/lpr/Makefile
config.status: creating modules/printbackends/file/Makefile
config.status: creating modules/printbackends/papi/Makefile
config.status: creating modules/printbackends/test/Makefile
config.status: creating perf/Makefile
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
config.status: executing default-1 commands
config.status: executing default-2 commands
config.status: executing gdk/gdkconfig.h commands
configuration:
target: x11
2016-05-02 11:30:07 +0300
make
install
Making install in po
make[1]: Entering directory `/tmp/gtk+-20160502-17180-1cv3cj0/gtk+-2.24.30/po'
/bin/bash /tmp/gtk+-20160502-17180-1cv3cj0/gtk+-2.24.30/install-sh -d /home/fabio/.linuxbrew/Cellar/gtk+/2.24.30/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=/home/fabio/.linuxbrew/Cellar/gtk+/2.24.30/share/locale;; \
*) destdir=/home/fabio/.linuxbrew/Cellar/gtk+/2.24.30/lib/locale;; \
esac; \
lang=`echo $cat | sed 's/\.gmo$//'`; \
dir=$destdir/$lang/LC_MESSAGES; \
/bin/bash /tmp/gtk+-20160502-17180-1cv3cj0/gtk+-2.24.30/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 /home/fabio/.linuxbrew/Cellar/gtk+/2.24.30/share/locale/af/LC_MESSAGES/gtk20.mo
installing am.gmo as /home/fabio/.linuxbrew/Cellar/gtk+/2.24.30/share/locale/am/LC_MESSAGES/gtk20.mo
installing ang.gmo as /home/fabio/.linuxbrew/Cellar/gtk+/2.24.30/share/locale/ang/LC_MESSAGES/gtk20.mo
installing ar.gmo as /home/fabio/.linuxbrew/Cellar/gtk+/2.24.30/share/locale/ar/LC_MESSAGES/gtk20.mo
installing as.gmo as /home/fabio/.linuxbrew/Cellar/gtk+/2.24.30/share/locale/as/LC_MESSAGES/gtk20.mo
installing ast.gmo as /home/fabio/.linuxbrew/Cellar/gtk+/2.24.30/share/locale/ast/LC_MESSAGES/gtk20.mo
installing az.gmo as /home/fabio/.linuxbrew/Cellar/gtk+/2.24.30/share/locale/az/LC_MESSAGES/gtk20.mo
installing az_IR.gmo as /home/fabio/.linuxbrew/Cellar/gtk+/2.24.30/share/locale/az_IR/LC_MESSAGES/gtk20.mo
installing be.gmo as /home/fabio/.linuxbrew/Cellar/gtk+/2.24.30/share/locale/be/LC_MESSAGES/gtk20.mo
installing be@latin.gmo as /home/fabio/.linuxbrew/Cellar/gtk+/2.24.30/share/locale/be@latin/LC_MESSAGES/gtk20.mo
installing bg.gmo as /home/fabio/.linuxbrew/Cellar/gtk+/2.24.30/share/locale/bg/LC_MESSAGES/gtk20.mo
installing bn.gmo as /home/fabio/.linuxbrew/Cellar/gtk+/2.24.30/share/locale/bn/LC_MESSAGES/gtk20.mo
installing bn_IN.gmo as /home/fabio/.linuxbrew/Cellar/gtk+/2.24.30/share/locale/bn_IN/LC_MESSAGES/gtk20.mo
installing br.gmo as /home/fabio/.linuxbrew/Cellar/gtk+/2.24.30/share/locale/br/LC_MESSAGES/gtk20.mo
installing bs.gmo as /home/fabio/.linuxbrew/Cellar/gtk+/2.24.30/share/locale/bs/LC_MESSAGES/gtk20.mo
installing ca.gmo as /home/fabio/.linuxbrew/Cellar/gtk+/2.24.30/share/locale/ca/LC_MESSAGES/gtk20.mo
installing ca@valencia.gmo as /home/fabio/.linuxbrew/Cellar/gtk+/2.24.30/share/locale/ca@valencia/LC_MESSAGES/gtk20.mo
installing crh.gmo as /home/fabio/.linuxbrew/Cellar/gtk+/2.24.30/share/locale/crh/LC_MESSAGES/gtk20.mo
installing cs.gmo as /home/fabio/.linuxbrew/Cellar/gtk+/2.24.30/share/locale/cs/LC_MESSAGES/gtk20.mo
installing cy.gmo as /home/fabio/.linuxbrew/Cellar/gtk+/2.24.30/share/locale/cy/LC_MESSAGES/gtk20.mo
installing da.gmo as /home/fabio/.linuxbrew/Cellar/gtk+/2.24.30/share/locale/da/LC_MESSAGES/gtk20.mo
installing de.gmo as /home/fabio/.linuxbrew/Cellar/gtk+/2.24.30/share/locale/de/LC_MESSAGES/gtk20.mo
installing dz.gmo as /home/fabio/.linuxbrew/Cellar/gtk+/2.24.30/share/locale/dz/LC_MESSAGES/gtk20.mo
installing el.gmo as /home/fabio/.linuxbrew/Cellar/gtk+/2.24.30/share/locale/el/LC_MESSAGES/gtk20.mo
installing en_CA.gmo as /home/fabio/.linuxbrew/Cellar/gtk+/2.24.30/share/locale/en_CA/LC_MESSAGES/gtk20.mo
installing en_GB.gmo as /home/fabio/.linuxbrew/Cellar/gtk+/2.24.30/share/locale/en_GB/LC_MESSAGES/gtk20.mo
installing eo.gmo as /home/fabio/.linuxbrew/Cellar/gtk+/2.24.30/share/locale/eo/LC_MESSAGES/gtk20.mo
installing es.gmo as /home/fabio/.linuxbrew/Cellar/gtk+/2.24.30/share/locale/es/LC_MESSAGES/gtk20.mo
installing et.gmo as /home/fabio/.linuxbrew/Cellar/gtk+/2.24.30/share/locale/et/LC_MESSAGES/gtk20.mo
installing eu.gmo as /home/fabio/.linuxbrew/Cellar/gtk+/2.24.30/share/locale/eu/LC_MESSAGES/gtk20.mo
installing fa.gmo as /home/fabio/.linuxbrew/Cellar/gtk+/2.24.30/share/locale/fa/LC_MESSAGES/gtk20.mo
installing fi.gmo as /home/fabio/.linuxbrew/Cellar/gtk+/2.24.30/share/locale/fi/LC_MESSAGES/gtk20.mo
installing fr.gmo as /home/fabio/.linuxbrew/Cellar/gtk+/2.24.30/share/locale/fr/LC_MESSAGES/gtk20.mo
installing ga.gmo as /home/fabio/.linuxbrew/Cellar/gtk+/2.24.30/share/locale/ga/LC_MESSAGES/gtk20.mo
installing gl.gmo as /home/fabio/.linuxbrew/Cellar/gtk+/2.24.30/share/locale/gl/LC_MESSAGES/gtk20.mo
installing gu.gmo as /home/fabio/.linuxbrew/Cellar/gtk+/2.24.30/share/locale/gu/LC_MESSAGES/gtk20.mo
installing he.gmo as /home/fabio/.linuxbrew/Cellar/gtk+/2.24.30/share/locale/he/LC_MESSAGES/gtk20.mo
installing hi.gmo as /home/fabio/.linuxbrew/Cellar/gtk+/2.24.30/share/locale/hi/LC_MESSAGES/gtk20.mo
installing hr.gmo as /home/fabio/.linuxbrew/Cellar/gtk+/2.24.30/share/locale/hr/LC_MESSAGES/gtk20.mo
installing hu.gmo as /home/fabio/.linuxbrew/Cellar/gtk+/2.24.30/share/locale/hu/LC_MESSAGES/gtk20.mo
installing hy.gmo as /home/fabio/.linuxbrew/Cellar/gtk+/2.24.30/share/locale/hy/LC_MESSAGES/gtk20.mo
installing ia.gmo as /home/fabio/.linuxbrew/Cellar/gtk+/2.24.30/share/locale/ia/LC_MESSAGES/gtk20.mo
installing id.gmo as /home/fabio/.linuxbrew/Cellar/gtk+/2.24.30/share/locale/id/LC_MESSAGES/gtk20.mo
installing io.gmo as /home/fabio/.linuxbrew/Cellar/gtk+/2.24.30/share/locale/io/LC_MESSAGES/gtk20.mo
installing is.gmo as /home/fabio/.linuxbrew/Cellar/gtk+/2.24.30/share/locale/is/LC_MESSAGES/gtk20.mo
installing it.gmo as /home/fabio/.linuxbrew/Cellar/gtk+/2.24.30/share/locale/it/LC_MESSAGES/gtk20.mo
installing ja.gmo as /home/fabio/.linuxbrew/Cellar/gtk+/2.24.30/share/locale/ja/LC_MESSAGES/gtk20.mo
installing ka.gmo as /home/fabio/.linuxbrew/Cellar/gtk+/2.24.30/share/locale/ka/LC_MESSAGES/gtk20.mo
installing kk.gmo as /home/fabio/.linuxbrew/Cellar/gtk+/2.24.30/share/locale/kk/LC_MESSAGES/gtk20.mo
installing kn.gmo as /home/fabio/.linuxbrew/Cellar/gtk+/2.24.30/share/locale/kn/LC_MESSAGES/gtk20.mo
installing ko.gmo as /home/fabio/.linuxbrew/Cellar/gtk+/2.24.30/share/locale/ko/LC_MESSAGES/gtk20.mo
installing ku.gmo as /home/fabio/.linuxbrew/Cellar/gtk+/2.24.30/share/locale/ku/LC_MESSAGES/gtk20.mo
installing li.gmo as /home/fabio/.linuxbrew/Cellar/gtk+/2.24.30/share/locale/li/LC_MESSAGES/gtk20.mo
installing lt.gmo as /home/fabio/.linuxbrew/Cellar/gtk+/2.24.30/share/locale/lt/LC_MESSAGES/gtk20.mo
installing lv.gmo as /home/fabio/.linuxbrew/Cellar/gtk+/2.24.30/share/locale/lv/LC_MESSAGES/gtk20.mo
installing mai.gmo as /home/fabio/.linuxbrew/Cellar/gtk+/2.24.30/share/locale/mai/LC_MESSAGES/gtk20.mo
installing mi.gmo as /home/fabio/.linuxbrew/Cellar/gtk+/2.24.30/share/locale/mi/LC_MESSAGES/gtk20.mo
installing mk.gmo as /home/fabio/.linuxbrew/Cellar/gtk+/2.24.30/share/locale/mk/LC_MESSAGES/gtk20.mo
installing ml.gmo as /home/fabio/.linuxbrew/Cellar/gtk+/2.24.30/share/locale/ml/LC_MESSAGES/gtk20.mo
installing mn.gmo as /home/fabio/.linuxbrew/Cellar/gtk+/2.24.30/share/locale/mn/LC_MESSAGES/gtk20.mo
installing mr.gmo as /home/fabio/.linuxbrew/Cellar/gtk+/2.24.30/share/locale/mr/LC_MESSAGES/gtk20.mo
installing ms.gmo as /home/fabio/.linuxbrew/Cellar/gtk+/2.24.30/share/locale/ms/LC_MESSAGES/gtk20.mo
installing my.gmo as /home/fabio/.linuxbrew/Cellar/gtk+/2.24.30/share/locale/my/LC_MESSAGES/gtk20.mo
installing nb.gmo as /home/fabio/.linuxbrew/Cellar/gtk+/2.24.30/share/locale/nb/LC_MESSAGES/gtk20.mo
installing nds.gmo as /home/fabio/.linuxbrew/Cellar/gtk+/2.24.30/share/locale/nds/LC_MESSAGES/gtk20.mo
installing ne.gmo as /home/fabio/.linuxbrew/Cellar/gtk+/2.24.30/share/locale/ne/LC_MESSAGES/gtk20.mo
installing nl.gmo as /home/fabio/.linuxbrew/Cellar/gtk+/2.24.30/share/locale/nl/LC_MESSAGES/gtk20.mo
installing nn.gmo as /home/fabio/.linuxbrew/Cellar/gtk+/2.24.30/share/locale/nn/LC_MESSAGES/gtk20.mo
installing nso.gmo as /home/fabio/.linuxbrew/Cellar/gtk+/2.24.30/share/locale/nso/LC_MESSAGES/gtk20.mo
installing oc.gmo as /home/fabio/.linuxbrew/Cellar/gtk+/2.24.30/share/locale/oc/LC_MESSAGES/gtk20.mo
installing or.gmo as /home/fabio/.linuxbrew/Cellar/gtk+/2.24.30/share/locale/or/LC_MESSAGES/gtk20.mo
installing pa.gmo as /home/fabio/.linuxbrew/Cellar/gtk+/2.24.30/share/locale/pa/LC_MESSAGES/gtk20.mo
installing pl.gmo as /home/fabio/.linuxbrew/Cellar/gtk+/2.24.30/share/locale/pl/LC_MESSAGES/gtk20.mo
installing ps.gmo as /home/fabio/.linuxbrew/Cellar/gtk+/2.24.30/share/locale/ps/LC_MESSAGES/gtk20.mo
installing pt.gmo as /home/fabio/.linuxbrew/Cellar/gtk+/2.24.30/share/locale/pt/LC_MESSAGES/gtk20.mo
installing pt_BR.gmo as /home/fabio/.linuxbrew/Cellar/gtk+/2.24.30/share/locale/pt_BR/LC_MESSAGES/gtk20.mo
installing ro.gmo as /home/fabio/.linuxbrew/Cellar/gtk+/2.24.30/share/locale/ro/LC_MESSAGES/gtk20.mo
installing ru.gmo as /home/fabio/.linuxbrew/Cellar/gtk+/2.24.30/share/locale/ru/LC_MESSAGES/gtk20.mo
installing rw.gmo as /home/fabio/.linuxbrew/Cellar/gtk+/2.24.30/share/locale/rw/LC_MESSAGES/gtk20.mo
installing si.gmo as /home/fabio/.linuxbrew/Cellar/gtk+/2.24.30/share/locale/si/LC_MESSAGES/gtk20.mo
installing sk.gmo as /home/fabio/.linuxbrew/Cellar/gtk+/2.24.30/share/locale/sk/LC_MESSAGES/gtk20.mo
installing sl.gmo as /home/fabio/.linuxbrew/Cellar/gtk+/2.24.30/share/locale/sl/LC_MESSAGES/gtk20.mo
installing sq.gmo as /home/fabio/.linuxbrew/Cellar/gtk+/2.24.30/share/locale/sq/LC_MESSAGES/gtk20.mo
installing sr.gmo as /home/fabio/.linuxbrew/Cellar/gtk+/2.24.30/share/locale/sr/LC_MESSAGES/gtk20.mo
installing sr@latin.gmo as /home/fabio/.linuxbrew/Cellar/gtk+/2.24.30/share/locale/sr@latin/LC_MESSAGES/gtk20.mo
installing sr@ije.gmo as /home/fabio/.linuxbrew/Cellar/gtk+/2.24.30/share/locale/sr@ije/LC_MESSAGES/gtk20.mo
installing sv.gmo as /home/fabio/.linuxbrew/Cellar/gtk+/2.24.30/share/locale/sv/LC_MESSAGES/gtk20.mo
installing ta.gmo as /home/fabio/.linuxbrew/Cellar/gtk+/2.24.30/share/locale/ta/LC_MESSAGES/gtk20.mo
installing te.gmo as /home/fabio/.linuxbrew/Cellar/gtk+/2.24.30/share/locale/te/LC_MESSAGES/gtk20.mo
installing th.gmo as /home/fabio/.linuxbrew/Cellar/gtk+/2.24.30/share/locale/th/LC_MESSAGES/gtk20.mo
installing tk.gmo as /home/fabio/.linuxbrew/Cellar/gtk+/2.24.30/share/locale/tk/LC_MESSAGES/gtk20.mo
installing tr.gmo as /home/fabio/.linuxbrew/Cellar/gtk+/2.24.30/share/locale/tr/LC_MESSAGES/gtk20.mo
installing tt.gmo as /home/fabio/.linuxbrew/Cellar/gtk+/2.24.30/share/locale/tt/LC_MESSAGES/gtk20.mo
installing ug.gmo as /home/fabio/.linuxbrew/Cellar/gtk+/2.24.30/share/locale/ug/LC_MESSAGES/gtk20.mo
installing uk.gmo as /home/fabio/.linuxbrew/Cellar/gtk+/2.24.30/share/locale/uk/LC_MESSAGES/gtk20.mo
installing ur.gmo as /home/fabio/.linuxbrew/Cellar/gtk+/2.24.30/share/locale/ur/LC_MESSAGES/gtk20.mo
installing uz.gmo as /home/fabio/.linuxbrew/Cellar/gtk+/2.24.30/share/locale/uz/LC_MESSAGES/gtk20.mo
installing uz@cyrillic.gmo as /home/fabio/.linuxbrew/Cellar/gtk+/2.24.30/share/locale/uz@cyrillic/LC_MESSAGES/gtk20.mo
installing vi.gmo as /home/fabio/.linuxbrew/Cellar/gtk+/2.24.30/share/locale/vi/LC_MESSAGES/gtk20.mo
installing wa.gmo as /home/fabio/.linuxbrew/Cellar/gtk+/2.24.30/share/locale/wa/LC_MESSAGES/gtk20.mo
installing xh.gmo as /home/fabio/.linuxbrew/Cellar/gtk+/2.24.30/share/locale/xh/LC_MESSAGES/gtk20.mo
installing yi.gmo as /home/fabio/.linuxbrew/Cellar/gtk+/2.24.30/share/locale/yi/LC_MESSAGES/gtk20.mo
installing zh_CN.gmo as /home/fabio/.linuxbrew/Cellar/gtk+/2.24.30/share/locale/zh_CN/LC_MESSAGES/gtk20.mo
installing zh_HK.gmo as /home/fabio/.linuxbrew/Cellar/gtk+/2.24.30/share/locale/zh_HK/LC_MESSAGES/gtk20.mo
installing zh_TW.gmo as /home/fabio/.linuxbrew/Cellar/gtk+/2.24.30/share/locale/zh_TW/LC_MESSAGES/gtk20.mo
if test "gtk+" = "glib"; then \
/bin/bash /tmp/gtk+-20160502-17180-1cv3cj0/gtk+-2.24.30/install-sh -d /home/fabio/.linuxbrew/Cellar/gtk+/2.24.30/share/glib-2.0/gettext/po; \
/usr/bin/install -c -m 644 ./Makefile.in.in \
/home/fabio/.linuxbrew/Cellar/gtk+/2.24.30/share/glib-2.0/gettext/po/Makefile.in.in; \
else \
: ; \
fi
make[1]: Leaving directory `/tmp/gtk+-20160502-17180-1cv3cj0/gtk+-2.24.30/po'
Making install in po-properties
make[1]: Entering directory `/tmp/gtk+-20160502-17180-1cv3cj0/gtk+-2.24.30/po-properties'
/bin/bash /tmp/gtk+-20160502-17180-1cv3cj0/gtk+-2.24.30/install-sh -d /home/fabio/.linuxbrew/Cellar/gtk+/2.24.30/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=/home/fabio/.linuxbrew/Cellar/gtk+/2.24.30/share/locale;; \
*) destdir=/home/fabio/.linuxbrew/Cellar/gtk+/2.24.30/lib/locale;; \
esac; \
lang=`echo $cat | sed 's/\.gmo$//'`; \
dir=$destdir/$lang/LC_MESSAGES; \
/bin/bash /tmp/gtk+-20160502-17180-1cv3cj0/gtk+-2.24.30/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 /home/fabio/.linuxbrew/Cellar/gtk+/2.24.30/share/locale/af/LC_MESSAGES/gtk20-properties.mo
installing am.gmo as /home/fabio/.linuxbrew/Cellar/gtk+/2.24.30/share/locale/am/LC_MESSAGES/gtk20-properties.mo
installing ang.gmo as /home/fabio/.linuxbrew/Cellar/gtk+/2.24.30/share/locale/ang/LC_MESSAGES/gtk20-properties.mo
installing ar.gmo as /home/fabio/.linuxbrew/Cellar/gtk+/2.24.30/share/locale/ar/LC_MESSAGES/gtk20-properties.mo
installing as.gmo as /home/fabio/.linuxbrew/Cellar/gtk+/2.24.30/share/locale/as/LC_MESSAGES/gtk20-properties.mo
installing ast.gmo as /home/fabio/.linuxbrew/Cellar/gtk+/2.24.30/share/locale/ast/LC_MESSAGES/gtk20-properties.mo
installing az.gmo as /home/fabio/.linuxbrew/Cellar/gtk+/2.24.30/share/locale/az/LC_MESSAGES/gtk20-properties.mo
installing az_IR.gmo as /home/fabio/.linuxbrew/Cellar/gtk+/2.24.30/share/locale/az_IR/LC_MESSAGES/gtk20-properties.mo
installing be.gmo as /home/fabio/.linuxbrew/Cellar/gtk+/2.24.30/share/locale/be/LC_MESSAGES/gtk20-properties.mo
installing be@latin.gmo as /home/fabio/.linuxbrew/Cellar/gtk+/2.24.30/share/locale/be@latin/LC_MESSAGES/gtk20-properties.mo
installing bg.gmo as /home/fabio/.linuxbrew/Cellar/gtk+/2.24.30/share/locale/bg/LC_MESSAGES/gtk20-properties.mo
installing bn.gmo as /home/fabio/.linuxbrew/Cellar/gtk+/2.24.30/share/locale/bn/LC_MESSAGES/gtk20-properties.mo
installing bn_IN.gmo as /home/fabio/.linuxbrew/Cellar/gtk+/2.24.30/share/locale/bn_IN/LC_MESSAGES/gtk20-properties.mo
installing br.gmo as /home/fabio/.linuxbrew/Cellar/gtk+/2.24.30/share/locale/br/LC_MESSAGES/gtk20-properties.mo
installing bs.gmo as /home/fabio/.linuxbrew/Cellar/gtk+/2.24.30/share/locale/bs/LC_MESSAGES/gtk20-properties.mo
installing ca.gmo as /home/fabio/.linuxbrew/Cellar/gtk+/2.24.30/share/locale/ca/LC_MESSAGES/gtk20-properties.mo
installing ca@valencia.gmo as /home/fabio/.linuxbrew/Cellar/gtk+/2.24.30/share/locale/ca@valencia/LC_MESSAGES/gtk20-properties.mo
installing crh.gmo as /home/fabio/.linuxbrew/Cellar/gtk+/2.24.30/share/locale/crh/LC_MESSAGES/gtk20-properties.mo
installing cs.gmo as /home/fabio/.linuxbrew/Cellar/gtk+/2.24.30/share/locale/cs/LC_MESSAGES/gtk20-properties.mo
installing cy.gmo as /home/fabio/.linuxbrew/Cellar/gtk+/2.24.30/share/locale/cy/LC_MESSAGES/gtk20-properties.mo
installing da.gmo as /home/fabio/.linuxbrew/Cellar/gtk+/2.24.30/share/locale/da/LC_MESSAGES/gtk20-properties.mo
installing de.gmo as /home/fabio/.linuxbrew/Cellar/gtk+/2.24.30/share/locale/de/LC_MESSAGES/gtk20-properties.mo
installing dz.gmo as /home/fabio/.linuxbrew/Cellar/gtk+/2.24.30/share/locale/dz/LC_MESSAGES/gtk20-properties.mo
installing el.gmo as /home/fabio/.linuxbrew/Cellar/gtk+/2.24.30/share/locale/el/LC_MESSAGES/gtk20-properties.mo
installing en_CA.gmo as /home/fabio/.linuxbrew/Cellar/gtk+/2.24.30/share/locale/en_CA/LC_MESSAGES/gtk20-properties.mo
installing en_GB.gmo as /home/fabio/.linuxbrew/Cellar/gtk+/2.24.30/share/locale/en_GB/LC_MESSAGES/gtk20-properties.mo
installing eo.gmo as /home/fabio/.linuxbrew/Cellar/gtk+/2.24.30/share/locale/eo/LC_MESSAGES/gtk20-properties.mo
installing es.gmo as /home/fabio/.linuxbrew/Cellar/gtk+/2.24.30/share/locale/es/LC_MESSAGES/gtk20-properties.mo
installing et.gmo as /home/fabio/.linuxbrew/Cellar/gtk+/2.24.30/share/locale/et/LC_MESSAGES/gtk20-properties.mo
installing eu.gmo as /home/fabio/.linuxbrew/Cellar/gtk+/2.24.30/share/locale/eu/LC_MESSAGES/gtk20-properties.mo
installing fa.gmo as /home/fabio/.linuxbrew/Cellar/gtk+/2.24.30/share/locale/fa/LC_MESSAGES/gtk20-properties.mo
installing fi.gmo as /home/fabio/.linuxbrew/Cellar/gtk+/2.24.30/share/locale/fi/LC_MESSAGES/gtk20-properties.mo
installing fr.gmo as /home/fabio/.linuxbrew/Cellar/gtk+/2.24.30/share/locale/fr/LC_MESSAGES/gtk20-properties.mo
installing ga.gmo as /home/fabio/.linuxbrew/Cellar/gtk+/2.24.30/share/locale/ga/LC_MESSAGES/gtk20-properties.mo
installing gl.gmo as /home/fabio/.linuxbrew/Cellar/gtk+/2.24.30/share/locale/gl/LC_MESSAGES/gtk20-properties.mo
installing gu.gmo as /home/fabio/.linuxbrew/Cellar/gtk+/2.24.30/share/locale/gu/LC_MESSAGES/gtk20-properties.mo
installing he.gmo as /home/fabio/.linuxbrew/Cellar/gtk+/2.24.30/share/locale/he/LC_MESSAGES/gtk20-properties.mo
installing hi.gmo as /home/fabio/.linuxbrew/Cellar/gtk+/2.24.30/share/locale/hi/LC_MESSAGES/gtk20-properties.mo
installing hr.gmo as /home/fabio/.linuxbrew/Cellar/gtk+/2.24.30/share/locale/hr/LC_MESSAGES/gtk20-properties.mo
installing hu.gmo as /home/fabio/.linuxbrew/Cellar/gtk+/2.24.30/share/locale/hu/LC_MESSAGES/gtk20-properties.mo
installing hy.gmo as /home/fabio/.linuxbrew/Cellar/gtk+/2.24.30/share/locale/hy/LC_MESSAGES/gtk20-properties.mo
installing ia.gmo as /home/fabio/.linuxbrew/Cellar/gtk+/2.24.30/share/locale/ia/LC_MESSAGES/gtk20-properties.mo
installing id.gmo as /home/fabio/.linuxbrew/Cellar/gtk+/2.24.30/share/locale/id/LC_MESSAGES/gtk20-properties.mo
installing io.gmo as /home/fabio/.linuxbrew/Cellar/gtk+/2.24.30/share/locale/io/LC_MESSAGES/gtk20-properties.mo
installing is.gmo as /home/fabio/.linuxbrew/Cellar/gtk+/2.24.30/share/locale/is/LC_MESSAGES/gtk20-properties.mo
installing it.gmo as /home/fabio/.linuxbrew/Cellar/gtk+/2.24.30/share/locale/it/LC_MESSAGES/gtk20-properties.mo
installing ja.gmo as /home/fabio/.linuxbrew/Cellar/gtk+/2.24.30/share/locale/ja/LC_MESSAGES/gtk20-properties.mo
installing ka.gmo as /home/fabio/.linuxbrew/Cellar/gtk+/2.24.30/share/locale/ka/LC_MESSAGES/gtk20-properties.mo
installing kk.gmo as /home/fabio/.linuxbrew/Cellar/gtk+/2.24.30/share/locale/kk/LC_MESSAGES/gtk20-properties.mo
installing kn.gmo as /home/fabio/.linuxbrew/Cellar/gtk+/2.24.30/share/locale/kn/LC_MESSAGES/gtk20-properties.mo
installing ko.gmo as /home/fabio/.linuxbrew/Cellar/gtk+/2.24.30/share/locale/ko/LC_MESSAGES/gtk20-properties.mo
installing ku.gmo as /home/fabio/.linuxbrew/Cellar/gtk+/2.24.30/share/locale/ku/LC_MESSAGES/gtk20-properties.mo
installing li.gmo as /home/fabio/.linuxbrew/Cellar/gtk+/2.24.30/share/locale/li/LC_MESSAGES/gtk20-properties.mo
installing lt.gmo as /home/fabio/.linuxbrew/Cellar/gtk+/2.24.30/share/locale/lt/LC_MESSAGES/gtk20-properties.mo
installing lv.gmo as /home/fabio/.linuxbrew/Cellar/gtk+/2.24.30/share/locale/lv/LC_MESSAGES/gtk20-properties.mo
installing mai.gmo as /home/fabio/.linuxbrew/Cellar/gtk+/2.24.30/share/locale/mai/LC_MESSAGES/gtk20-properties.mo
installing mi.gmo as /home/fabio/.linuxbrew/Cellar/gtk+/2.24.30/share/locale/mi/LC_MESSAGES/gtk20-properties.mo
installing mk.gmo as /home/fabio/.linuxbrew/Cellar/gtk+/2.24.30/share/locale/mk/LC_MESSAGES/gtk20-properties.mo
installing ml.gmo as /home/fabio/.linuxbrew/Cellar/gtk+/2.24.30/share/locale/ml/LC_MESSAGES/gtk20-properties.mo
installing mn.gmo as /home/fabio/.linuxbrew/Cellar/gtk+/2.24.30/share/locale/mn/LC_MESSAGES/gtk20-properties.mo
installing mr.gmo as /home/fabio/.linuxbrew/Cellar/gtk+/2.24.30/share/locale/mr/LC_MESSAGES/gtk20-properties.mo
installing ms.gmo as /home/fabio/.linuxbrew/Cellar/gtk+/2.24.30/share/locale/ms/LC_MESSAGES/gtk20-properties.mo
installing my.gmo as /home/fabio/.linuxbrew/Cellar/gtk+/2.24.30/share/locale/my/LC_MESSAGES/gtk20-properties.mo
installing nb.gmo as /home/fabio/.linuxbrew/Cellar/gtk+/2.24.30/share/locale/nb/LC_MESSAGES/gtk20-properties.mo
installing nds.gmo as /home/fabio/.linuxbrew/Cellar/gtk+/2.24.30/share/locale/nds/LC_MESSAGES/gtk20-properties.mo
installing ne.gmo as /home/fabio/.linuxbrew/Cellar/gtk+/2.24.30/share/locale/ne/LC_MESSAGES/gtk20-properties.mo
installing nl.gmo as /home/fabio/.linuxbrew/Cellar/gtk+/2.24.30/share/locale/nl/LC_MESSAGES/gtk20-properties.mo
installing nn.gmo as /home/fabio/.linuxbrew/Cellar/gtk+/2.24.30/share/locale/nn/LC_MESSAGES/gtk20-properties.mo
installing nso.gmo as /home/fabio/.linuxbrew/Cellar/gtk+/2.24.30/share/locale/nso/LC_MESSAGES/gtk20-properties.mo
installing oc.gmo as /home/fabio/.linuxbrew/Cellar/gtk+/2.24.30/share/locale/oc/LC_MESSAGES/gtk20-properties.mo
installing or.gmo as /home/fabio/.linuxbrew/Cellar/gtk+/2.24.30/share/locale/or/LC_MESSAGES/gtk20-properties.mo
installing pa.gmo as /home/fabio/.linuxbrew/Cellar/gtk+/2.24.30/share/locale/pa/LC_MESSAGES/gtk20-properties.mo
installing pl.gmo as /home/fabio/.linuxbrew/Cellar/gtk+/2.24.30/share/locale/pl/LC_MESSAGES/gtk20-properties.mo
installing ps.gmo as /home/fabio/.linuxbrew/Cellar/gtk+/2.24.30/share/locale/ps/LC_MESSAGES/gtk20-properties.mo
installing pt.gmo as /home/fabio/.linuxbrew/Cellar/gtk+/2.24.30/share/locale/pt/LC_MESSAGES/gtk20-properties.mo
installing pt_BR.gmo as /home/fabio/.linuxbrew/Cellar/gtk+/2.24.30/share/locale/pt_BR/LC_MESSAGES/gtk20-properties.mo
installing ro.gmo as /home/fabio/.linuxbrew/Cellar/gtk+/2.24.30/share/locale/ro/LC_MESSAGES/gtk20-properties.mo
installing ru.gmo as /home/fabio/.linuxbrew/Cellar/gtk+/2.24.30/share/locale/ru/LC_MESSAGES/gtk20-properties.mo
installing rw.gmo as /home/fabio/.linuxbrew/Cellar/gtk+/2.24.30/share/locale/rw/LC_MESSAGES/gtk20-properties.mo
installing si.gmo as /home/fabio/.linuxbrew/Cellar/gtk+/2.24.30/share/locale/si/LC_MESSAGES/gtk20-properties.mo
installing sk.gmo as /home/fabio/.linuxbrew/Cellar/gtk+/2.24.30/share/locale/sk/LC_MESSAGES/gtk20-properties.mo
installing sl.gmo as /home/fabio/.linuxbrew/Cellar/gtk+/2.24.30/share/locale/sl/LC_MESSAGES/gtk20-properties.mo
installing sq.gmo as /home/fabio/.linuxbrew/Cellar/gtk+/2.24.30/share/locale/sq/LC_MESSAGES/gtk20-properties.mo
installing sr.gmo as /home/fabio/.linuxbrew/Cellar/gtk+/2.24.30/share/locale/sr/LC_MESSAGES/gtk20-properties.mo
installing sr@latin.gmo as /home/fabio/.linuxbrew/Cellar/gtk+/2.24.30/share/locale/sr@latin/LC_MESSAGES/gtk20-properties.mo
installing sr@ije.gmo as /home/fabio/.linuxbrew/Cellar/gtk+/2.24.30/share/locale/sr@ije/LC_MESSAGES/gtk20-properties.mo
installing sv.gmo as /home/fabio/.linuxbrew/Cellar/gtk+/2.24.30/share/locale/sv/LC_MESSAGES/gtk20-properties.mo
installing ta.gmo as /home/fabio/.linuxbrew/Cellar/gtk+/2.24.30/share/locale/ta/LC_MESSAGES/gtk20-properties.mo
installing te.gmo as /home/fabio/.linuxbrew/Cellar/gtk+/2.24.30/share/locale/te/LC_MESSAGES/gtk20-properties.mo
installing th.gmo as /home/fabio/.linuxbrew/Cellar/gtk+/2.24.30/share/locale/th/LC_MESSAGES/gtk20-properties.mo
installing tk.gmo as /home/fabio/.linuxbrew/Cellar/gtk+/2.24.30/share/locale/tk/LC_MESSAGES/gtk20-properties.mo
installing tr.gmo as /home/fabio/.linuxbrew/Cellar/gtk+/2.24.30/share/locale/tr/LC_MESSAGES/gtk20-properties.mo
installing tt.gmo as /home/fabio/.linuxbrew/Cellar/gtk+/2.24.30/share/locale/tt/LC_MESSAGES/gtk20-properties.mo
installing ug.gmo as /home/fabio/.linuxbrew/Cellar/gtk+/2.24.30/share/locale/ug/LC_MESSAGES/gtk20-properties.mo
installing uk.gmo as /home/fabio/.linuxbrew/Cellar/gtk+/2.24.30/share/locale/uk/LC_MESSAGES/gtk20-properties.mo
installing ur.gmo as /home/fabio/.linuxbrew/Cellar/gtk+/2.24.30/share/locale/ur/LC_MESSAGES/gtk20-properties.mo
installing uz.gmo as /home/fabio/.linuxbrew/Cellar/gtk+/2.24.30/share/locale/uz/LC_MESSAGES/gtk20-properties.mo
installing uz@cyrillic.gmo as /home/fabio/.linuxbrew/Cellar/gtk+/2.24.30/share/locale/uz@cyrillic/LC_MESSAGES/gtk20-properties.mo
installing vi.gmo as /home/fabio/.linuxbrew/Cellar/gtk+/2.24.30/share/locale/vi/LC_MESSAGES/gtk20-properties.mo
installing wa.gmo as /home/fabio/.linuxbrew/Cellar/gtk+/2.24.30/share/locale/wa/LC_MESSAGES/gtk20-properties.mo
installing xh.gmo as /home/fabio/.linuxbrew/Cellar/gtk+/2.24.30/share/locale/xh/LC_MESSAGES/gtk20-properties.mo
installing yi.gmo as /home/fabio/.linuxbrew/Cellar/gtk+/2.24.30/share/locale/yi/LC_MESSAGES/gtk20-properties.mo
installing zh_CN.gmo as /home/fabio/.linuxbrew/Cellar/gtk+/2.24.30/share/locale/zh_CN/LC_MESSAGES/gtk20-properties.mo
installing zh_HK.gmo as /home/fabio/.linuxbrew/Cellar/gtk+/2.24.30/share/locale/zh_HK/LC_MESSAGES/gtk20-properties.mo
installing zh_TW.gmo as /home/fabio/.linuxbrew/Cellar/gtk+/2.24.30/share/locale/zh_TW/LC_MESSAGES/gtk20-properties.mo
if test "gtk+" = "glib"; then \
/bin/bash /tmp/gtk+-20160502-17180-1cv3cj0/gtk+-2.24.30/install-sh -d /home/fabio/.linuxbrew/Cellar/gtk+/2.24.30/share/glib-2.0/gettext/po; \
/usr/bin/install -c -m 644 ./Makefile.in.in \
/home/fabio/.linuxbrew/Cellar/gtk+/2.24.30/share/glib-2.0/gettext/po/Makefile.in.in; \
else \
: ; \
fi
make[1]: Leaving directory `/tmp/gtk+-20160502-17180-1cv3cj0/gtk+-2.24.30/po-properties'
Making install in gdk
make[1]: Entering directory `/tmp/gtk+-20160502-17180-1cv3cj0/gtk+-2.24.30/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/bash ./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
make[2]: Entering directory `/tmp/gtk+-20160502-17180-1cv3cj0/gtk+-2.24.30/gdk'
Making install in x11
make[3]: Entering directory `/tmp/gtk+-20160502-17180-1cv3cj0/gtk+-2.24.30/gdk/x11'
/bin/bash ../../libtool --tag=CC --mode=compile /usr/bin/gcc-4.9 -DHAVE_CONFIG_H -I. -I../.. -DG_LOG_DOMAIN=\"Gdk\" -DGDK_COMPILATION -I../.. -I../../gdk -I../../gdk -DG_DISABLE_CAST_CHECKS -DDISABLE_VISIBILITY -pthread -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/harfbuzz/1.2.6/include/harfbuzz -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/gio-unix-2.0/ -I/home/fabio/.linuxbrew/Cellar/libxinerama/1.1.3/include -I/home/fabio/.linuxbrew/Cellar/xineramaproto/1.2.1/include -I/home/fabio/.linuxbrew/Cellar/libxrandr/1.5.0/include -I/home/fabio/.linuxbrew/Cellar/randrproto/1.5.0/include -I/home/fabio/.linuxbrew/Cellar/libxcursor/1.1.14/include -I/home/fabio/.linuxbrew/Cellar/libxcomposite/0.4.4/include -I/home/fabio/.linuxbrew/Cellar/compositeproto/0.4.2/include -I/home/fabio/.linuxbrew/Cellar/libxdamage/1.1.4/include -I/home/fabio/.linuxbrew/Cellar/damageproto/1.2.1/include -I/home/fabio/.linuxbrew/Cellar/libxfixes/5.0.1/include -I/home/fabio/.linuxbrew/Cellar/fixesproto/5.0/include -I/home/fabio/.linuxbrew/Cellar/gdk-pixbuf/2.32.3/include/gdk-pixbuf-2.0 -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/cairo/1.14.6_1/include/cairo -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/glib-2.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/lib/glib-2.0/include -I/home/fabio/.linuxbrew/Cellar/pixman/0.34.0/include/pixman-1 -I/home/fabio/.linuxbrew/Cellar/fontconfig/2.11.1_2/include -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -isystem/home/fabio/.linuxbrew/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -Os -w -pipe -march=core2 -Wall -c -o gdkapplaunchcontext-x11.lo gdkapplaunchcontext-x11.c
/bin/bash ../../libtool --tag=CC --mode=compile /usr/bin/gcc-4.9 -DHAVE_CONFIG_H -I. -I../.. -DG_LOG_DOMAIN=\"Gdk\" -DGDK_COMPILATION -I../.. -I../../gdk -I../../gdk -DG_DISABLE_CAST_CHECKS -DDISABLE_VISIBILITY -pthread -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/harfbuzz/1.2.6/include/harfbuzz -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/gio-unix-2.0/ -I/home/fabio/.linuxbrew/Cellar/libxinerama/1.1.3/include -I/home/fabio/.linuxbrew/Cellar/xineramaproto/1.2.1/include -I/home/fabio/.linuxbrew/Cellar/libxrandr/1.5.0/include -I/home/fabio/.linuxbrew/Cellar/randrproto/1.5.0/include -I/home/fabio/.linuxbrew/Cellar/libxcursor/1.1.14/include -I/home/fabio/.linuxbrew/Cellar/libxcomposite/0.4.4/include -I/home/fabio/.linuxbrew/Cellar/compositeproto/0.4.2/include -I/home/fabio/.linuxbrew/Cellar/libxdamage/1.1.4/include -I/home/fabio/.linuxbrew/Cellar/damageproto/1.2.1/include -I/home/fabio/.linuxbrew/Cellar/libxfixes/5.0.1/include -I/home/fabio/.linuxbrew/Cellar/fixesproto/5.0/include -I/home/fabio/.linuxbrew/Cellar/gdk-pixbuf/2.32.3/include/gdk-pixbuf-2.0 -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/cairo/1.14.6_1/include/cairo -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/glib-2.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/lib/glib-2.0/include -I/home/fabio/.linuxbrew/Cellar/pixman/0.34.0/include/pixman-1 -I/home/fabio/.linuxbrew/Cellar/fontconfig/2.11.1_2/include -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -isystem/home/fabio/.linuxbrew/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -Os -w -pipe -march=core2 -Wall -c -o gdkasync.lo gdkasync.c
libtool: compile: /usr/bin/gcc-4.9 -DHAVE_CONFIG_H -I. -I../.. -DG_LOG_DOMAIN=\"Gdk\" -DGDK_COMPILATION -I../.. -I../../gdk -I../../gdk -DG_DISABLE_CAST_CHECKS -DDISABLE_VISIBILITY -pthread -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/harfbuzz/1.2.6/include/harfbuzz -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/gio-unix-2.0/ -I/home/fabio/.linuxbrew/Cellar/libxinerama/1.1.3/include -I/home/fabio/.linuxbrew/Cellar/xineramaproto/1.2.1/include -I/home/fabio/.linuxbrew/Cellar/libxrandr/1.5.0/include -I/home/fabio/.linuxbrew/Cellar/randrproto/1.5.0/include -I/home/fabio/.linuxbrew/Cellar/libxcursor/1.1.14/include -I/home/fabio/.linuxbrew/Cellar/libxcomposite/0.4.4/include -I/home/fabio/.linuxbrew/Cellar/compositeproto/0.4.2/include -I/home/fabio/.linuxbrew/Cellar/libxdamage/1.1.4/include -I/home/fabio/.linuxbrew/Cellar/damageproto/1.2.1/include -I/home/fabio/.linuxbrew/Cellar/libxfixes/5.0.1/include -I/home/fabio/.linuxbrew/Cellar/fixesproto/5.0/include -I/home/fabio/.linuxbrew/Cellar/gdk-pixbuf/2.32.3/include/gdk-pixbuf-2.0 -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/cairo/1.14.6_1/include/cairo -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/glib-2.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/lib/glib-2.0/include -I/home/fabio/.linuxbrew/Cellar/pixman/0.34.0/include/pixman-1 -I/home/fabio/.linuxbrew/Cellar/fontconfig/2.11.1_2/include -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -isystem/home/fabio/.linuxbrew/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -Os -w -pipe -march=core2 -Wall -c gdkasync.c -fPIC -DPIC -o .libs/gdkasync.o
libtool: compile: /usr/bin/gcc-4.9 -DHAVE_CONFIG_H -I. -I../.. -DG_LOG_DOMAIN=\"Gdk\" -DGDK_COMPILATION -I../.. -I../../gdk -I../../gdk -DG_DISABLE_CAST_CHECKS -DDISABLE_VISIBILITY -pthread -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/harfbuzz/1.2.6/include/harfbuzz -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/gio-unix-2.0/ -I/home/fabio/.linuxbrew/Cellar/libxinerama/1.1.3/include -I/home/fabio/.linuxbrew/Cellar/xineramaproto/1.2.1/include -I/home/fabio/.linuxbrew/Cellar/libxrandr/1.5.0/include -I/home/fabio/.linuxbrew/Cellar/randrproto/1.5.0/include -I/home/fabio/.linuxbrew/Cellar/libxcursor/1.1.14/include -I/home/fabio/.linuxbrew/Cellar/libxcomposite/0.4.4/include -I/home/fabio/.linuxbrew/Cellar/compositeproto/0.4.2/include -I/home/fabio/.linuxbrew/Cellar/libxdamage/1.1.4/include -I/home/fabio/.linuxbrew/Cellar/damageproto/1.2.1/include -I/home/fabio/.linuxbrew/Cellar/libxfixes/5.0.1/include -I/home/fabio/.linuxbrew/Cellar/fixesproto/5.0/include -I/home/fabio/.linuxbrew/Cellar/gdk-pixbuf/2.32.3/include/gdk-pixbuf-2.0 -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/cairo/1.14.6_1/include/cairo -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/glib-2.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/lib/glib-2.0/include -I/home/fabio/.linuxbrew/Cellar/pixman/0.34.0/include/pixman-1 -I/home/fabio/.linuxbrew/Cellar/fontconfig/2.11.1_2/include -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -isystem/home/fabio/.linuxbrew/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -Os -w -pipe -march=core2 -Wall -c gdkapplaunchcontext-x11.c -fPIC -DPIC -o .libs/gdkapplaunchcontext-x11.o
/bin/bash ../../libtool --tag=CC --mode=compile /usr/bin/gcc-4.9 -DHAVE_CONFIG_H -I. -I../.. -DG_LOG_DOMAIN=\"Gdk\" -DGDK_COMPILATION -I../.. -I../../gdk -I../../gdk -DG_DISABLE_CAST_CHECKS -DDISABLE_VISIBILITY -pthread -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/harfbuzz/1.2.6/include/harfbuzz -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/gio-unix-2.0/ -I/home/fabio/.linuxbrew/Cellar/libxinerama/1.1.3/include -I/home/fabio/.linuxbrew/Cellar/xineramaproto/1.2.1/include -I/home/fabio/.linuxbrew/Cellar/libxrandr/1.5.0/include -I/home/fabio/.linuxbrew/Cellar/randrproto/1.5.0/include -I/home/fabio/.linuxbrew/Cellar/libxcursor/1.1.14/include -I/home/fabio/.linuxbrew/Cellar/libxcomposite/0.4.4/include -I/home/fabio/.linuxbrew/Cellar/compositeproto/0.4.2/include -I/home/fabio/.linuxbrew/Cellar/libxdamage/1.1.4/include -I/home/fabio/.linuxbrew/Cellar/damageproto/1.2.1/include -I/home/fabio/.linuxbrew/Cellar/libxfixes/5.0.1/include -I/home/fabio/.linuxbrew/Cellar/fixesproto/5.0/include -I/home/fabio/.linuxbrew/Cellar/gdk-pixbuf/2.32.3/include/gdk-pixbuf-2.0 -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/cairo/1.14.6_1/include/cairo -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/glib-2.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/lib/glib-2.0/include -I/home/fabio/.linuxbrew/Cellar/pixman/0.34.0/include/pixman-1 -I/home/fabio/.linuxbrew/Cellar/fontconfig/2.11.1_2/include -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -isystem/home/fabio/.linuxbrew/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -Os -w -pipe -march=core2 -Wall -c -o gdkcolor-x11.lo gdkcolor-x11.c
/bin/bash ../../libtool --tag=CC --mode=compile /usr/bin/gcc-4.9 -DHAVE_CONFIG_H -I. -I../.. -DG_LOG_DOMAIN=\"Gdk\" -DGDK_COMPILATION -I../.. -I../../gdk -I../../gdk -DG_DISABLE_CAST_CHECKS -DDISABLE_VISIBILITY -pthread -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/harfbuzz/1.2.6/include/harfbuzz -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/gio-unix-2.0/ -I/home/fabio/.linuxbrew/Cellar/libxinerama/1.1.3/include -I/home/fabio/.linuxbrew/Cellar/xineramaproto/1.2.1/include -I/home/fabio/.linuxbrew/Cellar/libxrandr/1.5.0/include -I/home/fabio/.linuxbrew/Cellar/randrproto/1.5.0/include -I/home/fabio/.linuxbrew/Cellar/libxcursor/1.1.14/include -I/home/fabio/.linuxbrew/Cellar/libxcomposite/0.4.4/include -I/home/fabio/.linuxbrew/Cellar/compositeproto/0.4.2/include -I/home/fabio/.linuxbrew/Cellar/libxdamage/1.1.4/include -I/home/fabio/.linuxbrew/Cellar/damageproto/1.2.1/include -I/home/fabio/.linuxbrew/Cellar/libxfixes/5.0.1/include -I/home/fabio/.linuxbrew/Cellar/fixesproto/5.0/include -I/home/fabio/.linuxbrew/Cellar/gdk-pixbuf/2.32.3/include/gdk-pixbuf-2.0 -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/cairo/1.14.6_1/include/cairo -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/glib-2.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/lib/glib-2.0/include -I/home/fabio/.linuxbrew/Cellar/pixman/0.34.0/include/pixman-1 -I/home/fabio/.linuxbrew/Cellar/fontconfig/2.11.1_2/include -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -isystem/home/fabio/.linuxbrew/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -Os -w -pipe -march=core2 -Wall -c -o gdkcursor-x11.lo gdkcursor-x11.c
libtool: compile: /usr/bin/gcc-4.9 -DHAVE_CONFIG_H -I. -I../.. -DG_LOG_DOMAIN=\"Gdk\" -DGDK_COMPILATION -I../.. -I../../gdk -I../../gdk -DG_DISABLE_CAST_CHECKS -DDISABLE_VISIBILITY -pthread -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/harfbuzz/1.2.6/include/harfbuzz -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/gio-unix-2.0/ -I/home/fabio/.linuxbrew/Cellar/libxinerama/1.1.3/include -I/home/fabio/.linuxbrew/Cellar/xineramaproto/1.2.1/include -I/home/fabio/.linuxbrew/Cellar/libxrandr/1.5.0/include -I/home/fabio/.linuxbrew/Cellar/randrproto/1.5.0/include -I/home/fabio/.linuxbrew/Cellar/libxcursor/1.1.14/include -I/home/fabio/.linuxbrew/Cellar/libxcomposite/0.4.4/include -I/home/fabio/.linuxbrew/Cellar/compositeproto/0.4.2/include -I/home/fabio/.linuxbrew/Cellar/libxdamage/1.1.4/include -I/home/fabio/.linuxbrew/Cellar/damageproto/1.2.1/include -I/home/fabio/.linuxbrew/Cellar/libxfixes/5.0.1/include -I/home/fabio/.linuxbrew/Cellar/fixesproto/5.0/include -I/home/fabio/.linuxbrew/Cellar/gdk-pixbuf/2.32.3/include/gdk-pixbuf-2.0 -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/cairo/1.14.6_1/include/cairo -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/glib-2.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/lib/glib-2.0/include -I/home/fabio/.linuxbrew/Cellar/pixman/0.34.0/include/pixman-1 -I/home/fabio/.linuxbrew/Cellar/fontconfig/2.11.1_2/include -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -isystem/home/fabio/.linuxbrew/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -Os -w -pipe -march=core2 -Wall -c gdkcolor-x11.c -fPIC -DPIC -o .libs/gdkcolor-x11.o
libtool: compile: /usr/bin/gcc-4.9 -DHAVE_CONFIG_H -I. -I../.. -DG_LOG_DOMAIN=\"Gdk\" -DGDK_COMPILATION -I../.. -I../../gdk -I../../gdk -DG_DISABLE_CAST_CHECKS -DDISABLE_VISIBILITY -pthread -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/harfbuzz/1.2.6/include/harfbuzz -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/gio-unix-2.0/ -I/home/fabio/.linuxbrew/Cellar/libxinerama/1.1.3/include -I/home/fabio/.linuxbrew/Cellar/xineramaproto/1.2.1/include -I/home/fabio/.linuxbrew/Cellar/libxrandr/1.5.0/include -I/home/fabio/.linuxbrew/Cellar/randrproto/1.5.0/include -I/home/fabio/.linuxbrew/Cellar/libxcursor/1.1.14/include -I/home/fabio/.linuxbrew/Cellar/libxcomposite/0.4.4/include -I/home/fabio/.linuxbrew/Cellar/compositeproto/0.4.2/include -I/home/fabio/.linuxbrew/Cellar/libxdamage/1.1.4/include -I/home/fabio/.linuxbrew/Cellar/damageproto/1.2.1/include -I/home/fabio/.linuxbrew/Cellar/libxfixes/5.0.1/include -I/home/fabio/.linuxbrew/Cellar/fixesproto/5.0/include -I/home/fabio/.linuxbrew/Cellar/gdk-pixbuf/2.32.3/include/gdk-pixbuf-2.0 -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/cairo/1.14.6_1/include/cairo -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/glib-2.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/lib/glib-2.0/include -I/home/fabio/.linuxbrew/Cellar/pixman/0.34.0/include/pixman-1 -I/home/fabio/.linuxbrew/Cellar/fontconfig/2.11.1_2/include -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -isystem/home/fabio/.linuxbrew/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -Os -w -pipe -march=core2 -Wall -c gdkcursor-x11.c -fPIC -DPIC -o .libs/gdkcursor-x11.o
/bin/bash ../../libtool --tag=CC --mode=compile /usr/bin/gcc-4.9 -DHAVE_CONFIG_H -I. -I../.. -DG_LOG_DOMAIN=\"Gdk\" -DGDK_COMPILATION -I../.. -I../../gdk -I../../gdk -DG_DISABLE_CAST_CHECKS -DDISABLE_VISIBILITY -pthread -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/harfbuzz/1.2.6/include/harfbuzz -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/gio-unix-2.0/ -I/home/fabio/.linuxbrew/Cellar/libxinerama/1.1.3/include -I/home/fabio/.linuxbrew/Cellar/xineramaproto/1.2.1/include -I/home/fabio/.linuxbrew/Cellar/libxrandr/1.5.0/include -I/home/fabio/.linuxbrew/Cellar/randrproto/1.5.0/include -I/home/fabio/.linuxbrew/Cellar/libxcursor/1.1.14/include -I/home/fabio/.linuxbrew/Cellar/libxcomposite/0.4.4/include -I/home/fabio/.linuxbrew/Cellar/compositeproto/0.4.2/include -I/home/fabio/.linuxbrew/Cellar/libxdamage/1.1.4/include -I/home/fabio/.linuxbrew/Cellar/damageproto/1.2.1/include -I/home/fabio/.linuxbrew/Cellar/libxfixes/5.0.1/include -I/home/fabio/.linuxbrew/Cellar/fixesproto/5.0/include -I/home/fabio/.linuxbrew/Cellar/gdk-pixbuf/2.32.3/include/gdk-pixbuf-2.0 -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/cairo/1.14.6_1/include/cairo -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/glib-2.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/lib/glib-2.0/include -I/home/fabio/.linuxbrew/Cellar/pixman/0.34.0/include/pixman-1 -I/home/fabio/.linuxbrew/Cellar/fontconfig/2.11.1_2/include -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -isystem/home/fabio/.linuxbrew/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -Os -w -pipe -march=core2 -Wall -c -o gdkdisplay-x11.lo gdkdisplay-x11.c
libtool: compile: /usr/bin/gcc-4.9 -DHAVE_CONFIG_H -I. -I../.. -DG_LOG_DOMAIN=\"Gdk\" -DGDK_COMPILATION -I../.. -I../../gdk -I../../gdk -DG_DISABLE_CAST_CHECKS -DDISABLE_VISIBILITY -pthread -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/harfbuzz/1.2.6/include/harfbuzz -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/gio-unix-2.0/ -I/home/fabio/.linuxbrew/Cellar/libxinerama/1.1.3/include -I/home/fabio/.linuxbrew/Cellar/xineramaproto/1.2.1/include -I/home/fabio/.linuxbrew/Cellar/libxrandr/1.5.0/include -I/home/fabio/.linuxbrew/Cellar/randrproto/1.5.0/include -I/home/fabio/.linuxbrew/Cellar/libxcursor/1.1.14/include -I/home/fabio/.linuxbrew/Cellar/libxcomposite/0.4.4/include -I/home/fabio/.linuxbrew/Cellar/compositeproto/0.4.2/include -I/home/fabio/.linuxbrew/Cellar/libxdamage/1.1.4/include -I/home/fabio/.linuxbrew/Cellar/damageproto/1.2.1/include -I/home/fabio/.linuxbrew/Cellar/libxfixes/5.0.1/include -I/home/fabio/.linuxbrew/Cellar/fixesproto/5.0/include -I/home/fabio/.linuxbrew/Cellar/gdk-pixbuf/2.32.3/include/gdk-pixbuf-2.0 -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/cairo/1.14.6_1/include/cairo -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/glib-2.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/lib/glib-2.0/include -I/home/fabio/.linuxbrew/Cellar/pixman/0.34.0/include/pixman-1 -I/home/fabio/.linuxbrew/Cellar/fontconfig/2.11.1_2/include -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -isystem/home/fabio/.linuxbrew/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -Os -w -pipe -march=core2 -Wall -c gdkdisplay-x11.c -fPIC -DPIC -o .libs/gdkdisplay-x11.o
/bin/bash ../../libtool --tag=CC --mode=compile /usr/bin/gcc-4.9 -DHAVE_CONFIG_H -I. -I../.. -DG_LOG_DOMAIN=\"Gdk\" -DGDK_COMPILATION -I../.. -I../../gdk -I../../gdk -DG_DISABLE_CAST_CHECKS -DDISABLE_VISIBILITY -pthread -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/harfbuzz/1.2.6/include/harfbuzz -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/gio-unix-2.0/ -I/home/fabio/.linuxbrew/Cellar/libxinerama/1.1.3/include -I/home/fabio/.linuxbrew/Cellar/xineramaproto/1.2.1/include -I/home/fabio/.linuxbrew/Cellar/libxrandr/1.5.0/include -I/home/fabio/.linuxbrew/Cellar/randrproto/1.5.0/include -I/home/fabio/.linuxbrew/Cellar/libxcursor/1.1.14/include -I/home/fabio/.linuxbrew/Cellar/libxcomposite/0.4.4/include -I/home/fabio/.linuxbrew/Cellar/compositeproto/0.4.2/include -I/home/fabio/.linuxbrew/Cellar/libxdamage/1.1.4/include -I/home/fabio/.linuxbrew/Cellar/damageproto/1.2.1/include -I/home/fabio/.linuxbrew/Cellar/libxfixes/5.0.1/include -I/home/fabio/.linuxbrew/Cellar/fixesproto/5.0/include -I/home/fabio/.linuxbrew/Cellar/gdk-pixbuf/2.32.3/include/gdk-pixbuf-2.0 -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/cairo/1.14.6_1/include/cairo -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/glib-2.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/lib/glib-2.0/include -I/home/fabio/.linuxbrew/Cellar/pixman/0.34.0/include/pixman-1 -I/home/fabio/.linuxbrew/Cellar/fontconfig/2.11.1_2/include -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -isystem/home/fabio/.linuxbrew/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -Os -w -pipe -march=core2 -Wall -c -o gdkdnd-x11.lo gdkdnd-x11.c
libtool: compile: /usr/bin/gcc-4.9 -DHAVE_CONFIG_H -I. -I../.. -DG_LOG_DOMAIN=\"Gdk\" -DGDK_COMPILATION -I../.. -I../../gdk -I../../gdk -DG_DISABLE_CAST_CHECKS -DDISABLE_VISIBILITY -pthread -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/harfbuzz/1.2.6/include/harfbuzz -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/gio-unix-2.0/ -I/home/fabio/.linuxbrew/Cellar/libxinerama/1.1.3/include -I/home/fabio/.linuxbrew/Cellar/xineramaproto/1.2.1/include -I/home/fabio/.linuxbrew/Cellar/libxrandr/1.5.0/include -I/home/fabio/.linuxbrew/Cellar/randrproto/1.5.0/include -I/home/fabio/.linuxbrew/Cellar/libxcursor/1.1.14/include -I/home/fabio/.linuxbrew/Cellar/libxcomposite/0.4.4/include -I/home/fabio/.linuxbrew/Cellar/compositeproto/0.4.2/include -I/home/fabio/.linuxbrew/Cellar/libxdamage/1.1.4/include -I/home/fabio/.linuxbrew/Cellar/damageproto/1.2.1/include -I/home/fabio/.linuxbrew/Cellar/libxfixes/5.0.1/include -I/home/fabio/.linuxbrew/Cellar/fixesproto/5.0/include -I/home/fabio/.linuxbrew/Cellar/gdk-pixbuf/2.32.3/include/gdk-pixbuf-2.0 -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/cairo/1.14.6_1/include/cairo -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/glib-2.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/lib/glib-2.0/include -I/home/fabio/.linuxbrew/Cellar/pixman/0.34.0/include/pixman-1 -I/home/fabio/.linuxbrew/Cellar/fontconfig/2.11.1_2/include -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -isystem/home/fabio/.linuxbrew/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -Os -w -pipe -march=core2 -Wall -c gdkdnd-x11.c -fPIC -DPIC -o .libs/gdkdnd-x11.o
/bin/bash ../../libtool --tag=CC --mode=compile /usr/bin/gcc-4.9 -DHAVE_CONFIG_H -I. -I../.. -DG_LOG_DOMAIN=\"Gdk\" -DGDK_COMPILATION -I../.. -I../../gdk -I../../gdk -DG_DISABLE_CAST_CHECKS -DDISABLE_VISIBILITY -pthread -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/harfbuzz/1.2.6/include/harfbuzz -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/gio-unix-2.0/ -I/home/fabio/.linuxbrew/Cellar/libxinerama/1.1.3/include -I/home/fabio/.linuxbrew/Cellar/xineramaproto/1.2.1/include -I/home/fabio/.linuxbrew/Cellar/libxrandr/1.5.0/include -I/home/fabio/.linuxbrew/Cellar/randrproto/1.5.0/include -I/home/fabio/.linuxbrew/Cellar/libxcursor/1.1.14/include -I/home/fabio/.linuxbrew/Cellar/libxcomposite/0.4.4/include -I/home/fabio/.linuxbrew/Cellar/compositeproto/0.4.2/include -I/home/fabio/.linuxbrew/Cellar/libxdamage/1.1.4/include -I/home/fabio/.linuxbrew/Cellar/damageproto/1.2.1/include -I/home/fabio/.linuxbrew/Cellar/libxfixes/5.0.1/include -I/home/fabio/.linuxbrew/Cellar/fixesproto/5.0/include -I/home/fabio/.linuxbrew/Cellar/gdk-pixbuf/2.32.3/include/gdk-pixbuf-2.0 -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/cairo/1.14.6_1/include/cairo -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/glib-2.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/lib/glib-2.0/include -I/home/fabio/.linuxbrew/Cellar/pixman/0.34.0/include/pixman-1 -I/home/fabio/.linuxbrew/Cellar/fontconfig/2.11.1_2/include -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -isystem/home/fabio/.linuxbrew/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -Os -w -pipe -march=core2 -Wall -c -o gdkdrawable-x11.lo gdkdrawable-x11.c
libtool: compile: /usr/bin/gcc-4.9 -DHAVE_CONFIG_H -I. -I../.. -DG_LOG_DOMAIN=\"Gdk\" -DGDK_COMPILATION -I../.. -I../../gdk -I../../gdk -DG_DISABLE_CAST_CHECKS -DDISABLE_VISIBILITY -pthread -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/harfbuzz/1.2.6/include/harfbuzz -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/gio-unix-2.0/ -I/home/fabio/.linuxbrew/Cellar/libxinerama/1.1.3/include -I/home/fabio/.linuxbrew/Cellar/xineramaproto/1.2.1/include -I/home/fabio/.linuxbrew/Cellar/libxrandr/1.5.0/include -I/home/fabio/.linuxbrew/Cellar/randrproto/1.5.0/include -I/home/fabio/.linuxbrew/Cellar/libxcursor/1.1.14/include -I/home/fabio/.linuxbrew/Cellar/libxcomposite/0.4.4/include -I/home/fabio/.linuxbrew/Cellar/compositeproto/0.4.2/include -I/home/fabio/.linuxbrew/Cellar/libxdamage/1.1.4/include -I/home/fabio/.linuxbrew/Cellar/damageproto/1.2.1/include -I/home/fabio/.linuxbrew/Cellar/libxfixes/5.0.1/include -I/home/fabio/.linuxbrew/Cellar/fixesproto/5.0/include -I/home/fabio/.linuxbrew/Cellar/gdk-pixbuf/2.32.3/include/gdk-pixbuf-2.0 -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/cairo/1.14.6_1/include/cairo -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/glib-2.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/lib/glib-2.0/include -I/home/fabio/.linuxbrew/Cellar/pixman/0.34.0/include/pixman-1 -I/home/fabio/.linuxbrew/Cellar/fontconfig/2.11.1_2/include -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -isystem/home/fabio/.linuxbrew/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -Os -w -pipe -march=core2 -Wall -c gdkdrawable-x11.c -fPIC -DPIC -o .libs/gdkdrawable-x11.o
/bin/bash ../../libtool --tag=CC --mode=compile /usr/bin/gcc-4.9 -DHAVE_CONFIG_H -I. -I../.. -DG_LOG_DOMAIN=\"Gdk\" -DGDK_COMPILATION -I../.. -I../../gdk -I../../gdk -DG_DISABLE_CAST_CHECKS -DDISABLE_VISIBILITY -pthread -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/harfbuzz/1.2.6/include/harfbuzz -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/gio-unix-2.0/ -I/home/fabio/.linuxbrew/Cellar/libxinerama/1.1.3/include -I/home/fabio/.linuxbrew/Cellar/xineramaproto/1.2.1/include -I/home/fabio/.linuxbrew/Cellar/libxrandr/1.5.0/include -I/home/fabio/.linuxbrew/Cellar/randrproto/1.5.0/include -I/home/fabio/.linuxbrew/Cellar/libxcursor/1.1.14/include -I/home/fabio/.linuxbrew/Cellar/libxcomposite/0.4.4/include -I/home/fabio/.linuxbrew/Cellar/compositeproto/0.4.2/include -I/home/fabio/.linuxbrew/Cellar/libxdamage/1.1.4/include -I/home/fabio/.linuxbrew/Cellar/damageproto/1.2.1/include -I/home/fabio/.linuxbrew/Cellar/libxfixes/5.0.1/include -I/home/fabio/.linuxbrew/Cellar/fixesproto/5.0/include -I/home/fabio/.linuxbrew/Cellar/gdk-pixbuf/2.32.3/include/gdk-pixbuf-2.0 -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/cairo/1.14.6_1/include/cairo -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/glib-2.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/lib/glib-2.0/include -I/home/fabio/.linuxbrew/Cellar/pixman/0.34.0/include/pixman-1 -I/home/fabio/.linuxbrew/Cellar/fontconfig/2.11.1_2/include -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -isystem/home/fabio/.linuxbrew/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -Os -w -pipe -march=core2 -Wall -c -o gdkevents-x11.lo gdkevents-x11.c
/bin/bash ../../libtool --tag=CC --mode=compile /usr/bin/gcc-4.9 -DHAVE_CONFIG_H -I. -I../.. -DG_LOG_DOMAIN=\"Gdk\" -DGDK_COMPILATION -I../.. -I../../gdk -I../../gdk -DG_DISABLE_CAST_CHECKS -DDISABLE_VISIBILITY -pthread -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/harfbuzz/1.2.6/include/harfbuzz -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/gio-unix-2.0/ -I/home/fabio/.linuxbrew/Cellar/libxinerama/1.1.3/include -I/home/fabio/.linuxbrew/Cellar/xineramaproto/1.2.1/include -I/home/fabio/.linuxbrew/Cellar/libxrandr/1.5.0/include -I/home/fabio/.linuxbrew/Cellar/randrproto/1.5.0/include -I/home/fabio/.linuxbrew/Cellar/libxcursor/1.1.14/include -I/home/fabio/.linuxbrew/Cellar/libxcomposite/0.4.4/include -I/home/fabio/.linuxbrew/Cellar/compositeproto/0.4.2/include -I/home/fabio/.linuxbrew/Cellar/libxdamage/1.1.4/include -I/home/fabio/.linuxbrew/Cellar/damageproto/1.2.1/include -I/home/fabio/.linuxbrew/Cellar/libxfixes/5.0.1/include -I/home/fabio/.linuxbrew/Cellar/fixesproto/5.0/include -I/home/fabio/.linuxbrew/Cellar/gdk-pixbuf/2.32.3/include/gdk-pixbuf-2.0 -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/cairo/1.14.6_1/include/cairo -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/glib-2.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/lib/glib-2.0/include -I/home/fabio/.linuxbrew/Cellar/pixman/0.34.0/include/pixman-1 -I/home/fabio/.linuxbrew/Cellar/fontconfig/2.11.1_2/include -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -isystem/home/fabio/.linuxbrew/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -Os -w -pipe -march=core2 -Wall -c -o gdkfont-x11.lo gdkfont-x11.c
libtool: compile: /usr/bin/gcc-4.9 -DHAVE_CONFIG_H -I. -I../.. -DG_LOG_DOMAIN=\"Gdk\" -DGDK_COMPILATION -I../.. -I../../gdk -I../../gdk -DG_DISABLE_CAST_CHECKS -DDISABLE_VISIBILITY -pthread -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/harfbuzz/1.2.6/include/harfbuzz -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/gio-unix-2.0/ -I/home/fabio/.linuxbrew/Cellar/libxinerama/1.1.3/include -I/home/fabio/.linuxbrew/Cellar/xineramaproto/1.2.1/include -I/home/fabio/.linuxbrew/Cellar/libxrandr/1.5.0/include -I/home/fabio/.linuxbrew/Cellar/randrproto/1.5.0/include -I/home/fabio/.linuxbrew/Cellar/libxcursor/1.1.14/include -I/home/fabio/.linuxbrew/Cellar/libxcomposite/0.4.4/include -I/home/fabio/.linuxbrew/Cellar/compositeproto/0.4.2/include -I/home/fabio/.linuxbrew/Cellar/libxdamage/1.1.4/include -I/home/fabio/.linuxbrew/Cellar/damageproto/1.2.1/include -I/home/fabio/.linuxbrew/Cellar/libxfixes/5.0.1/include -I/home/fabio/.linuxbrew/Cellar/fixesproto/5.0/include -I/home/fabio/.linuxbrew/Cellar/gdk-pixbuf/2.32.3/include/gdk-pixbuf-2.0 -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/cairo/1.14.6_1/include/cairo -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/glib-2.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/lib/glib-2.0/include -I/home/fabio/.linuxbrew/Cellar/pixman/0.34.0/include/pixman-1 -I/home/fabio/.linuxbrew/Cellar/fontconfig/2.11.1_2/include -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -isystem/home/fabio/.linuxbrew/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -Os -w -pipe -march=core2 -Wall -c gdkevents-x11.c -fPIC -DPIC -o .libs/gdkevents-x11.o
libtool: compile: /usr/bin/gcc-4.9 -DHAVE_CONFIG_H -I. -I../.. -DG_LOG_DOMAIN=\"Gdk\" -DGDK_COMPILATION -I../.. -I../../gdk -I../../gdk -DG_DISABLE_CAST_CHECKS -DDISABLE_VISIBILITY -pthread -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/harfbuzz/1.2.6/include/harfbuzz -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/gio-unix-2.0/ -I/home/fabio/.linuxbrew/Cellar/libxinerama/1.1.3/include -I/home/fabio/.linuxbrew/Cellar/xineramaproto/1.2.1/include -I/home/fabio/.linuxbrew/Cellar/libxrandr/1.5.0/include -I/home/fabio/.linuxbrew/Cellar/randrproto/1.5.0/include -I/home/fabio/.linuxbrew/Cellar/libxcursor/1.1.14/include -I/home/fabio/.linuxbrew/Cellar/libxcomposite/0.4.4/include -I/home/fabio/.linuxbrew/Cellar/compositeproto/0.4.2/include -I/home/fabio/.linuxbrew/Cellar/libxdamage/1.1.4/include -I/home/fabio/.linuxbrew/Cellar/damageproto/1.2.1/include -I/home/fabio/.linuxbrew/Cellar/libxfixes/5.0.1/include -I/home/fabio/.linuxbrew/Cellar/fixesproto/5.0/include -I/home/fabio/.linuxbrew/Cellar/gdk-pixbuf/2.32.3/include/gdk-pixbuf-2.0 -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/cairo/1.14.6_1/include/cairo -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/glib-2.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/lib/glib-2.0/include -I/home/fabio/.linuxbrew/Cellar/pixman/0.34.0/include/pixman-1 -I/home/fabio/.linuxbrew/Cellar/fontconfig/2.11.1_2/include -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -isystem/home/fabio/.linuxbrew/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -Os -w -pipe -march=core2 -Wall -c gdkfont-x11.c -fPIC -DPIC -o .libs/gdkfont-x11.o
/bin/bash ../../libtool --tag=CC --mode=compile /usr/bin/gcc-4.9 -DHAVE_CONFIG_H -I. -I../.. -DG_LOG_DOMAIN=\"Gdk\" -DGDK_COMPILATION -I../.. -I../../gdk -I../../gdk -DG_DISABLE_CAST_CHECKS -DDISABLE_VISIBILITY -pthread -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/harfbuzz/1.2.6/include/harfbuzz -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/gio-unix-2.0/ -I/home/fabio/.linuxbrew/Cellar/libxinerama/1.1.3/include -I/home/fabio/.linuxbrew/Cellar/xineramaproto/1.2.1/include -I/home/fabio/.linuxbrew/Cellar/libxrandr/1.5.0/include -I/home/fabio/.linuxbrew/Cellar/randrproto/1.5.0/include -I/home/fabio/.linuxbrew/Cellar/libxcursor/1.1.14/include -I/home/fabio/.linuxbrew/Cellar/libxcomposite/0.4.4/include -I/home/fabio/.linuxbrew/Cellar/compositeproto/0.4.2/include -I/home/fabio/.linuxbrew/Cellar/libxdamage/1.1.4/include -I/home/fabio/.linuxbrew/Cellar/damageproto/1.2.1/include -I/home/fabio/.linuxbrew/Cellar/libxfixes/5.0.1/include -I/home/fabio/.linuxbrew/Cellar/fixesproto/5.0/include -I/home/fabio/.linuxbrew/Cellar/gdk-pixbuf/2.32.3/include/gdk-pixbuf-2.0 -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/cairo/1.14.6_1/include/cairo -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/glib-2.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/lib/glib-2.0/include -I/home/fabio/.linuxbrew/Cellar/pixman/0.34.0/include/pixman-1 -I/home/fabio/.linuxbrew/Cellar/fontconfig/2.11.1_2/include -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -isystem/home/fabio/.linuxbrew/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -Os -w -pipe -march=core2 -Wall -c -o gdkgc-x11.lo gdkgc-x11.c
/bin/bash ../../libtool --tag=CC --mode=compile /usr/bin/gcc-4.9 -DHAVE_CONFIG_H -I. -I../.. -DG_LOG_DOMAIN=\"Gdk\" -DGDK_COMPILATION -I../.. -I../../gdk -I../../gdk -DG_DISABLE_CAST_CHECKS -DDISABLE_VISIBILITY -pthread -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/harfbuzz/1.2.6/include/harfbuzz -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/gio-unix-2.0/ -I/home/fabio/.linuxbrew/Cellar/libxinerama/1.1.3/include -I/home/fabio/.linuxbrew/Cellar/xineramaproto/1.2.1/include -I/home/fabio/.linuxbrew/Cellar/libxrandr/1.5.0/include -I/home/fabio/.linuxbrew/Cellar/randrproto/1.5.0/include -I/home/fabio/.linuxbrew/Cellar/libxcursor/1.1.14/include -I/home/fabio/.linuxbrew/Cellar/libxcomposite/0.4.4/include -I/home/fabio/.linuxbrew/Cellar/compositeproto/0.4.2/include -I/home/fabio/.linuxbrew/Cellar/libxdamage/1.1.4/include -I/home/fabio/.linuxbrew/Cellar/damageproto/1.2.1/include -I/home/fabio/.linuxbrew/Cellar/libxfixes/5.0.1/include -I/home/fabio/.linuxbrew/Cellar/fixesproto/5.0/include -I/home/fabio/.linuxbrew/Cellar/gdk-pixbuf/2.32.3/include/gdk-pixbuf-2.0 -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/cairo/1.14.6_1/include/cairo -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/glib-2.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/lib/glib-2.0/include -I/home/fabio/.linuxbrew/Cellar/pixman/0.34.0/include/pixman-1 -I/home/fabio/.linuxbrew/Cellar/fontconfig/2.11.1_2/include -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -isystem/home/fabio/.linuxbrew/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -Os -w -pipe -march=core2 -Wall -c -o gdkgeometry-x11.lo gdkgeometry-x11.c
libtool: compile: /usr/bin/gcc-4.9 -DHAVE_CONFIG_H -I. -I../.. -DG_LOG_DOMAIN=\"Gdk\" -DGDK_COMPILATION -I../.. -I../../gdk -I../../gdk -DG_DISABLE_CAST_CHECKS -DDISABLE_VISIBILITY -pthread -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/harfbuzz/1.2.6/include/harfbuzz -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/gio-unix-2.0/ -I/home/fabio/.linuxbrew/Cellar/libxinerama/1.1.3/include -I/home/fabio/.linuxbrew/Cellar/xineramaproto/1.2.1/include -I/home/fabio/.linuxbrew/Cellar/libxrandr/1.5.0/include -I/home/fabio/.linuxbrew/Cellar/randrproto/1.5.0/include -I/home/fabio/.linuxbrew/Cellar/libxcursor/1.1.14/include -I/home/fabio/.linuxbrew/Cellar/libxcomposite/0.4.4/include -I/home/fabio/.linuxbrew/Cellar/compositeproto/0.4.2/include -I/home/fabio/.linuxbrew/Cellar/libxdamage/1.1.4/include -I/home/fabio/.linuxbrew/Cellar/damageproto/1.2.1/include -I/home/fabio/.linuxbrew/Cellar/libxfixes/5.0.1/include -I/home/fabio/.linuxbrew/Cellar/fixesproto/5.0/include -I/home/fabio/.linuxbrew/Cellar/gdk-pixbuf/2.32.3/include/gdk-pixbuf-2.0 -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/cairo/1.14.6_1/include/cairo -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/glib-2.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/lib/glib-2.0/include -I/home/fabio/.linuxbrew/Cellar/pixman/0.34.0/include/pixman-1 -I/home/fabio/.linuxbrew/Cellar/fontconfig/2.11.1_2/include -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -isystem/home/fabio/.linuxbrew/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -Os -w -pipe -march=core2 -Wall -c gdkgc-x11.c -fPIC -DPIC -o .libs/gdkgc-x11.o
libtool: compile: /usr/bin/gcc-4.9 -DHAVE_CONFIG_H -I. -I../.. -DG_LOG_DOMAIN=\"Gdk\" -DGDK_COMPILATION -I../.. -I../../gdk -I../../gdk -DG_DISABLE_CAST_CHECKS -DDISABLE_VISIBILITY -pthread -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/harfbuzz/1.2.6/include/harfbuzz -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/gio-unix-2.0/ -I/home/fabio/.linuxbrew/Cellar/libxinerama/1.1.3/include -I/home/fabio/.linuxbrew/Cellar/xineramaproto/1.2.1/include -I/home/fabio/.linuxbrew/Cellar/libxrandr/1.5.0/include -I/home/fabio/.linuxbrew/Cellar/randrproto/1.5.0/include -I/home/fabio/.linuxbrew/Cellar/libxcursor/1.1.14/include -I/home/fabio/.linuxbrew/Cellar/libxcomposite/0.4.4/include -I/home/fabio/.linuxbrew/Cellar/compositeproto/0.4.2/include -I/home/fabio/.linuxbrew/Cellar/libxdamage/1.1.4/include -I/home/fabio/.linuxbrew/Cellar/damageproto/1.2.1/include -I/home/fabio/.linuxbrew/Cellar/libxfixes/5.0.1/include -I/home/fabio/.linuxbrew/Cellar/fixesproto/5.0/include -I/home/fabio/.linuxbrew/Cellar/gdk-pixbuf/2.32.3/include/gdk-pixbuf-2.0 -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/cairo/1.14.6_1/include/cairo -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/glib-2.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/lib/glib-2.0/include -I/home/fabio/.linuxbrew/Cellar/pixman/0.34.0/include/pixman-1 -I/home/fabio/.linuxbrew/Cellar/fontconfig/2.11.1_2/include -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -isystem/home/fabio/.linuxbrew/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -Os -w -pipe -march=core2 -Wall -c gdkgeometry-x11.c -fPIC -DPIC -o .libs/gdkgeometry-x11.o
/bin/bash ../../libtool --tag=CC --mode=compile /usr/bin/gcc-4.9 -DHAVE_CONFIG_H -I. -I../.. -DG_LOG_DOMAIN=\"Gdk\" -DGDK_COMPILATION -I../.. -I../../gdk -I../../gdk -DG_DISABLE_CAST_CHECKS -DDISABLE_VISIBILITY -pthread -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/harfbuzz/1.2.6/include/harfbuzz -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/gio-unix-2.0/ -I/home/fabio/.linuxbrew/Cellar/libxinerama/1.1.3/include -I/home/fabio/.linuxbrew/Cellar/xineramaproto/1.2.1/include -I/home/fabio/.linuxbrew/Cellar/libxrandr/1.5.0/include -I/home/fabio/.linuxbrew/Cellar/randrproto/1.5.0/include -I/home/fabio/.linuxbrew/Cellar/libxcursor/1.1.14/include -I/home/fabio/.linuxbrew/Cellar/libxcomposite/0.4.4/include -I/home/fabio/.linuxbrew/Cellar/compositeproto/0.4.2/include -I/home/fabio/.linuxbrew/Cellar/libxdamage/1.1.4/include -I/home/fabio/.linuxbrew/Cellar/damageproto/1.2.1/include -I/home/fabio/.linuxbrew/Cellar/libxfixes/5.0.1/include -I/home/fabio/.linuxbrew/Cellar/fixesproto/5.0/include -I/home/fabio/.linuxbrew/Cellar/gdk-pixbuf/2.32.3/include/gdk-pixbuf-2.0 -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/cairo/1.14.6_1/include/cairo -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/glib-2.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/lib/glib-2.0/include -I/home/fabio/.linuxbrew/Cellar/pixman/0.34.0/include/pixman-1 -I/home/fabio/.linuxbrew/Cellar/fontconfig/2.11.1_2/include -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -isystem/home/fabio/.linuxbrew/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -Os -w -pipe -march=core2 -Wall -c -o gdkglobals-x11.lo gdkglobals-x11.c
/bin/bash ../../libtool --tag=CC --mode=compile /usr/bin/gcc-4.9 -DHAVE_CONFIG_H -I. -I../.. -DG_LOG_DOMAIN=\"Gdk\" -DGDK_COMPILATION -I../.. -I../../gdk -I../../gdk -DG_DISABLE_CAST_CHECKS -DDISABLE_VISIBILITY -pthread -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/harfbuzz/1.2.6/include/harfbuzz -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/gio-unix-2.0/ -I/home/fabio/.linuxbrew/Cellar/libxinerama/1.1.3/include -I/home/fabio/.linuxbrew/Cellar/xineramaproto/1.2.1/include -I/home/fabio/.linuxbrew/Cellar/libxrandr/1.5.0/include -I/home/fabio/.linuxbrew/Cellar/randrproto/1.5.0/include -I/home/fabio/.linuxbrew/Cellar/libxcursor/1.1.14/include -I/home/fabio/.linuxbrew/Cellar/libxcomposite/0.4.4/include -I/home/fabio/.linuxbrew/Cellar/compositeproto/0.4.2/include -I/home/fabio/.linuxbrew/Cellar/libxdamage/1.1.4/include -I/home/fabio/.linuxbrew/Cellar/damageproto/1.2.1/include -I/home/fabio/.linuxbrew/Cellar/libxfixes/5.0.1/include -I/home/fabio/.linuxbrew/Cellar/fixesproto/5.0/include -I/home/fabio/.linuxbrew/Cellar/gdk-pixbuf/2.32.3/include/gdk-pixbuf-2.0 -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/cairo/1.14.6_1/include/cairo -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/glib-2.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/lib/glib-2.0/include -I/home/fabio/.linuxbrew/Cellar/pixman/0.34.0/include/pixman-1 -I/home/fabio/.linuxbrew/Cellar/fontconfig/2.11.1_2/include -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -isystem/home/fabio/.linuxbrew/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -Os -w -pipe -march=core2 -Wall -c -o gdkim-x11.lo gdkim-x11.c
libtool: compile: /usr/bin/gcc-4.9 -DHAVE_CONFIG_H -I. -I../.. -DG_LOG_DOMAIN=\"Gdk\" -DGDK_COMPILATION -I../.. -I../../gdk -I../../gdk -DG_DISABLE_CAST_CHECKS -DDISABLE_VISIBILITY -pthread -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/harfbuzz/1.2.6/include/harfbuzz -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/gio-unix-2.0/ -I/home/fabio/.linuxbrew/Cellar/libxinerama/1.1.3/include -I/home/fabio/.linuxbrew/Cellar/xineramaproto/1.2.1/include -I/home/fabio/.linuxbrew/Cellar/libxrandr/1.5.0/include -I/home/fabio/.linuxbrew/Cellar/randrproto/1.5.0/include -I/home/fabio/.linuxbrew/Cellar/libxcursor/1.1.14/include -I/home/fabio/.linuxbrew/Cellar/libxcomposite/0.4.4/include -I/home/fabio/.linuxbrew/Cellar/compositeproto/0.4.2/include -I/home/fabio/.linuxbrew/Cellar/libxdamage/1.1.4/include -I/home/fabio/.linuxbrew/Cellar/damageproto/1.2.1/include -I/home/fabio/.linuxbrew/Cellar/libxfixes/5.0.1/include -I/home/fabio/.linuxbrew/Cellar/fixesproto/5.0/include -I/home/fabio/.linuxbrew/Cellar/gdk-pixbuf/2.32.3/include/gdk-pixbuf-2.0 -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/cairo/1.14.6_1/include/cairo -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/glib-2.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/lib/glib-2.0/include -I/home/fabio/.linuxbrew/Cellar/pixman/0.34.0/include/pixman-1 -I/home/fabio/.linuxbrew/Cellar/fontconfig/2.11.1_2/include -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -isystem/home/fabio/.linuxbrew/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -Os -w -pipe -march=core2 -Wall -c gdkglobals-x11.c -fPIC -DPIC -o .libs/gdkglobals-x11.o
/bin/bash ../../libtool --tag=CC --mode=compile /usr/bin/gcc-4.9 -DHAVE_CONFIG_H -I. -I../.. -DG_LOG_DOMAIN=\"Gdk\" -DGDK_COMPILATION -I../.. -I../../gdk -I../../gdk -DG_DISABLE_CAST_CHECKS -DDISABLE_VISIBILITY -pthread -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/harfbuzz/1.2.6/include/harfbuzz -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/gio-unix-2.0/ -I/home/fabio/.linuxbrew/Cellar/libxinerama/1.1.3/include -I/home/fabio/.linuxbrew/Cellar/xineramaproto/1.2.1/include -I/home/fabio/.linuxbrew/Cellar/libxrandr/1.5.0/include -I/home/fabio/.linuxbrew/Cellar/randrproto/1.5.0/include -I/home/fabio/.linuxbrew/Cellar/libxcursor/1.1.14/include -I/home/fabio/.linuxbrew/Cellar/libxcomposite/0.4.4/include -I/home/fabio/.linuxbrew/Cellar/compositeproto/0.4.2/include -I/home/fabio/.linuxbrew/Cellar/libxdamage/1.1.4/include -I/home/fabio/.linuxbrew/Cellar/damageproto/1.2.1/include -I/home/fabio/.linuxbrew/Cellar/libxfixes/5.0.1/include -I/home/fabio/.linuxbrew/Cellar/fixesproto/5.0/include -I/home/fabio/.linuxbrew/Cellar/gdk-pixbuf/2.32.3/include/gdk-pixbuf-2.0 -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/cairo/1.14.6_1/include/cairo -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/glib-2.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/lib/glib-2.0/include -I/home/fabio/.linuxbrew/Cellar/pixman/0.34.0/include/pixman-1 -I/home/fabio/.linuxbrew/Cellar/fontconfig/2.11.1_2/include -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -isystem/home/fabio/.linuxbrew/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -Os -w -pipe -march=core2 -Wall -c -o gdkimage-x11.lo gdkimage-x11.c
libtool: compile: /usr/bin/gcc-4.9 -DHAVE_CONFIG_H -I. -I../.. -DG_LOG_DOMAIN=\"Gdk\" -DGDK_COMPILATION -I../.. -I../../gdk -I../../gdk -DG_DISABLE_CAST_CHECKS -DDISABLE_VISIBILITY -pthread -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/harfbuzz/1.2.6/include/harfbuzz -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/gio-unix-2.0/ -I/home/fabio/.linuxbrew/Cellar/libxinerama/1.1.3/include -I/home/fabio/.linuxbrew/Cellar/xineramaproto/1.2.1/include -I/home/fabio/.linuxbrew/Cellar/libxrandr/1.5.0/include -I/home/fabio/.linuxbrew/Cellar/randrproto/1.5.0/include -I/home/fabio/.linuxbrew/Cellar/libxcursor/1.1.14/include -I/home/fabio/.linuxbrew/Cellar/libxcomposite/0.4.4/include -I/home/fabio/.linuxbrew/Cellar/compositeproto/0.4.2/include -I/home/fabio/.linuxbrew/Cellar/libxdamage/1.1.4/include -I/home/fabio/.linuxbrew/Cellar/damageproto/1.2.1/include -I/home/fabio/.linuxbrew/Cellar/libxfixes/5.0.1/include -I/home/fabio/.linuxbrew/Cellar/fixesproto/5.0/include -I/home/fabio/.linuxbrew/Cellar/gdk-pixbuf/2.32.3/include/gdk-pixbuf-2.0 -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/cairo/1.14.6_1/include/cairo -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/glib-2.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/lib/glib-2.0/include -I/home/fabio/.linuxbrew/Cellar/pixman/0.34.0/include/pixman-1 -I/home/fabio/.linuxbrew/Cellar/fontconfig/2.11.1_2/include -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -isystem/home/fabio/.linuxbrew/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -Os -w -pipe -march=core2 -Wall -c gdkim-x11.c -fPIC -DPIC -o .libs/gdkim-x11.o
/bin/bash ../../libtool --tag=CC --mode=compile /usr/bin/gcc-4.9 -DHAVE_CONFIG_H -I. -I../.. -DG_LOG_DOMAIN=\"Gdk\" -DGDK_COMPILATION -I../.. -I../../gdk -I../../gdk -DG_DISABLE_CAST_CHECKS -DDISABLE_VISIBILITY -pthread -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/harfbuzz/1.2.6/include/harfbuzz -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/gio-unix-2.0/ -I/home/fabio/.linuxbrew/Cellar/libxinerama/1.1.3/include -I/home/fabio/.linuxbrew/Cellar/xineramaproto/1.2.1/include -I/home/fabio/.linuxbrew/Cellar/libxrandr/1.5.0/include -I/home/fabio/.linuxbrew/Cellar/randrproto/1.5.0/include -I/home/fabio/.linuxbrew/Cellar/libxcursor/1.1.14/include -I/home/fabio/.linuxbrew/Cellar/libxcomposite/0.4.4/include -I/home/fabio/.linuxbrew/Cellar/compositeproto/0.4.2/include -I/home/fabio/.linuxbrew/Cellar/libxdamage/1.1.4/include -I/home/fabio/.linuxbrew/Cellar/damageproto/1.2.1/include -I/home/fabio/.linuxbrew/Cellar/libxfixes/5.0.1/include -I/home/fabio/.linuxbrew/Cellar/fixesproto/5.0/include -I/home/fabio/.linuxbrew/Cellar/gdk-pixbuf/2.32.3/include/gdk-pixbuf-2.0 -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/cairo/1.14.6_1/include/cairo -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/glib-2.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/lib/glib-2.0/include -I/home/fabio/.linuxbrew/Cellar/pixman/0.34.0/include/pixman-1 -I/home/fabio/.linuxbrew/Cellar/fontconfig/2.11.1_2/include -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -isystem/home/fabio/.linuxbrew/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -Os -w -pipe -march=core2 -Wall -c -o gdkinput.lo gdkinput.c
libtool: compile: /usr/bin/gcc-4.9 -DHAVE_CONFIG_H -I. -I../.. -DG_LOG_DOMAIN=\"Gdk\" -DGDK_COMPILATION -I../.. -I../../gdk -I../../gdk -DG_DISABLE_CAST_CHECKS -DDISABLE_VISIBILITY -pthread -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/harfbuzz/1.2.6/include/harfbuzz -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/gio-unix-2.0/ -I/home/fabio/.linuxbrew/Cellar/libxinerama/1.1.3/include -I/home/fabio/.linuxbrew/Cellar/xineramaproto/1.2.1/include -I/home/fabio/.linuxbrew/Cellar/libxrandr/1.5.0/include -I/home/fabio/.linuxbrew/Cellar/randrproto/1.5.0/include -I/home/fabio/.linuxbrew/Cellar/libxcursor/1.1.14/include -I/home/fabio/.linuxbrew/Cellar/libxcomposite/0.4.4/include -I/home/fabio/.linuxbrew/Cellar/compositeproto/0.4.2/include -I/home/fabio/.linuxbrew/Cellar/libxdamage/1.1.4/include -I/home/fabio/.linuxbrew/Cellar/damageproto/1.2.1/include -I/home/fabio/.linuxbrew/Cellar/libxfixes/5.0.1/include -I/home/fabio/.linuxbrew/Cellar/fixesproto/5.0/include -I/home/fabio/.linuxbrew/Cellar/gdk-pixbuf/2.32.3/include/gdk-pixbuf-2.0 -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/cairo/1.14.6_1/include/cairo -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/glib-2.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/lib/glib-2.0/include -I/home/fabio/.linuxbrew/Cellar/pixman/0.34.0/include/pixman-1 -I/home/fabio/.linuxbrew/Cellar/fontconfig/2.11.1_2/include -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -isystem/home/fabio/.linuxbrew/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -Os -w -pipe -march=core2 -Wall -c gdkimage-x11.c -fPIC -DPIC -o .libs/gdkimage-x11.o
libtool: compile: /usr/bin/gcc-4.9 -DHAVE_CONFIG_H -I. -I../.. -DG_LOG_DOMAIN=\"Gdk\" -DGDK_COMPILATION -I../.. -I../../gdk -I../../gdk -DG_DISABLE_CAST_CHECKS -DDISABLE_VISIBILITY -pthread -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/harfbuzz/1.2.6/include/harfbuzz -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/gio-unix-2.0/ -I/home/fabio/.linuxbrew/Cellar/libxinerama/1.1.3/include -I/home/fabio/.linuxbrew/Cellar/xineramaproto/1.2.1/include -I/home/fabio/.linuxbrew/Cellar/libxrandr/1.5.0/include -I/home/fabio/.linuxbrew/Cellar/randrproto/1.5.0/include -I/home/fabio/.linuxbrew/Cellar/libxcursor/1.1.14/include -I/home/fabio/.linuxbrew/Cellar/libxcomposite/0.4.4/include -I/home/fabio/.linuxbrew/Cellar/compositeproto/0.4.2/include -I/home/fabio/.linuxbrew/Cellar/libxdamage/1.1.4/include -I/home/fabio/.linuxbrew/Cellar/damageproto/1.2.1/include -I/home/fabio/.linuxbrew/Cellar/libxfixes/5.0.1/include -I/home/fabio/.linuxbrew/Cellar/fixesproto/5.0/include -I/home/fabio/.linuxbrew/Cellar/gdk-pixbuf/2.32.3/include/gdk-pixbuf-2.0 -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/cairo/1.14.6_1/include/cairo -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/glib-2.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/lib/glib-2.0/include -I/home/fabio/.linuxbrew/Cellar/pixman/0.34.0/include/pixman-1 -I/home/fabio/.linuxbrew/Cellar/fontconfig/2.11.1_2/include -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -isystem/home/fabio/.linuxbrew/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -Os -w -pipe -march=core2 -Wall -c gdkinput.c -fPIC -DPIC -o .libs/gdkinput.o
/bin/bash ../../libtool --tag=CC --mode=compile /usr/bin/gcc-4.9 -DHAVE_CONFIG_H -I. -I../.. -DG_LOG_DOMAIN=\"Gdk\" -DGDK_COMPILATION -I../.. -I../../gdk -I../../gdk -DG_DISABLE_CAST_CHECKS -DDISABLE_VISIBILITY -pthread -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/harfbuzz/1.2.6/include/harfbuzz -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/gio-unix-2.0/ -I/home/fabio/.linuxbrew/Cellar/libxinerama/1.1.3/include -I/home/fabio/.linuxbrew/Cellar/xineramaproto/1.2.1/include -I/home/fabio/.linuxbrew/Cellar/libxrandr/1.5.0/include -I/home/fabio/.linuxbrew/Cellar/randrproto/1.5.0/include -I/home/fabio/.linuxbrew/Cellar/libxcursor/1.1.14/include -I/home/fabio/.linuxbrew/Cellar/libxcomposite/0.4.4/include -I/home/fabio/.linuxbrew/Cellar/compositeproto/0.4.2/include -I/home/fabio/.linuxbrew/Cellar/libxdamage/1.1.4/include -I/home/fabio/.linuxbrew/Cellar/damageproto/1.2.1/include -I/home/fabio/.linuxbrew/Cellar/libxfixes/5.0.1/include -I/home/fabio/.linuxbrew/Cellar/fixesproto/5.0/include -I/home/fabio/.linuxbrew/Cellar/gdk-pixbuf/2.32.3/include/gdk-pixbuf-2.0 -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/cairo/1.14.6_1/include/cairo -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/glib-2.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/lib/glib-2.0/include -I/home/fabio/.linuxbrew/Cellar/pixman/0.34.0/include/pixman-1 -I/home/fabio/.linuxbrew/Cellar/fontconfig/2.11.1_2/include -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -isystem/home/fabio/.linuxbrew/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -Os -w -pipe -march=core2 -Wall -c -o gdkkeys-x11.lo gdkkeys-x11.c
/bin/bash ../../libtool --tag=CC --mode=compile /usr/bin/gcc-4.9 -DHAVE_CONFIG_H -I. -I../.. -DG_LOG_DOMAIN=\"Gdk\" -DGDK_COMPILATION -I../.. -I../../gdk -I../../gdk -DG_DISABLE_CAST_CHECKS -DDISABLE_VISIBILITY -pthread -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/harfbuzz/1.2.6/include/harfbuzz -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/gio-unix-2.0/ -I/home/fabio/.linuxbrew/Cellar/libxinerama/1.1.3/include -I/home/fabio/.linuxbrew/Cellar/xineramaproto/1.2.1/include -I/home/fabio/.linuxbrew/Cellar/libxrandr/1.5.0/include -I/home/fabio/.linuxbrew/Cellar/randrproto/1.5.0/include -I/home/fabio/.linuxbrew/Cellar/libxcursor/1.1.14/include -I/home/fabio/.linuxbrew/Cellar/libxcomposite/0.4.4/include -I/home/fabio/.linuxbrew/Cellar/compositeproto/0.4.2/include -I/home/fabio/.linuxbrew/Cellar/libxdamage/1.1.4/include -I/home/fabio/.linuxbrew/Cellar/damageproto/1.2.1/include -I/home/fabio/.linuxbrew/Cellar/libxfixes/5.0.1/include -I/home/fabio/.linuxbrew/Cellar/fixesproto/5.0/include -I/home/fabio/.linuxbrew/Cellar/gdk-pixbuf/2.32.3/include/gdk-pixbuf-2.0 -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/cairo/1.14.6_1/include/cairo -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/glib-2.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/lib/glib-2.0/include -I/home/fabio/.linuxbrew/Cellar/pixman/0.34.0/include/pixman-1 -I/home/fabio/.linuxbrew/Cellar/fontconfig/2.11.1_2/include -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -isystem/home/fabio/.linuxbrew/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -Os -w -pipe -march=core2 -Wall -c -o gdkmain-x11.lo gdkmain-x11.c
libtool: compile: /usr/bin/gcc-4.9 -DHAVE_CONFIG_H -I. -I../.. -DG_LOG_DOMAIN=\"Gdk\" -DGDK_COMPILATION -I../.. -I../../gdk -I../../gdk -DG_DISABLE_CAST_CHECKS -DDISABLE_VISIBILITY -pthread -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/harfbuzz/1.2.6/include/harfbuzz -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/gio-unix-2.0/ -I/home/fabio/.linuxbrew/Cellar/libxinerama/1.1.3/include -I/home/fabio/.linuxbrew/Cellar/xineramaproto/1.2.1/include -I/home/fabio/.linuxbrew/Cellar/libxrandr/1.5.0/include -I/home/fabio/.linuxbrew/Cellar/randrproto/1.5.0/include -I/home/fabio/.linuxbrew/Cellar/libxcursor/1.1.14/include -I/home/fabio/.linuxbrew/Cellar/libxcomposite/0.4.4/include -I/home/fabio/.linuxbrew/Cellar/compositeproto/0.4.2/include -I/home/fabio/.linuxbrew/Cellar/libxdamage/1.1.4/include -I/home/fabio/.linuxbrew/Cellar/damageproto/1.2.1/include -I/home/fabio/.linuxbrew/Cellar/libxfixes/5.0.1/include -I/home/fabio/.linuxbrew/Cellar/fixesproto/5.0/include -I/home/fabio/.linuxbrew/Cellar/gdk-pixbuf/2.32.3/include/gdk-pixbuf-2.0 -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/cairo/1.14.6_1/include/cairo -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/glib-2.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/lib/glib-2.0/include -I/home/fabio/.linuxbrew/Cellar/pixman/0.34.0/include/pixman-1 -I/home/fabio/.linuxbrew/Cellar/fontconfig/2.11.1_2/include -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -isystem/home/fabio/.linuxbrew/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -Os -w -pipe -march=core2 -Wall -c gdkkeys-x11.c -fPIC -DPIC -o .libs/gdkkeys-x11.o
libtool: compile: /usr/bin/gcc-4.9 -DHAVE_CONFIG_H -I. -I../.. -DG_LOG_DOMAIN=\"Gdk\" -DGDK_COMPILATION -I../.. -I../../gdk -I../../gdk -DG_DISABLE_CAST_CHECKS -DDISABLE_VISIBILITY -pthread -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/harfbuzz/1.2.6/include/harfbuzz -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/gio-unix-2.0/ -I/home/fabio/.linuxbrew/Cellar/libxinerama/1.1.3/include -I/home/fabio/.linuxbrew/Cellar/xineramaproto/1.2.1/include -I/home/fabio/.linuxbrew/Cellar/libxrandr/1.5.0/include -I/home/fabio/.linuxbrew/Cellar/randrproto/1.5.0/include -I/home/fabio/.linuxbrew/Cellar/libxcursor/1.1.14/include -I/home/fabio/.linuxbrew/Cellar/libxcomposite/0.4.4/include -I/home/fabio/.linuxbrew/Cellar/compositeproto/0.4.2/include -I/home/fabio/.linuxbrew/Cellar/libxdamage/1.1.4/include -I/home/fabio/.linuxbrew/Cellar/damageproto/1.2.1/include -I/home/fabio/.linuxbrew/Cellar/libxfixes/5.0.1/include -I/home/fabio/.linuxbrew/Cellar/fixesproto/5.0/include -I/home/fabio/.linuxbrew/Cellar/gdk-pixbuf/2.32.3/include/gdk-pixbuf-2.0 -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/cairo/1.14.6_1/include/cairo -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/glib-2.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/lib/glib-2.0/include -I/home/fabio/.linuxbrew/Cellar/pixman/0.34.0/include/pixman-1 -I/home/fabio/.linuxbrew/Cellar/fontconfig/2.11.1_2/include -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -isystem/home/fabio/.linuxbrew/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -Os -w -pipe -march=core2 -Wall -c gdkmain-x11.c -fPIC -DPIC -o .libs/gdkmain-x11.o
/bin/bash ../../libtool --tag=CC --mode=compile /usr/bin/gcc-4.9 -DHAVE_CONFIG_H -I. -I../.. -DG_LOG_DOMAIN=\"Gdk\" -DGDK_COMPILATION -I../.. -I../../gdk -I../../gdk -DG_DISABLE_CAST_CHECKS -DDISABLE_VISIBILITY -pthread -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/harfbuzz/1.2.6/include/harfbuzz -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/gio-unix-2.0/ -I/home/fabio/.linuxbrew/Cellar/libxinerama/1.1.3/include -I/home/fabio/.linuxbrew/Cellar/xineramaproto/1.2.1/include -I/home/fabio/.linuxbrew/Cellar/libxrandr/1.5.0/include -I/home/fabio/.linuxbrew/Cellar/randrproto/1.5.0/include -I/home/fabio/.linuxbrew/Cellar/libxcursor/1.1.14/include -I/home/fabio/.linuxbrew/Cellar/libxcomposite/0.4.4/include -I/home/fabio/.linuxbrew/Cellar/compositeproto/0.4.2/include -I/home/fabio/.linuxbrew/Cellar/libxdamage/1.1.4/include -I/home/fabio/.linuxbrew/Cellar/damageproto/1.2.1/include -I/home/fabio/.linuxbrew/Cellar/libxfixes/5.0.1/include -I/home/fabio/.linuxbrew/Cellar/fixesproto/5.0/include -I/home/fabio/.linuxbrew/Cellar/gdk-pixbuf/2.32.3/include/gdk-pixbuf-2.0 -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/cairo/1.14.6_1/include/cairo -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/glib-2.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/lib/glib-2.0/include -I/home/fabio/.linuxbrew/Cellar/pixman/0.34.0/include/pixman-1 -I/home/fabio/.linuxbrew/Cellar/fontconfig/2.11.1_2/include -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -isystem/home/fabio/.linuxbrew/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -Os -w -pipe -march=core2 -Wall -c -o gdkpixmap-x11.lo gdkpixmap-x11.c
/bin/bash ../../libtool --tag=CC --mode=compile /usr/bin/gcc-4.9 -DHAVE_CONFIG_H -I. -I../.. -DG_LOG_DOMAIN=\"Gdk\" -DGDK_COMPILATION -I../.. -I../../gdk -I../../gdk -DG_DISABLE_CAST_CHECKS -DDISABLE_VISIBILITY -pthread -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/harfbuzz/1.2.6/include/harfbuzz -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/gio-unix-2.0/ -I/home/fabio/.linuxbrew/Cellar/libxinerama/1.1.3/include -I/home/fabio/.linuxbrew/Cellar/xineramaproto/1.2.1/include -I/home/fabio/.linuxbrew/Cellar/libxrandr/1.5.0/include -I/home/fabio/.linuxbrew/Cellar/randrproto/1.5.0/include -I/home/fabio/.linuxbrew/Cellar/libxcursor/1.1.14/include -I/home/fabio/.linuxbrew/Cellar/libxcomposite/0.4.4/include -I/home/fabio/.linuxbrew/Cellar/compositeproto/0.4.2/include -I/home/fabio/.linuxbrew/Cellar/libxdamage/1.1.4/include -I/home/fabio/.linuxbrew/Cellar/damageproto/1.2.1/include -I/home/fabio/.linuxbrew/Cellar/libxfixes/5.0.1/include -I/home/fabio/.linuxbrew/Cellar/fixesproto/5.0/include -I/home/fabio/.linuxbrew/Cellar/gdk-pixbuf/2.32.3/include/gdk-pixbuf-2.0 -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/cairo/1.14.6_1/include/cairo -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/glib-2.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/lib/glib-2.0/include -I/home/fabio/.linuxbrew/Cellar/pixman/0.34.0/include/pixman-1 -I/home/fabio/.linuxbrew/Cellar/fontconfig/2.11.1_2/include -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -isystem/home/fabio/.linuxbrew/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -Os -w -pipe -march=core2 -Wall -c -o gdkproperty-x11.lo gdkproperty-x11.c
libtool: compile: /usr/bin/gcc-4.9 -DHAVE_CONFIG_H -I. -I../.. -DG_LOG_DOMAIN=\"Gdk\" -DGDK_COMPILATION -I../.. -I../../gdk -I../../gdk -DG_DISABLE_CAST_CHECKS -DDISABLE_VISIBILITY -pthread -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/harfbuzz/1.2.6/include/harfbuzz -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/gio-unix-2.0/ -I/home/fabio/.linuxbrew/Cellar/libxinerama/1.1.3/include -I/home/fabio/.linuxbrew/Cellar/xineramaproto/1.2.1/include -I/home/fabio/.linuxbrew/Cellar/libxrandr/1.5.0/include -I/home/fabio/.linuxbrew/Cellar/randrproto/1.5.0/include -I/home/fabio/.linuxbrew/Cellar/libxcursor/1.1.14/include -I/home/fabio/.linuxbrew/Cellar/libxcomposite/0.4.4/include -I/home/fabio/.linuxbrew/Cellar/compositeproto/0.4.2/include -I/home/fabio/.linuxbrew/Cellar/libxdamage/1.1.4/include -I/home/fabio/.linuxbrew/Cellar/damageproto/1.2.1/include -I/home/fabio/.linuxbrew/Cellar/libxfixes/5.0.1/include -I/home/fabio/.linuxbrew/Cellar/fixesproto/5.0/include -I/home/fabio/.linuxbrew/Cellar/gdk-pixbuf/2.32.3/include/gdk-pixbuf-2.0 -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/cairo/1.14.6_1/include/cairo -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/glib-2.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/lib/glib-2.0/include -I/home/fabio/.linuxbrew/Cellar/pixman/0.34.0/include/pixman-1 -I/home/fabio/.linuxbrew/Cellar/fontconfig/2.11.1_2/include -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -isystem/home/fabio/.linuxbrew/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -Os -w -pipe -march=core2 -Wall -c gdkpixmap-x11.c -fPIC -DPIC -o .libs/gdkpixmap-x11.o
libtool: compile: /usr/bin/gcc-4.9 -DHAVE_CONFIG_H -I. -I../.. -DG_LOG_DOMAIN=\"Gdk\" -DGDK_COMPILATION -I../.. -I../../gdk -I../../gdk -DG_DISABLE_CAST_CHECKS -DDISABLE_VISIBILITY -pthread -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/harfbuzz/1.2.6/include/harfbuzz -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/gio-unix-2.0/ -I/home/fabio/.linuxbrew/Cellar/libxinerama/1.1.3/include -I/home/fabio/.linuxbrew/Cellar/xineramaproto/1.2.1/include -I/home/fabio/.linuxbrew/Cellar/libxrandr/1.5.0/include -I/home/fabio/.linuxbrew/Cellar/randrproto/1.5.0/include -I/home/fabio/.linuxbrew/Cellar/libxcursor/1.1.14/include -I/home/fabio/.linuxbrew/Cellar/libxcomposite/0.4.4/include -I/home/fabio/.linuxbrew/Cellar/compositeproto/0.4.2/include -I/home/fabio/.linuxbrew/Cellar/libxdamage/1.1.4/include -I/home/fabio/.linuxbrew/Cellar/damageproto/1.2.1/include -I/home/fabio/.linuxbrew/Cellar/libxfixes/5.0.1/include -I/home/fabio/.linuxbrew/Cellar/fixesproto/5.0/include -I/home/fabio/.linuxbrew/Cellar/gdk-pixbuf/2.32.3/include/gdk-pixbuf-2.0 -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/cairo/1.14.6_1/include/cairo -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/glib-2.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/lib/glib-2.0/include -I/home/fabio/.linuxbrew/Cellar/pixman/0.34.0/include/pixman-1 -I/home/fabio/.linuxbrew/Cellar/fontconfig/2.11.1_2/include -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -isystem/home/fabio/.linuxbrew/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -Os -w -pipe -march=core2 -Wall -c gdkproperty-x11.c -fPIC -DPIC -o .libs/gdkproperty-x11.o
/bin/bash ../../libtool --tag=CC --mode=compile /usr/bin/gcc-4.9 -DHAVE_CONFIG_H -I. -I../.. -DG_LOG_DOMAIN=\"Gdk\" -DGDK_COMPILATION -I../.. -I../../gdk -I../../gdk -DG_DISABLE_CAST_CHECKS -DDISABLE_VISIBILITY -pthread -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/harfbuzz/1.2.6/include/harfbuzz -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/gio-unix-2.0/ -I/home/fabio/.linuxbrew/Cellar/libxinerama/1.1.3/include -I/home/fabio/.linuxbrew/Cellar/xineramaproto/1.2.1/include -I/home/fabio/.linuxbrew/Cellar/libxrandr/1.5.0/include -I/home/fabio/.linuxbrew/Cellar/randrproto/1.5.0/include -I/home/fabio/.linuxbrew/Cellar/libxcursor/1.1.14/include -I/home/fabio/.linuxbrew/Cellar/libxcomposite/0.4.4/include -I/home/fabio/.linuxbrew/Cellar/compositeproto/0.4.2/include -I/home/fabio/.linuxbrew/Cellar/libxdamage/1.1.4/include -I/home/fabio/.linuxbrew/Cellar/damageproto/1.2.1/include -I/home/fabio/.linuxbrew/Cellar/libxfixes/5.0.1/include -I/home/fabio/.linuxbrew/Cellar/fixesproto/5.0/include -I/home/fabio/.linuxbrew/Cellar/gdk-pixbuf/2.32.3/include/gdk-pixbuf-2.0 -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/cairo/1.14.6_1/include/cairo -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/glib-2.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/lib/glib-2.0/include -I/home/fabio/.linuxbrew/Cellar/pixman/0.34.0/include/pixman-1 -I/home/fabio/.linuxbrew/Cellar/fontconfig/2.11.1_2/include -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -isystem/home/fabio/.linuxbrew/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -Os -w -pipe -march=core2 -Wall -c -o gdkscreen-x11.lo gdkscreen-x11.c
/bin/bash ../../libtool --tag=CC --mode=compile /usr/bin/gcc-4.9 -DHAVE_CONFIG_H -I. -I../.. -DG_LOG_DOMAIN=\"Gdk\" -DGDK_COMPILATION -I../.. -I../../gdk -I../../gdk -DG_DISABLE_CAST_CHECKS -DDISABLE_VISIBILITY -pthread -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/harfbuzz/1.2.6/include/harfbuzz -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/gio-unix-2.0/ -I/home/fabio/.linuxbrew/Cellar/libxinerama/1.1.3/include -I/home/fabio/.linuxbrew/Cellar/xineramaproto/1.2.1/include -I/home/fabio/.linuxbrew/Cellar/libxrandr/1.5.0/include -I/home/fabio/.linuxbrew/Cellar/randrproto/1.5.0/include -I/home/fabio/.linuxbrew/Cellar/libxcursor/1.1.14/include -I/home/fabio/.linuxbrew/Cellar/libxcomposite/0.4.4/include -I/home/fabio/.linuxbrew/Cellar/compositeproto/0.4.2/include -I/home/fabio/.linuxbrew/Cellar/libxdamage/1.1.4/include -I/home/fabio/.linuxbrew/Cellar/damageproto/1.2.1/include -I/home/fabio/.linuxbrew/Cellar/libxfixes/5.0.1/include -I/home/fabio/.linuxbrew/Cellar/fixesproto/5.0/include -I/home/fabio/.linuxbrew/Cellar/gdk-pixbuf/2.32.3/include/gdk-pixbuf-2.0 -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/cairo/1.14.6_1/include/cairo -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/glib-2.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/lib/glib-2.0/include -I/home/fabio/.linuxbrew/Cellar/pixman/0.34.0/include/pixman-1 -I/home/fabio/.linuxbrew/Cellar/fontconfig/2.11.1_2/include -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -isystem/home/fabio/.linuxbrew/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -Os -w -pipe -march=core2 -Wall -c -o gdkselection-x11.lo gdkselection-x11.c
libtool: compile: /usr/bin/gcc-4.9 -DHAVE_CONFIG_H -I. -I../.. -DG_LOG_DOMAIN=\"Gdk\" -DGDK_COMPILATION -I../.. -I../../gdk -I../../gdk -DG_DISABLE_CAST_CHECKS -DDISABLE_VISIBILITY -pthread -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/harfbuzz/1.2.6/include/harfbuzz -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/gio-unix-2.0/ -I/home/fabio/.linuxbrew/Cellar/libxinerama/1.1.3/include -I/home/fabio/.linuxbrew/Cellar/xineramaproto/1.2.1/include -I/home/fabio/.linuxbrew/Cellar/libxrandr/1.5.0/include -I/home/fabio/.linuxbrew/Cellar/randrproto/1.5.0/include -I/home/fabio/.linuxbrew/Cellar/libxcursor/1.1.14/include -I/home/fabio/.linuxbrew/Cellar/libxcomposite/0.4.4/include -I/home/fabio/.linuxbrew/Cellar/compositeproto/0.4.2/include -I/home/fabio/.linuxbrew/Cellar/libxdamage/1.1.4/include -I/home/fabio/.linuxbrew/Cellar/damageproto/1.2.1/include -I/home/fabio/.linuxbrew/Cellar/libxfixes/5.0.1/include -I/home/fabio/.linuxbrew/Cellar/fixesproto/5.0/include -I/home/fabio/.linuxbrew/Cellar/gdk-pixbuf/2.32.3/include/gdk-pixbuf-2.0 -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/cairo/1.14.6_1/include/cairo -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/glib-2.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/lib/glib-2.0/include -I/home/fabio/.linuxbrew/Cellar/pixman/0.34.0/include/pixman-1 -I/home/fabio/.linuxbrew/Cellar/fontconfig/2.11.1_2/include -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -isystem/home/fabio/.linuxbrew/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -Os -w -pipe -march=core2 -Wall -c gdkscreen-x11.c -fPIC -DPIC -o .libs/gdkscreen-x11.o
libtool: compile: /usr/bin/gcc-4.9 -DHAVE_CONFIG_H -I. -I../.. -DG_LOG_DOMAIN=\"Gdk\" -DGDK_COMPILATION -I../.. -I../../gdk -I../../gdk -DG_DISABLE_CAST_CHECKS -DDISABLE_VISIBILITY -pthread -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/harfbuzz/1.2.6/include/harfbuzz -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/gio-unix-2.0/ -I/home/fabio/.linuxbrew/Cellar/libxinerama/1.1.3/include -I/home/fabio/.linuxbrew/Cellar/xineramaproto/1.2.1/include -I/home/fabio/.linuxbrew/Cellar/libxrandr/1.5.0/include -I/home/fabio/.linuxbrew/Cellar/randrproto/1.5.0/include -I/home/fabio/.linuxbrew/Cellar/libxcursor/1.1.14/include -I/home/fabio/.linuxbrew/Cellar/libxcomposite/0.4.4/include -I/home/fabio/.linuxbrew/Cellar/compositeproto/0.4.2/include -I/home/fabio/.linuxbrew/Cellar/libxdamage/1.1.4/include -I/home/fabio/.linuxbrew/Cellar/damageproto/1.2.1/include -I/home/fabio/.linuxbrew/Cellar/libxfixes/5.0.1/include -I/home/fabio/.linuxbrew/Cellar/fixesproto/5.0/include -I/home/fabio/.linuxbrew/Cellar/gdk-pixbuf/2.32.3/include/gdk-pixbuf-2.0 -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/cairo/1.14.6_1/include/cairo -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/glib-2.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/lib/glib-2.0/include -I/home/fabio/.linuxbrew/Cellar/pixman/0.34.0/include/pixman-1 -I/home/fabio/.linuxbrew/Cellar/fontconfig/2.11.1_2/include -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -isystem/home/fabio/.linuxbrew/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -Os -w -pipe -march=core2 -Wall -c gdkselection-x11.c -fPIC -DPIC -o .libs/gdkselection-x11.o
/bin/bash ../../libtool --tag=CC --mode=compile /usr/bin/gcc-4.9 -DHAVE_CONFIG_H -I. -I../.. -DG_LOG_DOMAIN=\"Gdk\" -DGDK_COMPILATION -I../.. -I../../gdk -I../../gdk -DG_DISABLE_CAST_CHECKS -DDISABLE_VISIBILITY -pthread -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/harfbuzz/1.2.6/include/harfbuzz -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/gio-unix-2.0/ -I/home/fabio/.linuxbrew/Cellar/libxinerama/1.1.3/include -I/home/fabio/.linuxbrew/Cellar/xineramaproto/1.2.1/include -I/home/fabio/.linuxbrew/Cellar/libxrandr/1.5.0/include -I/home/fabio/.linuxbrew/Cellar/randrproto/1.5.0/include -I/home/fabio/.linuxbrew/Cellar/libxcursor/1.1.14/include -I/home/fabio/.linuxbrew/Cellar/libxcomposite/0.4.4/include -I/home/fabio/.linuxbrew/Cellar/compositeproto/0.4.2/include -I/home/fabio/.linuxbrew/Cellar/libxdamage/1.1.4/include -I/home/fabio/.linuxbrew/Cellar/damageproto/1.2.1/include -I/home/fabio/.linuxbrew/Cellar/libxfixes/5.0.1/include -I/home/fabio/.linuxbrew/Cellar/fixesproto/5.0/include -I/home/fabio/.linuxbrew/Cellar/gdk-pixbuf/2.32.3/include/gdk-pixbuf-2.0 -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/cairo/1.14.6_1/include/cairo -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/glib-2.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/lib/glib-2.0/include -I/home/fabio/.linuxbrew/Cellar/pixman/0.34.0/include/pixman-1 -I/home/fabio/.linuxbrew/Cellar/fontconfig/2.11.1_2/include -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -isystem/home/fabio/.linuxbrew/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -Os -w -pipe -march=core2 -Wall -c -o gdkspawn-x11.lo gdkspawn-x11.c
/bin/bash ../../libtool --tag=CC --mode=compile /usr/bin/gcc-4.9 -DHAVE_CONFIG_H -I. -I../.. -DG_LOG_DOMAIN=\"Gdk\" -DGDK_COMPILATION -I../.. -I../../gdk -I../../gdk -DG_DISABLE_CAST_CHECKS -DDISABLE_VISIBILITY -pthread -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/harfbuzz/1.2.6/include/harfbuzz -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/gio-unix-2.0/ -I/home/fabio/.linuxbrew/Cellar/libxinerama/1.1.3/include -I/home/fabio/.linuxbrew/Cellar/xineramaproto/1.2.1/include -I/home/fabio/.linuxbrew/Cellar/libxrandr/1.5.0/include -I/home/fabio/.linuxbrew/Cellar/randrproto/1.5.0/include -I/home/fabio/.linuxbrew/Cellar/libxcursor/1.1.14/include -I/home/fabio/.linuxbrew/Cellar/libxcomposite/0.4.4/include -I/home/fabio/.linuxbrew/Cellar/compositeproto/0.4.2/include -I/home/fabio/.linuxbrew/Cellar/libxdamage/1.1.4/include -I/home/fabio/.linuxbrew/Cellar/damageproto/1.2.1/include -I/home/fabio/.linuxbrew/Cellar/libxfixes/5.0.1/include -I/home/fabio/.linuxbrew/Cellar/fixesproto/5.0/include -I/home/fabio/.linuxbrew/Cellar/gdk-pixbuf/2.32.3/include/gdk-pixbuf-2.0 -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/cairo/1.14.6_1/include/cairo -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/glib-2.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/lib/glib-2.0/include -I/home/fabio/.linuxbrew/Cellar/pixman/0.34.0/include/pixman-1 -I/home/fabio/.linuxbrew/Cellar/fontconfig/2.11.1_2/include -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -isystem/home/fabio/.linuxbrew/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -Os -w -pipe -march=core2 -Wall -c -o gdktestutils-x11.lo gdktestutils-x11.c
libtool: compile: /usr/bin/gcc-4.9 -DHAVE_CONFIG_H -I. -I../.. -DG_LOG_DOMAIN=\"Gdk\" -DGDK_COMPILATION -I../.. -I../../gdk -I../../gdk -DG_DISABLE_CAST_CHECKS -DDISABLE_VISIBILITY -pthread -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/harfbuzz/1.2.6/include/harfbuzz -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/gio-unix-2.0/ -I/home/fabio/.linuxbrew/Cellar/libxinerama/1.1.3/include -I/home/fabio/.linuxbrew/Cellar/xineramaproto/1.2.1/include -I/home/fabio/.linuxbrew/Cellar/libxrandr/1.5.0/include -I/home/fabio/.linuxbrew/Cellar/randrproto/1.5.0/include -I/home/fabio/.linuxbrew/Cellar/libxcursor/1.1.14/include -I/home/fabio/.linuxbrew/Cellar/libxcomposite/0.4.4/include -I/home/fabio/.linuxbrew/Cellar/compositeproto/0.4.2/include -I/home/fabio/.linuxbrew/Cellar/libxdamage/1.1.4/include -I/home/fabio/.linuxbrew/Cellar/damageproto/1.2.1/include -I/home/fabio/.linuxbrew/Cellar/libxfixes/5.0.1/include -I/home/fabio/.linuxbrew/Cellar/fixesproto/5.0/include -I/home/fabio/.linuxbrew/Cellar/gdk-pixbuf/2.32.3/include/gdk-pixbuf-2.0 -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/cairo/1.14.6_1/include/cairo -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/glib-2.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/lib/glib-2.0/include -I/home/fabio/.linuxbrew/Cellar/pixman/0.34.0/include/pixman-1 -I/home/fabio/.linuxbrew/Cellar/fontconfig/2.11.1_2/include -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -isystem/home/fabio/.linuxbrew/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -Os -w -pipe -march=core2 -Wall -c gdkspawn-x11.c -fPIC -DPIC -o .libs/gdkspawn-x11.o
libtool: compile: /usr/bin/gcc-4.9 -DHAVE_CONFIG_H -I. -I../.. -DG_LOG_DOMAIN=\"Gdk\" -DGDK_COMPILATION -I../.. -I../../gdk -I../../gdk -DG_DISABLE_CAST_CHECKS -DDISABLE_VISIBILITY -pthread -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/harfbuzz/1.2.6/include/harfbuzz -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/gio-unix-2.0/ -I/home/fabio/.linuxbrew/Cellar/libxinerama/1.1.3/include -I/home/fabio/.linuxbrew/Cellar/xineramaproto/1.2.1/include -I/home/fabio/.linuxbrew/Cellar/libxrandr/1.5.0/include -I/home/fabio/.linuxbrew/Cellar/randrproto/1.5.0/include -I/home/fabio/.linuxbrew/Cellar/libxcursor/1.1.14/include -I/home/fabio/.linuxbrew/Cellar/libxcomposite/0.4.4/include -I/home/fabio/.linuxbrew/Cellar/compositeproto/0.4.2/include -I/home/fabio/.linuxbrew/Cellar/libxdamage/1.1.4/include -I/home/fabio/.linuxbrew/Cellar/damageproto/1.2.1/include -I/home/fabio/.linuxbrew/Cellar/libxfixes/5.0.1/include -I/home/fabio/.linuxbrew/Cellar/fixesproto/5.0/include -I/home/fabio/.linuxbrew/Cellar/gdk-pixbuf/2.32.3/include/gdk-pixbuf-2.0 -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/cairo/1.14.6_1/include/cairo -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/glib-2.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/lib/glib-2.0/include -I/home/fabio/.linuxbrew/Cellar/pixman/0.34.0/include/pixman-1 -I/home/fabio/.linuxbrew/Cellar/fontconfig/2.11.1_2/include -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -isystem/home/fabio/.linuxbrew/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -Os -w -pipe -march=core2 -Wall -c gdktestutils-x11.c -fPIC -DPIC -o .libs/gdktestutils-x11.o
/bin/bash ../../libtool --tag=CC --mode=compile /usr/bin/gcc-4.9 -DHAVE_CONFIG_H -I. -I../.. -DG_LOG_DOMAIN=\"Gdk\" -DGDK_COMPILATION -I../.. -I../../gdk -I../../gdk -DG_DISABLE_CAST_CHECKS -DDISABLE_VISIBILITY -pthread -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/harfbuzz/1.2.6/include/harfbuzz -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/gio-unix-2.0/ -I/home/fabio/.linuxbrew/Cellar/libxinerama/1.1.3/include -I/home/fabio/.linuxbrew/Cellar/xineramaproto/1.2.1/include -I/home/fabio/.linuxbrew/Cellar/libxrandr/1.5.0/include -I/home/fabio/.linuxbrew/Cellar/randrproto/1.5.0/include -I/home/fabio/.linuxbrew/Cellar/libxcursor/1.1.14/include -I/home/fabio/.linuxbrew/Cellar/libxcomposite/0.4.4/include -I/home/fabio/.linuxbrew/Cellar/compositeproto/0.4.2/include -I/home/fabio/.linuxbrew/Cellar/libxdamage/1.1.4/include -I/home/fabio/.linuxbrew/Cellar/damageproto/1.2.1/include -I/home/fabio/.linuxbrew/Cellar/libxfixes/5.0.1/include -I/home/fabio/.linuxbrew/Cellar/fixesproto/5.0/include -I/home/fabio/.linuxbrew/Cellar/gdk-pixbuf/2.32.3/include/gdk-pixbuf-2.0 -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/cairo/1.14.6_1/include/cairo -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/glib-2.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/lib/glib-2.0/include -I/home/fabio/.linuxbrew/Cellar/pixman/0.34.0/include/pixman-1 -I/home/fabio/.linuxbrew/Cellar/fontconfig/2.11.1_2/include -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -isystem/home/fabio/.linuxbrew/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -Os -w -pipe -march=core2 -Wall -c -o gdkvisual-x11.lo gdkvisual-x11.c
/bin/bash ../../libtool --tag=CC --mode=compile /usr/bin/gcc-4.9 -DHAVE_CONFIG_H -I. -I../.. -DG_LOG_DOMAIN=\"Gdk\" -DGDK_COMPILATION -I../.. -I../../gdk -I../../gdk -DG_DISABLE_CAST_CHECKS -DDISABLE_VISIBILITY -pthread -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/harfbuzz/1.2.6/include/harfbuzz -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/gio-unix-2.0/ -I/home/fabio/.linuxbrew/Cellar/libxinerama/1.1.3/include -I/home/fabio/.linuxbrew/Cellar/xineramaproto/1.2.1/include -I/home/fabio/.linuxbrew/Cellar/libxrandr/1.5.0/include -I/home/fabio/.linuxbrew/Cellar/randrproto/1.5.0/include -I/home/fabio/.linuxbrew/Cellar/libxcursor/1.1.14/include -I/home/fabio/.linuxbrew/Cellar/libxcomposite/0.4.4/include -I/home/fabio/.linuxbrew/Cellar/compositeproto/0.4.2/include -I/home/fabio/.linuxbrew/Cellar/libxdamage/1.1.4/include -I/home/fabio/.linuxbrew/Cellar/damageproto/1.2.1/include -I/home/fabio/.linuxbrew/Cellar/libxfixes/5.0.1/include -I/home/fabio/.linuxbrew/Cellar/fixesproto/5.0/include -I/home/fabio/.linuxbrew/Cellar/gdk-pixbuf/2.32.3/include/gdk-pixbuf-2.0 -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/cairo/1.14.6_1/include/cairo -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/glib-2.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/lib/glib-2.0/include -I/home/fabio/.linuxbrew/Cellar/pixman/0.34.0/include/pixman-1 -I/home/fabio/.linuxbrew/Cellar/fontconfig/2.11.1_2/include -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -isystem/home/fabio/.linuxbrew/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -Os -w -pipe -march=core2 -Wall -c -o gdkwindow-x11.lo gdkwindow-x11.c
libtool: compile: /usr/bin/gcc-4.9 -DHAVE_CONFIG_H -I. -I../.. -DG_LOG_DOMAIN=\"Gdk\" -DGDK_COMPILATION -I../.. -I../../gdk -I../../gdk -DG_DISABLE_CAST_CHECKS -DDISABLE_VISIBILITY -pthread -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/harfbuzz/1.2.6/include/harfbuzz -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/gio-unix-2.0/ -I/home/fabio/.linuxbrew/Cellar/libxinerama/1.1.3/include -I/home/fabio/.linuxbrew/Cellar/xineramaproto/1.2.1/include -I/home/fabio/.linuxbrew/Cellar/libxrandr/1.5.0/include -I/home/fabio/.linuxbrew/Cellar/randrproto/1.5.0/include -I/home/fabio/.linuxbrew/Cellar/libxcursor/1.1.14/include -I/home/fabio/.linuxbrew/Cellar/libxcomposite/0.4.4/include -I/home/fabio/.linuxbrew/Cellar/compositeproto/0.4.2/include -I/home/fabio/.linuxbrew/Cellar/libxdamage/1.1.4/include -I/home/fabio/.linuxbrew/Cellar/damageproto/1.2.1/include -I/home/fabio/.linuxbrew/Cellar/libxfixes/5.0.1/include -I/home/fabio/.linuxbrew/Cellar/fixesproto/5.0/include -I/home/fabio/.linuxbrew/Cellar/gdk-pixbuf/2.32.3/include/gdk-pixbuf-2.0 -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/cairo/1.14.6_1/include/cairo -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/glib-2.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/lib/glib-2.0/include -I/home/fabio/.linuxbrew/Cellar/pixman/0.34.0/include/pixman-1 -I/home/fabio/.linuxbrew/Cellar/fontconfig/2.11.1_2/include -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -isystem/home/fabio/.linuxbrew/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -Os -w -pipe -march=core2 -Wall -c gdkvisual-x11.c -fPIC -DPIC -o .libs/gdkvisual-x11.o
libtool: compile: /usr/bin/gcc-4.9 -DHAVE_CONFIG_H -I. -I../.. -DG_LOG_DOMAIN=\"Gdk\" -DGDK_COMPILATION -I../.. -I../../gdk -I../../gdk -DG_DISABLE_CAST_CHECKS -DDISABLE_VISIBILITY -pthread -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/harfbuzz/1.2.6/include/harfbuzz -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/gio-unix-2.0/ -I/home/fabio/.linuxbrew/Cellar/libxinerama/1.1.3/include -I/home/fabio/.linuxbrew/Cellar/xineramaproto/1.2.1/include -I/home/fabio/.linuxbrew/Cellar/libxrandr/1.5.0/include -I/home/fabio/.linuxbrew/Cellar/randrproto/1.5.0/include -I/home/fabio/.linuxbrew/Cellar/libxcursor/1.1.14/include -I/home/fabio/.linuxbrew/Cellar/libxcomposite/0.4.4/include -I/home/fabio/.linuxbrew/Cellar/compositeproto/0.4.2/include -I/home/fabio/.linuxbrew/Cellar/libxdamage/1.1.4/include -I/home/fabio/.linuxbrew/Cellar/damageproto/1.2.1/include -I/home/fabio/.linuxbrew/Cellar/libxfixes/5.0.1/include -I/home/fabio/.linuxbrew/Cellar/fixesproto/5.0/include -I/home/fabio/.linuxbrew/Cellar/gdk-pixbuf/2.32.3/include/gdk-pixbuf-2.0 -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/cairo/1.14.6_1/include/cairo -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/glib-2.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/lib/glib-2.0/include -I/home/fabio/.linuxbrew/Cellar/pixman/0.34.0/include/pixman-1 -I/home/fabio/.linuxbrew/Cellar/fontconfig/2.11.1_2/include -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -isystem/home/fabio/.linuxbrew/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -Os -w -pipe -march=core2 -Wall -c gdkwindow-x11.c -fPIC -DPIC -o .libs/gdkwindow-x11.o
/bin/bash ../../libtool --tag=CC --mode=compile /usr/bin/gcc-4.9 -DHAVE_CONFIG_H -I. -I../.. -DG_LOG_DOMAIN=\"Gdk\" -DGDK_COMPILATION -I../.. -I../../gdk -I../../gdk -DG_DISABLE_CAST_CHECKS -DDISABLE_VISIBILITY -pthread -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/harfbuzz/1.2.6/include/harfbuzz -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/gio-unix-2.0/ -I/home/fabio/.linuxbrew/Cellar/libxinerama/1.1.3/include -I/home/fabio/.linuxbrew/Cellar/xineramaproto/1.2.1/include -I/home/fabio/.linuxbrew/Cellar/libxrandr/1.5.0/include -I/home/fabio/.linuxbrew/Cellar/randrproto/1.5.0/include -I/home/fabio/.linuxbrew/Cellar/libxcursor/1.1.14/include -I/home/fabio/.linuxbrew/Cellar/libxcomposite/0.4.4/include -I/home/fabio/.linuxbrew/Cellar/compositeproto/0.4.2/include -I/home/fabio/.linuxbrew/Cellar/libxdamage/1.1.4/include -I/home/fabio/.linuxbrew/Cellar/damageproto/1.2.1/include -I/home/fabio/.linuxbrew/Cellar/libxfixes/5.0.1/include -I/home/fabio/.linuxbrew/Cellar/fixesproto/5.0/include -I/home/fabio/.linuxbrew/Cellar/gdk-pixbuf/2.32.3/include/gdk-pixbuf-2.0 -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/cairo/1.14.6_1/include/cairo -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/glib-2.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/lib/glib-2.0/include -I/home/fabio/.linuxbrew/Cellar/pixman/0.34.0/include/pixman-1 -I/home/fabio/.linuxbrew/Cellar/fontconfig/2.11.1_2/include -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -isystem/home/fabio/.linuxbrew/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -Os -w -pipe -march=core2 -Wall -c -o gdkxftdefaults.lo gdkxftdefaults.c
libtool: compile: /usr/bin/gcc-4.9 -DHAVE_CONFIG_H -I. -I../.. -DG_LOG_DOMAIN=\"Gdk\" -DGDK_COMPILATION -I../.. -I../../gdk -I../../gdk -DG_DISABLE_CAST_CHECKS -DDISABLE_VISIBILITY -pthread -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/harfbuzz/1.2.6/include/harfbuzz -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/gio-unix-2.0/ -I/home/fabio/.linuxbrew/Cellar/libxinerama/1.1.3/include -I/home/fabio/.linuxbrew/Cellar/xineramaproto/1.2.1/include -I/home/fabio/.linuxbrew/Cellar/libxrandr/1.5.0/include -I/home/fabio/.linuxbrew/Cellar/randrproto/1.5.0/include -I/home/fabio/.linuxbrew/Cellar/libxcursor/1.1.14/include -I/home/fabio/.linuxbrew/Cellar/libxcomposite/0.4.4/include -I/home/fabio/.linuxbrew/Cellar/compositeproto/0.4.2/include -I/home/fabio/.linuxbrew/Cellar/libxdamage/1.1.4/include -I/home/fabio/.linuxbrew/Cellar/damageproto/1.2.1/include -I/home/fabio/.linuxbrew/Cellar/libxfixes/5.0.1/include -I/home/fabio/.linuxbrew/Cellar/fixesproto/5.0/include -I/home/fabio/.linuxbrew/Cellar/gdk-pixbuf/2.32.3/include/gdk-pixbuf-2.0 -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/cairo/1.14.6_1/include/cairo -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/glib-2.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/lib/glib-2.0/include -I/home/fabio/.linuxbrew/Cellar/pixman/0.34.0/include/pixman-1 -I/home/fabio/.linuxbrew/Cellar/fontconfig/2.11.1_2/include -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -isystem/home/fabio/.linuxbrew/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -Os -w -pipe -march=core2 -Wall -c gdkxftdefaults.c -fPIC -DPIC -o .libs/gdkxftdefaults.o
/bin/bash ../../libtool --tag=CC --mode=compile /usr/bin/gcc-4.9 -DHAVE_CONFIG_H -I. -I../.. -DG_LOG_DOMAIN=\"Gdk\" -DGDK_COMPILATION -I../.. -I../../gdk -I../../gdk -DG_DISABLE_CAST_CHECKS -DDISABLE_VISIBILITY -pthread -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/harfbuzz/1.2.6/include/harfbuzz -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/gio-unix-2.0/ -I/home/fabio/.linuxbrew/Cellar/libxinerama/1.1.3/include -I/home/fabio/.linuxbrew/Cellar/xineramaproto/1.2.1/include -I/home/fabio/.linuxbrew/Cellar/libxrandr/1.5.0/include -I/home/fabio/.linuxbrew/Cellar/randrproto/1.5.0/include -I/home/fabio/.linuxbrew/Cellar/libxcursor/1.1.14/include -I/home/fabio/.linuxbrew/Cellar/libxcomposite/0.4.4/include -I/home/fabio/.linuxbrew/Cellar/compositeproto/0.4.2/include -I/home/fabio/.linuxbrew/Cellar/libxdamage/1.1.4/include -I/home/fabio/.linuxbrew/Cellar/damageproto/1.2.1/include -I/home/fabio/.linuxbrew/Cellar/libxfixes/5.0.1/include -I/home/fabio/.linuxbrew/Cellar/fixesproto/5.0/include -I/home/fabio/.linuxbrew/Cellar/gdk-pixbuf/2.32.3/include/gdk-pixbuf-2.0 -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/cairo/1.14.6_1/include/cairo -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/glib-2.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/lib/glib-2.0/include -I/home/fabio/.linuxbrew/Cellar/pixman/0.34.0/include/pixman-1 -I/home/fabio/.linuxbrew/Cellar/fontconfig/2.11.1_2/include -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -isystem/home/fabio/.linuxbrew/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -Os -w -pipe -march=core2 -Wall -c -o gdkxid.lo gdkxid.c
/bin/bash ../../libtool --tag=CC --mode=compile /usr/bin/gcc-4.9 -DHAVE_CONFIG_H -I. -I../.. -DG_LOG_DOMAIN=\"Gdk\" -DGDK_COMPILATION -I../.. -I../../gdk -I../../gdk -DG_DISABLE_CAST_CHECKS -DDISABLE_VISIBILITY -pthread -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/harfbuzz/1.2.6/include/harfbuzz -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/gio-unix-2.0/ -I/home/fabio/.linuxbrew/Cellar/libxinerama/1.1.3/include -I/home/fabio/.linuxbrew/Cellar/xineramaproto/1.2.1/include -I/home/fabio/.linuxbrew/Cellar/libxrandr/1.5.0/include -I/home/fabio/.linuxbrew/Cellar/randrproto/1.5.0/include -I/home/fabio/.linuxbrew/Cellar/libxcursor/1.1.14/include -I/home/fabio/.linuxbrew/Cellar/libxcomposite/0.4.4/include -I/home/fabio/.linuxbrew/Cellar/compositeproto/0.4.2/include -I/home/fabio/.linuxbrew/Cellar/libxdamage/1.1.4/include -I/home/fabio/.linuxbrew/Cellar/damageproto/1.2.1/include -I/home/fabio/.linuxbrew/Cellar/libxfixes/5.0.1/include -I/home/fabio/.linuxbrew/Cellar/fixesproto/5.0/include -I/home/fabio/.linuxbrew/Cellar/gdk-pixbuf/2.32.3/include/gdk-pixbuf-2.0 -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/cairo/1.14.6_1/include/cairo -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/glib-2.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/lib/glib-2.0/include -I/home/fabio/.linuxbrew/Cellar/pixman/0.34.0/include/pixman-1 -I/home/fabio/.linuxbrew/Cellar/fontconfig/2.11.1_2/include -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -isystem/home/fabio/.linuxbrew/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -Os -w -pipe -march=core2 -Wall -c -o xsettings-client.lo xsettings-client.c
libtool: compile: /usr/bin/gcc-4.9 -DHAVE_CONFIG_H -I. -I../.. -DG_LOG_DOMAIN=\"Gdk\" -DGDK_COMPILATION -I../.. -I../../gdk -I../../gdk -DG_DISABLE_CAST_CHECKS -DDISABLE_VISIBILITY -pthread -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/harfbuzz/1.2.6/include/harfbuzz -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/gio-unix-2.0/ -I/home/fabio/.linuxbrew/Cellar/libxinerama/1.1.3/include -I/home/fabio/.linuxbrew/Cellar/xineramaproto/1.2.1/include -I/home/fabio/.linuxbrew/Cellar/libxrandr/1.5.0/include -I/home/fabio/.linuxbrew/Cellar/randrproto/1.5.0/include -I/home/fabio/.linuxbrew/Cellar/libxcursor/1.1.14/include -I/home/fabio/.linuxbrew/Cellar/libxcomposite/0.4.4/include -I/home/fabio/.linuxbrew/Cellar/compositeproto/0.4.2/include -I/home/fabio/.linuxbrew/Cellar/libxdamage/1.1.4/include -I/home/fabio/.linuxbrew/Cellar/damageproto/1.2.1/include -I/home/fabio/.linuxbrew/Cellar/libxfixes/5.0.1/include -I/home/fabio/.linuxbrew/Cellar/fixesproto/5.0/include -I/home/fabio/.linuxbrew/Cellar/gdk-pixbuf/2.32.3/include/gdk-pixbuf-2.0 -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/cairo/1.14.6_1/include/cairo -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/glib-2.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/lib/glib-2.0/include -I/home/fabio/.linuxbrew/Cellar/pixman/0.34.0/include/pixman-1 -I/home/fabio/.linuxbrew/Cellar/fontconfig/2.11.1_2/include -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -isystem/home/fabio/.linuxbrew/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -Os -w -pipe -march=core2 -Wall -c gdkxid.c -fPIC -DPIC -o .libs/gdkxid.o
libtool: compile: /usr/bin/gcc-4.9 -DHAVE_CONFIG_H -I. -I../.. -DG_LOG_DOMAIN=\"Gdk\" -DGDK_COMPILATION -I../.. -I../../gdk -I../../gdk -DG_DISABLE_CAST_CHECKS -DDISABLE_VISIBILITY -pthread -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/harfbuzz/1.2.6/include/harfbuzz -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/gio-unix-2.0/ -I/home/fabio/.linuxbrew/Cellar/libxinerama/1.1.3/include -I/home/fabio/.linuxbrew/Cellar/xineramaproto/1.2.1/include -I/home/fabio/.linuxbrew/Cellar/libxrandr/1.5.0/include -I/home/fabio/.linuxbrew/Cellar/randrproto/1.5.0/include -I/home/fabio/.linuxbrew/Cellar/libxcursor/1.1.14/include -I/home/fabio/.linuxbrew/Cellar/libxcomposite/0.4.4/include -I/home/fabio/.linuxbrew/Cellar/compositeproto/0.4.2/include -I/home/fabio/.linuxbrew/Cellar/libxdamage/1.1.4/include -I/home/fabio/.linuxbrew/Cellar/damageproto/1.2.1/include -I/home/fabio/.linuxbrew/Cellar/libxfixes/5.0.1/include -I/home/fabio/.linuxbrew/Cellar/fixesproto/5.0/include -I/home/fabio/.linuxbrew/Cellar/gdk-pixbuf/2.32.3/include/gdk-pixbuf-2.0 -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/cairo/1.14.6_1/include/cairo -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/glib-2.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/lib/glib-2.0/include -I/home/fabio/.linuxbrew/Cellar/pixman/0.34.0/include/pixman-1 -I/home/fabio/.linuxbrew/Cellar/fontconfig/2.11.1_2/include -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -isystem/home/fabio/.linuxbrew/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -Os -w -pipe -march=core2 -Wall -c xsettings-client.c -fPIC -DPIC -o .libs/xsettings-client.o
/bin/bash ../../libtool --tag=CC --mode=compile /usr/bin/gcc-4.9 -DHAVE_CONFIG_H -I. -I../.. -DG_LOG_DOMAIN=\"Gdk\" -DGDK_COMPILATION -I../.. -I../../gdk -I../../gdk -DG_DISABLE_CAST_CHECKS -DDISABLE_VISIBILITY -pthread -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/harfbuzz/1.2.6/include/harfbuzz -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/gio-unix-2.0/ -I/home/fabio/.linuxbrew/Cellar/libxinerama/1.1.3/include -I/home/fabio/.linuxbrew/Cellar/xineramaproto/1.2.1/include -I/home/fabio/.linuxbrew/Cellar/libxrandr/1.5.0/include -I/home/fabio/.linuxbrew/Cellar/randrproto/1.5.0/include -I/home/fabio/.linuxbrew/Cellar/libxcursor/1.1.14/include -I/home/fabio/.linuxbrew/Cellar/libxcomposite/0.4.4/include -I/home/fabio/.linuxbrew/Cellar/compositeproto/0.4.2/include -I/home/fabio/.linuxbrew/Cellar/libxdamage/1.1.4/include -I/home/fabio/.linuxbrew/Cellar/damageproto/1.2.1/include -I/home/fabio/.linuxbrew/Cellar/libxfixes/5.0.1/include -I/home/fabio/.linuxbrew/Cellar/fixesproto/5.0/include -I/home/fabio/.linuxbrew/Cellar/gdk-pixbuf/2.32.3/include/gdk-pixbuf-2.0 -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/cairo/1.14.6_1/include/cairo -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/glib-2.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/lib/glib-2.0/include -I/home/fabio/.linuxbrew/Cellar/pixman/0.34.0/include/pixman-1 -I/home/fabio/.linuxbrew/Cellar/fontconfig/2.11.1_2/include -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -isystem/home/fabio/.linuxbrew/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -Os -w -pipe -march=core2 -Wall -c -o xsettings-common.lo xsettings-common.c
/bin/bash ../../libtool --tag=CC --mode=compile /usr/bin/gcc-4.9 -DHAVE_CONFIG_H -I. -I../.. -DG_LOG_DOMAIN=\"Gdk\" -DGDK_COMPILATION -I../.. -I../../gdk -I../../gdk -DG_DISABLE_CAST_CHECKS -DDISABLE_VISIBILITY -pthread -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/harfbuzz/1.2.6/include/harfbuzz -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/gio-unix-2.0/ -I/home/fabio/.linuxbrew/Cellar/libxinerama/1.1.3/include -I/home/fabio/.linuxbrew/Cellar/xineramaproto/1.2.1/include -I/home/fabio/.linuxbrew/Cellar/libxrandr/1.5.0/include -I/home/fabio/.linuxbrew/Cellar/randrproto/1.5.0/include -I/home/fabio/.linuxbrew/Cellar/libxcursor/1.1.14/include -I/home/fabio/.linuxbrew/Cellar/libxcomposite/0.4.4/include -I/home/fabio/.linuxbrew/Cellar/compositeproto/0.4.2/include -I/home/fabio/.linuxbrew/Cellar/libxdamage/1.1.4/include -I/home/fabio/.linuxbrew/Cellar/damageproto/1.2.1/include -I/home/fabio/.linuxbrew/Cellar/libxfixes/5.0.1/include -I/home/fabio/.linuxbrew/Cellar/fixesproto/5.0/include -I/home/fabio/.linuxbrew/Cellar/gdk-pixbuf/2.32.3/include/gdk-pixbuf-2.0 -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/cairo/1.14.6_1/include/cairo -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/glib-2.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/lib/glib-2.0/include -I/home/fabio/.linuxbrew/Cellar/pixman/0.34.0/include/pixman-1 -I/home/fabio/.linuxbrew/Cellar/fontconfig/2.11.1_2/include -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -isystem/home/fabio/.linuxbrew/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -Os -w -pipe -march=core2 -Wall -c -o gdkinput-none.lo gdkinput-none.c
libtool: compile: /usr/bin/gcc-4.9 -DHAVE_CONFIG_H -I. -I../.. -DG_LOG_DOMAIN=\"Gdk\" -DGDK_COMPILATION -I../.. -I../../gdk -I../../gdk -DG_DISABLE_CAST_CHECKS -DDISABLE_VISIBILITY -pthread -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/harfbuzz/1.2.6/include/harfbuzz -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/gio-unix-2.0/ -I/home/fabio/.linuxbrew/Cellar/libxinerama/1.1.3/include -I/home/fabio/.linuxbrew/Cellar/xineramaproto/1.2.1/include -I/home/fabio/.linuxbrew/Cellar/libxrandr/1.5.0/include -I/home/fabio/.linuxbrew/Cellar/randrproto/1.5.0/include -I/home/fabio/.linuxbrew/Cellar/libxcursor/1.1.14/include -I/home/fabio/.linuxbrew/Cellar/libxcomposite/0.4.4/include -I/home/fabio/.linuxbrew/Cellar/compositeproto/0.4.2/include -I/home/fabio/.linuxbrew/Cellar/libxdamage/1.1.4/include -I/home/fabio/.linuxbrew/Cellar/damageproto/1.2.1/include -I/home/fabio/.linuxbrew/Cellar/libxfixes/5.0.1/include -I/home/fabio/.linuxbrew/Cellar/fixesproto/5.0/include -I/home/fabio/.linuxbrew/Cellar/gdk-pixbuf/2.32.3/include/gdk-pixbuf-2.0 -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/cairo/1.14.6_1/include/cairo -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/glib-2.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/lib/glib-2.0/include -I/home/fabio/.linuxbrew/Cellar/pixman/0.34.0/include/pixman-1 -I/home/fabio/.linuxbrew/Cellar/fontconfig/2.11.1_2/include -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -isystem/home/fabio/.linuxbrew/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -Os -w -pipe -march=core2 -Wall -c xsettings-common.c -fPIC -DPIC -o .libs/xsettings-common.o
libtool: compile: /usr/bin/gcc-4.9 -DHAVE_CONFIG_H -I. -I../.. -DG_LOG_DOMAIN=\"Gdk\" -DGDK_COMPILATION -I../.. -I../../gdk -I../../gdk -DG_DISABLE_CAST_CHECKS -DDISABLE_VISIBILITY -pthread -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/harfbuzz/1.2.6/include/harfbuzz -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/gio-unix-2.0/ -I/home/fabio/.linuxbrew/Cellar/libxinerama/1.1.3/include -I/home/fabio/.linuxbrew/Cellar/xineramaproto/1.2.1/include -I/home/fabio/.linuxbrew/Cellar/libxrandr/1.5.0/include -I/home/fabio/.linuxbrew/Cellar/randrproto/1.5.0/include -I/home/fabio/.linuxbrew/Cellar/libxcursor/1.1.14/include -I/home/fabio/.linuxbrew/Cellar/libxcomposite/0.4.4/include -I/home/fabio/.linuxbrew/Cellar/compositeproto/0.4.2/include -I/home/fabio/.linuxbrew/Cellar/libxdamage/1.1.4/include -I/home/fabio/.linuxbrew/Cellar/damageproto/1.2.1/include -I/home/fabio/.linuxbrew/Cellar/libxfixes/5.0.1/include -I/home/fabio/.linuxbrew/Cellar/fixesproto/5.0/include -I/home/fabio/.linuxbrew/Cellar/gdk-pixbuf/2.32.3/include/gdk-pixbuf-2.0 -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/cairo/1.14.6_1/include/cairo -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/glib-2.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/lib/glib-2.0/include -I/home/fabio/.linuxbrew/Cellar/pixman/0.34.0/include/pixman-1 -I/home/fabio/.linuxbrew/Cellar/fontconfig/2.11.1_2/include -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -isystem/home/fabio/.linuxbrew/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -Os -w -pipe -march=core2 -Wall -c gdkinput-none.c -fPIC -DPIC -o .libs/gdkinput-none.o
/usr/bin/gcc-4.9 -DHAVE_CONFIG_H -I. -I../.. -DG_LOG_DOMAIN=\"Gdk\" -DGDK_COMPILATION -I../.. -I../../gdk -I../../gdk -DG_DISABLE_CAST_CHECKS -DDISABLE_VISIBILITY -pthread -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/harfbuzz/1.2.6/include/harfbuzz -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/gio-unix-2.0/ -I/home/fabio/.linuxbrew/Cellar/libxinerama/1.1.3/include -I/home/fabio/.linuxbrew/Cellar/xineramaproto/1.2.1/include -I/home/fabio/.linuxbrew/Cellar/libxrandr/1.5.0/include -I/home/fabio/.linuxbrew/Cellar/randrproto/1.5.0/include -I/home/fabio/.linuxbrew/Cellar/libxcursor/1.1.14/include -I/home/fabio/.linuxbrew/Cellar/libxcomposite/0.4.4/include -I/home/fabio/.linuxbrew/Cellar/compositeproto/0.4.2/include -I/home/fabio/.linuxbrew/Cellar/libxdamage/1.1.4/include -I/home/fabio/.linuxbrew/Cellar/damageproto/1.2.1/include -I/home/fabio/.linuxbrew/Cellar/libxfixes/5.0.1/include -I/home/fabio/.linuxbrew/Cellar/fixesproto/5.0/include -I/home/fabio/.linuxbrew/Cellar/gdk-pixbuf/2.32.3/include/gdk-pixbuf-2.0 -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/cairo/1.14.6_1/include/cairo -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/glib-2.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/lib/glib-2.0/include -I/home/fabio/.linuxbrew/Cellar/pixman/0.34.0/include/pixman-1 -I/home/fabio/.linuxbrew/Cellar/fontconfig/2.11.1_2/include -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -isystem/home/fabio/.linuxbrew/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -Os -w -pipe -march=core2 -Wall -c -o checksettings.o checksettings.c
/bin/bash ../../libtool --tag=CC --mode=link /usr/bin/gcc-4.9 -Os -w -pipe -march=core2 -Wall -L/home/fabio/.linuxbrew/lib -Wl,--dynamic-linker=/home/fabio/.linuxbrew/lib/ld.so -Wl,-rpath,/home/fabio/.linuxbrew/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/bash ../../libtool --tag=CC --mode=link /usr/bin/gcc-4.9 -Os -w -pipe -march=core2 -Wall -L/home/fabio/.linuxbrew/lib -Wl,--dynamic-linker=/home/fabio/.linuxbrew/lib/ld.so -Wl,-rpath,/home/fabio/.linuxbrew/lib -o checksettings checksettings.o libgdk-x11.la -L/home/fabio/.linuxbrew/Cellar/glib/2.46.2/lib -lgobject-2.0 -lgmodule-2.0 -pthread -lgthread-2.0 -pthread -lglib-2.0
libtool: link: /usr/bin/gcc-4.9 -Os -w -pipe -march=core2 -Wall -Wl,--dynamic-linker=/home/fabio/.linuxbrew/lib/ld.so -Wl,-rpath -Wl,/home/fabio/.linuxbrew/lib -o checksettings checksettings.o -pthread -pthread -L/home/fabio/.linuxbrew/lib ./.libs/libgdk-x11.a -L/home/fabio/.linuxbrew/Cellar/glib/2.46.2/lib -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lglib-2.0 -pthread
make[4]: Entering directory `/tmp/gtk+-20160502-17180-1cv3cj0/gtk+-2.24.30/gdk/x11'
make[4]: Nothing to be done for `install-exec-am'.
/bin/mkdir -p '/home/fabio/.linuxbrew/Cellar/gtk+/2.24.30/include/gtk-2.0/gdk'
/usr/bin/install -c -m 644 gdkx.h '/home/fabio/.linuxbrew/Cellar/gtk+/2.24.30/include/gtk-2.0/gdk'
make[4]: Leaving directory `/tmp/gtk+-20160502-17180-1cv3cj0/gtk+-2.24.30/gdk/x11'
make[3]: Leaving directory `/tmp/gtk+-20160502-17180-1cv3cj0/gtk+-2.24.30/gdk/x11'
Making install in .
make[3]: Entering directory `/tmp/gtk+-20160502-17180-1cv3cj0/gtk+-2.24.30/gdk'
/bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc-4.9 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Gdk\" -DGDK_COMPILATION -I.. -I.. -I../gdk -DG_DISABLE_CAST_CHECKS -DDISABLE_VISIBILITY -pthread -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/harfbuzz/1.2.6/include/harfbuzz -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/gio-unix-2.0/ -I/home/fabio/.linuxbrew/Cellar/libxinerama/1.1.3/include -I/home/fabio/.linuxbrew/Cellar/xineramaproto/1.2.1/include -I/home/fabio/.linuxbrew/Cellar/libxrandr/1.5.0/include -I/home/fabio/.linuxbrew/Cellar/randrproto/1.5.0/include -I/home/fabio/.linuxbrew/Cellar/libxcursor/1.1.14/include -I/home/fabio/.linuxbrew/Cellar/libxcomposite/0.4.4/include -I/home/fabio/.linuxbrew/Cellar/compositeproto/0.4.2/include -I/home/fabio/.linuxbrew/Cellar/libxdamage/1.1.4/include -I/home/fabio/.linuxbrew/Cellar/damageproto/1.2.1/include -I/home/fabio/.linuxbrew/Cellar/libxfixes/5.0.1/include -I/home/fabio/.linuxbrew/Cellar/fixesproto/5.0/include -I/home/fabio/.linuxbrew/Cellar/gdk-pixbuf/2.32.3/include/gdk-pixbuf-2.0 -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/cairo/1.14.6_1/include/cairo -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/glib-2.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/lib/glib-2.0/include -I/home/fabio/.linuxbrew/Cellar/pixman/0.34.0/include/pixman-1 -I/home/fabio/.linuxbrew/Cellar/fontconfig/2.11.1_2/include -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -isystem/home/fabio/.linuxbrew/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -Os -w -pipe -march=core2 -Wall -c -o gdk.lo gdk.c
/bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc-4.9 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Gdk\" -DGDK_COMPILATION -I.. -I.. -I../gdk -DG_DISABLE_CAST_CHECKS -DDISABLE_VISIBILITY -pthread -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/harfbuzz/1.2.6/include/harfbuzz -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/gio-unix-2.0/ -I/home/fabio/.linuxbrew/Cellar/libxinerama/1.1.3/include -I/home/fabio/.linuxbrew/Cellar/xineramaproto/1.2.1/include -I/home/fabio/.linuxbrew/Cellar/libxrandr/1.5.0/include -I/home/fabio/.linuxbrew/Cellar/randrproto/1.5.0/include -I/home/fabio/.linuxbrew/Cellar/libxcursor/1.1.14/include -I/home/fabio/.linuxbrew/Cellar/libxcomposite/0.4.4/include -I/home/fabio/.linuxbrew/Cellar/compositeproto/0.4.2/include -I/home/fabio/.linuxbrew/Cellar/libxdamage/1.1.4/include -I/home/fabio/.linuxbrew/Cellar/damageproto/1.2.1/include -I/home/fabio/.linuxbrew/Cellar/libxfixes/5.0.1/include -I/home/fabio/.linuxbrew/Cellar/fixesproto/5.0/include -I/home/fabio/.linuxbrew/Cellar/gdk-pixbuf/2.32.3/include/gdk-pixbuf-2.0 -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/cairo/1.14.6_1/include/cairo -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/glib-2.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/lib/glib-2.0/include -I/home/fabio/.linuxbrew/Cellar/pixman/0.34.0/include/pixman-1 -I/home/fabio/.linuxbrew/Cellar/fontconfig/2.11.1_2/include -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -isystem/home/fabio/.linuxbrew/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -Os -w -pipe -march=core2 -Wall -c -o gdkapplaunchcontext.lo gdkapplaunchcontext.c
libtool: compile: /usr/bin/gcc-4.9 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Gdk\" -DGDK_COMPILATION -I.. -I.. -I../gdk -DG_DISABLE_CAST_CHECKS -DDISABLE_VISIBILITY -pthread -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/harfbuzz/1.2.6/include/harfbuzz -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/gio-unix-2.0/ -I/home/fabio/.linuxbrew/Cellar/libxinerama/1.1.3/include -I/home/fabio/.linuxbrew/Cellar/xineramaproto/1.2.1/include -I/home/fabio/.linuxbrew/Cellar/libxrandr/1.5.0/include -I/home/fabio/.linuxbrew/Cellar/randrproto/1.5.0/include -I/home/fabio/.linuxbrew/Cellar/libxcursor/1.1.14/include -I/home/fabio/.linuxbrew/Cellar/libxcomposite/0.4.4/include -I/home/fabio/.linuxbrew/Cellar/compositeproto/0.4.2/include -I/home/fabio/.linuxbrew/Cellar/libxdamage/1.1.4/include -I/home/fabio/.linuxbrew/Cellar/damageproto/1.2.1/include -I/home/fabio/.linuxbrew/Cellar/libxfixes/5.0.1/include -I/home/fabio/.linuxbrew/Cellar/fixesproto/5.0/include -I/home/fabio/.linuxbrew/Cellar/gdk-pixbuf/2.32.3/include/gdk-pixbuf-2.0 -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/cairo/1.14.6_1/include/cairo -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/glib-2.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/lib/glib-2.0/include -I/home/fabio/.linuxbrew/Cellar/pixman/0.34.0/include/pixman-1 -I/home/fabio/.linuxbrew/Cellar/fontconfig/2.11.1_2/include -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -isystem/home/fabio/.linuxbrew/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -Os -w -pipe -march=core2 -Wall -c gdk.c -fPIC -DPIC -o .libs/gdk.o
libtool: compile: /usr/bin/gcc-4.9 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Gdk\" -DGDK_COMPILATION -I.. -I.. -I../gdk -DG_DISABLE_CAST_CHECKS -DDISABLE_VISIBILITY -pthread -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/harfbuzz/1.2.6/include/harfbuzz -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/gio-unix-2.0/ -I/home/fabio/.linuxbrew/Cellar/libxinerama/1.1.3/include -I/home/fabio/.linuxbrew/Cellar/xineramaproto/1.2.1/include -I/home/fabio/.linuxbrew/Cellar/libxrandr/1.5.0/include -I/home/fabio/.linuxbrew/Cellar/randrproto/1.5.0/include -I/home/fabio/.linuxbrew/Cellar/libxcursor/1.1.14/include -I/home/fabio/.linuxbrew/Cellar/libxcomposite/0.4.4/include -I/home/fabio/.linuxbrew/Cellar/compositeproto/0.4.2/include -I/home/fabio/.linuxbrew/Cellar/libxdamage/1.1.4/include -I/home/fabio/.linuxbrew/Cellar/damageproto/1.2.1/include -I/home/fabio/.linuxbrew/Cellar/libxfixes/5.0.1/include -I/home/fabio/.linuxbrew/Cellar/fixesproto/5.0/include -I/home/fabio/.linuxbrew/Cellar/gdk-pixbuf/2.32.3/include/gdk-pixbuf-2.0 -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/cairo/1.14.6_1/include/cairo -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/glib-2.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/lib/glib-2.0/include -I/home/fabio/.linuxbrew/Cellar/pixman/0.34.0/include/pixman-1 -I/home/fabio/.linuxbrew/Cellar/fontconfig/2.11.1_2/include -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -isystem/home/fabio/.linuxbrew/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -Os -w -pipe -march=core2 -Wall -c gdkapplaunchcontext.c -fPIC -DPIC -o .libs/gdkapplaunchcontext.o
/bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc-4.9 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Gdk\" -DGDK_COMPILATION -I.. -I.. -I../gdk -DG_DISABLE_CAST_CHECKS -DDISABLE_VISIBILITY -pthread -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/harfbuzz/1.2.6/include/harfbuzz -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/gio-unix-2.0/ -I/home/fabio/.linuxbrew/Cellar/libxinerama/1.1.3/include -I/home/fabio/.linuxbrew/Cellar/xineramaproto/1.2.1/include -I/home/fabio/.linuxbrew/Cellar/libxrandr/1.5.0/include -I/home/fabio/.linuxbrew/Cellar/randrproto/1.5.0/include -I/home/fabio/.linuxbrew/Cellar/libxcursor/1.1.14/include -I/home/fabio/.linuxbrew/Cellar/libxcomposite/0.4.4/include -I/home/fabio/.linuxbrew/Cellar/compositeproto/0.4.2/include -I/home/fabio/.linuxbrew/Cellar/libxdamage/1.1.4/include -I/home/fabio/.linuxbrew/Cellar/damageproto/1.2.1/include -I/home/fabio/.linuxbrew/Cellar/libxfixes/5.0.1/include -I/home/fabio/.linuxbrew/Cellar/fixesproto/5.0/include -I/home/fabio/.linuxbrew/Cellar/gdk-pixbuf/2.32.3/include/gdk-pixbuf-2.0 -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/cairo/1.14.6_1/include/cairo -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/glib-2.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/lib/glib-2.0/include -I/home/fabio/.linuxbrew/Cellar/pixman/0.34.0/include/pixman-1 -I/home/fabio/.linuxbrew/Cellar/fontconfig/2.11.1_2/include -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -isystem/home/fabio/.linuxbrew/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -Os -w -pipe -march=core2 -Wall -c -o gdkcairo.lo gdkcairo.c
/bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc-4.9 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Gdk\" -DGDK_COMPILATION -I.. -I.. -I../gdk -DG_DISABLE_CAST_CHECKS -DDISABLE_VISIBILITY -pthread -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/harfbuzz/1.2.6/include/harfbuzz -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/gio-unix-2.0/ -I/home/fabio/.linuxbrew/Cellar/libxinerama/1.1.3/include -I/home/fabio/.linuxbrew/Cellar/xineramaproto/1.2.1/include -I/home/fabio/.linuxbrew/Cellar/libxrandr/1.5.0/include -I/home/fabio/.linuxbrew/Cellar/randrproto/1.5.0/include -I/home/fabio/.linuxbrew/Cellar/libxcursor/1.1.14/include -I/home/fabio/.linuxbrew/Cellar/libxcomposite/0.4.4/include -I/home/fabio/.linuxbrew/Cellar/compositeproto/0.4.2/include -I/home/fabio/.linuxbrew/Cellar/libxdamage/1.1.4/include -I/home/fabio/.linuxbrew/Cellar/damageproto/1.2.1/include -I/home/fabio/.linuxbrew/Cellar/libxfixes/5.0.1/include -I/home/fabio/.linuxbrew/Cellar/fixesproto/5.0/include -I/home/fabio/.linuxbrew/Cellar/gdk-pixbuf/2.32.3/include/gdk-pixbuf-2.0 -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/cairo/1.14.6_1/include/cairo -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/glib-2.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/lib/glib-2.0/include -I/home/fabio/.linuxbrew/Cellar/pixman/0.34.0/include/pixman-1 -I/home/fabio/.linuxbrew/Cellar/fontconfig/2.11.1_2/include -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -isystem/home/fabio/.linuxbrew/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -Os -w -pipe -march=core2 -Wall -c -o gdkcolor.lo gdkcolor.c
libtool: compile: /usr/bin/gcc-4.9 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Gdk\" -DGDK_COMPILATION -I.. -I.. -I../gdk -DG_DISABLE_CAST_CHECKS -DDISABLE_VISIBILITY -pthread -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/harfbuzz/1.2.6/include/harfbuzz -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/gio-unix-2.0/ -I/home/fabio/.linuxbrew/Cellar/libxinerama/1.1.3/include -I/home/fabio/.linuxbrew/Cellar/xineramaproto/1.2.1/include -I/home/fabio/.linuxbrew/Cellar/libxrandr/1.5.0/include -I/home/fabio/.linuxbrew/Cellar/randrproto/1.5.0/include -I/home/fabio/.linuxbrew/Cellar/libxcursor/1.1.14/include -I/home/fabio/.linuxbrew/Cellar/libxcomposite/0.4.4/include -I/home/fabio/.linuxbrew/Cellar/compositeproto/0.4.2/include -I/home/fabio/.linuxbrew/Cellar/libxdamage/1.1.4/include -I/home/fabio/.linuxbrew/Cellar/damageproto/1.2.1/include -I/home/fabio/.linuxbrew/Cellar/libxfixes/5.0.1/include -I/home/fabio/.linuxbrew/Cellar/fixesproto/5.0/include -I/home/fabio/.linuxbrew/Cellar/gdk-pixbuf/2.32.3/include/gdk-pixbuf-2.0 -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/cairo/1.14.6_1/include/cairo -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/glib-2.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/lib/glib-2.0/include -I/home/fabio/.linuxbrew/Cellar/pixman/0.34.0/include/pixman-1 -I/home/fabio/.linuxbrew/Cellar/fontconfig/2.11.1_2/include -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -isystem/home/fabio/.linuxbrew/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -Os -w -pipe -march=core2 -Wall -c gdkcairo.c -fPIC -DPIC -o .libs/gdkcairo.o
libtool: compile: /usr/bin/gcc-4.9 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Gdk\" -DGDK_COMPILATION -I.. -I.. -I../gdk -DG_DISABLE_CAST_CHECKS -DDISABLE_VISIBILITY -pthread -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/harfbuzz/1.2.6/include/harfbuzz -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/gio-unix-2.0/ -I/home/fabio/.linuxbrew/Cellar/libxinerama/1.1.3/include -I/home/fabio/.linuxbrew/Cellar/xineramaproto/1.2.1/include -I/home/fabio/.linuxbrew/Cellar/libxrandr/1.5.0/include -I/home/fabio/.linuxbrew/Cellar/randrproto/1.5.0/include -I/home/fabio/.linuxbrew/Cellar/libxcursor/1.1.14/include -I/home/fabio/.linuxbrew/Cellar/libxcomposite/0.4.4/include -I/home/fabio/.linuxbrew/Cellar/compositeproto/0.4.2/include -I/home/fabio/.linuxbrew/Cellar/libxdamage/1.1.4/include -I/home/fabio/.linuxbrew/Cellar/damageproto/1.2.1/include -I/home/fabio/.linuxbrew/Cellar/libxfixes/5.0.1/include -I/home/fabio/.linuxbrew/Cellar/fixesproto/5.0/include -I/home/fabio/.linuxbrew/Cellar/gdk-pixbuf/2.32.3/include/gdk-pixbuf-2.0 -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/cairo/1.14.6_1/include/cairo -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/glib-2.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/lib/glib-2.0/include -I/home/fabio/.linuxbrew/Cellar/pixman/0.34.0/include/pixman-1 -I/home/fabio/.linuxbrew/Cellar/fontconfig/2.11.1_2/include -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -isystem/home/fabio/.linuxbrew/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -Os -w -pipe -march=core2 -Wall -c gdkcolor.c -fPIC -DPIC -o .libs/gdkcolor.o
/bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc-4.9 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Gdk\" -DGDK_COMPILATION -I.. -I.. -I../gdk -DG_DISABLE_CAST_CHECKS -DDISABLE_VISIBILITY -pthread -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/harfbuzz/1.2.6/include/harfbuzz -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/gio-unix-2.0/ -I/home/fabio/.linuxbrew/Cellar/libxinerama/1.1.3/include -I/home/fabio/.linuxbrew/Cellar/xineramaproto/1.2.1/include -I/home/fabio/.linuxbrew/Cellar/libxrandr/1.5.0/include -I/home/fabio/.linuxbrew/Cellar/randrproto/1.5.0/include -I/home/fabio/.linuxbrew/Cellar/libxcursor/1.1.14/include -I/home/fabio/.linuxbrew/Cellar/libxcomposite/0.4.4/include -I/home/fabio/.linuxbrew/Cellar/compositeproto/0.4.2/include -I/home/fabio/.linuxbrew/Cellar/libxdamage/1.1.4/include -I/home/fabio/.linuxbrew/Cellar/damageproto/1.2.1/include -I/home/fabio/.linuxbrew/Cellar/libxfixes/5.0.1/include -I/home/fabio/.linuxbrew/Cellar/fixesproto/5.0/include -I/home/fabio/.linuxbrew/Cellar/gdk-pixbuf/2.32.3/include/gdk-pixbuf-2.0 -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/cairo/1.14.6_1/include/cairo -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/glib-2.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/lib/glib-2.0/include -I/home/fabio/.linuxbrew/Cellar/pixman/0.34.0/include/pixman-1 -I/home/fabio/.linuxbrew/Cellar/fontconfig/2.11.1_2/include -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -isystem/home/fabio/.linuxbrew/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -Os -w -pipe -march=core2 -Wall -c -o gdkcursor.lo gdkcursor.c
/bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc-4.9 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Gdk\" -DGDK_COMPILATION -I.. -I.. -I../gdk -DG_DISABLE_CAST_CHECKS -DDISABLE_VISIBILITY -pthread -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/harfbuzz/1.2.6/include/harfbuzz -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/gio-unix-2.0/ -I/home/fabio/.linuxbrew/Cellar/libxinerama/1.1.3/include -I/home/fabio/.linuxbrew/Cellar/xineramaproto/1.2.1/include -I/home/fabio/.linuxbrew/Cellar/libxrandr/1.5.0/include -I/home/fabio/.linuxbrew/Cellar/randrproto/1.5.0/include -I/home/fabio/.linuxbrew/Cellar/libxcursor/1.1.14/include -I/home/fabio/.linuxbrew/Cellar/libxcomposite/0.4.4/include -I/home/fabio/.linuxbrew/Cellar/compositeproto/0.4.2/include -I/home/fabio/.linuxbrew/Cellar/libxdamage/1.1.4/include -I/home/fabio/.linuxbrew/Cellar/damageproto/1.2.1/include -I/home/fabio/.linuxbrew/Cellar/libxfixes/5.0.1/include -I/home/fabio/.linuxbrew/Cellar/fixesproto/5.0/include -I/home/fabio/.linuxbrew/Cellar/gdk-pixbuf/2.32.3/include/gdk-pixbuf-2.0 -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/cairo/1.14.6_1/include/cairo -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/glib-2.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/lib/glib-2.0/include -I/home/fabio/.linuxbrew/Cellar/pixman/0.34.0/include/pixman-1 -I/home/fabio/.linuxbrew/Cellar/fontconfig/2.11.1_2/include -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -isystem/home/fabio/.linuxbrew/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -Os -w -pipe -march=core2 -Wall -c -o gdkdisplay.lo gdkdisplay.c
libtool: compile: /usr/bin/gcc-4.9 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Gdk\" -DGDK_COMPILATION -I.. -I.. -I../gdk -DG_DISABLE_CAST_CHECKS -DDISABLE_VISIBILITY -pthread -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/harfbuzz/1.2.6/include/harfbuzz -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/gio-unix-2.0/ -I/home/fabio/.linuxbrew/Cellar/libxinerama/1.1.3/include -I/home/fabio/.linuxbrew/Cellar/xineramaproto/1.2.1/include -I/home/fabio/.linuxbrew/Cellar/libxrandr/1.5.0/include -I/home/fabio/.linuxbrew/Cellar/randrproto/1.5.0/include -I/home/fabio/.linuxbrew/Cellar/libxcursor/1.1.14/include -I/home/fabio/.linuxbrew/Cellar/libxcomposite/0.4.4/include -I/home/fabio/.linuxbrew/Cellar/compositeproto/0.4.2/include -I/home/fabio/.linuxbrew/Cellar/libxdamage/1.1.4/include -I/home/fabio/.linuxbrew/Cellar/damageproto/1.2.1/include -I/home/fabio/.linuxbrew/Cellar/libxfixes/5.0.1/include -I/home/fabio/.linuxbrew/Cellar/fixesproto/5.0/include -I/home/fabio/.linuxbrew/Cellar/gdk-pixbuf/2.32.3/include/gdk-pixbuf-2.0 -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/cairo/1.14.6_1/include/cairo -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/glib-2.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/lib/glib-2.0/include -I/home/fabio/.linuxbrew/Cellar/pixman/0.34.0/include/pixman-1 -I/home/fabio/.linuxbrew/Cellar/fontconfig/2.11.1_2/include -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -isystem/home/fabio/.linuxbrew/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -Os -w -pipe -march=core2 -Wall -c gdkdisplay.c -fPIC -DPIC -o .libs/gdkdisplay.o
libtool: compile: /usr/bin/gcc-4.9 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Gdk\" -DGDK_COMPILATION -I.. -I.. -I../gdk -DG_DISABLE_CAST_CHECKS -DDISABLE_VISIBILITY -pthread -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/harfbuzz/1.2.6/include/harfbuzz -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/gio-unix-2.0/ -I/home/fabio/.linuxbrew/Cellar/libxinerama/1.1.3/include -I/home/fabio/.linuxbrew/Cellar/xineramaproto/1.2.1/include -I/home/fabio/.linuxbrew/Cellar/libxrandr/1.5.0/include -I/home/fabio/.linuxbrew/Cellar/randrproto/1.5.0/include -I/home/fabio/.linuxbrew/Cellar/libxcursor/1.1.14/include -I/home/fabio/.linuxbrew/Cellar/libxcomposite/0.4.4/include -I/home/fabio/.linuxbrew/Cellar/compositeproto/0.4.2/include -I/home/fabio/.linuxbrew/Cellar/libxdamage/1.1.4/include -I/home/fabio/.linuxbrew/Cellar/damageproto/1.2.1/include -I/home/fabio/.linuxbrew/Cellar/libxfixes/5.0.1/include -I/home/fabio/.linuxbrew/Cellar/fixesproto/5.0/include -I/home/fabio/.linuxbrew/Cellar/gdk-pixbuf/2.32.3/include/gdk-pixbuf-2.0 -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/cairo/1.14.6_1/include/cairo -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/glib-2.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/lib/glib-2.0/include -I/home/fabio/.linuxbrew/Cellar/pixman/0.34.0/include/pixman-1 -I/home/fabio/.linuxbrew/Cellar/fontconfig/2.11.1_2/include -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -isystem/home/fabio/.linuxbrew/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -Os -w -pipe -march=core2 -Wall -c gdkcursor.c -fPIC -DPIC -o .libs/gdkcursor.o
/bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc-4.9 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Gdk\" -DGDK_COMPILATION -I.. -I.. -I../gdk -DG_DISABLE_CAST_CHECKS -DDISABLE_VISIBILITY -pthread -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/harfbuzz/1.2.6/include/harfbuzz -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/gio-unix-2.0/ -I/home/fabio/.linuxbrew/Cellar/libxinerama/1.1.3/include -I/home/fabio/.linuxbrew/Cellar/xineramaproto/1.2.1/include -I/home/fabio/.linuxbrew/Cellar/libxrandr/1.5.0/include -I/home/fabio/.linuxbrew/Cellar/randrproto/1.5.0/include -I/home/fabio/.linuxbrew/Cellar/libxcursor/1.1.14/include -I/home/fabio/.linuxbrew/Cellar/libxcomposite/0.4.4/include -I/home/fabio/.linuxbrew/Cellar/compositeproto/0.4.2/include -I/home/fabio/.linuxbrew/Cellar/libxdamage/1.1.4/include -I/home/fabio/.linuxbrew/Cellar/damageproto/1.2.1/include -I/home/fabio/.linuxbrew/Cellar/libxfixes/5.0.1/include -I/home/fabio/.linuxbrew/Cellar/fixesproto/5.0/include -I/home/fabio/.linuxbrew/Cellar/gdk-pixbuf/2.32.3/include/gdk-pixbuf-2.0 -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/cairo/1.14.6_1/include/cairo -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/glib-2.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/lib/glib-2.0/include -I/home/fabio/.linuxbrew/Cellar/pixman/0.34.0/include/pixman-1 -I/home/fabio/.linuxbrew/Cellar/fontconfig/2.11.1_2/include -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -isystem/home/fabio/.linuxbrew/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -Os -w -pipe -march=core2 -Wall -c -o gdkdisplaymanager.lo gdkdisplaymanager.c
/bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc-4.9 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Gdk\" -DGDK_COMPILATION -I.. -I.. -I../gdk -DG_DISABLE_CAST_CHECKS -DDISABLE_VISIBILITY -pthread -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/harfbuzz/1.2.6/include/harfbuzz -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/gio-unix-2.0/ -I/home/fabio/.linuxbrew/Cellar/libxinerama/1.1.3/include -I/home/fabio/.linuxbrew/Cellar/xineramaproto/1.2.1/include -I/home/fabio/.linuxbrew/Cellar/libxrandr/1.5.0/include -I/home/fabio/.linuxbrew/Cellar/randrproto/1.5.0/include -I/home/fabio/.linuxbrew/Cellar/libxcursor/1.1.14/include -I/home/fabio/.linuxbrew/Cellar/libxcomposite/0.4.4/include -I/home/fabio/.linuxbrew/Cellar/compositeproto/0.4.2/include -I/home/fabio/.linuxbrew/Cellar/libxdamage/1.1.4/include -I/home/fabio/.linuxbrew/Cellar/damageproto/1.2.1/include -I/home/fabio/.linuxbrew/Cellar/libxfixes/5.0.1/include -I/home/fabio/.linuxbrew/Cellar/fixesproto/5.0/include -I/home/fabio/.linuxbrew/Cellar/gdk-pixbuf/2.32.3/include/gdk-pixbuf-2.0 -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/cairo/1.14.6_1/include/cairo -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/glib-2.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/lib/glib-2.0/include -I/home/fabio/.linuxbrew/Cellar/pixman/0.34.0/include/pixman-1 -I/home/fabio/.linuxbrew/Cellar/fontconfig/2.11.1_2/include -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -isystem/home/fabio/.linuxbrew/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -Os -w -pipe -march=core2 -Wall -c -o gdkdnd.lo gdkdnd.c
libtool: compile: /usr/bin/gcc-4.9 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Gdk\" -DGDK_COMPILATION -I.. -I.. -I../gdk -DG_DISABLE_CAST_CHECKS -DDISABLE_VISIBILITY -pthread -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/harfbuzz/1.2.6/include/harfbuzz -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/gio-unix-2.0/ -I/home/fabio/.linuxbrew/Cellar/libxinerama/1.1.3/include -I/home/fabio/.linuxbrew/Cellar/xineramaproto/1.2.1/include -I/home/fabio/.linuxbrew/Cellar/libxrandr/1.5.0/include -I/home/fabio/.linuxbrew/Cellar/randrproto/1.5.0/include -I/home/fabio/.linuxbrew/Cellar/libxcursor/1.1.14/include -I/home/fabio/.linuxbrew/Cellar/libxcomposite/0.4.4/include -I/home/fabio/.linuxbrew/Cellar/compositeproto/0.4.2/include -I/home/fabio/.linuxbrew/Cellar/libxdamage/1.1.4/include -I/home/fabio/.linuxbrew/Cellar/damageproto/1.2.1/include -I/home/fabio/.linuxbrew/Cellar/libxfixes/5.0.1/include -I/home/fabio/.linuxbrew/Cellar/fixesproto/5.0/include -I/home/fabio/.linuxbrew/Cellar/gdk-pixbuf/2.32.3/include/gdk-pixbuf-2.0 -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/cairo/1.14.6_1/include/cairo -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/glib-2.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/lib/glib-2.0/include -I/home/fabio/.linuxbrew/Cellar/pixman/0.34.0/include/pixman-1 -I/home/fabio/.linuxbrew/Cellar/fontconfig/2.11.1_2/include -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -isystem/home/fabio/.linuxbrew/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -Os -w -pipe -march=core2 -Wall -c gdkdisplaymanager.c -fPIC -DPIC -o .libs/gdkdisplaymanager.o
/bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc-4.9 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Gdk\" -DGDK_COMPILATION -I.. -I.. -I../gdk -DG_DISABLE_CAST_CHECKS -DDISABLE_VISIBILITY -pthread -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/harfbuzz/1.2.6/include/harfbuzz -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/gio-unix-2.0/ -I/home/fabio/.linuxbrew/Cellar/libxinerama/1.1.3/include -I/home/fabio/.linuxbrew/Cellar/xineramaproto/1.2.1/include -I/home/fabio/.linuxbrew/Cellar/libxrandr/1.5.0/include -I/home/fabio/.linuxbrew/Cellar/randrproto/1.5.0/include -I/home/fabio/.linuxbrew/Cellar/libxcursor/1.1.14/include -I/home/fabio/.linuxbrew/Cellar/libxcomposite/0.4.4/include -I/home/fabio/.linuxbrew/Cellar/compositeproto/0.4.2/include -I/home/fabio/.linuxbrew/Cellar/libxdamage/1.1.4/include -I/home/fabio/.linuxbrew/Cellar/damageproto/1.2.1/include -I/home/fabio/.linuxbrew/Cellar/libxfixes/5.0.1/include -I/home/fabio/.linuxbrew/Cellar/fixesproto/5.0/include -I/home/fabio/.linuxbrew/Cellar/gdk-pixbuf/2.32.3/include/gdk-pixbuf-2.0 -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/cairo/1.14.6_1/include/cairo -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/glib-2.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/lib/glib-2.0/include -I/home/fabio/.linuxbrew/Cellar/pixman/0.34.0/include/pixman-1 -I/home/fabio/.linuxbrew/Cellar/fontconfig/2.11.1_2/include -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -isystem/home/fabio/.linuxbrew/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -Os -w -pipe -march=core2 -Wall -c -o gdkdraw.lo gdkdraw.c
libtool: compile: /usr/bin/gcc-4.9 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Gdk\" -DGDK_COMPILATION -I.. -I.. -I../gdk -DG_DISABLE_CAST_CHECKS -DDISABLE_VISIBILITY -pthread -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/harfbuzz/1.2.6/include/harfbuzz -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/gio-unix-2.0/ -I/home/fabio/.linuxbrew/Cellar/libxinerama/1.1.3/include -I/home/fabio/.linuxbrew/Cellar/xineramaproto/1.2.1/include -I/home/fabio/.linuxbrew/Cellar/libxrandr/1.5.0/include -I/home/fabio/.linuxbrew/Cellar/randrproto/1.5.0/include -I/home/fabio/.linuxbrew/Cellar/libxcursor/1.1.14/include -I/home/fabio/.linuxbrew/Cellar/libxcomposite/0.4.4/include -I/home/fabio/.linuxbrew/Cellar/compositeproto/0.4.2/include -I/home/fabio/.linuxbrew/Cellar/libxdamage/1.1.4/include -I/home/fabio/.linuxbrew/Cellar/damageproto/1.2.1/include -I/home/fabio/.linuxbrew/Cellar/libxfixes/5.0.1/include -I/home/fabio/.linuxbrew/Cellar/fixesproto/5.0/include -I/home/fabio/.linuxbrew/Cellar/gdk-pixbuf/2.32.3/include/gdk-pixbuf-2.0 -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/cairo/1.14.6_1/include/cairo -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/glib-2.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/lib/glib-2.0/include -I/home/fabio/.linuxbrew/Cellar/pixman/0.34.0/include/pixman-1 -I/home/fabio/.linuxbrew/Cellar/fontconfig/2.11.1_2/include -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -isystem/home/fabio/.linuxbrew/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -Os -w -pipe -march=core2 -Wall -c gdkdnd.c -fPIC -DPIC -o .libs/gdkdnd.o
/bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc-4.9 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Gdk\" -DGDK_COMPILATION -I.. -I.. -I../gdk -DG_DISABLE_CAST_CHECKS -DDISABLE_VISIBILITY -pthread -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/harfbuzz/1.2.6/include/harfbuzz -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/gio-unix-2.0/ -I/home/fabio/.linuxbrew/Cellar/libxinerama/1.1.3/include -I/home/fabio/.linuxbrew/Cellar/xineramaproto/1.2.1/include -I/home/fabio/.linuxbrew/Cellar/libxrandr/1.5.0/include -I/home/fabio/.linuxbrew/Cellar/randrproto/1.5.0/include -I/home/fabio/.linuxbrew/Cellar/libxcursor/1.1.14/include -I/home/fabio/.linuxbrew/Cellar/libxcomposite/0.4.4/include -I/home/fabio/.linuxbrew/Cellar/compositeproto/0.4.2/include -I/home/fabio/.linuxbrew/Cellar/libxdamage/1.1.4/include -I/home/fabio/.linuxbrew/Cellar/damageproto/1.2.1/include -I/home/fabio/.linuxbrew/Cellar/libxfixes/5.0.1/include -I/home/fabio/.linuxbrew/Cellar/fixesproto/5.0/include -I/home/fabio/.linuxbrew/Cellar/gdk-pixbuf/2.32.3/include/gdk-pixbuf-2.0 -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/cairo/1.14.6_1/include/cairo -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/glib-2.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/lib/glib-2.0/include -I/home/fabio/.linuxbrew/Cellar/pixman/0.34.0/include/pixman-1 -I/home/fabio/.linuxbrew/Cellar/fontconfig/2.11.1_2/include -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -isystem/home/fabio/.linuxbrew/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -Os -w -pipe -march=core2 -Wall -c -o gdkevents.lo gdkevents.c
libtool: compile: /usr/bin/gcc-4.9 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Gdk\" -DGDK_COMPILATION -I.. -I.. -I../gdk -DG_DISABLE_CAST_CHECKS -DDISABLE_VISIBILITY -pthread -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/harfbuzz/1.2.6/include/harfbuzz -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/gio-unix-2.0/ -I/home/fabio/.linuxbrew/Cellar/libxinerama/1.1.3/include -I/home/fabio/.linuxbrew/Cellar/xineramaproto/1.2.1/include -I/home/fabio/.linuxbrew/Cellar/libxrandr/1.5.0/include -I/home/fabio/.linuxbrew/Cellar/randrproto/1.5.0/include -I/home/fabio/.linuxbrew/Cellar/libxcursor/1.1.14/include -I/home/fabio/.linuxbrew/Cellar/libxcomposite/0.4.4/include -I/home/fabio/.linuxbrew/Cellar/compositeproto/0.4.2/include -I/home/fabio/.linuxbrew/Cellar/libxdamage/1.1.4/include -I/home/fabio/.linuxbrew/Cellar/damageproto/1.2.1/include -I/home/fabio/.linuxbrew/Cellar/libxfixes/5.0.1/include -I/home/fabio/.linuxbrew/Cellar/fixesproto/5.0/include -I/home/fabio/.linuxbrew/Cellar/gdk-pixbuf/2.32.3/include/gdk-pixbuf-2.0 -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/cairo/1.14.6_1/include/cairo -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/glib-2.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/lib/glib-2.0/include -I/home/fabio/.linuxbrew/Cellar/pixman/0.34.0/include/pixman-1 -I/home/fabio/.linuxbrew/Cellar/fontconfig/2.11.1_2/include -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -isystem/home/fabio/.linuxbrew/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -Os -w -pipe -march=core2 -Wall -c gdkdraw.c -fPIC -DPIC -o .libs/gdkdraw.o
libtool: compile: /usr/bin/gcc-4.9 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Gdk\" -DGDK_COMPILATION -I.. -I.. -I../gdk -DG_DISABLE_CAST_CHECKS -DDISABLE_VISIBILITY -pthread -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/harfbuzz/1.2.6/include/harfbuzz -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/gio-unix-2.0/ -I/home/fabio/.linuxbrew/Cellar/libxinerama/1.1.3/include -I/home/fabio/.linuxbrew/Cellar/xineramaproto/1.2.1/include -I/home/fabio/.linuxbrew/Cellar/libxrandr/1.5.0/include -I/home/fabio/.linuxbrew/Cellar/randrproto/1.5.0/include -I/home/fabio/.linuxbrew/Cellar/libxcursor/1.1.14/include -I/home/fabio/.linuxbrew/Cellar/libxcomposite/0.4.4/include -I/home/fabio/.linuxbrew/Cellar/compositeproto/0.4.2/include -I/home/fabio/.linuxbrew/Cellar/libxdamage/1.1.4/include -I/home/fabio/.linuxbrew/Cellar/damageproto/1.2.1/include -I/home/fabio/.linuxbrew/Cellar/libxfixes/5.0.1/include -I/home/fabio/.linuxbrew/Cellar/fixesproto/5.0/include -I/home/fabio/.linuxbrew/Cellar/gdk-pixbuf/2.32.3/include/gdk-pixbuf-2.0 -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/cairo/1.14.6_1/include/cairo -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/glib-2.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/lib/glib-2.0/include -I/home/fabio/.linuxbrew/Cellar/pixman/0.34.0/include/pixman-1 -I/home/fabio/.linuxbrew/Cellar/fontconfig/2.11.1_2/include -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -isystem/home/fabio/.linuxbrew/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -Os -w -pipe -march=core2 -Wall -c gdkevents.c -fPIC -DPIC -o .libs/gdkevents.o
/bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc-4.9 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Gdk\" -DGDK_COMPILATION -I.. -I.. -I../gdk -DG_DISABLE_CAST_CHECKS -DDISABLE_VISIBILITY -pthread -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/harfbuzz/1.2.6/include/harfbuzz -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/gio-unix-2.0/ -I/home/fabio/.linuxbrew/Cellar/libxinerama/1.1.3/include -I/home/fabio/.linuxbrew/Cellar/xineramaproto/1.2.1/include -I/home/fabio/.linuxbrew/Cellar/libxrandr/1.5.0/include -I/home/fabio/.linuxbrew/Cellar/randrproto/1.5.0/include -I/home/fabio/.linuxbrew/Cellar/libxcursor/1.1.14/include -I/home/fabio/.linuxbrew/Cellar/libxcomposite/0.4.4/include -I/home/fabio/.linuxbrew/Cellar/compositeproto/0.4.2/include -I/home/fabio/.linuxbrew/Cellar/libxdamage/1.1.4/include -I/home/fabio/.linuxbrew/Cellar/damageproto/1.2.1/include -I/home/fabio/.linuxbrew/Cellar/libxfixes/5.0.1/include -I/home/fabio/.linuxbrew/Cellar/fixesproto/5.0/include -I/home/fabio/.linuxbrew/Cellar/gdk-pixbuf/2.32.3/include/gdk-pixbuf-2.0 -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/cairo/1.14.6_1/include/cairo -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/glib-2.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/lib/glib-2.0/include -I/home/fabio/.linuxbrew/Cellar/pixman/0.34.0/include/pixman-1 -I/home/fabio/.linuxbrew/Cellar/fontconfig/2.11.1_2/include -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -isystem/home/fabio/.linuxbrew/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -Os -w -pipe -march=core2 -Wall -c -o gdkfont.lo gdkfont.c
/bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc-4.9 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Gdk\" -DGDK_COMPILATION -I.. -I.. -I../gdk -DG_DISABLE_CAST_CHECKS -DDISABLE_VISIBILITY -pthread -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/harfbuzz/1.2.6/include/harfbuzz -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/gio-unix-2.0/ -I/home/fabio/.linuxbrew/Cellar/libxinerama/1.1.3/include -I/home/fabio/.linuxbrew/Cellar/xineramaproto/1.2.1/include -I/home/fabio/.linuxbrew/Cellar/libxrandr/1.5.0/include -I/home/fabio/.linuxbrew/Cellar/randrproto/1.5.0/include -I/home/fabio/.linuxbrew/Cellar/libxcursor/1.1.14/include -I/home/fabio/.linuxbrew/Cellar/libxcomposite/0.4.4/include -I/home/fabio/.linuxbrew/Cellar/compositeproto/0.4.2/include -I/home/fabio/.linuxbrew/Cellar/libxdamage/1.1.4/include -I/home/fabio/.linuxbrew/Cellar/damageproto/1.2.1/include -I/home/fabio/.linuxbrew/Cellar/libxfixes/5.0.1/include -I/home/fabio/.linuxbrew/Cellar/fixesproto/5.0/include -I/home/fabio/.linuxbrew/Cellar/gdk-pixbuf/2.32.3/include/gdk-pixbuf-2.0 -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/cairo/1.14.6_1/include/cairo -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/glib-2.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/lib/glib-2.0/include -I/home/fabio/.linuxbrew/Cellar/pixman/0.34.0/include/pixman-1 -I/home/fabio/.linuxbrew/Cellar/fontconfig/2.11.1_2/include -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -isystem/home/fabio/.linuxbrew/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -Os -w -pipe -march=core2 -Wall -c -o gdkgc.lo gdkgc.c
libtool: compile: /usr/bin/gcc-4.9 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Gdk\" -DGDK_COMPILATION -I.. -I.. -I../gdk -DG_DISABLE_CAST_CHECKS -DDISABLE_VISIBILITY -pthread -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/harfbuzz/1.2.6/include/harfbuzz -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/gio-unix-2.0/ -I/home/fabio/.linuxbrew/Cellar/libxinerama/1.1.3/include -I/home/fabio/.linuxbrew/Cellar/xineramaproto/1.2.1/include -I/home/fabio/.linuxbrew/Cellar/libxrandr/1.5.0/include -I/home/fabio/.linuxbrew/Cellar/randrproto/1.5.0/include -I/home/fabio/.linuxbrew/Cellar/libxcursor/1.1.14/include -I/home/fabio/.linuxbrew/Cellar/libxcomposite/0.4.4/include -I/home/fabio/.linuxbrew/Cellar/compositeproto/0.4.2/include -I/home/fabio/.linuxbrew/Cellar/libxdamage/1.1.4/include -I/home/fabio/.linuxbrew/Cellar/damageproto/1.2.1/include -I/home/fabio/.linuxbrew/Cellar/libxfixes/5.0.1/include -I/home/fabio/.linuxbrew/Cellar/fixesproto/5.0/include -I/home/fabio/.linuxbrew/Cellar/gdk-pixbuf/2.32.3/include/gdk-pixbuf-2.0 -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/cairo/1.14.6_1/include/cairo -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/glib-2.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/lib/glib-2.0/include -I/home/fabio/.linuxbrew/Cellar/pixman/0.34.0/include/pixman-1 -I/home/fabio/.linuxbrew/Cellar/fontconfig/2.11.1_2/include -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -isystem/home/fabio/.linuxbrew/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -Os -w -pipe -march=core2 -Wall -c gdkfont.c -fPIC -DPIC -o .libs/gdkfont.o
libtool: compile: /usr/bin/gcc-4.9 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Gdk\" -DGDK_COMPILATION -I.. -I.. -I../gdk -DG_DISABLE_CAST_CHECKS -DDISABLE_VISIBILITY -pthread -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/harfbuzz/1.2.6/include/harfbuzz -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/gio-unix-2.0/ -I/home/fabio/.linuxbrew/Cellar/libxinerama/1.1.3/include -I/home/fabio/.linuxbrew/Cellar/xineramaproto/1.2.1/include -I/home/fabio/.linuxbrew/Cellar/libxrandr/1.5.0/include -I/home/fabio/.linuxbrew/Cellar/randrproto/1.5.0/include -I/home/fabio/.linuxbrew/Cellar/libxcursor/1.1.14/include -I/home/fabio/.linuxbrew/Cellar/libxcomposite/0.4.4/include -I/home/fabio/.linuxbrew/Cellar/compositeproto/0.4.2/include -I/home/fabio/.linuxbrew/Cellar/libxdamage/1.1.4/include -I/home/fabio/.linuxbrew/Cellar/damageproto/1.2.1/include -I/home/fabio/.linuxbrew/Cellar/libxfixes/5.0.1/include -I/home/fabio/.linuxbrew/Cellar/fixesproto/5.0/include -I/home/fabio/.linuxbrew/Cellar/gdk-pixbuf/2.32.3/include/gdk-pixbuf-2.0 -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/cairo/1.14.6_1/include/cairo -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/glib-2.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/lib/glib-2.0/include -I/home/fabio/.linuxbrew/Cellar/pixman/0.34.0/include/pixman-1 -I/home/fabio/.linuxbrew/Cellar/fontconfig/2.11.1_2/include -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -isystem/home/fabio/.linuxbrew/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -Os -w -pipe -march=core2 -Wall -c gdkgc.c -fPIC -DPIC -o .libs/gdkgc.o
/bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc-4.9 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Gdk\" -DGDK_COMPILATION -I.. -I.. -I../gdk -DG_DISABLE_CAST_CHECKS -DDISABLE_VISIBILITY -pthread -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/harfbuzz/1.2.6/include/harfbuzz -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/gio-unix-2.0/ -I/home/fabio/.linuxbrew/Cellar/libxinerama/1.1.3/include -I/home/fabio/.linuxbrew/Cellar/xineramaproto/1.2.1/include -I/home/fabio/.linuxbrew/Cellar/libxrandr/1.5.0/include -I/home/fabio/.linuxbrew/Cellar/randrproto/1.5.0/include -I/home/fabio/.linuxbrew/Cellar/libxcursor/1.1.14/include -I/home/fabio/.linuxbrew/Cellar/libxcomposite/0.4.4/include -I/home/fabio/.linuxbrew/Cellar/compositeproto/0.4.2/include -I/home/fabio/.linuxbrew/Cellar/libxdamage/1.1.4/include -I/home/fabio/.linuxbrew/Cellar/damageproto/1.2.1/include -I/home/fabio/.linuxbrew/Cellar/libxfixes/5.0.1/include -I/home/fabio/.linuxbrew/Cellar/fixesproto/5.0/include -I/home/fabio/.linuxbrew/Cellar/gdk-pixbuf/2.32.3/include/gdk-pixbuf-2.0 -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/cairo/1.14.6_1/include/cairo -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/glib-2.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/lib/glib-2.0/include -I/home/fabio/.linuxbrew/Cellar/pixman/0.34.0/include/pixman-1 -I/home/fabio/.linuxbrew/Cellar/fontconfig/2.11.1_2/include -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -isystem/home/fabio/.linuxbrew/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -Os -w -pipe -march=core2 -Wall -c -o gdkglobals.lo gdkglobals.c
libtool: compile: /usr/bin/gcc-4.9 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Gdk\" -DGDK_COMPILATION -I.. -I.. -I../gdk -DG_DISABLE_CAST_CHECKS -DDISABLE_VISIBILITY -pthread -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/harfbuzz/1.2.6/include/harfbuzz -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/gio-unix-2.0/ -I/home/fabio/.linuxbrew/Cellar/libxinerama/1.1.3/include -I/home/fabio/.linuxbrew/Cellar/xineramaproto/1.2.1/include -I/home/fabio/.linuxbrew/Cellar/libxrandr/1.5.0/include -I/home/fabio/.linuxbrew/Cellar/randrproto/1.5.0/include -I/home/fabio/.linuxbrew/Cellar/libxcursor/1.1.14/include -I/home/fabio/.linuxbrew/Cellar/libxcomposite/0.4.4/include -I/home/fabio/.linuxbrew/Cellar/compositeproto/0.4.2/include -I/home/fabio/.linuxbrew/Cellar/libxdamage/1.1.4/include -I/home/fabio/.linuxbrew/Cellar/damageproto/1.2.1/include -I/home/fabio/.linuxbrew/Cellar/libxfixes/5.0.1/include -I/home/fabio/.linuxbrew/Cellar/fixesproto/5.0/include -I/home/fabio/.linuxbrew/Cellar/gdk-pixbuf/2.32.3/include/gdk-pixbuf-2.0 -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/cairo/1.14.6_1/include/cairo -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/glib-2.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/lib/glib-2.0/include -I/home/fabio/.linuxbrew/Cellar/pixman/0.34.0/include/pixman-1 -I/home/fabio/.linuxbrew/Cellar/fontconfig/2.11.1_2/include -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -isystem/home/fabio/.linuxbrew/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -Os -w -pipe -march=core2 -Wall -c gdkglobals.c -fPIC -DPIC -o .libs/gdkglobals.o
/bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc-4.9 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Gdk\" -DGDK_COMPILATION -I.. -I.. -I../gdk -DG_DISABLE_CAST_CHECKS -DDISABLE_VISIBILITY -pthread -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/harfbuzz/1.2.6/include/harfbuzz -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/gio-unix-2.0/ -I/home/fabio/.linuxbrew/Cellar/libxinerama/1.1.3/include -I/home/fabio/.linuxbrew/Cellar/xineramaproto/1.2.1/include -I/home/fabio/.linuxbrew/Cellar/libxrandr/1.5.0/include -I/home/fabio/.linuxbrew/Cellar/randrproto/1.5.0/include -I/home/fabio/.linuxbrew/Cellar/libxcursor/1.1.14/include -I/home/fabio/.linuxbrew/Cellar/libxcomposite/0.4.4/include -I/home/fabio/.linuxbrew/Cellar/compositeproto/0.4.2/include -I/home/fabio/.linuxbrew/Cellar/libxdamage/1.1.4/include -I/home/fabio/.linuxbrew/Cellar/damageproto/1.2.1/include -I/home/fabio/.linuxbrew/Cellar/libxfixes/5.0.1/include -I/home/fabio/.linuxbrew/Cellar/fixesproto/5.0/include -I/home/fabio/.linuxbrew/Cellar/gdk-pixbuf/2.32.3/include/gdk-pixbuf-2.0 -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/cairo/1.14.6_1/include/cairo -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/glib-2.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/lib/glib-2.0/include -I/home/fabio/.linuxbrew/Cellar/pixman/0.34.0/include/pixman-1 -I/home/fabio/.linuxbrew/Cellar/fontconfig/2.11.1_2/include -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -isystem/home/fabio/.linuxbrew/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -Os -w -pipe -march=core2 -Wall -c -o gdkimage.lo gdkimage.c
/bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc-4.9 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Gdk\" -DGDK_COMPILATION -I.. -I.. -I../gdk -DG_DISABLE_CAST_CHECKS -DDISABLE_VISIBILITY -pthread -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/harfbuzz/1.2.6/include/harfbuzz -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/gio-unix-2.0/ -I/home/fabio/.linuxbrew/Cellar/libxinerama/1.1.3/include -I/home/fabio/.linuxbrew/Cellar/xineramaproto/1.2.1/include -I/home/fabio/.linuxbrew/Cellar/libxrandr/1.5.0/include -I/home/fabio/.linuxbrew/Cellar/randrproto/1.5.0/include -I/home/fabio/.linuxbrew/Cellar/libxcursor/1.1.14/include -I/home/fabio/.linuxbrew/Cellar/libxcomposite/0.4.4/include -I/home/fabio/.linuxbrew/Cellar/compositeproto/0.4.2/include -I/home/fabio/.linuxbrew/Cellar/libxdamage/1.1.4/include -I/home/fabio/.linuxbrew/Cellar/damageproto/1.2.1/include -I/home/fabio/.linuxbrew/Cellar/libxfixes/5.0.1/include -I/home/fabio/.linuxbrew/Cellar/fixesproto/5.0/include -I/home/fabio/.linuxbrew/Cellar/gdk-pixbuf/2.32.3/include/gdk-pixbuf-2.0 -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/cairo/1.14.6_1/include/cairo -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/glib-2.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/lib/glib-2.0/include -I/home/fabio/.linuxbrew/Cellar/pixman/0.34.0/include/pixman-1 -I/home/fabio/.linuxbrew/Cellar/fontconfig/2.11.1_2/include -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -isystem/home/fabio/.linuxbrew/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -Os -w -pipe -march=core2 -Wall -c -o gdkkeys.lo gdkkeys.c
libtool: compile: /usr/bin/gcc-4.9 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Gdk\" -DGDK_COMPILATION -I.. -I.. -I../gdk -DG_DISABLE_CAST_CHECKS -DDISABLE_VISIBILITY -pthread -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/harfbuzz/1.2.6/include/harfbuzz -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/gio-unix-2.0/ -I/home/fabio/.linuxbrew/Cellar/libxinerama/1.1.3/include -I/home/fabio/.linuxbrew/Cellar/xineramaproto/1.2.1/include -I/home/fabio/.linuxbrew/Cellar/libxrandr/1.5.0/include -I/home/fabio/.linuxbrew/Cellar/randrproto/1.5.0/include -I/home/fabio/.linuxbrew/Cellar/libxcursor/1.1.14/include -I/home/fabio/.linuxbrew/Cellar/libxcomposite/0.4.4/include -I/home/fabio/.linuxbrew/Cellar/compositeproto/0.4.2/include -I/home/fabio/.linuxbrew/Cellar/libxdamage/1.1.4/include -I/home/fabio/.linuxbrew/Cellar/damageproto/1.2.1/include -I/home/fabio/.linuxbrew/Cellar/libxfixes/5.0.1/include -I/home/fabio/.linuxbrew/Cellar/fixesproto/5.0/include -I/home/fabio/.linuxbrew/Cellar/gdk-pixbuf/2.32.3/include/gdk-pixbuf-2.0 -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/cairo/1.14.6_1/include/cairo -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/glib-2.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/lib/glib-2.0/include -I/home/fabio/.linuxbrew/Cellar/pixman/0.34.0/include/pixman-1 -I/home/fabio/.linuxbrew/Cellar/fontconfig/2.11.1_2/include -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -isystem/home/fabio/.linuxbrew/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -Os -w -pipe -march=core2 -Wall -c gdkimage.c -fPIC -DPIC -o .libs/gdkimage.o
libtool: compile: /usr/bin/gcc-4.9 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Gdk\" -DGDK_COMPILATION -I.. -I.. -I../gdk -DG_DISABLE_CAST_CHECKS -DDISABLE_VISIBILITY -pthread -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/harfbuzz/1.2.6/include/harfbuzz -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/gio-unix-2.0/ -I/home/fabio/.linuxbrew/Cellar/libxinerama/1.1.3/include -I/home/fabio/.linuxbrew/Cellar/xineramaproto/1.2.1/include -I/home/fabio/.linuxbrew/Cellar/libxrandr/1.5.0/include -I/home/fabio/.linuxbrew/Cellar/randrproto/1.5.0/include -I/home/fabio/.linuxbrew/Cellar/libxcursor/1.1.14/include -I/home/fabio/.linuxbrew/Cellar/libxcomposite/0.4.4/include -I/home/fabio/.linuxbrew/Cellar/compositeproto/0.4.2/include -I/home/fabio/.linuxbrew/Cellar/libxdamage/1.1.4/include -I/home/fabio/.linuxbrew/Cellar/damageproto/1.2.1/include -I/home/fabio/.linuxbrew/Cellar/libxfixes/5.0.1/include -I/home/fabio/.linuxbrew/Cellar/fixesproto/5.0/include -I/home/fabio/.linuxbrew/Cellar/gdk-pixbuf/2.32.3/include/gdk-pixbuf-2.0 -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/cairo/1.14.6_1/include/cairo -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/glib-2.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/lib/glib-2.0/include -I/home/fabio/.linuxbrew/Cellar/pixman/0.34.0/include/pixman-1 -I/home/fabio/.linuxbrew/Cellar/fontconfig/2.11.1_2/include -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -isystem/home/fabio/.linuxbrew/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -Os -w -pipe -march=core2 -Wall -c gdkkeys.c -fPIC -DPIC -o .libs/gdkkeys.o
/bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc-4.9 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Gdk\" -DGDK_COMPILATION -I.. -I.. -I../gdk -DG_DISABLE_CAST_CHECKS -DDISABLE_VISIBILITY -pthread -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/harfbuzz/1.2.6/include/harfbuzz -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/gio-unix-2.0/ -I/home/fabio/.linuxbrew/Cellar/libxinerama/1.1.3/include -I/home/fabio/.linuxbrew/Cellar/xineramaproto/1.2.1/include -I/home/fabio/.linuxbrew/Cellar/libxrandr/1.5.0/include -I/home/fabio/.linuxbrew/Cellar/randrproto/1.5.0/include -I/home/fabio/.linuxbrew/Cellar/libxcursor/1.1.14/include -I/home/fabio/.linuxbrew/Cellar/libxcomposite/0.4.4/include -I/home/fabio/.linuxbrew/Cellar/compositeproto/0.4.2/include -I/home/fabio/.linuxbrew/Cellar/libxdamage/1.1.4/include -I/home/fabio/.linuxbrew/Cellar/damageproto/1.2.1/include -I/home/fabio/.linuxbrew/Cellar/libxfixes/5.0.1/include -I/home/fabio/.linuxbrew/Cellar/fixesproto/5.0/include -I/home/fabio/.linuxbrew/Cellar/gdk-pixbuf/2.32.3/include/gdk-pixbuf-2.0 -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/cairo/1.14.6_1/include/cairo -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/glib-2.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/lib/glib-2.0/include -I/home/fabio/.linuxbrew/Cellar/pixman/0.34.0/include/pixman-1 -I/home/fabio/.linuxbrew/Cellar/fontconfig/2.11.1_2/include -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -isystem/home/fabio/.linuxbrew/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -Os -w -pipe -march=core2 -Wall -c -o gdkkeyuni.lo gdkkeyuni.c
/bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc-4.9 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Gdk\" -DGDK_COMPILATION -I.. -I.. -I../gdk -DG_DISABLE_CAST_CHECKS -DDISABLE_VISIBILITY -pthread -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/harfbuzz/1.2.6/include/harfbuzz -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/gio-unix-2.0/ -I/home/fabio/.linuxbrew/Cellar/libxinerama/1.1.3/include -I/home/fabio/.linuxbrew/Cellar/xineramaproto/1.2.1/include -I/home/fabio/.linuxbrew/Cellar/libxrandr/1.5.0/include -I/home/fabio/.linuxbrew/Cellar/randrproto/1.5.0/include -I/home/fabio/.linuxbrew/Cellar/libxcursor/1.1.14/include -I/home/fabio/.linuxbrew/Cellar/libxcomposite/0.4.4/include -I/home/fabio/.linuxbrew/Cellar/compositeproto/0.4.2/include -I/home/fabio/.linuxbrew/Cellar/libxdamage/1.1.4/include -I/home/fabio/.linuxbrew/Cellar/damageproto/1.2.1/include -I/home/fabio/.linuxbrew/Cellar/libxfixes/5.0.1/include -I/home/fabio/.linuxbrew/Cellar/fixesproto/5.0/include -I/home/fabio/.linuxbrew/Cellar/gdk-pixbuf/2.32.3/include/gdk-pixbuf-2.0 -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/cairo/1.14.6_1/include/cairo -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/glib-2.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/lib/glib-2.0/include -I/home/fabio/.linuxbrew/Cellar/pixman/0.34.0/include/pixman-1 -I/home/fabio/.linuxbrew/Cellar/fontconfig/2.11.1_2/include -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -isystem/home/fabio/.linuxbrew/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -Os -w -pipe -march=core2 -Wall -c -o gdkoffscreenwindow.lo gdkoffscreenwindow.c
libtool: compile: /usr/bin/gcc-4.9 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Gdk\" -DGDK_COMPILATION -I.. -I.. -I../gdk -DG_DISABLE_CAST_CHECKS -DDISABLE_VISIBILITY -pthread -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/harfbuzz/1.2.6/include/harfbuzz -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/gio-unix-2.0/ -I/home/fabio/.linuxbrew/Cellar/libxinerama/1.1.3/include -I/home/fabio/.linuxbrew/Cellar/xineramaproto/1.2.1/include -I/home/fabio/.linuxbrew/Cellar/libxrandr/1.5.0/include -I/home/fabio/.linuxbrew/Cellar/randrproto/1.5.0/include -I/home/fabio/.linuxbrew/Cellar/libxcursor/1.1.14/include -I/home/fabio/.linuxbrew/Cellar/libxcomposite/0.4.4/include -I/home/fabio/.linuxbrew/Cellar/compositeproto/0.4.2/include -I/home/fabio/.linuxbrew/Cellar/libxdamage/1.1.4/include -I/home/fabio/.linuxbrew/Cellar/damageproto/1.2.1/include -I/home/fabio/.linuxbrew/Cellar/libxfixes/5.0.1/include -I/home/fabio/.linuxbrew/Cellar/fixesproto/5.0/include -I/home/fabio/.linuxbrew/Cellar/gdk-pixbuf/2.32.3/include/gdk-pixbuf-2.0 -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/cairo/1.14.6_1/include/cairo -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/glib-2.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/lib/glib-2.0/include -I/home/fabio/.linuxbrew/Cellar/pixman/0.34.0/include/pixman-1 -I/home/fabio/.linuxbrew/Cellar/fontconfig/2.11.1_2/include -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -isystem/home/fabio/.linuxbrew/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -Os -w -pipe -march=core2 -Wall -c gdkkeyuni.c -fPIC -DPIC -o .libs/gdkkeyuni.o
libtool: compile: /usr/bin/gcc-4.9 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Gdk\" -DGDK_COMPILATION -I.. -I.. -I../gdk -DG_DISABLE_CAST_CHECKS -DDISABLE_VISIBILITY -pthread -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/harfbuzz/1.2.6/include/harfbuzz -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/gio-unix-2.0/ -I/home/fabio/.linuxbrew/Cellar/libxinerama/1.1.3/include -I/home/fabio/.linuxbrew/Cellar/xineramaproto/1.2.1/include -I/home/fabio/.linuxbrew/Cellar/libxrandr/1.5.0/include -I/home/fabio/.linuxbrew/Cellar/randrproto/1.5.0/include -I/home/fabio/.linuxbrew/Cellar/libxcursor/1.1.14/include -I/home/fabio/.linuxbrew/Cellar/libxcomposite/0.4.4/include -I/home/fabio/.linuxbrew/Cellar/compositeproto/0.4.2/include -I/home/fabio/.linuxbrew/Cellar/libxdamage/1.1.4/include -I/home/fabio/.linuxbrew/Cellar/damageproto/1.2.1/include -I/home/fabio/.linuxbrew/Cellar/libxfixes/5.0.1/include -I/home/fabio/.linuxbrew/Cellar/fixesproto/5.0/include -I/home/fabio/.linuxbrew/Cellar/gdk-pixbuf/2.32.3/include/gdk-pixbuf-2.0 -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/cairo/1.14.6_1/include/cairo -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/glib-2.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/lib/glib-2.0/include -I/home/fabio/.linuxbrew/Cellar/pixman/0.34.0/include/pixman-1 -I/home/fabio/.linuxbrew/Cellar/fontconfig/2.11.1_2/include -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -isystem/home/fabio/.linuxbrew/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -Os -w -pipe -march=core2 -Wall -c gdkoffscreenwindow.c -fPIC -DPIC -o .libs/gdkoffscreenwindow.o
/bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc-4.9 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Gdk\" -DGDK_COMPILATION -I.. -I.. -I../gdk -DG_DISABLE_CAST_CHECKS -DDISABLE_VISIBILITY -pthread -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/harfbuzz/1.2.6/include/harfbuzz -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/gio-unix-2.0/ -I/home/fabio/.linuxbrew/Cellar/libxinerama/1.1.3/include -I/home/fabio/.linuxbrew/Cellar/xineramaproto/1.2.1/include -I/home/fabio/.linuxbrew/Cellar/libxrandr/1.5.0/include -I/home/fabio/.linuxbrew/Cellar/randrproto/1.5.0/include -I/home/fabio/.linuxbrew/Cellar/libxcursor/1.1.14/include -I/home/fabio/.linuxbrew/Cellar/libxcomposite/0.4.4/include -I/home/fabio/.linuxbrew/Cellar/compositeproto/0.4.2/include -I/home/fabio/.linuxbrew/Cellar/libxdamage/1.1.4/include -I/home/fabio/.linuxbrew/Cellar/damageproto/1.2.1/include -I/home/fabio/.linuxbrew/Cellar/libxfixes/5.0.1/include -I/home/fabio/.linuxbrew/Cellar/fixesproto/5.0/include -I/home/fabio/.linuxbrew/Cellar/gdk-pixbuf/2.32.3/include/gdk-pixbuf-2.0 -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/cairo/1.14.6_1/include/cairo -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/glib-2.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/lib/glib-2.0/include -I/home/fabio/.linuxbrew/Cellar/pixman/0.34.0/include/pixman-1 -I/home/fabio/.linuxbrew/Cellar/fontconfig/2.11.1_2/include -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -isystem/home/fabio/.linuxbrew/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -Os -w -pipe -march=core2 -Wall -c -o gdkpango.lo gdkpango.c
/bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc-4.9 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Gdk\" -DGDK_COMPILATION -I.. -I.. -I../gdk -DG_DISABLE_CAST_CHECKS -DDISABLE_VISIBILITY -pthread -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/harfbuzz/1.2.6/include/harfbuzz -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/gio-unix-2.0/ -I/home/fabio/.linuxbrew/Cellar/libxinerama/1.1.3/include -I/home/fabio/.linuxbrew/Cellar/xineramaproto/1.2.1/include -I/home/fabio/.linuxbrew/Cellar/libxrandr/1.5.0/include -I/home/fabio/.linuxbrew/Cellar/randrproto/1.5.0/include -I/home/fabio/.linuxbrew/Cellar/libxcursor/1.1.14/include -I/home/fabio/.linuxbrew/Cellar/libxcomposite/0.4.4/include -I/home/fabio/.linuxbrew/Cellar/compositeproto/0.4.2/include -I/home/fabio/.linuxbrew/Cellar/libxdamage/1.1.4/include -I/home/fabio/.linuxbrew/Cellar/damageproto/1.2.1/include -I/home/fabio/.linuxbrew/Cellar/libxfixes/5.0.1/include -I/home/fabio/.linuxbrew/Cellar/fixesproto/5.0/include -I/home/fabio/.linuxbrew/Cellar/gdk-pixbuf/2.32.3/include/gdk-pixbuf-2.0 -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/cairo/1.14.6_1/include/cairo -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/glib-2.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/lib/glib-2.0/include -I/home/fabio/.linuxbrew/Cellar/pixman/0.34.0/include/pixman-1 -I/home/fabio/.linuxbrew/Cellar/fontconfig/2.11.1_2/include -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -isystem/home/fabio/.linuxbrew/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -Os -w -pipe -march=core2 -Wall -c -o gdkpixbuf-drawable.lo gdkpixbuf-drawable.c
libtool: compile: /usr/bin/gcc-4.9 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Gdk\" -DGDK_COMPILATION -I.. -I.. -I../gdk -DG_DISABLE_CAST_CHECKS -DDISABLE_VISIBILITY -pthread -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/harfbuzz/1.2.6/include/harfbuzz -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/gio-unix-2.0/ -I/home/fabio/.linuxbrew/Cellar/libxinerama/1.1.3/include -I/home/fabio/.linuxbrew/Cellar/xineramaproto/1.2.1/include -I/home/fabio/.linuxbrew/Cellar/libxrandr/1.5.0/include -I/home/fabio/.linuxbrew/Cellar/randrproto/1.5.0/include -I/home/fabio/.linuxbrew/Cellar/libxcursor/1.1.14/include -I/home/fabio/.linuxbrew/Cellar/libxcomposite/0.4.4/include -I/home/fabio/.linuxbrew/Cellar/compositeproto/0.4.2/include -I/home/fabio/.linuxbrew/Cellar/libxdamage/1.1.4/include -I/home/fabio/.linuxbrew/Cellar/damageproto/1.2.1/include -I/home/fabio/.linuxbrew/Cellar/libxfixes/5.0.1/include -I/home/fabio/.linuxbrew/Cellar/fixesproto/5.0/include -I/home/fabio/.linuxbrew/Cellar/gdk-pixbuf/2.32.3/include/gdk-pixbuf-2.0 -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/cairo/1.14.6_1/include/cairo -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/glib-2.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/lib/glib-2.0/include -I/home/fabio/.linuxbrew/Cellar/pixman/0.34.0/include/pixman-1 -I/home/fabio/.linuxbrew/Cellar/fontconfig/2.11.1_2/include -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -isystem/home/fabio/.linuxbrew/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -Os -w -pipe -march=core2 -Wall -c gdkpango.c -fPIC -DPIC -o .libs/gdkpango.o
libtool: compile: /usr/bin/gcc-4.9 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Gdk\" -DGDK_COMPILATION -I.. -I.. -I../gdk -DG_DISABLE_CAST_CHECKS -DDISABLE_VISIBILITY -pthread -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/harfbuzz/1.2.6/include/harfbuzz -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/gio-unix-2.0/ -I/home/fabio/.linuxbrew/Cellar/libxinerama/1.1.3/include -I/home/fabio/.linuxbrew/Cellar/xineramaproto/1.2.1/include -I/home/fabio/.linuxbrew/Cellar/libxrandr/1.5.0/include -I/home/fabio/.linuxbrew/Cellar/randrproto/1.5.0/include -I/home/fabio/.linuxbrew/Cellar/libxcursor/1.1.14/include -I/home/fabio/.linuxbrew/Cellar/libxcomposite/0.4.4/include -I/home/fabio/.linuxbrew/Cellar/compositeproto/0.4.2/include -I/home/fabio/.linuxbrew/Cellar/libxdamage/1.1.4/include -I/home/fabio/.linuxbrew/Cellar/damageproto/1.2.1/include -I/home/fabio/.linuxbrew/Cellar/libxfixes/5.0.1/include -I/home/fabio/.linuxbrew/Cellar/fixesproto/5.0/include -I/home/fabio/.linuxbrew/Cellar/gdk-pixbuf/2.32.3/include/gdk-pixbuf-2.0 -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/cairo/1.14.6_1/include/cairo -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/glib-2.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/lib/glib-2.0/include -I/home/fabio/.linuxbrew/Cellar/pixman/0.34.0/include/pixman-1 -I/home/fabio/.linuxbrew/Cellar/fontconfig/2.11.1_2/include -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -isystem/home/fabio/.linuxbrew/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -Os -w -pipe -march=core2 -Wall -c gdkpixbuf-drawable.c -fPIC -DPIC -o .libs/gdkpixbuf-drawable.o
/bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc-4.9 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Gdk\" -DGDK_COMPILATION -I.. -I.. -I../gdk -DG_DISABLE_CAST_CHECKS -DDISABLE_VISIBILITY -pthread -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/harfbuzz/1.2.6/include/harfbuzz -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/gio-unix-2.0/ -I/home/fabio/.linuxbrew/Cellar/libxinerama/1.1.3/include -I/home/fabio/.linuxbrew/Cellar/xineramaproto/1.2.1/include -I/home/fabio/.linuxbrew/Cellar/libxrandr/1.5.0/include -I/home/fabio/.linuxbrew/Cellar/randrproto/1.5.0/include -I/home/fabio/.linuxbrew/Cellar/libxcursor/1.1.14/include -I/home/fabio/.linuxbrew/Cellar/libxcomposite/0.4.4/include -I/home/fabio/.linuxbrew/Cellar/compositeproto/0.4.2/include -I/home/fabio/.linuxbrew/Cellar/libxdamage/1.1.4/include -I/home/fabio/.linuxbrew/Cellar/damageproto/1.2.1/include -I/home/fabio/.linuxbrew/Cellar/libxfixes/5.0.1/include -I/home/fabio/.linuxbrew/Cellar/fixesproto/5.0/include -I/home/fabio/.linuxbrew/Cellar/gdk-pixbuf/2.32.3/include/gdk-pixbuf-2.0 -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/cairo/1.14.6_1/include/cairo -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/glib-2.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/lib/glib-2.0/include -I/home/fabio/.linuxbrew/Cellar/pixman/0.34.0/include/pixman-1 -I/home/fabio/.linuxbrew/Cellar/fontconfig/2.11.1_2/include -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -isystem/home/fabio/.linuxbrew/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -Os -w -pipe -march=core2 -Wall -c -o gdkpixbuf-render.lo gdkpixbuf-render.c
/bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc-4.9 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Gdk\" -DGDK_COMPILATION -I.. -I.. -I../gdk -DG_DISABLE_CAST_CHECKS -DDISABLE_VISIBILITY -pthread -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/harfbuzz/1.2.6/include/harfbuzz -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/gio-unix-2.0/ -I/home/fabio/.linuxbrew/Cellar/libxinerama/1.1.3/include -I/home/fabio/.linuxbrew/Cellar/xineramaproto/1.2.1/include -I/home/fabio/.linuxbrew/Cellar/libxrandr/1.5.0/include -I/home/fabio/.linuxbrew/Cellar/randrproto/1.5.0/include -I/home/fabio/.linuxbrew/Cellar/libxcursor/1.1.14/include -I/home/fabio/.linuxbrew/Cellar/libxcomposite/0.4.4/include -I/home/fabio/.linuxbrew/Cellar/compositeproto/0.4.2/include -I/home/fabio/.linuxbrew/Cellar/libxdamage/1.1.4/include -I/home/fabio/.linuxbrew/Cellar/damageproto/1.2.1/include -I/home/fabio/.linuxbrew/Cellar/libxfixes/5.0.1/include -I/home/fabio/.linuxbrew/Cellar/fixesproto/5.0/include -I/home/fabio/.linuxbrew/Cellar/gdk-pixbuf/2.32.3/include/gdk-pixbuf-2.0 -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/cairo/1.14.6_1/include/cairo -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/glib-2.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/lib/glib-2.0/include -I/home/fabio/.linuxbrew/Cellar/pixman/0.34.0/include/pixman-1 -I/home/fabio/.linuxbrew/Cellar/fontconfig/2.11.1_2/include -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -isystem/home/fabio/.linuxbrew/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -Os -w -pipe -march=core2 -Wall -c -o gdkpixmap.lo gdkpixmap.c
libtool: compile: /usr/bin/gcc-4.9 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Gdk\" -DGDK_COMPILATION -I.. -I.. -I../gdk -DG_DISABLE_CAST_CHECKS -DDISABLE_VISIBILITY -pthread -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/harfbuzz/1.2.6/include/harfbuzz -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/gio-unix-2.0/ -I/home/fabio/.linuxbrew/Cellar/libxinerama/1.1.3/include -I/home/fabio/.linuxbrew/Cellar/xineramaproto/1.2.1/include -I/home/fabio/.linuxbrew/Cellar/libxrandr/1.5.0/include -I/home/fabio/.linuxbrew/Cellar/randrproto/1.5.0/include -I/home/fabio/.linuxbrew/Cellar/libxcursor/1.1.14/include -I/home/fabio/.linuxbrew/Cellar/libxcomposite/0.4.4/include -I/home/fabio/.linuxbrew/Cellar/compositeproto/0.4.2/include -I/home/fabio/.linuxbrew/Cellar/libxdamage/1.1.4/include -I/home/fabio/.linuxbrew/Cellar/damageproto/1.2.1/include -I/home/fabio/.linuxbrew/Cellar/libxfixes/5.0.1/include -I/home/fabio/.linuxbrew/Cellar/fixesproto/5.0/include -I/home/fabio/.linuxbrew/Cellar/gdk-pixbuf/2.32.3/include/gdk-pixbuf-2.0 -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/cairo/1.14.6_1/include/cairo -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/glib-2.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/lib/glib-2.0/include -I/home/fabio/.linuxbrew/Cellar/pixman/0.34.0/include/pixman-1 -I/home/fabio/.linuxbrew/Cellar/fontconfig/2.11.1_2/include -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -isystem/home/fabio/.linuxbrew/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -Os -w -pipe -march=core2 -Wall -c gdkpixbuf-render.c -fPIC -DPIC -o .libs/gdkpixbuf-render.o
/bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc-4.9 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Gdk\" -DGDK_COMPILATION -I.. -I.. -I../gdk -DG_DISABLE_CAST_CHECKS -DDISABLE_VISIBILITY -pthread -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/harfbuzz/1.2.6/include/harfbuzz -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/gio-unix-2.0/ -I/home/fabio/.linuxbrew/Cellar/libxinerama/1.1.3/include -I/home/fabio/.linuxbrew/Cellar/xineramaproto/1.2.1/include -I/home/fabio/.linuxbrew/Cellar/libxrandr/1.5.0/include -I/home/fabio/.linuxbrew/Cellar/randrproto/1.5.0/include -I/home/fabio/.linuxbrew/Cellar/libxcursor/1.1.14/include -I/home/fabio/.linuxbrew/Cellar/libxcomposite/0.4.4/include -I/home/fabio/.linuxbrew/Cellar/compositeproto/0.4.2/include -I/home/fabio/.linuxbrew/Cellar/libxdamage/1.1.4/include -I/home/fabio/.linuxbrew/Cellar/damageproto/1.2.1/include -I/home/fabio/.linuxbrew/Cellar/libxfixes/5.0.1/include -I/home/fabio/.linuxbrew/Cellar/fixesproto/5.0/include -I/home/fabio/.linuxbrew/Cellar/gdk-pixbuf/2.32.3/include/gdk-pixbuf-2.0 -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/cairo/1.14.6_1/include/cairo -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/glib-2.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/lib/glib-2.0/include -I/home/fabio/.linuxbrew/Cellar/pixman/0.34.0/include/pixman-1 -I/home/fabio/.linuxbrew/Cellar/fontconfig/2.11.1_2/include -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -isystem/home/fabio/.linuxbrew/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -Os -w -pipe -march=core2 -Wall -c -o gdkpolyreg-generic.lo gdkpolyreg-generic.c
libtool: compile: /usr/bin/gcc-4.9 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Gdk\" -DGDK_COMPILATION -I.. -I.. -I../gdk -DG_DISABLE_CAST_CHECKS -DDISABLE_VISIBILITY -pthread -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/harfbuzz/1.2.6/include/harfbuzz -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/gio-unix-2.0/ -I/home/fabio/.linuxbrew/Cellar/libxinerama/1.1.3/include -I/home/fabio/.linuxbrew/Cellar/xineramaproto/1.2.1/include -I/home/fabio/.linuxbrew/Cellar/libxrandr/1.5.0/include -I/home/fabio/.linuxbrew/Cellar/randrproto/1.5.0/include -I/home/fabio/.linuxbrew/Cellar/libxcursor/1.1.14/include -I/home/fabio/.linuxbrew/Cellar/libxcomposite/0.4.4/include -I/home/fabio/.linuxbrew/Cellar/compositeproto/0.4.2/include -I/home/fabio/.linuxbrew/Cellar/libxdamage/1.1.4/include -I/home/fabio/.linuxbrew/Cellar/damageproto/1.2.1/include -I/home/fabio/.linuxbrew/Cellar/libxfixes/5.0.1/include -I/home/fabio/.linuxbrew/Cellar/fixesproto/5.0/include -I/home/fabio/.linuxbrew/Cellar/gdk-pixbuf/2.32.3/include/gdk-pixbuf-2.0 -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/cairo/1.14.6_1/include/cairo -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/glib-2.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/lib/glib-2.0/include -I/home/fabio/.linuxbrew/Cellar/pixman/0.34.0/include/pixman-1 -I/home/fabio/.linuxbrew/Cellar/fontconfig/2.11.1_2/include -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -isystem/home/fabio/.linuxbrew/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -Os -w -pipe -march=core2 -Wall -c gdkpixmap.c -fPIC -DPIC -o .libs/gdkpixmap.o
libtool: compile: /usr/bin/gcc-4.9 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Gdk\" -DGDK_COMPILATION -I.. -I.. -I../gdk -DG_DISABLE_CAST_CHECKS -DDISABLE_VISIBILITY -pthread -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/harfbuzz/1.2.6/include/harfbuzz -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/gio-unix-2.0/ -I/home/fabio/.linuxbrew/Cellar/libxinerama/1.1.3/include -I/home/fabio/.linuxbrew/Cellar/xineramaproto/1.2.1/include -I/home/fabio/.linuxbrew/Cellar/libxrandr/1.5.0/include -I/home/fabio/.linuxbrew/Cellar/randrproto/1.5.0/include -I/home/fabio/.linuxbrew/Cellar/libxcursor/1.1.14/include -I/home/fabio/.linuxbrew/Cellar/libxcomposite/0.4.4/include -I/home/fabio/.linuxbrew/Cellar/compositeproto/0.4.2/include -I/home/fabio/.linuxbrew/Cellar/libxdamage/1.1.4/include -I/home/fabio/.linuxbrew/Cellar/damageproto/1.2.1/include -I/home/fabio/.linuxbrew/Cellar/libxfixes/5.0.1/include -I/home/fabio/.linuxbrew/Cellar/fixesproto/5.0/include -I/home/fabio/.linuxbrew/Cellar/gdk-pixbuf/2.32.3/include/gdk-pixbuf-2.0 -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/cairo/1.14.6_1/include/cairo -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/glib-2.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/lib/glib-2.0/include -I/home/fabio/.linuxbrew/Cellar/pixman/0.34.0/include/pixman-1 -I/home/fabio/.linuxbrew/Cellar/fontconfig/2.11.1_2/include -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -isystem/home/fabio/.linuxbrew/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -Os -w -pipe -march=core2 -Wall -c gdkpolyreg-generic.c -fPIC -DPIC -o .libs/gdkpolyreg-generic.o
/bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc-4.9 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Gdk\" -DGDK_COMPILATION -I.. -I.. -I../gdk -DG_DISABLE_CAST_CHECKS -DDISABLE_VISIBILITY -pthread -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/harfbuzz/1.2.6/include/harfbuzz -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/gio-unix-2.0/ -I/home/fabio/.linuxbrew/Cellar/libxinerama/1.1.3/include -I/home/fabio/.linuxbrew/Cellar/xineramaproto/1.2.1/include -I/home/fabio/.linuxbrew/Cellar/libxrandr/1.5.0/include -I/home/fabio/.linuxbrew/Cellar/randrproto/1.5.0/include -I/home/fabio/.linuxbrew/Cellar/libxcursor/1.1.14/include -I/home/fabio/.linuxbrew/Cellar/libxcomposite/0.4.4/include -I/home/fabio/.linuxbrew/Cellar/compositeproto/0.4.2/include -I/home/fabio/.linuxbrew/Cellar/libxdamage/1.1.4/include -I/home/fabio/.linuxbrew/Cellar/damageproto/1.2.1/include -I/home/fabio/.linuxbrew/Cellar/libxfixes/5.0.1/include -I/home/fabio/.linuxbrew/Cellar/fixesproto/5.0/include -I/home/fabio/.linuxbrew/Cellar/gdk-pixbuf/2.32.3/include/gdk-pixbuf-2.0 -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/cairo/1.14.6_1/include/cairo -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/glib-2.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/lib/glib-2.0/include -I/home/fabio/.linuxbrew/Cellar/pixman/0.34.0/include/pixman-1 -I/home/fabio/.linuxbrew/Cellar/fontconfig/2.11.1_2/include -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -isystem/home/fabio/.linuxbrew/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -Os -w -pipe -march=core2 -Wall -c -o gdkrectangle.lo gdkrectangle.c
/bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc-4.9 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Gdk\" -DGDK_COMPILATION -I.. -I.. -I../gdk -DG_DISABLE_CAST_CHECKS -DDISABLE_VISIBILITY -pthread -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/harfbuzz/1.2.6/include/harfbuzz -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/gio-unix-2.0/ -I/home/fabio/.linuxbrew/Cellar/libxinerama/1.1.3/include -I/home/fabio/.linuxbrew/Cellar/xineramaproto/1.2.1/include -I/home/fabio/.linuxbrew/Cellar/libxrandr/1.5.0/include -I/home/fabio/.linuxbrew/Cellar/randrproto/1.5.0/include -I/home/fabio/.linuxbrew/Cellar/libxcursor/1.1.14/include -I/home/fabio/.linuxbrew/Cellar/libxcomposite/0.4.4/include -I/home/fabio/.linuxbrew/Cellar/compositeproto/0.4.2/include -I/home/fabio/.linuxbrew/Cellar/libxdamage/1.1.4/include -I/home/fabio/.linuxbrew/Cellar/damageproto/1.2.1/include -I/home/fabio/.linuxbrew/Cellar/libxfixes/5.0.1/include -I/home/fabio/.linuxbrew/Cellar/fixesproto/5.0/include -I/home/fabio/.linuxbrew/Cellar/gdk-pixbuf/2.32.3/include/gdk-pixbuf-2.0 -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/cairo/1.14.6_1/include/cairo -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/glib-2.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/lib/glib-2.0/include -I/home/fabio/.linuxbrew/Cellar/pixman/0.34.0/include/pixman-1 -I/home/fabio/.linuxbrew/Cellar/fontconfig/2.11.1_2/include -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -isystem/home/fabio/.linuxbrew/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -Os -w -pipe -march=core2 -Wall -c -o gdkregion-generic.lo gdkregion-generic.c
libtool: compile: /usr/bin/gcc-4.9 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Gdk\" -DGDK_COMPILATION -I.. -I.. -I../gdk -DG_DISABLE_CAST_CHECKS -DDISABLE_VISIBILITY -pthread -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/harfbuzz/1.2.6/include/harfbuzz -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/gio-unix-2.0/ -I/home/fabio/.linuxbrew/Cellar/libxinerama/1.1.3/include -I/home/fabio/.linuxbrew/Cellar/xineramaproto/1.2.1/include -I/home/fabio/.linuxbrew/Cellar/libxrandr/1.5.0/include -I/home/fabio/.linuxbrew/Cellar/randrproto/1.5.0/include -I/home/fabio/.linuxbrew/Cellar/libxcursor/1.1.14/include -I/home/fabio/.linuxbrew/Cellar/libxcomposite/0.4.4/include -I/home/fabio/.linuxbrew/Cellar/compositeproto/0.4.2/include -I/home/fabio/.linuxbrew/Cellar/libxdamage/1.1.4/include -I/home/fabio/.linuxbrew/Cellar/damageproto/1.2.1/include -I/home/fabio/.linuxbrew/Cellar/libxfixes/5.0.1/include -I/home/fabio/.linuxbrew/Cellar/fixesproto/5.0/include -I/home/fabio/.linuxbrew/Cellar/gdk-pixbuf/2.32.3/include/gdk-pixbuf-2.0 -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/cairo/1.14.6_1/include/cairo -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/glib-2.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/lib/glib-2.0/include -I/home/fabio/.linuxbrew/Cellar/pixman/0.34.0/include/pixman-1 -I/home/fabio/.linuxbrew/Cellar/fontconfig/2.11.1_2/include -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -isystem/home/fabio/.linuxbrew/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -Os -w -pipe -march=core2 -Wall -c gdkrectangle.c -fPIC -DPIC -o .libs/gdkrectangle.o
libtool: compile: /usr/bin/gcc-4.9 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Gdk\" -DGDK_COMPILATION -I.. -I.. -I../gdk -DG_DISABLE_CAST_CHECKS -DDISABLE_VISIBILITY -pthread -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/harfbuzz/1.2.6/include/harfbuzz -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/gio-unix-2.0/ -I/home/fabio/.linuxbrew/Cellar/libxinerama/1.1.3/include -I/home/fabio/.linuxbrew/Cellar/xineramaproto/1.2.1/include -I/home/fabio/.linuxbrew/Cellar/libxrandr/1.5.0/include -I/home/fabio/.linuxbrew/Cellar/randrproto/1.5.0/include -I/home/fabio/.linuxbrew/Cellar/libxcursor/1.1.14/include -I/home/fabio/.linuxbrew/Cellar/libxcomposite/0.4.4/include -I/home/fabio/.linuxbrew/Cellar/compositeproto/0.4.2/include -I/home/fabio/.linuxbrew/Cellar/libxdamage/1.1.4/include -I/home/fabio/.linuxbrew/Cellar/damageproto/1.2.1/include -I/home/fabio/.linuxbrew/Cellar/libxfixes/5.0.1/include -I/home/fabio/.linuxbrew/Cellar/fixesproto/5.0/include -I/home/fabio/.linuxbrew/Cellar/gdk-pixbuf/2.32.3/include/gdk-pixbuf-2.0 -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/cairo/1.14.6_1/include/cairo -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/glib-2.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/lib/glib-2.0/include -I/home/fabio/.linuxbrew/Cellar/pixman/0.34.0/include/pixman-1 -I/home/fabio/.linuxbrew/Cellar/fontconfig/2.11.1_2/include -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -isystem/home/fabio/.linuxbrew/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -Os -w -pipe -march=core2 -Wall -c gdkregion-generic.c -fPIC -DPIC -o .libs/gdkregion-generic.o
/bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc-4.9 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Gdk\" -DGDK_COMPILATION -I.. -I.. -I../gdk -DG_DISABLE_CAST_CHECKS -DDISABLE_VISIBILITY -pthread -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/harfbuzz/1.2.6/include/harfbuzz -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/gio-unix-2.0/ -I/home/fabio/.linuxbrew/Cellar/libxinerama/1.1.3/include -I/home/fabio/.linuxbrew/Cellar/xineramaproto/1.2.1/include -I/home/fabio/.linuxbrew/Cellar/libxrandr/1.5.0/include -I/home/fabio/.linuxbrew/Cellar/randrproto/1.5.0/include -I/home/fabio/.linuxbrew/Cellar/libxcursor/1.1.14/include -I/home/fabio/.linuxbrew/Cellar/libxcomposite/0.4.4/include -I/home/fabio/.linuxbrew/Cellar/compositeproto/0.4.2/include -I/home/fabio/.linuxbrew/Cellar/libxdamage/1.1.4/include -I/home/fabio/.linuxbrew/Cellar/damageproto/1.2.1/include -I/home/fabio/.linuxbrew/Cellar/libxfixes/5.0.1/include -I/home/fabio/.linuxbrew/Cellar/fixesproto/5.0/include -I/home/fabio/.linuxbrew/Cellar/gdk-pixbuf/2.32.3/include/gdk-pixbuf-2.0 -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/cairo/1.14.6_1/include/cairo -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/glib-2.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/lib/glib-2.0/include -I/home/fabio/.linuxbrew/Cellar/pixman/0.34.0/include/pixman-1 -I/home/fabio/.linuxbrew/Cellar/fontconfig/2.11.1_2/include -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -isystem/home/fabio/.linuxbrew/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -Os -w -pipe -march=core2 -Wall -c -o gdkrgb.lo gdkrgb.c
libtool: compile: /usr/bin/gcc-4.9 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Gdk\" -DGDK_COMPILATION -I.. -I.. -I../gdk -DG_DISABLE_CAST_CHECKS -DDISABLE_VISIBILITY -pthread -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/harfbuzz/1.2.6/include/harfbuzz -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/gio-unix-2.0/ -I/home/fabio/.linuxbrew/Cellar/libxinerama/1.1.3/include -I/home/fabio/.linuxbrew/Cellar/xineramaproto/1.2.1/include -I/home/fabio/.linuxbrew/Cellar/libxrandr/1.5.0/include -I/home/fabio/.linuxbrew/Cellar/randrproto/1.5.0/include -I/home/fabio/.linuxbrew/Cellar/libxcursor/1.1.14/include -I/home/fabio/.linuxbrew/Cellar/libxcomposite/0.4.4/include -I/home/fabio/.linuxbrew/Cellar/compositeproto/0.4.2/include -I/home/fabio/.linuxbrew/Cellar/libxdamage/1.1.4/include -I/home/fabio/.linuxbrew/Cellar/damageproto/1.2.1/include -I/home/fabio/.linuxbrew/Cellar/libxfixes/5.0.1/include -I/home/fabio/.linuxbrew/Cellar/fixesproto/5.0/include -I/home/fabio/.linuxbrew/Cellar/gdk-pixbuf/2.32.3/include/gdk-pixbuf-2.0 -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/cairo/1.14.6_1/include/cairo -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/glib-2.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/lib/glib-2.0/include -I/home/fabio/.linuxbrew/Cellar/pixman/0.34.0/include/pixman-1 -I/home/fabio/.linuxbrew/Cellar/fontconfig/2.11.1_2/include -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -isystem/home/fabio/.linuxbrew/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -Os -w -pipe -march=core2 -Wall -c gdkrgb.c -fPIC -DPIC -o .libs/gdkrgb.o
/bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc-4.9 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Gdk\" -DGDK_COMPILATION -I.. -I.. -I../gdk -DG_DISABLE_CAST_CHECKS -DDISABLE_VISIBILITY -pthread -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/harfbuzz/1.2.6/include/harfbuzz -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/gio-unix-2.0/ -I/home/fabio/.linuxbrew/Cellar/libxinerama/1.1.3/include -I/home/fabio/.linuxbrew/Cellar/xineramaproto/1.2.1/include -I/home/fabio/.linuxbrew/Cellar/libxrandr/1.5.0/include -I/home/fabio/.linuxbrew/Cellar/randrproto/1.5.0/include -I/home/fabio/.linuxbrew/Cellar/libxcursor/1.1.14/include -I/home/fabio/.linuxbrew/Cellar/libxcomposite/0.4.4/include -I/home/fabio/.linuxbrew/Cellar/compositeproto/0.4.2/include -I/home/fabio/.linuxbrew/Cellar/libxdamage/1.1.4/include -I/home/fabio/.linuxbrew/Cellar/damageproto/1.2.1/include -I/home/fabio/.linuxbrew/Cellar/libxfixes/5.0.1/include -I/home/fabio/.linuxbrew/Cellar/fixesproto/5.0/include -I/home/fabio/.linuxbrew/Cellar/gdk-pixbuf/2.32.3/include/gdk-pixbuf-2.0 -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/cairo/1.14.6_1/include/cairo -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/glib-2.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/lib/glib-2.0/include -I/home/fabio/.linuxbrew/Cellar/pixman/0.34.0/include/pixman-1 -I/home/fabio/.linuxbrew/Cellar/fontconfig/2.11.1_2/include -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -isystem/home/fabio/.linuxbrew/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -Os -w -pipe -march=core2 -Wall -c -o gdkscreen.lo gdkscreen.c
libtool: compile: /usr/bin/gcc-4.9 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Gdk\" -DGDK_COMPILATION -I.. -I.. -I../gdk -DG_DISABLE_CAST_CHECKS -DDISABLE_VISIBILITY -pthread -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/harfbuzz/1.2.6/include/harfbuzz -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/gio-unix-2.0/ -I/home/fabio/.linuxbrew/Cellar/libxinerama/1.1.3/include -I/home/fabio/.linuxbrew/Cellar/xineramaproto/1.2.1/include -I/home/fabio/.linuxbrew/Cellar/libxrandr/1.5.0/include -I/home/fabio/.linuxbrew/Cellar/randrproto/1.5.0/include -I/home/fabio/.linuxbrew/Cellar/libxcursor/1.1.14/include -I/home/fabio/.linuxbrew/Cellar/libxcomposite/0.4.4/include -I/home/fabio/.linuxbrew/Cellar/compositeproto/0.4.2/include -I/home/fabio/.linuxbrew/Cellar/libxdamage/1.1.4/include -I/home/fabio/.linuxbrew/Cellar/damageproto/1.2.1/include -I/home/fabio/.linuxbrew/Cellar/libxfixes/5.0.1/include -I/home/fabio/.linuxbrew/Cellar/fixesproto/5.0/include -I/home/fabio/.linuxbrew/Cellar/gdk-pixbuf/2.32.3/include/gdk-pixbuf-2.0 -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/cairo/1.14.6_1/include/cairo -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/glib-2.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/lib/glib-2.0/include -I/home/fabio/.linuxbrew/Cellar/pixman/0.34.0/include/pixman-1 -I/home/fabio/.linuxbrew/Cellar/fontconfig/2.11.1_2/include -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -isystem/home/fabio/.linuxbrew/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -Os -w -pipe -march=core2 -Wall -c gdkscreen.c -fPIC -DPIC -o .libs/gdkscreen.o
/bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc-4.9 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Gdk\" -DGDK_COMPILATION -I.. -I.. -I../gdk -DG_DISABLE_CAST_CHECKS -DDISABLE_VISIBILITY -pthread -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/harfbuzz/1.2.6/include/harfbuzz -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/gio-unix-2.0/ -I/home/fabio/.linuxbrew/Cellar/libxinerama/1.1.3/include -I/home/fabio/.linuxbrew/Cellar/xineramaproto/1.2.1/include -I/home/fabio/.linuxbrew/Cellar/libxrandr/1.5.0/include -I/home/fabio/.linuxbrew/Cellar/randrproto/1.5.0/include -I/home/fabio/.linuxbrew/Cellar/libxcursor/1.1.14/include -I/home/fabio/.linuxbrew/Cellar/libxcomposite/0.4.4/include -I/home/fabio/.linuxbrew/Cellar/compositeproto/0.4.2/include -I/home/fabio/.linuxbrew/Cellar/libxdamage/1.1.4/include -I/home/fabio/.linuxbrew/Cellar/damageproto/1.2.1/include -I/home/fabio/.linuxbrew/Cellar/libxfixes/5.0.1/include -I/home/fabio/.linuxbrew/Cellar/fixesproto/5.0/include -I/home/fabio/.linuxbrew/Cellar/gdk-pixbuf/2.32.3/include/gdk-pixbuf-2.0 -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/cairo/1.14.6_1/include/cairo -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/glib-2.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/lib/glib-2.0/include -I/home/fabio/.linuxbrew/Cellar/pixman/0.34.0/include/pixman-1 -I/home/fabio/.linuxbrew/Cellar/fontconfig/2.11.1_2/include -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -isystem/home/fabio/.linuxbrew/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -Os -w -pipe -march=core2 -Wall -c -o gdkselection.lo gdkselection.c
libtool: compile: /usr/bin/gcc-4.9 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Gdk\" -DGDK_COMPILATION -I.. -I.. -I../gdk -DG_DISABLE_CAST_CHECKS -DDISABLE_VISIBILITY -pthread -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/harfbuzz/1.2.6/include/harfbuzz -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/gio-unix-2.0/ -I/home/fabio/.linuxbrew/Cellar/libxinerama/1.1.3/include -I/home/fabio/.linuxbrew/Cellar/xineramaproto/1.2.1/include -I/home/fabio/.linuxbrew/Cellar/libxrandr/1.5.0/include -I/home/fabio/.linuxbrew/Cellar/randrproto/1.5.0/include -I/home/fabio/.linuxbrew/Cellar/libxcursor/1.1.14/include -I/home/fabio/.linuxbrew/Cellar/libxcomposite/0.4.4/include -I/home/fabio/.linuxbrew/Cellar/compositeproto/0.4.2/include -I/home/fabio/.linuxbrew/Cellar/libxdamage/1.1.4/include -I/home/fabio/.linuxbrew/Cellar/damageproto/1.2.1/include -I/home/fabio/.linuxbrew/Cellar/libxfixes/5.0.1/include -I/home/fabio/.linuxbrew/Cellar/fixesproto/5.0/include -I/home/fabio/.linuxbrew/Cellar/gdk-pixbuf/2.32.3/include/gdk-pixbuf-2.0 -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/cairo/1.14.6_1/include/cairo -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/glib-2.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/lib/glib-2.0/include -I/home/fabio/.linuxbrew/Cellar/pixman/0.34.0/include/pixman-1 -I/home/fabio/.linuxbrew/Cellar/fontconfig/2.11.1_2/include -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -isystem/home/fabio/.linuxbrew/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -Os -w -pipe -march=core2 -Wall -c gdkselection.c -fPIC -DPIC -o .libs/gdkselection.o
/bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc-4.9 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Gdk\" -DGDK_COMPILATION -I.. -I.. -I../gdk -DG_DISABLE_CAST_CHECKS -DDISABLE_VISIBILITY -pthread -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/harfbuzz/1.2.6/include/harfbuzz -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/gio-unix-2.0/ -I/home/fabio/.linuxbrew/Cellar/libxinerama/1.1.3/include -I/home/fabio/.linuxbrew/Cellar/xineramaproto/1.2.1/include -I/home/fabio/.linuxbrew/Cellar/libxrandr/1.5.0/include -I/home/fabio/.linuxbrew/Cellar/randrproto/1.5.0/include -I/home/fabio/.linuxbrew/Cellar/libxcursor/1.1.14/include -I/home/fabio/.linuxbrew/Cellar/libxcomposite/0.4.4/include -I/home/fabio/.linuxbrew/Cellar/compositeproto/0.4.2/include -I/home/fabio/.linuxbrew/Cellar/libxdamage/1.1.4/include -I/home/fabio/.linuxbrew/Cellar/damageproto/1.2.1/include -I/home/fabio/.linuxbrew/Cellar/libxfixes/5.0.1/include -I/home/fabio/.linuxbrew/Cellar/fixesproto/5.0/include -I/home/fabio/.linuxbrew/Cellar/gdk-pixbuf/2.32.3/include/gdk-pixbuf-2.0 -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/cairo/1.14.6_1/include/cairo -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/glib-2.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/lib/glib-2.0/include -I/home/fabio/.linuxbrew/Cellar/pixman/0.34.0/include/pixman-1 -I/home/fabio/.linuxbrew/Cellar/fontconfig/2.11.1_2/include -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -isystem/home/fabio/.linuxbrew/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -Os -w -pipe -march=core2 -Wall -c -o gdkvisual.lo gdkvisual.c
/bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc-4.9 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Gdk\" -DGDK_COMPILATION -I.. -I.. -I../gdk -DG_DISABLE_CAST_CHECKS -DDISABLE_VISIBILITY -pthread -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/harfbuzz/1.2.6/include/harfbuzz -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/gio-unix-2.0/ -I/home/fabio/.linuxbrew/Cellar/libxinerama/1.1.3/include -I/home/fabio/.linuxbrew/Cellar/xineramaproto/1.2.1/include -I/home/fabio/.linuxbrew/Cellar/libxrandr/1.5.0/include -I/home/fabio/.linuxbrew/Cellar/randrproto/1.5.0/include -I/home/fabio/.linuxbrew/Cellar/libxcursor/1.1.14/include -I/home/fabio/.linuxbrew/Cellar/libxcomposite/0.4.4/include -I/home/fabio/.linuxbrew/Cellar/compositeproto/0.4.2/include -I/home/fabio/.linuxbrew/Cellar/libxdamage/1.1.4/include -I/home/fabio/.linuxbrew/Cellar/damageproto/1.2.1/include -I/home/fabio/.linuxbrew/Cellar/libxfixes/5.0.1/include -I/home/fabio/.linuxbrew/Cellar/fixesproto/5.0/include -I/home/fabio/.linuxbrew/Cellar/gdk-pixbuf/2.32.3/include/gdk-pixbuf-2.0 -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/cairo/1.14.6_1/include/cairo -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/glib-2.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/lib/glib-2.0/include -I/home/fabio/.linuxbrew/Cellar/pixman/0.34.0/include/pixman-1 -I/home/fabio/.linuxbrew/Cellar/fontconfig/2.11.1_2/include -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -isystem/home/fabio/.linuxbrew/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -Os -w -pipe -march=core2 -Wall -c -o gdkwindow.lo gdkwindow.c
libtool: compile: /usr/bin/gcc-4.9 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Gdk\" -DGDK_COMPILATION -I.. -I.. -I../gdk -DG_DISABLE_CAST_CHECKS -DDISABLE_VISIBILITY -pthread -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/harfbuzz/1.2.6/include/harfbuzz -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/gio-unix-2.0/ -I/home/fabio/.linuxbrew/Cellar/libxinerama/1.1.3/include -I/home/fabio/.linuxbrew/Cellar/xineramaproto/1.2.1/include -I/home/fabio/.linuxbrew/Cellar/libxrandr/1.5.0/include -I/home/fabio/.linuxbrew/Cellar/randrproto/1.5.0/include -I/home/fabio/.linuxbrew/Cellar/libxcursor/1.1.14/include -I/home/fabio/.linuxbrew/Cellar/libxcomposite/0.4.4/include -I/home/fabio/.linuxbrew/Cellar/compositeproto/0.4.2/include -I/home/fabio/.linuxbrew/Cellar/libxdamage/1.1.4/include -I/home/fabio/.linuxbrew/Cellar/damageproto/1.2.1/include -I/home/fabio/.linuxbrew/Cellar/libxfixes/5.0.1/include -I/home/fabio/.linuxbrew/Cellar/fixesproto/5.0/include -I/home/fabio/.linuxbrew/Cellar/gdk-pixbuf/2.32.3/include/gdk-pixbuf-2.0 -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/cairo/1.14.6_1/include/cairo -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/glib-2.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/lib/glib-2.0/include -I/home/fabio/.linuxbrew/Cellar/pixman/0.34.0/include/pixman-1 -I/home/fabio/.linuxbrew/Cellar/fontconfig/2.11.1_2/include -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -isystem/home/fabio/.linuxbrew/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -Os -w -pipe -march=core2 -Wall -c gdkvisual.c -fPIC -DPIC -o .libs/gdkvisual.o
libtool: compile: /usr/bin/gcc-4.9 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Gdk\" -DGDK_COMPILATION -I.. -I.. -I../gdk -DG_DISABLE_CAST_CHECKS -DDISABLE_VISIBILITY -pthread -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/harfbuzz/1.2.6/include/harfbuzz -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/gio-unix-2.0/ -I/home/fabio/.linuxbrew/Cellar/libxinerama/1.1.3/include -I/home/fabio/.linuxbrew/Cellar/xineramaproto/1.2.1/include -I/home/fabio/.linuxbrew/Cellar/libxrandr/1.5.0/include -I/home/fabio/.linuxbrew/Cellar/randrproto/1.5.0/include -I/home/fabio/.linuxbrew/Cellar/libxcursor/1.1.14/include -I/home/fabio/.linuxbrew/Cellar/libxcomposite/0.4.4/include -I/home/fabio/.linuxbrew/Cellar/compositeproto/0.4.2/include -I/home/fabio/.linuxbrew/Cellar/libxdamage/1.1.4/include -I/home/fabio/.linuxbrew/Cellar/damageproto/1.2.1/include -I/home/fabio/.linuxbrew/Cellar/libxfixes/5.0.1/include -I/home/fabio/.linuxbrew/Cellar/fixesproto/5.0/include -I/home/fabio/.linuxbrew/Cellar/gdk-pixbuf/2.32.3/include/gdk-pixbuf-2.0 -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/cairo/1.14.6_1/include/cairo -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/glib-2.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/lib/glib-2.0/include -I/home/fabio/.linuxbrew/Cellar/pixman/0.34.0/include/pixman-1 -I/home/fabio/.linuxbrew/Cellar/fontconfig/2.11.1_2/include -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -isystem/home/fabio/.linuxbrew/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -Os -w -pipe -march=core2 -Wall -c gdkwindow.c -fPIC -DPIC -o .libs/gdkwindow.o
/bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc-4.9 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Gdk\" -DGDK_COMPILATION -I.. -I.. -I../gdk -DG_DISABLE_CAST_CHECKS -DDISABLE_VISIBILITY -pthread -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/harfbuzz/1.2.6/include/harfbuzz -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/gio-unix-2.0/ -I/home/fabio/.linuxbrew/Cellar/libxinerama/1.1.3/include -I/home/fabio/.linuxbrew/Cellar/xineramaproto/1.2.1/include -I/home/fabio/.linuxbrew/Cellar/libxrandr/1.5.0/include -I/home/fabio/.linuxbrew/Cellar/randrproto/1.5.0/include -I/home/fabio/.linuxbrew/Cellar/libxcursor/1.1.14/include -I/home/fabio/.linuxbrew/Cellar/libxcomposite/0.4.4/include -I/home/fabio/.linuxbrew/Cellar/compositeproto/0.4.2/include -I/home/fabio/.linuxbrew/Cellar/libxdamage/1.1.4/include -I/home/fabio/.linuxbrew/Cellar/damageproto/1.2.1/include -I/home/fabio/.linuxbrew/Cellar/libxfixes/5.0.1/include -I/home/fabio/.linuxbrew/Cellar/fixesproto/5.0/include -I/home/fabio/.linuxbrew/Cellar/gdk-pixbuf/2.32.3/include/gdk-pixbuf-2.0 -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/cairo/1.14.6_1/include/cairo -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/glib-2.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/lib/glib-2.0/include -I/home/fabio/.linuxbrew/Cellar/pixman/0.34.0/include/pixman-1 -I/home/fabio/.linuxbrew/Cellar/fontconfig/2.11.1_2/include -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -isystem/home/fabio/.linuxbrew/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -Os -w -pipe -march=core2 -Wall -c -o gdkwindowimpl.lo gdkwindowimpl.c
libtool: compile: /usr/bin/gcc-4.9 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Gdk\" -DGDK_COMPILATION -I.. -I.. -I../gdk -DG_DISABLE_CAST_CHECKS -DDISABLE_VISIBILITY -pthread -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/harfbuzz/1.2.6/include/harfbuzz -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/gio-unix-2.0/ -I/home/fabio/.linuxbrew/Cellar/libxinerama/1.1.3/include -I/home/fabio/.linuxbrew/Cellar/xineramaproto/1.2.1/include -I/home/fabio/.linuxbrew/Cellar/libxrandr/1.5.0/include -I/home/fabio/.linuxbrew/Cellar/randrproto/1.5.0/include -I/home/fabio/.linuxbrew/Cellar/libxcursor/1.1.14/include -I/home/fabio/.linuxbrew/Cellar/libxcomposite/0.4.4/include -I/home/fabio/.linuxbrew/Cellar/compositeproto/0.4.2/include -I/home/fabio/.linuxbrew/Cellar/libxdamage/1.1.4/include -I/home/fabio/.linuxbrew/Cellar/damageproto/1.2.1/include -I/home/fabio/.linuxbrew/Cellar/libxfixes/5.0.1/include -I/home/fabio/.linuxbrew/Cellar/fixesproto/5.0/include -I/home/fabio/.linuxbrew/Cellar/gdk-pixbuf/2.32.3/include/gdk-pixbuf-2.0 -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/cairo/1.14.6_1/include/cairo -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/glib-2.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/lib/glib-2.0/include -I/home/fabio/.linuxbrew/Cellar/pixman/0.34.0/include/pixman-1 -I/home/fabio/.linuxbrew/Cellar/fontconfig/2.11.1_2/include -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -isystem/home/fabio/.linuxbrew/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -Os -w -pipe -march=core2 -Wall -c gdkwindowimpl.c -fPIC -DPIC -o .libs/gdkwindowimpl.o
/bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc-4.9 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Gdk\" -DGDK_COMPILATION -I.. -I.. -I../gdk -DG_DISABLE_CAST_CHECKS -DDISABLE_VISIBILITY -pthread -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/harfbuzz/1.2.6/include/harfbuzz -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/gio-unix-2.0/ -I/home/fabio/.linuxbrew/Cellar/libxinerama/1.1.3/include -I/home/fabio/.linuxbrew/Cellar/xineramaproto/1.2.1/include -I/home/fabio/.linuxbrew/Cellar/libxrandr/1.5.0/include -I/home/fabio/.linuxbrew/Cellar/randrproto/1.5.0/include -I/home/fabio/.linuxbrew/Cellar/libxcursor/1.1.14/include -I/home/fabio/.linuxbrew/Cellar/libxcomposite/0.4.4/include -I/home/fabio/.linuxbrew/Cellar/compositeproto/0.4.2/include -I/home/fabio/.linuxbrew/Cellar/libxdamage/1.1.4/include -I/home/fabio/.linuxbrew/Cellar/damageproto/1.2.1/include -I/home/fabio/.linuxbrew/Cellar/libxfixes/5.0.1/include -I/home/fabio/.linuxbrew/Cellar/fixesproto/5.0/include -I/home/fabio/.linuxbrew/Cellar/gdk-pixbuf/2.32.3/include/gdk-pixbuf-2.0 -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/cairo/1.14.6_1/include/cairo -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/glib-2.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/lib/glib-2.0/include -I/home/fabio/.linuxbrew/Cellar/pixman/0.34.0/include/pixman-1 -I/home/fabio/.linuxbrew/Cellar/fontconfig/2.11.1_2/include -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -isystem/home/fabio/.linuxbrew/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -Os -w -pipe -march=core2 -Wall -c -o gdkenumtypes.lo gdkenumtypes.c
libtool: compile: /usr/bin/gcc-4.9 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Gdk\" -DGDK_COMPILATION -I.. -I.. -I../gdk -DG_DISABLE_CAST_CHECKS -DDISABLE_VISIBILITY -pthread -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/harfbuzz/1.2.6/include/harfbuzz -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/gio-unix-2.0/ -I/home/fabio/.linuxbrew/Cellar/libxinerama/1.1.3/include -I/home/fabio/.linuxbrew/Cellar/xineramaproto/1.2.1/include -I/home/fabio/.linuxbrew/Cellar/libxrandr/1.5.0/include -I/home/fabio/.linuxbrew/Cellar/randrproto/1.5.0/include -I/home/fabio/.linuxbrew/Cellar/libxcursor/1.1.14/include -I/home/fabio/.linuxbrew/Cellar/libxcomposite/0.4.4/include -I/home/fabio/.linuxbrew/Cellar/compositeproto/0.4.2/include -I/home/fabio/.linuxbrew/Cellar/libxdamage/1.1.4/include -I/home/fabio/.linuxbrew/Cellar/damageproto/1.2.1/include -I/home/fabio/.linuxbrew/Cellar/libxfixes/5.0.1/include -I/home/fabio/.linuxbrew/Cellar/fixesproto/5.0/include -I/home/fabio/.linuxbrew/Cellar/gdk-pixbuf/2.32.3/include/gdk-pixbuf-2.0 -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/cairo/1.14.6_1/include/cairo -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/glib-2.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/lib/glib-2.0/include -I/home/fabio/.linuxbrew/Cellar/pixman/0.34.0/include/pixman-1 -I/home/fabio/.linuxbrew/Cellar/fontconfig/2.11.1_2/include -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -isystem/home/fabio/.linuxbrew/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -Os -w -pipe -march=core2 -Wall -c gdkenumtypes.c -fPIC -DPIC -o .libs/gdkenumtypes.o
/bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc-4.9 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Gdk\" -DGDK_COMPILATION -I.. -I.. -I../gdk -DG_DISABLE_CAST_CHECKS -DDISABLE_VISIBILITY -pthread -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/harfbuzz/1.2.6/include/harfbuzz -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/gio-unix-2.0/ -I/home/fabio/.linuxbrew/Cellar/libxinerama/1.1.3/include -I/home/fabio/.linuxbrew/Cellar/xineramaproto/1.2.1/include -I/home/fabio/.linuxbrew/Cellar/libxrandr/1.5.0/include -I/home/fabio/.linuxbrew/Cellar/randrproto/1.5.0/include -I/home/fabio/.linuxbrew/Cellar/libxcursor/1.1.14/include -I/home/fabio/.linuxbrew/Cellar/libxcomposite/0.4.4/include -I/home/fabio/.linuxbrew/Cellar/compositeproto/0.4.2/include -I/home/fabio/.linuxbrew/Cellar/libxdamage/1.1.4/include -I/home/fabio/.linuxbrew/Cellar/damageproto/1.2.1/include -I/home/fabio/.linuxbrew/Cellar/libxfixes/5.0.1/include -I/home/fabio/.linuxbrew/Cellar/fixesproto/5.0/include -I/home/fabio/.linuxbrew/Cellar/gdk-pixbuf/2.32.3/include/gdk-pixbuf-2.0 -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/cairo/1.14.6_1/include/cairo -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/glib-2.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/lib/glib-2.0/include -I/home/fabio/.linuxbrew/Cellar/pixman/0.34.0/include/pixman-1 -I/home/fabio/.linuxbrew/Cellar/fontconfig/2.11.1_2/include -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -isystem/home/fabio/.linuxbrew/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -Os -w -pipe -march=core2 -Wall -c -o gdkmarshalers.lo gdkmarshalers.c
libtool: compile: /usr/bin/gcc-4.9 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Gdk\" -DGDK_COMPILATION -I.. -I.. -I../gdk -DG_DISABLE_CAST_CHECKS -DDISABLE_VISIBILITY -pthread -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/harfbuzz/1.2.6/include/harfbuzz -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/gio-unix-2.0/ -I/home/fabio/.linuxbrew/Cellar/libxinerama/1.1.3/include -I/home/fabio/.linuxbrew/Cellar/xineramaproto/1.2.1/include -I/home/fabio/.linuxbrew/Cellar/libxrandr/1.5.0/include -I/home/fabio/.linuxbrew/Cellar/randrproto/1.5.0/include -I/home/fabio/.linuxbrew/Cellar/libxcursor/1.1.14/include -I/home/fabio/.linuxbrew/Cellar/libxcomposite/0.4.4/include -I/home/fabio/.linuxbrew/Cellar/compositeproto/0.4.2/include -I/home/fabio/.linuxbrew/Cellar/libxdamage/1.1.4/include -I/home/fabio/.linuxbrew/Cellar/damageproto/1.2.1/include -I/home/fabio/.linuxbrew/Cellar/libxfixes/5.0.1/include -I/home/fabio/.linuxbrew/Cellar/fixesproto/5.0/include -I/home/fabio/.linuxbrew/Cellar/gdk-pixbuf/2.32.3/include/gdk-pixbuf-2.0 -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/cairo/1.14.6_1/include/cairo -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/glib-2.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/lib/glib-2.0/include -I/home/fabio/.linuxbrew/Cellar/pixman/0.34.0/include/pixman-1 -I/home/fabio/.linuxbrew/Cellar/fontconfig/2.11.1_2/include -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -isystem/home/fabio/.linuxbrew/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -Os -w -pipe -march=core2 -Wall -c gdkmarshalers.c -fPIC -DPIC -o .libs/gdkmarshalers.o
/bin/bash ../libtool --tag=CC --mode=link /usr/bin/gcc-4.9 -Os -w -pipe -march=core2 -Wall -version-info 2400:30:2400 -export-dynamic -rpath /home/fabio/.linuxbrew/Cellar/gtk+/2.24.30/lib -export-symbols-regex "^[^_].*" -L/home/fabio/.linuxbrew/lib -Wl,--dynamic-linker=/home/fabio/.linuxbrew/lib/ld.so -Wl,-rpath,/home/fabio/.linuxbrew/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/home/fabio/.linuxbrew/Cellar/pango/1.38.1/lib -L/home/fabio/.linuxbrew/Cellar/glib/2.46.2/lib -L/home/fabio/.linuxbrew/Cellar/fontconfig/2.11.1_2/lib -L/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/lib -L/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/lib -L/home/fabio/.linuxbrew/Cellar/libxinerama/1.1.3/lib -L/home/fabio/.linuxbrew/Cellar/libxrandr/1.5.0/lib -L/home/fabio/.linuxbrew/Cellar/libxcursor/1.1.14/lib -L/home/fabio/.linuxbrew/Cellar/libxcomposite/0.4.4/lib -L/home/fabio/.linuxbrew/Cellar/libxdamage/1.1.4/lib -L/home/fabio/.linuxbrew/Cellar/libxfixes/5.0.1/lib -L/home/fabio/.linuxbrew/Cellar/gdk-pixbuf/2.32.3/lib -L/home/fabio/.linuxbrew/Cellar/glib/2.46.2/lib -L/home/fabio/.linuxbrew/Cellar/cairo/1.14.6_1/lib -L/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/lib -L/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/lib -lpangocairo-1.0 -lpango-1.0 -lgio-2.0 -lfontconfig -lfreetype -lXrender -lXinerama -lXrandr -lXcursor -lXcomposite -lXdamage -lXfixes -lgdk_pixbuf-2.0 -lgobject-2.0 -lglib-2.0 -lcairo -lX11 -lXext -lm
libtool: link: /usr/bin/nm -B .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/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' | /bin/sed 's/.* //' | sort | uniq > .libs/libgdk-x11-2.0.exp
libtool: link: /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: echo "{ global:" > .libs/libgdk-x11-2.0.ver
libtool: link: cat .libs/libgdk-x11-2.0.exp | sed -e "s/\(.*\)/\1;/" >> .libs/libgdk-x11-2.0.ver
libtool: link: echo "local: *; };" >> .libs/libgdk-x11-2.0.ver
libtool: link: /usr/bin/gcc-4.9 -shared -fPIC -DPIC .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,--whole-archive x11/.libs/libgdk-x11.a -Wl,--no-whole-archive -L/home/fabio/.linuxbrew/lib -L/home/fabio/.linuxbrew/Cellar/pango/1.38.1/lib -L/home/fabio/.linuxbrew/Cellar/glib/2.46.2/lib -L/home/fabio/.linuxbrew/Cellar/fontconfig/2.11.1_2/lib -L/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/lib -L/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/lib -L/home/fabio/.linuxbrew/Cellar/libxinerama/1.1.3/lib -L/home/fabio/.linuxbrew/Cellar/libxrandr/1.5.0/lib -L/home/fabio/.linuxbrew/Cellar/libxcursor/1.1.14/lib -L/home/fabio/.linuxbrew/Cellar/libxcomposite/0.4.4/lib -L/home/fabio/.linuxbrew/Cellar/libxdamage/1.1.4/lib -L/home/fabio/.linuxbrew/Cellar/libxfixes/5.0.1/lib -L/home/fabio/.linuxbrew/Cellar/gdk-pixbuf/2.32.3/lib -L/home/fabio/.linuxbrew/Cellar/cairo/1.14.6_1/lib -L/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/lib -L/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/lib -lpangocairo-1.0 -lpango-1.0 -lgio-2.0 -lfontconfig -lfreetype -lXrender -lXinerama -lXrandr -lXcursor -lXcomposite -lXdamage -lXfixes -lgdk_pixbuf-2.0 -lgobject-2.0 -lglib-2.0 -lcairo -lX11 -lXext -lm -Os -march=core2 -Wl,--dynamic-linker=/home/fabio/.linuxbrew/lib/ld.so -Wl,-rpath -Wl,/home/fabio/.linuxbrew/lib -Wl,-soname -Wl,libgdk-x11-2.0.so.0 -Wl,-version-script -Wl,.libs/libgdk-x11-2.0.ver -o .libs/libgdk-x11-2.0.so.0.2400.30
libtool: link: (cd ".libs" && rm -f "libgdk-x11-2.0.so.0" && ln -s "libgdk-x11-2.0.so.0.2400.30" "libgdk-x11-2.0.so.0")
libtool: link: (cd ".libs" && rm -f "libgdk-x11-2.0.so" && ln -s "libgdk-x11-2.0.so.0.2400.30" "libgdk-x11-2.0.so")
libtool: link: ( cd ".libs" && rm -f "libgdk-x11-2.0.la" && ln -s "../libgdk-x11-2.0.la" "libgdk-x11-2.0.la" )
CPPFLAGS="-isystem/home/fabio/.linuxbrew/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include" CFLAGS="-Os -w -pipe -march=core2 -Wall" LDFLAGS="-L/home/fabio/.linuxbrew/lib -Wl,--dynamic-linker=/home/fabio/.linuxbrew/lib/ld.so -Wl,-rpath,/home/fabio/.linuxbrew/lib" CC="/usr/bin/gcc-4.9" /home/fabio/.linuxbrew/Cellar/gobject-introspection/1.46.0_1/bin/g-ir-scanner --add-include-path=../gdk --namespace=Gdk --nsversion=2.0 --libtool="/bin/bash ../libtool" --include=Gio-2.0 --include=GdkPixbuf-2.0 --include=Pango-1.0 --include=cairo-1.0 --library=libgdk-x11-2.0.la --warn-all --cflags-begin -DG_LOG_DOMAIN=\"Gdk\" -DGDK_COMPILATION -I.. -I.. -I../gdk -DG_DISABLE_CAST_CHECKS -DDISABLE_VISIBILITY -pthread -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/harfbuzz/1.2.6/include/harfbuzz -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/gio-unix-2.0/ -I/home/fabio/.linuxbrew/Cellar/libxinerama/1.1.3/include -I/home/fabio/.linuxbrew/Cellar/xineramaproto/1.2.1/include -I/home/fabio/.linuxbrew/Cellar/libxrandr/1.5.0/include -I/home/fabio/.linuxbrew/Cellar/randrproto/1.5.0/include -I/home/fabio/.linuxbrew/Cellar/libxcursor/1.1.14/include -I/home/fabio/.linuxbrew/Cellar/libxcomposite/0.4.4/include -I/home/fabio/.linuxbrew/Cellar/compositeproto/0.4.2/include -I/home/fabio/.linuxbrew/Cellar/libxdamage/1.1.4/include -I/home/fabio/.linuxbrew/Cellar/damageproto/1.2.1/include -I/home/fabio/.linuxbrew/Cellar/libxfixes/5.0.1/include -I/home/fabio/.linuxbrew/Cellar/fixesproto/5.0/include -I/home/fabio/.linuxbrew/Cellar/gdk-pixbuf/2.32.3/include/gdk-pixbuf-2.0 -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/cairo/1.14.6_1/include/cairo -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/glib-2.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/lib/glib-2.0/include -I/home/fabio/.linuxbrew/Cellar/pixman/0.34.0/include/pixman-1 -I/home/fabio/.linuxbrew/Cellar/fontconfig/2.11.1_2/include -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include --cflags-end 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 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 gdk.c gdkapplaunchcontext.c gdkcairo.c gdkcolor.c gdkcursor.c gdkdisplay.c gdkdisplaymanager.c gdkdnd.c gdkdraw.c gdkevents.c gdkfont.c gdkgc.c gdkglobals.c gdkimage.c gdkkeys.c gdkkeyuni.c gdkoffscreenwindow.c gdkpango.c gdkpixbuf-drawable.c gdkpixbuf-render.c gdkpixmap.c gdkpolyreg-generic.c gdkrectangle.c gdkregion-generic.c gdkrgb.c gdkscreen.c gdkselection.c gdkvisual.c gdkwindow.c gdkwindowimpl.c gdkkeynames.c gdkenumtypes.c gdkenumtypes.h x11/checksettings.c x11/gdkapplaunchcontext-x11.c x11/gdkasync.c x11/gdkcolor-x11.c x11/gdkcursor-x11.c x11/gdkdisplay-x11.c x11/gdkdnd-x11.c x11/gdkdrawable-x11.c x11/gdkgc-x11.c x11/gdkgeometry-x11.c x11/gdkglobals-x11.c x11/gdkimage-x11.c x11/gdkim-x11.c x11/gdkinput.c x11/gdkkeys-x11.c x11/gdkmain-x11.c x11/gdkpixmap-x11.c x11/gdkproperty-x11.c x11/gdkscreen-x11.c x11/gdkselection-x11.c x11/gdksettings.c x11/gdkspawn-x11.c x11/gdktestutils-x11.c x11/gdkvisual-x11.c x11/gdkwindow-x11.c x11/gdkxftdefaults.c x11/gdkxid.c x11/xsettings-client.c x11/xsettings-common.c libgdk-x11-2.0.la Makefile --output Gdk-2.0.gir
gdkevents.c:151: Warning: Gdk: multiple comment blocks documenting '_gdk_event_queue_insert_after:' identifier (already seen at gdkevents.c:123).
gdkpixmap.c:730: Warning: Gdk: missing ":" at column 16:
* @mask: (out) a pointer to a place to store a bitmap representing
^
g-ir-scanner: link: /bin/bash ../libtool --mode=link --tag=CC /usr/bin/gcc-4.9 -o /tmp/gtk+-20160502-17180-1cv3cj0/gtk+-2.24.30/gdk/tmp-introspectsNk4T1/Gdk-2.0 -export-dynamic -isystem/home/fabio/.linuxbrew/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -Os -w -pipe -march=core2 -Wall -L/home/fabio/.linuxbrew/lib -Wl,--dynamic-linker=/home/fabio/.linuxbrew/lib/ld.so -Wl,-rpath,/home/fabio/.linuxbrew/lib tmp-introspectsNk4T1/tmp/gtk+-20160502-17180-1cv3cj0/gtk+-2.24.30/gdk/tmp-introspectsNk4T1/Gdk-2.0.o -L. libgdk-x11-2.0.la -L/home/fabio/.linuxbrew/Cellar/glib/2.46.2/lib -lgio-2.0 -lgobject-2.0 -Wl,--export-dynamic -lgmodule-2.0 -pthread -lglib-2.0
libtool: link: /usr/bin/gcc-4.9 -o /tmp/gtk+-20160502-17180-1cv3cj0/gtk+-2.24.30/gdk/tmp-introspectsNk4T1/.libs/Gdk-2.0 -isystem/home/fabio/.linuxbrew/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -Os -w -pipe -march=core2 -Wall -Wl,--dynamic-linker=/home/fabio/.linuxbrew/lib/ld.so -Wl,-rpath -Wl,/home/fabio/.linuxbrew/lib tmp-introspectsNk4T1/tmp/gtk+-20160502-17180-1cv3cj0/gtk+-2.24.30/gdk/tmp-introspectsNk4T1/Gdk-2.0.o -Wl,--export-dynamic -pthread -Wl,--export-dynamic -L/home/fabio/.linuxbrew/lib -L. ./.libs/libgdk-x11-2.0.so -L/home/fabio/.linuxbrew/Cellar/pango/1.38.1/lib -L/home/fabio/.linuxbrew/Cellar/glib/2.46.2/lib -L/home/fabio/.linuxbrew/Cellar/fontconfig/2.11.1_2/lib -L/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/lib -L/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/lib -L/home/fabio/.linuxbrew/Cellar/libxinerama/1.1.3/lib -L/home/fabio/.linuxbrew/Cellar/libxrandr/1.5.0/lib -L/home/fabio/.linuxbrew/Cellar/libxcursor/1.1.14/lib -L/home/fabio/.linuxbrew/Cellar/libxcomposite/0.4.4/lib -L/home/fabio/.linuxbrew/Cellar/libxdamage/1.1.4/lib -L/home/fabio/.linuxbrew/Cellar/libxfixes/5.0.1/lib -L/home/fabio/.linuxbrew/Cellar/gdk-pixbuf/2.32.3/lib -L/home/fabio/.linuxbrew/Cellar/cairo/1.14.6_1/lib -L/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/lib -L/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/lib -lpangocairo-1.0 -lpango-1.0 -lfontconfig -lfreetype -lXrender -lXinerama -lXrandr -lXcursor -lXcomposite -lXdamage -lXfixes -lgdk_pixbuf-2.0 -lcairo -lX11 -lXext -lm -lgio-2.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -pthread -Wl,-rpath -Wl,/home/fabio/.linuxbrew/Cellar/gtk+/2.24.30/lib
gdkgc.c:287: Warning: Gdk: gdk_gc_set_values: unknown parameter 'values_mask' in documentation comment, should be 'mask'
gdkdraw.c:246: Warning: Gdk: gdk_drawable_set_colormap: unknown parameter 'colormap' in documentation comment, should be 'cmap'
gdkproperty.h:45: Warning: Gdk: gdk_atom_intern: return value: Invalid non-constant return of bare structure or union; register as boxed type or (skip)
x11/gdkproperty-x11.c:415: Warning: Gdk: gdk_atom_intern_static_string: return value: Invalid non-constant return of bare structure or union; register as boxed type or (skip)
x11/gdkcursor-x11.c:462: Warning: Gdk: gdk_cursor_get_display: return value: Missing (transfer) annotation
x11/gdkcursor-x11.c:486: Warning: Gdk: gdk_cursor_get_image: return value: Missing (transfer) annotation
gdkfont.h:130: Warning: Gdk: gdk_font_get_display: return value: Missing (transfer) annotation
gdkregion-generic.c:188: Warning: Gdk: gdk_region_copy: return value: Invalid non-constant return of bare structure or union; register as boxed type or (skip)
gdkregion-generic.c:1802: Warning: Gdk: gdk_region_spans_intersect_foreach: argument function: Missing (scope) annotation for callback without GDestroyNotify (valid: call, async)
gdkregion-generic.c:106: Warning: Gdk: gdk_region_new: return value: Invalid non-constant return of bare structure or union; register as boxed type or (skip)
gdkpolyreg-generic.c:460: Warning: Gdk: gdk_region_polygon: return value: Invalid non-constant return of bare structure or union; register as boxed type or (skip)
gdkregion-generic.c:157: Warning: Gdk: gdk_region_rectangle: return value: Invalid non-constant return of bare structure or union; register as boxed type or (skip)
gdkpixmap.h:74: Warning: Gdk: gdk_bitmap_create_from_data: return value: Invalid non-constant return of bare structure or union; register as boxed type or (skip)
x11/gdkdnd-x11.c:3987: Warning: Gdk: gdk_drag_get_selection: return value: Invalid non-constant return of bare structure or union; register as boxed type or (skip)
x11/gdkdnd-x11.c:3175: Warning: Gdk: gdk_drag_begin: return value: Missing (transfer) annotation
gdkevents.c:997: Warning: Gdk: gdk_event_get_screen: return value: Missing (transfer) annotation
gdkevents.h:556: Warning: Gdk: gdk_add_client_message_filter: argument func: Missing (scope) annotation for callback without GDestroyNotify (valid: call, async)
gdkrgb.h:128: Warning: Gdk: gdk_rgb_cmap_new: return value: Invalid non-constant return of bare structure or union; register as boxed type or (skip)
gdkrgb.h:128: Warning: Gdk: gdk_rgb_cmap_new: return value: Invalid non-constant return of bare structure or union; register as boxed type or (skip)
gdkpixbuf-drawable.c:1173: Warning: Gdk: gdk_pixbuf_get_from_drawable: return value: Missing (transfer) annotation
gdkpixbuf-drawable.c:1301: Warning: Gdk: gdk_pixbuf_get_from_image: return value: Missing (transfer) annotation
gdkpango.c:1473: Warning: Gdk: gdk_pango_context_get_for_screen: return value: Missing (transfer) annotation
gdkpango.c:1447: Warning: Gdk: gdk_pango_context_get: return value: Missing (transfer) annotation
gdkpango.c:1342: Warning: Gdk: gdk_pango_layout_line_get_clip_region: return value: Invalid non-constant return of bare structure or union; register as boxed type or (skip)
gdkpango.c:1386: Warning: Gdk: gdk_pango_layout_get_clip_region: return value: Invalid non-constant return of bare structure or union; register as boxed type or (skip)
gdkpango.c:1102: Warning: Gdk: gdk_pango_attr_stipple_new: return value: Invalid non-constant return of bare structure or union; register as boxed type or (skip)
gdkpango.c:1164: Warning: Gdk: gdk_pango_attr_embossed_new: return value: Invalid non-constant return of bare structure or union; register as boxed type or (skip)
gdkpango.c:1227: Warning: Gdk: gdk_pango_attr_emboss_color_new: return value: Invalid non-constant return of bare structure or union; register as boxed type or (skip)
gdkpango.c:1102: Warning: Gdk: gdk_pango_attr_stipple_new: return value: Invalid non-constant return of bare structure or union; register as boxed type or (skip)
gdkpango.c:1164: Warning: Gdk: gdk_pango_attr_embossed_new: return value: Invalid non-constant return of bare structure or union; register as boxed type or (skip)
gdkpango.c:1227: Warning: Gdk: gdk_pango_attr_emboss_color_new: return value: Invalid non-constant return of bare structure or union; register as boxed type or (skip)
gdkpixmap.h:74: Warning: Gdk: gdk_bitmap_create_from_data: return value: Invalid non-constant return of bare structure or union; register as boxed type or (skip)
gdkproperty.h:45: Warning: Gdk: gdk_atom_intern: return value: Invalid non-constant return of bare structure or union; register as boxed type or (skip)
x11/gdkproperty-x11.c:415: Warning: Gdk: gdk_atom_intern_static_string: return value: Invalid non-constant return of bare structure or union; register as boxed type or (skip)
gdkregion-generic.c:106: Warning: Gdk: gdk_region_new: return value: Invalid non-constant return of bare structure or union; register as boxed type or (skip)
gdkpolyreg-generic.c:460: Warning: Gdk: gdk_region_polygon: return value: Invalid non-constant return of bare structure or union; register as boxed type or (skip)
gdkregion-generic.c:157: Warning: Gdk: gdk_region_rectangle: return value: Invalid non-constant return of bare structure or union; register as boxed type or (skip)
gdkselection.h:74: Warning: Gdk: gdk_selection_owner_get: return value: Missing (transfer) annotation
x11/gdkselection-x11.c:198: Warning: Gdk: gdk_selection_owner_get_for_display: return value: Missing (transfer) annotation
x11/gdkspawn-x11.c:54: Warning: Gdk: gdk_spawn_on_screen: argument child_setup: Missing (scope) annotation for callback without GDestroyNotify (valid: call, async)
x11/gdkspawn-x11.c:110: Warning: Gdk: gdk_spawn_on_screen_with_pipes: argument child_setup: Missing (scope) annotation for callback without GDestroyNotify (valid: call, async)
gdkwindow.c:6613: Warning: Gdk: gdk_window_foreign_new: return value: Missing (transfer) annotation
x11/gdkwindow-x11.c:1026: Warning: Gdk: gdk_window_lookup: return value: Missing (transfer) annotation
x11/gdkwindow-x11.c:858: Warning: Gdk: gdk_window_foreign_new_for_display: return value: Missing (transfer) annotation
x11/gdkwindow-x11.c:984: Warning: Gdk: gdk_window_lookup_for_display: return value: Missing (transfer) annotation
gdkwindow.c:2696: Warning: Gdk: gdk_window_get_toplevels: return value: Missing (element-type) annotation
gdkwindow.c:6595: Warning: Gdk: gdk_get_default_root_window: return value: Missing (transfer) annotation
gdkoffscreenwindow.c:859: Warning: Gdk: gdk_offscreen_window_get_pixmap: return value: Missing (transfer) annotation
gdkoffscreenwindow.c:1225: Warning: Gdk: gdk_offscreen_window_get_embedder: return value: Missing (transfer) annotation
gdkdisplay.c:730: Warning: Gdk: gdk_set_pointer_hooks: return value: Invalid non-constant return of bare structure or union; register as boxed type or (skip)
gdkevents.c:1137: Warning: Gdk: gdk_input_add: argument function: Missing (scope) annotation for callback without GDestroyNotify (valid: call, async)
gdk.c:475: Warning: Gdk: gdk_threads_set_lock_functions: argument enter_fn: Missing (scope) annotation for callback without GDestroyNotify (valid: call, async)
gdk.c:475: Warning: Gdk: gdk_threads_set_lock_functions: argument leave_fn: Missing (scope) annotation for callback without GDestroyNotify (valid: call, async)
gdk.c:618: Warning: Gdk: gdk_threads_add_idle: argument function: Missing (scope) annotation for callback without GDestroyNotify (valid: call, async)
gdk.c:722: Warning: Gdk: gdk_threads_add_timeout: argument function: Missing (scope) annotation for callback without GDestroyNotify (valid: call, async)
gdk.c:788: Warning: Gdk: gdk_threads_add_timeout_seconds: argument function: Missing (scope) annotation for callback without GDestroyNotify (valid: call, async)
gdkcolor.c:41: Warning: Gdk: gdk_colormap_ref: return value: Missing (transfer) annotation
x11/gdkcolor-x11.c:1497: Warning: Gdk: gdk_colormap_get_screen: return value: Missing (transfer) annotation
gdkcolor.c:72: Warning: Gdk: gdk_colormap_get_visual: return value: Missing (transfer) annotation
gdkcolor.c:389: Warning: Gdk: gdk_colormap_get_system: return value: Missing (transfer) annotation
gdkdisplay.c:396: Warning: Gdk: gdk_device_get_core_pointer: return value: Missing (transfer) annotation
x11/gdkdisplay-x11.c:512: Warning: Gdk: gdk_display_get_screen: return value: Missing (transfer) annotation
x11/gdkdisplay-x11.c:532: Warning: Gdk: gdk_display_get_default_screen: return value: Missing (transfer) annotation
x11/gdkinput.c:159: Warning: Gdk: gdk_display_list_devices: return value: Missing (element-type) annotation
gdkdisplay.h:169: Warning: Gdk: gdk_display_add_client_message_filter: argument func: Missing (scope) annotation for callback without GDestroyNotify (valid: call, async)
gdkdisplay.c:411: Warning: Gdk: gdk_display_get_core_pointer: return value: Missing (transfer) annotation
gdkdisplay.c:637: Warning: Gdk: gdk_display_set_pointer_hooks: return value: Invalid non-constant return of bare structure or union; register as boxed type or (skip)
x11/gdkdisplay-x11.c:728: Warning: Gdk: gdk_display_get_default_group: return value: Missing (transfer) annotation
x11/gdkdisplay-x11.c:130: Warning: Gdk: gdk_display_open: return value: Missing (transfer) annotation
gdk.c:300: Warning: Gdk: gdk_display_open_default_libgtk_only: return value: Missing (transfer) annotation
x11/gdkscreen-x11.c:101: Warning: Gdk: gdk_screen_get_display: return value: Missing (transfer) annotation
x11/gdkscreen-x11.c:1355: Warning: Gdk: gdk_screen_get_active_window: return value: Missing (transfer) annotation
gdkgc.c:237: Warning: Gdk: gdk_gc_ref: return value: Missing (transfer) annotation
gdkgc.c:1277: Warning: Gdk: gdk_gc_get_colormap: return value: Missing (transfer) annotation
x11/gdkgc-x11.c:657: Warning: Gdk: gdk_gc_get_screen: return value: Missing (transfer) annotation
gdkdraw.c:130: Warning: Gdk: gdk_drawable_get_data: return value: Missing (transfer) annotation
gdkdraw.c:276: Warning: Gdk: gdk_drawable_get_colormap: return value: Missing (transfer) annotation
gdkdraw.c:174: Warning: Gdk: gdk_drawable_get_visual: return value: Missing (transfer) annotation
gdkdraw.c:209: Warning: Gdk: gdk_drawable_get_screen: return value: Missing (transfer) annotation
gdkdraw.c:229: Warning: Gdk: gdk_drawable_get_display: return value: Missing (transfer) annotation
gdkdraw.c:293: Warning: Gdk: gdk_drawable_ref: return value: Missing (transfer) annotation
gdkdraw.c:1214: Warning: Gdk: gdk_drawable_get_image: return value: Missing (transfer) annotation
gdkdraw.c:1112: Warning: Gdk: gdk_drawable_copy_to_image: return value: Missing (transfer) annotation
gdkdraw.c:1305: Warning: Gdk: gdk_drawable_get_clip_region: return value: Invalid non-constant return of bare structure or union; register as boxed type or (skip)
gdkdraw.c:1325: Warning: Gdk: gdk_drawable_get_visible_region: return value: Invalid non-constant return of bare structure or union; register as boxed type or (skip)
gdkimage.c:43: Warning: Gdk: gdk_image_ref: return value: Missing (transfer) annotation
gdkimage.c:141: Warning: Gdk: gdk_image_get_colormap: return value: Missing (transfer) annotation
gdkimage.c:179: Warning: Gdk: gdk_image_get_visual: return value: Missing (transfer) annotation
gdkimage.c:339: Warning: Gdk: gdk_image_get_pixels: return value: Missing (transfer) annotation
gdkimage.c:84: Warning: Gdk: gdk_image_get: return value: Missing (transfer) annotation
gdkkeys.c:303: Warning: Gdk: gdk_keymap_get_default: return value: Missing (transfer) annotation
x11/gdkkeys-x11.c:281: Warning: Gdk: gdk_keymap_get_for_display: return value: Missing (transfer) annotation
gdkpango.c:595: Warning: Gdk: gdk_pango_renderer_get_default: return value: Missing (transfer) annotation
gdkpixmap.h:78: Warning: Gdk: gdk_pixmap_create_from_data: return value: Missing (transfer) annotation
x11/gdkpixmap-x11.c:430: Warning: Gdk: gdk_pixmap_lookup: return value: Missing (transfer) annotation
x11/gdkpixmap-x11.c:449: Warning: Gdk: gdk_pixmap_lookup_for_display: return value: Missing (transfer) annotation
gdkwindow.c:11267: Warning: Gdk: gdk_window_get_screen: return value: Missing (transfer) annotation
gdkwindow.c:11285: Warning: Gdk: gdk_window_get_display: return value: Missing (transfer) annotation
gdkwindow.c:11303: Warning: Gdk: gdk_window_get_visual: return value: Missing (transfer) annotation
gdkwindow.c:2540: Warning: Gdk: gdk_window_add_filter: argument function: Missing (scope) annotation for callback without GDestroyNotify (valid: call, async)
gdkwindow.c:2603: Warning: Gdk: gdk_window_remove_filter: argument function: Missing (scope) annotation for callback without GDestroyNotify (valid: call, async)
gdkwindow.c:2389: Warning: Gdk: gdk_window_get_parent: return value: Missing (transfer) annotation
gdkwindow.c:2443: Warning: Gdk: gdk_window_get_toplevel: return value: Missing (transfer) annotation
gdkwindow.c:2409: Warning: Gdk: gdk_window_get_effective_parent: return value: Missing (transfer) annotation
gdkwindow.c:2475: Warning: Gdk: gdk_window_get_effective_toplevel: return value: Missing (transfer) annotation
x11/gdkwindow-x11.c:4390: Warning: Gdk: gdk_window_get_group: return value: Missing (transfer) annotation
gdkwindow.c:6180: Warning: Gdk: gdk_window_get_update_area: return value: Invalid non-constant return of bare structure or union; register as boxed type or (skip)
/home/fabio/.linuxbrew/Cellar/gobject-introspection/1.46.0_1/bin/g-ir-compiler --includedir=. --includedir=. --includedir=. Gdk-2.0.gir -o Gdk-2.0.typelib
CPPFLAGS="-isystem/home/fabio/.linuxbrew/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include" CFLAGS="-Os -w -pipe -march=core2 -Wall" LDFLAGS="-L/home/fabio/.linuxbrew/lib -Wl,--dynamic-linker=/home/fabio/.linuxbrew/lib/ld.so -Wl,-rpath,/home/fabio/.linuxbrew/lib" CC="/usr/bin/gcc-4.9" /home/fabio/.linuxbrew/Cellar/gobject-introspection/1.46.0_1/bin/g-ir-scanner --add-include-path=../gdk --namespace=GdkX11 --nsversion=2.0 --libtool="/bin/bash ../libtool" --include=Gio-2.0 --include=Gdk-2.0 --include=GdkPixbuf-2.0 --include=Pango-1.0 --include=xlib-2.0 --library=libgdk-x11-2.0.la --warn-all --strip-prefix=Gdk --cflags-begin -DG_LOG_DOMAIN=\"Gdk\" -DGDK_COMPILATION -I.. -I.. -I../gdk -DG_DISABLE_CAST_CHECKS -DDISABLE_VISIBILITY -pthread -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/harfbuzz/1.2.6/include/harfbuzz -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/gio-unix-2.0/ -I/home/fabio/.linuxbrew/Cellar/libxinerama/1.1.3/include -I/home/fabio/.linuxbrew/Cellar/xineramaproto/1.2.1/include -I/home/fabio/.linuxbrew/Cellar/libxrandr/1.5.0/include -I/home/fabio/.linuxbrew/Cellar/randrproto/1.5.0/include -I/home/fabio/.linuxbrew/Cellar/libxcursor/1.1.14/include -I/home/fabio/.linuxbrew/Cellar/libxcomposite/0.4.4/include -I/home/fabio/.linuxbrew/Cellar/compositeproto/0.4.2/include -I/home/fabio/.linuxbrew/Cellar/libxdamage/1.1.4/include -I/home/fabio/.linuxbrew/Cellar/damageproto/1.2.1/include -I/home/fabio/.linuxbrew/Cellar/libxfixes/5.0.1/include -I/home/fabio/.linuxbrew/Cellar/fixesproto/5.0/include -I/home/fabio/.linuxbrew/Cellar/gdk-pixbuf/2.32.3/include/gdk-pixbuf-2.0 -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/cairo/1.14.6_1/include/cairo -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/glib-2.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/lib/glib-2.0/include -I/home/fabio/.linuxbrew/Cellar/pixman/0.34.0/include/pixman-1 -I/home/fabio/.linuxbrew/Cellar/fontconfig/2.11.1_2/include -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -L../gdk --cflags-end x11/checksettings.c x11/gdkapplaunchcontext-x11.c x11/gdkasync.c x11/gdkcolor-x11.c x11/gdkcursor-x11.c x11/gdkdisplay-x11.c x11/gdkdnd-x11.c x11/gdkdrawable-x11.c x11/gdkgc-x11.c x11/gdkgeometry-x11.c x11/gdkglobals-x11.c x11/gdkimage-x11.c x11/gdkim-x11.c x11/gdkinput.c x11/gdkkeys-x11.c x11/gdkmain-x11.c x11/gdkpixmap-x11.c x11/gdkproperty-x11.c x11/gdkscreen-x11.c x11/gdkselection-x11.c x11/gdksettings.c x11/gdkspawn-x11.c x11/gdktestutils-x11.c x11/gdkvisual-x11.c x11/gdkwindow-x11.c x11/gdkxftdefaults.c x11/gdkxid.c x11/xsettings-client.c x11/xsettings-common.c x11/gdkx.h libgdk-x11-2.0.la Gdk-2.0.gir Makefile --output GdkX11-2.0.gir
Could not find GIR file 'GdkPixbuf-2.0.gir'; check XDG_DATA_DIRS or use --includedir
error parsing file Gdk-2.0.gir: Failed to parse included gir GdkPixbuf-2.0
make[3]: *** [Gdk-2.0.typelib] Error 1
make[3]: *** Waiting for unfinished jobs....
x11/gdkx.h:132: Warning: GdkX11: symbol='gdkx_visual_get': Unknown namespace for symbol 'gdkx_visual_get'
g-ir-scanner: warning: Option --strip-prefix has been deprecated;
see --identifier-prefix and --symbol-prefix.
g-ir-scanner: link: /bin/bash ../libtool --mode=link --tag=CC /usr/bin/gcc-4.9 -o /tmp/gtk+-20160502-17180-1cv3cj0/gtk+-2.24.30/gdk/tmp-introspect71VOMN/GdkX11-2.0 -export-dynamic -isystem/home/fabio/.linuxbrew/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -Os -w -pipe -march=core2 -Wall -L/home/fabio/.linuxbrew/lib -Wl,--dynamic-linker=/home/fabio/.linuxbrew/lib/ld.so -Wl,-rpath,/home/fabio/.linuxbrew/lib tmp-introspect71VOMN/tmp/gtk+-20160502-17180-1cv3cj0/gtk+-2.24.30/gdk/tmp-introspect71VOMN/GdkX11-2.0.o -L. libgdk-x11-2.0.la -L/home/fabio/.linuxbrew/Cellar/glib/2.46.2/lib -lgio-2.0 -lgobject-2.0 -Wl,--export-dynamic -lgmodule-2.0 -pthread -lglib-2.0
libtool: link: /usr/bin/gcc-4.9 -o /tmp/gtk+-20160502-17180-1cv3cj0/gtk+-2.24.30/gdk/tmp-introspect71VOMN/.libs/GdkX11-2.0 -isystem/home/fabio/.linuxbrew/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -Os -w -pipe -march=core2 -Wall -Wl,--dynamic-linker=/home/fabio/.linuxbrew/lib/ld.so -Wl,-rpath -Wl,/home/fabio/.linuxbrew/lib tmp-introspect71VOMN/tmp/gtk+-20160502-17180-1cv3cj0/gtk+-2.24.30/gdk/tmp-introspect71VOMN/GdkX11-2.0.o -Wl,--export-dynamic -pthread -Wl,--export-dynamic -L/home/fabio/.linuxbrew/lib -L. ./.libs/libgdk-x11-2.0.so -L/home/fabio/.linuxbrew/Cellar/pango/1.38.1/lib -L/home/fabio/.linuxbrew/Cellar/glib/2.46.2/lib -L/home/fabio/.linuxbrew/Cellar/fontconfig/2.11.1_2/lib -L/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/lib -L/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/lib -L/home/fabio/.linuxbrew/Cellar/libxinerama/1.1.3/lib -L/home/fabio/.linuxbrew/Cellar/libxrandr/1.5.0/lib -L/home/fabio/.linuxbrew/Cellar/libxcursor/1.1.14/lib -L/home/fabio/.linuxbrew/Cellar/libxcomposite/0.4.4/lib -L/home/fabio/.linuxbrew/Cellar/libxdamage/1.1.4/lib -L/home/fabio/.linuxbrew/Cellar/libxfixes/5.0.1/lib -L/home/fabio/.linuxbrew/Cellar/gdk-pixbuf/2.32.3/lib -L/home/fabio/.linuxbrew/Cellar/cairo/1.14.6_1/lib -L/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/lib -L/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/lib -lpangocairo-1.0 -lpango-1.0 -lfontconfig -lfreetype -lXrender -lXinerama -lXrandr -lXcursor -lXcomposite -lXdamage -lXfixes -lgdk_pixbuf-2.0 -lcairo -lX11 -lXext -lm -lgio-2.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -pthread -Wl,-rpath -Wl,/home/fabio/.linuxbrew/Cellar/gtk+/2.24.30/lib
x11/gdkdrawable-x11.c:894: Warning: GdkX11: gdk_x11_drawable_get_xdisplay: return value: Invalid non-constant return of bare structure or union; register as boxed type or (skip)
x11/gdkx.h:43: Warning: GdkX11: gdk_x11_window_get_drawable_impl: return value: Missing (transfer) annotation
x11/gdkx.h:44: Warning: GdkX11: gdk_x11_pixmap_get_drawable_impl: return value: Missing (transfer) annotation
x11/gdkimage-x11.c:732: Warning: GdkX11: gdk_x11_image_get_xdisplay: return value: Invalid non-constant return of bare structure or union; register as boxed type or (skip)
x11/gdkimage-x11.c:752: Warning: GdkX11: gdk_x11_image_get_ximage: return value: Invalid non-constant return of bare structure or union; register as boxed type or (skip)
x11/gdkcolor-x11.c:1454: Warning: GdkX11: gdk_x11_colormap_get_xdisplay: return value: Invalid non-constant return of bare structure or union; register as boxed type or (skip)
x11/gdkcursor-x11.c:430: Warning: GdkX11: gdk_x11_cursor_get_xdisplay: return value: Invalid non-constant return of bare structure or union; register as boxed type or (skip)
x11/gdkdisplay-x11.c:920: Warning: GdkX11: gdk_x11_display_get_xdisplay: return value: Invalid non-constant return of bare structure or union; register as boxed type or (skip)
x11/gdkvisual-x11.c:643: Warning: GdkX11: gdk_x11_visual_get_xvisual: return value: Invalid non-constant return of bare structure or union; register as boxed type or (skip)
x11/gdkgc-x11.c:675: Warning: GdkX11: gdk_x11_gc_get_xdisplay: return value: Invalid non-constant return of bare structure or union; register as boxed type or (skip)
x11/gdkgc-x11.c:693: Warning: GdkX11: gdk_x11_gc_get_xgc: return value: Unresolved type: 'GC'
x11/gdkmain-x11.c:736: Warning: GdkX11: gdk_x11_get_default_xdisplay: return value: Invalid non-constant return of bare structure or union; register as boxed type or (skip)
x11/gdkcolor-x11.c:1258: Warning: GdkX11: gdk_x11_colormap_foreign_new: return value: Missing (transfer) annotation
x11/gdkxid.c:87: Warning: GdkX11: gdk_xid_table_lookup_for_display: return value: Missing (transfer) annotation
x11/gdkxid.c:122: Warning: GdkX11: gdk_xid_table_lookup: return value: Missing (transfer) annotation
x11/gdkdisplay-x11.c:872: Warning: GdkX11: gdk_x11_lookup_xdisplay: return value: Missing (transfer) annotation
x11/gdkproperty-x11.c:284: Warning: GdkX11: gdk_x11_xatom_to_atom_for_display: return value: Invalid non-constant return of bare structure or union; register as boxed type or (skip)
x11/gdkproperty-x11.c:343: Warning: GdkX11: gdk_x11_xatom_to_atom: return value: Invalid non-constant return of bare structure or union; register as boxed type or (skip)
x11/gdkx.h:204: Warning: GdkX11: gdk_x11_font_get_xfont: return value: Missing (transfer) annotation
x11/gdkx.h:213: Warning: GdkX11: gdk_x11_font_get_xdisplay: return value: Invalid non-constant return of bare structure or union; register as boxed type or (skip)
x11/gdkwindow-x11.c:885: Warning: GdkX11: gdk_x11_window_foreign_new_for_display: return value: Missing (transfer) annotation
x11/gdkwindow-x11.c:1005: Warning: GdkX11: gdk_x11_window_lookup_for_display: return value: Missing (transfer) annotation
make[3]: Leaving directory `/tmp/gtk+-20160502-17180-1cv3cj0/gtk+-2.24.30/gdk'
make[2]: *** [install-recursive] Error 1
make[2]: Leaving directory `/tmp/gtk+-20160502-17180-1cv3cj0/gtk+-2.24.30/gdk'
make[1]: *** [install] Error 2
make[1]: Leaving directory `/tmp/gtk+-20160502-17180-1cv3cj0/gtk+-2.24.30/gdk'
make: *** [install-recursive] Error 1
HOMEBREW_VERSION: 0.9.9
ORIGIN: https://github.com/Linuxbrew/brew.git
HEAD: 19b310f26c3ccb9cf90637bd1e578a3e161ad52c
Last commit: 3 days ago
Core tap ORIGIN: https://github.com/Linuxbrew/homebrew-core
Core tap HEAD: ed2535da921647094d6fca95b40645505801789c
Core tap last commit: 4 hours ago
HOMEBREW_PREFIX: /home/fabio/.linuxbrew
HOMEBREW_REPOSITORY: /home/fabio/.linuxbrew
HOMEBREW_CELLAR: /home/fabio/.linuxbrew/Cellar
HOMEBREW_BOTTLE_DOMAIN: https://linuxbrew.bintray.com
CPU: dual-core 64-bit penryn
Kernel: Linux 3.13.0-77-generic x86_64 GNU/Linux
OS: Linux Mint 17.3 Rosa
Codename: rosa
OS glibc: 2.19
OS gcc: 4.8.5
Linuxbrew glibc: N/A
Linuxbrew gcc: N/A
Clang: N/A
X11: 2.7.8 => /usr
System Ruby: 1.9.3-p484 => /usr/bin/ruby1.9.1
Perl: /usr/bin/perl
Python: /home/fabio/.linuxbrew/bin/python => /home/fabio/.linuxbrew/Cellar/python/2.7.11/bin/python2.7
Ruby: /usr/bin/ruby => /usr/bin/ruby1.9.1
Java: 1.8.0_91
CC: /usr/bin/gcc-4.9
CXX: /usr/bin/g++-4.9
OBJC: /usr/bin/gcc-4.9
OBJCXX: /usr/bin/g++-4.9
CFLAGS: -Os -w -pipe -march=core2
CXXFLAGS: -Os -w -pipe -march=core2
CPPFLAGS: -isystem/home/fabio/.linuxbrew/include
LDFLAGS: -L/home/fabio/.linuxbrew/lib -Wl,--dynamic-linker=/home/fabio/.linuxbrew/lib/ld.so -Wl,-rpath,/home/fabio/.linuxbrew/lib
MAKEFLAGS: -j2
CMAKE_PREFIX_PATH: /home/fabio/.linuxbrew
PKG_CONFIG_LIBDIR: /home/fabio/.linuxbrew/lib/pkgconfig:/home/fabio/.linuxbrew/share/pkgconfig
PATH: /home/fabio/.linuxbrew/bin:/home/fabio/.linuxbrew/sbin:/home/fabio/Bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/usr/lib/jvm/java-8-oracle/bin:/usr/lib/jvm/java-8-oracle/db/bin:/usr/lib/jvm/java-8-oracle/jre/bin:/home/fabio/.linuxbrew/Library/ENV/scm
CPATH: /home/fabio/.linuxbrew/include
LD_LIBRARY_PATH: /home/fabio/.linuxbrew/Cellar/gtk+/2.24.30/lib:/home/fabio/.linuxbrew/Cellar/gtk+/2.24.30
LD_RUN_PATH: /home/fabio/.linuxbrew/lib
LIBRARY_PATH: /home/fabio/.linuxbrew/lib
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by gtk+ configure 2.24.30, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ ./configure --disable-dependency-tracking --disable-silent-rules --prefix=/home/fabio/.linuxbrew/Cellar/gtk+/2.24.30 --disable-glibtest --enable-introspection=yes --with-gdktarget=x11 --disable-visibility
## --------- ##
## Platform. ##
## --------- ##
hostname = mbp-fabio-lnx
uname -m = x86_64
uname -r = 3.13.0-77-generic
uname -s = Linux
uname -v = #121-Ubuntu SMP Wed Jan 20 10:50:42 UTC 2016
/usr/bin/uname -p = unknown
/bin/uname -X = unknown
/bin/arch = unknown
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo = unknown
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /home/fabio/.linuxbrew/bin
PATH: /home/fabio/.linuxbrew/sbin
PATH: /home/fabio/Bin
PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /sbin
PATH: /bin
PATH: /usr/games
PATH: /usr/local/games
PATH: /usr/lib/jvm/java-8-oracle/bin
PATH: /usr/lib/jvm/java-8-oracle/db/bin
PATH: /usr/lib/jvm/java-8-oracle/jre/bin
PATH: /home/fabio/.linuxbrew/Library/ENV/scm
## ----------- ##
## Core tests. ##
## ----------- ##
configure:2843: checking for a BSD-compatible install
configure:2911: result: /usr/bin/install -c
configure:2922: checking whether build environment is sane
configure:2977: result: yes
configure:3128: checking for a thread-safe mkdir -p
configure:3167: result: /bin/mkdir -p
configure:3174: checking for gawk
configure:3190: found /usr/bin/gawk
configure:3201: result: gawk
configure:3212: checking whether make sets $(MAKE)
configure:3234: result: yes
configure:3263: checking whether make supports nested variables
configure:3280: result: yes
configure:3412: checking whether make supports nested variables
configure:3429: result: yes
configure:3507: checking build system type
configure:3521: result: x86_64-unknown-linux-gnu
configure:3541: checking host system type
configure:3554: result: x86_64-unknown-linux-gnu
configure:3576: checking for native Win32
configure:3596: result: no
configure:3656: checking for gcc
configure:3683: result: /usr/bin/gcc-4.9
configure:3912: checking for C compiler version
configure:3921: /usr/bin/gcc-4.9 --version >&5
gcc-4.9 (Ubuntu 4.9.3-8ubuntu2~14.04) 4.9.3
Copyright (C) 2015 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
configure:3932: $? = 0
configure:3921: /usr/bin/gcc-4.9 -v >&5
Using built-in specs.
COLLECT_GCC=/usr/bin/gcc-4.9
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.9/lto-wrapper
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu 4.9.3-8ubuntu2~14.04' --with-bugurl=file:///usr/share/doc/gcc-4.9/README.Bugs --enable-languages=c,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.9 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.9 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-4.9-amd64/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-4.9-amd64 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-4.9-amd64 --with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
Thread model: posix
gcc version 4.9.3 (Ubuntu 4.9.3-8ubuntu2~14.04)
configure:3932: $? = 0
configure:3921: /usr/bin/gcc-4.9 -V >&5
gcc-4.9: error: unrecognized command line option '-V'
gcc-4.9: fatal error: no input files
compilation terminated.
configure:3932: $? = 4
configure:3921: /usr/bin/gcc-4.9 -qversion >&5
gcc-4.9: error: unrecognized command line option '-qversion'
gcc-4.9: fatal error: no input files
compilation terminated.
configure:3932: $? = 4
configure:3952: checking whether the C compiler works
configure:3974: /usr/bin/gcc-4.9 -Os -w -pipe -march=core2 -isystem/home/fabio/.linuxbrew/include -L/home/fabio/.linuxbrew/lib -Wl,--dynamic-linker=/home/fabio/.linuxbrew/lib/ld.so -Wl,-rpath,/home/fabio/.linuxbrew/lib conftest.c >&5
configure:3978: $? = 0
configure:4026: result: yes
configure:4029: checking for C compiler default output file name
configure:4031: result: a.out
configure:4037: checking for suffix of executables
configure:4044: /usr/bin/gcc-4.9 -o conftest -Os -w -pipe -march=core2 -isystem/home/fabio/.linuxbrew/include -L/home/fabio/.linuxbrew/lib -Wl,--dynamic-linker=/home/fabio/.linuxbrew/lib/ld.so -Wl,-rpath,/home/fabio/.linuxbrew/lib conftest.c >&5
configure:4048: $? = 0
configure:4070: result:
configure:4092: checking whether we are cross compiling
configure:4100: /usr/bin/gcc-4.9 -o conftest -Os -w -pipe -march=core2 -isystem/home/fabio/.linuxbrew/include -L/home/fabio/.linuxbrew/lib -Wl,--dynamic-linker=/home/fabio/.linuxbrew/lib/ld.so -Wl,-rpath,/home/fabio/.linuxbrew/lib conftest.c >&5
configure:4104: $? = 0
configure:4111: ./conftest
configure:4115: $? = 0
configure:4130: result: no
configure:4135: checking for suffix of object files
configure:4157: /usr/bin/gcc-4.9 -c -Os -w -pipe -march=core2 -isystem/home/fabio/.linuxbrew/include conftest.c >&5
configure:4161: $? = 0
configure:4182: result: o
configure:4186: checking whether we are using the GNU C compiler
configure:4205: /usr/bin/gcc-4.9 -c -Os -w -pipe -march=core2 -isystem/home/fabio/.linuxbrew/include conftest.c >&5
configure:4205: $? = 0
configure:4214: result: yes
configure:4223: checking whether /usr/bin/gcc-4.9 accepts -g
configure:4243: /usr/bin/gcc-4.9 -c -g -isystem/home/fabio/.linuxbrew/include conftest.c >&5
configure:4243: $? = 0
configure:4284: result: yes
configure:4301: checking for /usr/bin/gcc-4.9 option to accept ISO C89
configure:4364: /usr/bin/gcc-4.9 -c -Os -w -pipe -march=core2 -isystem/home/fabio/.linuxbrew/include conftest.c >&5
configure:4364: $? = 0
configure:4377: result: none needed
configure:4402: checking whether /usr/bin/gcc-4.9 understands -c and -o together
configure:4424: /usr/bin/gcc-4.9 -c conftest.c -o conftest2.o
configure:4427: $? = 0
configure:4424: /usr/bin/gcc-4.9 -c conftest.c -o conftest2.o
configure:4427: $? = 0
configure:4439: result: yes
configure:4467: checking for style of include used by make
configure:4495: result: GNU
configure:4521: checking dependency style of /usr/bin/gcc-4.9
configure:4632: result: none
configure:4899: checking for C++ compiler version
configure:4908: /usr/bin/g++-4.9 --version >&5
g++-4.9 (Ubuntu 4.9.3-8ubuntu2~14.04) 4.9.3
Copyright (C) 2015 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
configure:4919: $? = 0
configure:4908: /usr/bin/g++-4.9 -v >&5
Using built-in specs.
COLLECT_GCC=/usr/bin/g++-4.9
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.9/lto-wrapper
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu 4.9.3-8ubuntu2~14.04' --with-bugurl=file:///usr/share/doc/gcc-4.9/README.Bugs --enable-languages=c,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.9 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.9 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-4.9-amd64/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-4.9-amd64 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-4.9-amd64 --with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
Thread model: posix
gcc version 4.9.3 (Ubuntu 4.9.3-8ubuntu2~14.04)
configure:4919: $? = 0
configure:4908: /usr/bin/g++-4.9 -V >&5
g++-4.9: error: unrecognized command line option '-V'
g++-4.9: fatal error: no input files
compilation terminated.
configure:4919: $? = 4
configure:4908: /usr/bin/g++-4.9 -qversion >&5
g++-4.9: error: unrecognized command line option '-qversion'
g++-4.9: fatal error: no input files
compilation terminated.
configure:4919: $? = 4
configure:4923: checking whether we are using the GNU C++ compiler
configure:4942: /usr/bin/g++-4.9 -c -Os -w -pipe -march=core2 -isystem/home/fabio/.linuxbrew/include conftest.cpp >&5
configure:4942: $? = 0
configure:4951: result: yes
configure:4960: checking whether /usr/bin/g++-4.9 accepts -g
configure:4980: /usr/bin/g++-4.9 -c -g -isystem/home/fabio/.linuxbrew/include conftest.cpp >&5
configure:4980: $? = 0
configure:5021: result: yes
configure:5046: checking dependency style of /usr/bin/g++-4.9
configure:5157: result: none
configure:5184: /usr/bin/g++-4.9 -c -Os -w -pipe -march=core2 -isystem/home/fabio/.linuxbrew/include conftest.cpp >&5
configure:5184: $? = 0
configure:5212: /usr/bin/g++-4.9 -c -Os -w -pipe -march=core2 -x objective-c++ -isystem/home/fabio/.linuxbrew/include conftest.cpp >&5
g++-4.9: error trying to exec 'cc1objplus': execvp: No such file or directory
configure:5212: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gtk+"
| #define PACKAGE_TARNAME "gtk+"
| #define PACKAGE_VERSION "2.24.30"
| #define PACKAGE_STRING "gtk+ 2.24.30"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=gtk%2B"
| #define PACKAGE_URL ""
| #define GETTEXT_PACKAGE "gtk20"
| /* end confdefs.h. */
| @interface Foo @end
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:5596: checking how to print strings
configure:5623: result: printf
configure:5644: checking for a sed that does not truncate output
configure:5708: result: /bin/sed
configure:5726: checking for grep that handles long lines and -e
configure:5784: result: /bin/grep
configure:5789: checking for egrep
configure:5851: result: /bin/grep -E
configure:5856: checking for fgrep
configure:5918: result: /bin/grep -F
configure:5953: checking for ld used by /usr/bin/gcc-4.9
configure:6020: result: /usr/bin/ld
configure:6027: checking if the linker (/usr/bin/ld) is GNU ld
configure:6042: result: yes
configure:6054: checking for BSD- or MS-compatible name lister (nm)
configure:6108: result: /usr/bin/nm -B
configure:6238: checking the name lister (/usr/bin/nm -B) interface
configure:6245: /usr/bin/gcc-4.9 -c -Os -w -pipe -march=core2 -isystem/home/fabio/.linuxbrew/include conftest.c >&5
configure:6248: /usr/bin/nm -B "conftest.o"
configure:6251: output
0000000000000000 B some_variable
configure:6258: result: BSD nm
configure:6261: checking whether ln -s works
configure:6265: result: yes
configure:6273: checking the maximum length of command line arguments
configure:6404: result: 1572864
configure:6452: checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format
configure:6492: result: func_convert_file_noop
configure:6499: checking how to convert x86_64-unknown-linux-gnu file names to toolchain format
configure:6519: result: func_convert_file_noop
configure:6526: checking for /usr/bin/ld option to reload object files
configure:6533: result: -r
configure:6607: checking for objdump
configure:6634: result: objdump
configure:6663: checking how to recognize dependent libraries
configure:6863: result: pass_all
configure:6948: checking for dlltool
configure:6975: result: dlltool
configure:7005: checking how to associate runtime and link libraries
configure:7032: result: printf %s\n
configure:7093: checking for ar
configure:7109: found /usr/bin/ar
configure:7120: result: ar
configure:7157: checking for archiver @FILE support
configure:7174: /usr/bin/gcc-4.9 -c -Os -w -pipe -march=core2 -isystem/home/fabio/.linuxbrew/include conftest.c >&5
configure:7174: $? = 0
configure:7177: ar cru libconftest.a @conftest.lst >&5
configure:7180: $? = 0
configure:7185: ar cru libconftest.a @conftest.lst >&5
ar: conftest.o: No such file or directory
configure:7188: $? = 1
configure:7200: result: @
configure:7258: checking for strip
configure:7274: found /usr/bin/strip
configure:7285: result: strip
configure:7357: checking for ranlib
configure:7373: found /usr/bin/ranlib
configure:7384: result: ranlib
configure:7486: checking command to parse /usr/bin/nm -B output from /usr/bin/gcc-4.9 object
configure:7639: /usr/bin/gcc-4.9 -c -Os -w -pipe -march=core2 -isystem/home/fabio/.linuxbrew/include conftest.c >&5
configure:7642: $? = 0
configure:7646: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
configure:7649: $? = 0
configure:7715: /usr/bin/gcc-4.9 -o conftest -Os -w -pipe -march=core2 -isystem/home/fabio/.linuxbrew/include -L/home/fabio/.linuxbrew/lib -Wl,--dynamic-linker=/home/fabio/.linuxbrew/lib/ld.so -Wl,-rpath,/home/fabio/.linuxbrew/lib conftest.c conftstm.o >&5
configure:7718: $? = 0
configure:7756: result: ok
configure:7803: checking for sysroot
configure:7833: result: no
configure:7840: checking for a working dd
configure:7878: result: /bin/dd
configure:7882: checking how to truncate binary pipes
configure:7897: result: /bin/dd bs=4096 count=1
configure:8033: /usr/bin/gcc-4.9 -c -Os -w -pipe -march=core2 -isystem/home/fabio/.linuxbrew/include conftest.c >&5
configure:8036: $? = 0
configure:8226: checking for mt
configure:8242: found /bin/mt
configure:8253: result: mt
configure:8276: checking if mt is a manifest tool
configure:8282: mt '-?'
configure:8290: result: no
configure:8967: checking how to run the C preprocessor
configure:8998: /usr/bin/gcc-4.9 -E -isystem/home/fabio/.linuxbrew/include conftest.c
configure:8998: $? = 0
configure:9012: /usr/bin/gcc-4.9 -E -isystem/home/fabio/.linuxbrew/include conftest.c
conftest.c:10:28: fatal error: ac_nonexistent.h: No such file or directory
#include <ac_nonexistent.h>
^
compilation terminated.
configure:9012: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gtk+"
| #define PACKAGE_TARNAME "gtk+"
| #define PACKAGE_VERSION "2.24.30"
| #define PACKAGE_STRING "gtk+ 2.24.30"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=gtk%2B"
| #define PACKAGE_URL ""
| #define GETTEXT_PACKAGE "gtk20"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:9037: result: /usr/bin/gcc-4.9 -E
configure:9057: /usr/bin/gcc-4.9 -E -isystem/home/fabio/.linuxbrew/include conftest.c
configure:9057: $? = 0
configure:9071: /usr/bin/gcc-4.9 -E -isystem/home/fabio/.linuxbrew/include conftest.c
conftest.c:10:28: fatal error: ac_nonexistent.h: No such file or directory
#include <ac_nonexistent.h>
^
compilation terminated.
configure:9071: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gtk+"
| #define PACKAGE_TARNAME "gtk+"
| #define PACKAGE_VERSION "2.24.30"
| #define PACKAGE_STRING "gtk+ 2.24.30"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=gtk%2B"
| #define PACKAGE_URL ""
| #define GETTEXT_PACKAGE "gtk20"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:9100: checking for ANSI C header files
configure:9120: /usr/bin/gcc-4.9 -c -Os -w -pipe -march=core2 -isystem/home/fabio/.linuxbrew/include conftest.c >&5
configure:9120: $? = 0
configure:9193: /usr/bin/gcc-4.9 -o conftest -Os -w -pipe -march=core2 -isystem/home/fabio/.linuxbrew/include -L/home/fabio/.linuxbrew/lib -Wl,--dynamic-linker=/home/fabio/.linuxbrew/lib/ld.so -Wl,-rpath,/home/fabio/.linuxbrew/lib conftest.c >&5
configure:9193: $? = 0
configure:9193: ./conftest
configure:9193: $? = 0
configure:9204: result: yes
configure:9217: checking for sys/types.h
configure:9217: /usr/bin/gcc-4.9 -c -Os -w -pipe -march=core2 -isystem/home/fabio/.linuxbrew/include conftest.c >&5
configure:9217: $? = 0
configure:9217: result: yes
configure:9217: checking for sys/stat.h
configure:9217: /usr/bin/gcc-4.9 -c -Os -w -pipe -march=core2 -isystem/home/fabio/.linuxbrew/include conftest.c >&5
configure:9217: $? = 0
configure:9217: result: yes
configure:9217: checking for stdlib.h
configure:9217: /usr/bin/gcc-4.9 -c -Os -w -pipe -march=core2 -isystem/home/fabio/.linuxbrew/include conftest.c >&5
configure:9217: $? = 0
configure:9217: result: yes
configure:9217: checking for string.h
configure:9217: /usr/bin/gcc-4.9 -c -Os -w -pipe -march=core2 -isystem/home/fabio/.linuxbrew/include conftest.c >&5
configure:9217: $? = 0
configure:9217: result: yes
configure:9217: checking for memory.h
configure:9217: /usr/bin/gcc-4.9 -c -Os -w -pipe -march=core2 -isystem/home/fabio/.linuxbrew/include conftest.c >&5
configure:9217: $? = 0
configure:9217: result: yes
configure:9217: checking for strings.h
configure:9217: /usr/bin/gcc-4.9 -c -Os -w -pipe -march=core2 -isystem/home/fabio/.linuxbrew/include conftest.c >&5
configure:9217: $? = 0
configure:9217: result: yes
configure:9217: checking for inttypes.h
configure:9217: /usr/bin/gcc-4.9 -c -Os -w -pipe -march=core2 -isystem/home/fabio/.linuxbrew/include conftest.c >&5
configure:9217: $? = 0
configure:9217: result: yes
configure:9217: checking for stdint.h
configure:9217: /usr/bin/gcc-4.9 -c -Os -w -pipe -march=core2 -isystem/home/fabio/.linuxbrew/include conftest.c >&5
configure:9217: $? = 0
configure:9217: result: yes
configure:9217: checking for unistd.h
configure:9217: /usr/bin/gcc-4.9 -c -Os -w -pipe -march=core2 -isystem/home/fabio/.linuxbrew/include conftest.c >&5
configure:9217: $? = 0
configure:9217: result: yes
configure:9231: checking for dlfcn.h
configure:9231: /usr/bin/gcc-4.9 -c -Os -w -pipe -march=core2 -isystem/home/fabio/.linuxbrew/include conftest.c >&5
configure:9231: $? = 0
configure:9231: result: yes
configure:9465: checking for objdir
configure:9480: result: .libs
configure:9740: checking if /usr/bin/gcc-4.9 supports -fno-rtti -fno-exceptions
configure:9758: /usr/bin/gcc-4.9 -c -Os -w -pipe -march=core2 -isystem/home/fabio/.linuxbrew/include -fno-rtti -fno-exceptions conftest.c >&5
configure:9762: $? = 0
configure:9775: result: yes
configure:10133: checking for /usr/bin/gcc-4.9 option to produce PIC
configure:10140: result: -fPIC -DPIC
configure:10148: checking if /usr/bin/gcc-4.9 PIC flag -fPIC -DPIC works
configure:10166: /usr/bin/gcc-4.9 -c -Os -w -pipe -march=core2 -isystem/home/fabio/.linuxbrew/include -fPIC -DPIC -DPIC conftest.c >&5
configure:10170: $? = 0
configure:10183: result: yes
configure:10212: checking if /usr/bin/gcc-4.9 static flag -static works
configure:10240: result: yes
configure:10255: checking if /usr/bin/gcc-4.9 supports -c -o file.o
configure:10276: /usr/bin/gcc-4.9 -c -Os -w -pipe -march=core2 -isystem/home/fabio/.linuxbrew/include -o out/conftest2.o conftest.c >&5
configure:10280: $? = 0
configure:10302: result: yes
configure:10310: checking if /usr/bin/gcc-4.9 supports -c -o file.o
configure:10357: result: yes
configure:10390: checking whether the /usr/bin/gcc-4.9 linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
configure:11649: result: yes
configure:11686: checking whether -lc should be explicitly linked in
configure:11694: /usr/bin/gcc-4.9 -c -Os -w -pipe -march=core2 -isystem/home/fabio/.linuxbrew/include conftest.c >&5
configure:11697: $? = 0
configure:11712: /usr/bin/gcc-4.9 -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /bin/grep -lc \>/dev/null 2\>\&1
configure:11715: $? = 0
configure:11729: result: no
configure:11889: checking dynamic linker characteristics
configure:12470: /usr/bin/gcc-4.9 -o conftest -Os -w -pipe -march=core2 -isystem/home/fabio/.linuxbrew/include -L/home/fabio/.linuxbrew/lib -Wl,--dynamic-linker=/home/fabio/.linuxbrew/lib/ld.so -Wl,-rpath,/home/fabio/.linuxbrew/lib -Wl,-rpath -Wl,/foo conftest.c >&5
configure:12470: $? = 0
configure:12710: result: GNU/Linux ld.so
configure:12832: checking how to hardcode library paths into programs
configure:12857: result: immediate
configure:13405: checking whether stripping libraries is possible
configure:13410: result: yes
configure:13445: checking if libtool supports shared libraries
configure:13447: result: yes
configure:13450: checking whether to build shared libraries
configure:13475: result: yes
configure:13478: checking whether to build static libraries
configure:13482: result: no
configure:13505: checking how to run the C++ preprocessor
configure:13532: /usr/bin/g++-4.9 -E -isystem/home/fabio/.linuxbrew/include conftest.cpp
configure:13532: $? = 0
configure:13546: /usr/bin/g++-4.9 -E -isystem/home/fabio/.linuxbrew/include conftest.cpp
conftest.cpp:22:28: fatal error: ac_nonexistent.h: No such file or directory
#include <ac_nonexistent.h>
^
compilation terminated.
configure:13546: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gtk+"
| #define PACKAGE_TARNAME "gtk+"
| #define PACKAGE_VERSION "2.24.30"
| #define PACKAGE_STRING "gtk+ 2.24.30"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=gtk%2B"
| #define PACKAGE_URL ""
| #define GETTEXT_PACKAGE "gtk20"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:13571: result: /usr/bin/g++-4.9 -E
configure:13591: /usr/bin/g++-4.9 -E -isystem/home/fabio/.linuxbrew/include conftest.cpp
configure:13591: $? = 0
configure:13605: /usr/bin/g++-4.9 -E -isystem/home/fabio/.linuxbrew/include conftest.cpp
conftest.cpp:22:28: fatal error: ac_nonexistent.h: No such file or directory
#include <ac_nonexistent.h>
^
compilation terminated.
configure:13605: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gtk+"
| #define PACKAGE_TARNAME "gtk+"
| #define PACKAGE_VERSION "2.24.30"
| #define PACKAGE_STRING "gtk+ 2.24.30"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=gtk%2B"
| #define PACKAGE_URL ""
| #define GETTEXT_PACKAGE "gtk20"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:13767: checking for ld used by /usr/bin/g++-4.9
configure:13834: result: /usr/bin/ld -m elf_x86_64
configure:13841: checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld
configure:13856: result: yes
configure:13911: checking whether the /usr/bin/g++-4.9 linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
configure:14984: result: yes
configure:15020: /usr/bin/g++-4.9 -c -Os -w -pipe -march=core2 -isystem/home/fabio/.linuxbrew/include conftest.cpp >&5
configure:15023: $? = 0
configure:15504: checking for /usr/bin/g++-4.9 option to produce PIC
configure:15511: result: -fPIC -DPIC
configure:15519: checking if /usr/bin/g++-4.9 PIC flag -fPIC -DPIC works
configure:15537: /usr/bin/g++-4.9 -c -Os -w -pipe -march=core2 -isystem/home/fabio/.linuxbrew/include -fPIC -DPIC -DPIC conftest.cpp >&5
configure:15541: $? = 0
configure:15554: result: yes
configure:15577: checking if /usr/bin/g++-4.9 static flag -static works
configure:15605: result: yes
configure:15617: checking if /usr/bin/g++-4.9 supports -c -o file.o
configure:15638: /usr/bin/g++-4.9 -c -Os -w -pipe -march=core2 -isystem/home/fabio/.linuxbrew/include -o out/conftest2.o conftest.cpp >&5
configure:15642: $? = 0
configure:15664: result: yes
configure:15669: checking if /usr/bin/g++-4.9 supports -c -o file.o
configure:15716: result: yes
configure:15746: checking whether the /usr/bin/g++-4.9 linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
configure:15786: result: yes
configure:15927: checking dynamic linker characteristics
configure:16675: result: GNU/Linux ld.so
configure:16740: checking how to hardcode library paths into programs
configure:16765: result: immediate
configure:16827: creating ./config.lt
## ------------------ ##
## Running config.lt. ##
## ------------------ ##
config.lt:684: creating libtool
configure:18393: checking for special C compiler options needed for large files
configure:18438: result: no
configure:18444: checking for _FILE_OFFSET_BITS value needed for large files
configure:18469: /usr/bin/gcc-4.9 -c -Os -w -pipe -march=core2 -isystem/home/fabio/.linuxbrew/include conftest.c >&5
configure:18469: $? = 0
configure:18501: result: no
configure:18596: checking dependency style of /usr/bin/gcc-4.9
configure:18705: result: none
configure:18766: checking for nm
configure:18796: result: /usr/bin/nm -B
configure:18820: checking whether to enable maintainer-specific portions of Makefiles
configure:18829: result: yes
configure:18843: checking for some Win32 platform
configure:18853: result: no
configure:19135: checking whether build environment is sane
configure:19190: result: yes
configure:19204: checking for library containing strerror
configure:19235: /usr/bin/gcc-4.9 -o conftest -Os -w -pipe -march=core2 -isystem/home/fabio/.linuxbrew/include -L/home/fabio/.linuxbrew/lib -Wl,--dynamic-linker=/home/fabio/.linuxbrew/lib/ld.so -Wl,-rpath,/home/fabio/.linuxbrew/lib conftest.c >&5
configure:19235: $? = 0
configure:19252: result: none required
configure:19262: checking whether make sets $(MAKE)
configure:19284: result: yes
configure:19417: checking for pkg-config
configure:19435: found /home/fabio/.linuxbrew/bin/pkg-config
configure:19447: result: /home/fabio/.linuxbrew/bin/pkg-config
configure:19472: checking pkg-config is at least version 0.9.0
configure:19475: result: yes
configure:19485: checking for BASE_DEPENDENCIES
configure:19492: $PKG_CONFIG --exists --print-errors "glib-2.0 >= 2.28.0 atk >= 1.29.2 pango >= 1.20 cairo >= 1.6 gdk-pixbuf-2.0 >= 2.21.0"
configure:19495: $? = 0
configure:19509: $PKG_CONFIG --exists --print-errors "glib-2.0 >= 2.28.0 atk >= 1.29.2 pango >= 1.20 cairo >= 1.6 gdk-pixbuf-2.0 >= 2.21.0"
configure:19512: $? = 0
configure:19570: result: yes
configure:19587: checking for CAIRO_BACKEND
configure:19594: $PKG_CONFIG --exists --print-errors "cairo-$cairo_backend >= 1.6"
configure:19597: $? = 0
configure:19611: $PKG_CONFIG --exists --print-errors "cairo-$cairo_backend >= 1.6"
configure:19614: $? = 0
configure:19672: result: yes
configure:19679: checking for GMODULE
configure:19686: $PKG_CONFIG --exists --print-errors "gmodule-2.0"
configure:19689: $? = 0
configure:19703: $PKG_CONFIG --exists --print-errors "gmodule-2.0"
configure:19706: $? = 0
configure:19764: result: yes
configure:19788: checking Whether to write dependencies into .pc files
configure:19805: result: no
configure:19824: checking for perl5
configure:19857: result: no
configure:19824: checking for perl
configure:19842: found /usr/bin/perl
configure:19854: result: /usr/bin/perl
configure:19869: checking for indent
configure:19899: result: no
configure:19916: checking for lstat
configure:19916: /usr/bin/gcc-4.9 -o conftest -Os -w -pipe -march=core2 -Wall -isystem/home/fabio/.linuxbrew/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -L/home/fabio/.linuxbrew/lib -Wl,--dynamic-linker=/home/fabio/.linuxbrew/lib/ld.so -Wl,-rpath,/home/fabio/.linuxbrew/lib conftest.c >&5
configure:19916: $? = 0
configure:19916: result: yes
configure:19916: checking for mkstemp
configure:19916: /usr/bin/gcc-4.9 -o conftest -Os -w -pipe -march=core2 -Wall -isystem/home/fabio/.linuxbrew/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -L/home/fabio/.linuxbrew/lib -Wl,--dynamic-linker=/home/fabio/.linuxbrew/lib/ld.so -Wl,-rpath,/home/fabio/.linuxbrew/lib conftest.c >&5
configure:19916: $? = 0
configure:19916: result: yes
configure:19916: checking for flockfile
configure:19916: /usr/bin/gcc-4.9 -o conftest -Os -w -pipe -march=core2 -Wall -isystem/home/fabio/.linuxbrew/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -L/home/fabio/.linuxbrew/lib -Wl,--dynamic-linker=/home/fabio/.linuxbrew/lib/ld.so -Wl,-rpath,/home/fabio/.linuxbrew/lib conftest.c >&5
configure:19916: $? = 0
configure:19916: result: yes
configure:19916: checking for getc_unlocked
configure:19916: /usr/bin/gcc-4.9 -o conftest -Os -w -pipe -march=core2 -Wall -isystem/home/fabio/.linuxbrew/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -L/home/fabio/.linuxbrew/lib -Wl,--dynamic-linker=/home/fabio/.linuxbrew/lib/ld.so -Wl,-rpath,/home/fabio/.linuxbrew/lib conftest.c >&5
configure:19916: $? = 0
configure:19916: result: yes
configure:19927: checking for localtime_r
configure:19927: /usr/bin/gcc-4.9 -o conftest -Os -w -pipe -march=core2 -Wall -isystem/home/fabio/.linuxbrew/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -L/home/fabio/.linuxbrew/lib -Wl,--dynamic-linker=/home/fabio/.linuxbrew/lib/ld.so -Wl,-rpath,/home/fabio/.linuxbrew/lib conftest.c >&5
configure:19927: $? = 0
configure:19927: result: yes
configure:19938: checking for _NL_TIME_FIRST_WEEKDAY
configure:19954: /usr/bin/gcc-4.9 -o conftest -Os -w -pipe -march=core2 -Wall -isystem/home/fabio/.linuxbrew/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -L/home/fabio/.linuxbrew/lib -Wl,--dynamic-linker=/home/fabio/.linuxbrew/lib/ld.so -Wl,-rpath,/home/fabio/.linuxbrew/lib conftest.c >&5
configure:19954: $? = 0
configure:19961: result: yes
configure:19970: checking for _NL_MEASUREMENT_MEASUREMENT
configure:19986: /usr/bin/gcc-4.9 -o conftest -Os -w -pipe -march=core2 -Wall -isystem/home/fabio/.linuxbrew/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -L/home/fabio/.linuxbrew/lib -Wl,--dynamic-linker=/home/fabio/.linuxbrew/lib/ld.so -Wl,-rpath,/home/fabio/.linuxbrew/lib conftest.c >&5
configure:19986: $? = 0
configure:19993: result: yes
configure:20002: checking for _NL_PAPER_HEIGHT
configure:20018: /usr/bin/gcc-4.9 -o conftest -Os -w -pipe -march=core2 -Wall -isystem/home/fabio/.linuxbrew/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -L/home/fabio/.linuxbrew/lib -Wl,--dynamic-linker=/home/fabio/.linuxbrew/lib/ld.so -Wl,-rpath,/home/fabio/.linuxbrew/lib conftest.c >&5
configure:20018: $? = 0
configure:20025: result: yes
configure:20034: checking for _NL_PAPER_WIDTH
configure:20050: /usr/bin/gcc-4.9 -o conftest -Os -w -pipe -march=core2 -Wall -isystem/home/fabio/.linuxbrew/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -L/home/fabio/.linuxbrew/lib -Wl,--dynamic-linker=/home/fabio/.linuxbrew/lib/ld.so -Wl,-rpath,/home/fabio/.linuxbrew/lib conftest.c >&5
configure:20050: $? = 0
configure:20057: result: yes
configure:20066: checking for sigsetjmp
configure:20082: /usr/bin/gcc-4.9 -o conftest -Os -w -pipe -march=core2 -Wall -isystem/home/fabio/.linuxbrew/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -L/home/fabio/.linuxbrew/lib -Wl,--dynamic-linker=/home/fabio/.linuxbrew/lib/ld.so -Wl,-rpath,/home/fabio/.linuxbrew/lib conftest.c >&5
configure:20082: $? = 0
configure:20089: result: yes
configure:20102: checking locale.h usability
configure:20102: /usr/bin/gcc-4.9 -c -Os -w -pipe -march=core2 -Wall -isystem/home/fabio/.linuxbrew/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES conftest.c >&5
configure:20102: $? = 0
configure:20102: result: yes
configure:20102: checking locale.h presence
configure:20102: /usr/bin/gcc-4.9 -E -isystem/home/fabio/.linuxbrew/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES conftest.c
configure:20102: $? = 0
configure:20102: result: yes
configure:20102: checking for locale.h
configure:20102: result: yes
configure:20113: checking for LC_MESSAGES
configure:20129: /usr/bin/gcc-4.9 -o conftest -Os -w -pipe -march=core2 -Wall -isystem/home/fabio/.linuxbrew/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -L/home/fabio/.linuxbrew/lib -Wl,--dynamic-linker=/home/fabio/.linuxbrew/lib/ld.so -Wl,-rpath,/home/fabio/.linuxbrew/lib conftest.c >&5
configure:20129: $? = 0
configure:20137: result: yes
configure:20154: checking libintl.h usability
configure:20154: /usr/bin/gcc-4.9 -c -Os -w -pipe -march=core2 -Wall -isystem/home/fabio/.linuxbrew/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES conftest.c >&5
configure:20154: $? = 0
configure:20154: result: yes
configure:20154: checking libintl.h presence
configure:20154: /usr/bin/gcc-4.9 -E -isystem/home/fabio/.linuxbrew/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES conftest.c
configure:20154: $? = 0
configure:20154: result: yes
configure:20154: checking for libintl.h
configure:20154: result: yes
configure:20162: checking for ngettext in libc
configure:20180: /usr/bin/gcc-4.9 -o conftest -Os -w -pipe -march=core2 -Wall -isystem/home/fabio/.linuxbrew/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -L/home/fabio/.linuxbrew/lib -Wl,--dynamic-linker=/home/fabio/.linuxbrew/lib/ld.so -Wl,-rpath,/home/fabio/.linuxbrew/lib conftest.c >&5
configure:20180: $? = 0
configure:20189: result: yes
configure:20193: checking for dgettext in libc
configure:20211: /usr/bin/gcc-4.9 -o conftest -Os -w -pipe -march=core2 -Wall -isystem/home/fabio/.linuxbrew/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -L/home/fabio/.linuxbrew/lib -Wl,--dynamic-linker=/home/fabio/.linuxbrew/lib/ld.so -Wl,-rpath,/home/fabio/.linuxbrew/lib conftest.c >&5
configure:20211: $? = 0
configure:20220: result: yes
configure:20227: checking for bind_textdomain_codeset
configure:20227: /usr/bin/gcc-4.9 -o conftest -Os -w -pipe -march=core2 -Wall -isystem/home/fabio/.linuxbrew/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -L/home/fabio/.linuxbrew/lib -Wl,--dynamic-linker=/home/fabio/.linuxbrew/lib/ld.so -Wl,-rpath,/home/fabio/.linuxbrew/lib conftest.c >&5
configure:20227: $? = 0
configure:20227: result: yes
configure:20503: checking for msgfmt
configure:20530: result: /home/fabio/.linuxbrew/bin/msgfmt
configure:20541: checking for dcgettext
configure:20541: /usr/bin/gcc-4.9 -o conftest -Os -w -pipe -march=core2 -Wall -isystem/home/fabio/.linuxbrew/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -L/home/fabio/.linuxbrew/lib -Wl,--dynamic-linker=/home/fabio/.linuxbrew/lib/ld.so -Wl,-rpath,/home/fabio/.linuxbrew/lib conftest.c >&5
configure:20541: $? = 0
configure:20541: result: yes
configure:20551: checking if msgfmt accepts -c
configure:20566: $MSGFMT -c -o /dev/null conftest.foo
conftest.foo:3: warning: header field 'Language' missing in header
configure:20569: $? = 0
configure:20571: result: yes
configure:20581: checking for gmsgfmt
configure:20612: result: /home/fabio/.linuxbrew/bin/msgfmt
configure:20622: checking for xgettext
configure:20649: result: /home/fabio/.linuxbrew/bin/xgettext
configure:20668: /usr/bin/gcc-4.9 -o conftest -Os -w -pipe -march=core2 -Wall -isystem/home/fabio/.linuxbrew/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -L/home/fabio/.linuxbrew/lib -Wl,--dynamic-linker=/home/fabio/.linuxbrew/lib/ld.so -Wl,-rpath,/home/fabio/.linuxbrew/lib conftest.c >&5
configure:20668: $? = 0
configure:20750: checking for catalogs to be installed
configure:20775: result: af am ang ar as ast az az_IR be be@latin bg bn bn_IN br bs ca ca@valencia crh cs cy da de dz el en_CA en_GB eo es et eu fa fi fr ga gl gu he hi hr hu hy ia id io is it ja ka kk kn ko ku li lt lv mai mi mk ml mn mr ms my nb nds ne nl nn nso oc or pa pl ps pt pt_BR ro ru rw si sk sl sq sr sr@latin sr@ije sv ta te th tk tr tt ug uk ur uz uz@cyrillic vi wa xh yi zh_CN zh_HK zh_TW
configure:20846: checking for extra flags to get ANSI library prototypes
configure:20861: /usr/bin/gcc-4.9 -o conftest -Os -w -pipe -march=core2 -Wall -isystem/home/fabio/.linuxbrew/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -L/home/fabio/.linuxbrew/lib -Wl,--dynamic-linker=/home/fabio/.linuxbrew/lib/ld.so -Wl,-rpath,/home/fabio/.linuxbrew/lib conftest.c -lm >&5
configure:20861: $? = 0
configure:20861: ./conftest
configure:20861: $? = 0
configure:20862: result: none needed
configure:20897: checking for the BeOS
configure:20906: result: no
configure:20915: checking for HP-UX
configure:20924: result: no
configure:20929: checking for extra flags for POSIX compliance
configure:20942: /usr/bin/gcc-4.9 -c -Os -w -pipe -march=core2 -Wall -isystem/home/fabio/.linuxbrew/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES conftest.c >&5
configure:20942: $? = 0
configure:20943: result: none needed
configure:21063: checking for pkg-config
configure:21093: result: /home/fabio/.linuxbrew/bin/pkg-config
configure:21118: checking pkg-config is at least version 0.16
configure:21121: result: yes
configure:21138: checking for GLIB - version >= 2.28.0
configure:21264: result: yes (version 2.46.2)
configure:21347: checking for bind_textdomain_codeset
configure:21347: result: yes
configure:21360: checking pwd.h usability
configure:21360: /usr/bin/gcc-4.9 -c -Os -w -pipe -march=core2 -Wall -isystem/home/fabio/.linuxbrew/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES conftest.c >&5
configure:21360: $? = 0
configure:21360: result: yes
configure:21360: checking pwd.h presence
configure:21360: /usr/bin/gcc-4.9 -E -isystem/home/fabio/.linuxbrew/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES conftest.c
configure:21360: $? = 0
configure:21360: result: yes
configure:21360: checking for pwd.h
configure:21360: result: yes
configure:21374: checking sys/time.h usability
configure:21374: /usr/bin/gcc-4.9 -c -Os -w -pipe -march=core2 -Wall -isystem/home/fabio/.linuxbrew/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES conftest.c >&5
configure:21374: $? = 0
configure:21374: result: yes
configure:21374: checking sys/time.h presence
configure:21374: /usr/bin/gcc-4.9 -E -isystem/home/fabio/.linuxbrew/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES conftest.c
configure:21374: $? = 0
configure:21374: result: yes
configure:21374: checking for sys/time.h
configure:21374: result: yes
configure:21388: checking for unistd.h
configure:21388: result: yes
configure:21402: checking ftw.h usability
configure:21402: /usr/bin/gcc-4.9 -c -Os -w -pipe -march=core2 -Wall -isystem/home/fabio/.linuxbrew/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES conftest.c >&5
configure:21402: $? = 0
configure:21402: result: yes
configure:21402: checking ftw.h presence
configure:21402: /usr/bin/gcc-4.9 -E -isystem/home/fabio/.linuxbrew/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES conftest.c
configure:21402: $? = 0
configure:21402: result: yes
configure:21402: checking for ftw.h
configure:21402: result: yes
configure:21415: checking for GNU ftw extensions
configure:21430: /usr/bin/gcc-4.9 -c -Os -w -pipe -march=core2 -Wall -isystem/home/fabio/.linuxbrew/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES conftest.c >&5
configure:21430: $? = 0
configure:21437: result: yes
configure:21452: checking for ANSI C header files
configure:21556: result: yes
configure:21566: checking for an ANSI C-conforming const
configure:21632: /usr/bin/gcc-4.9 -c -Os -w -pipe -march=core2 -Wall -isystem/home/fabio/.linuxbrew/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES conftest.c >&5
configure:21632: $? = 0
configure:21639: result: yes
configure:21649: checking return type of signal handlers
configure:21667: /usr/bin/gcc-4.9 -c -Os -w -pipe -march=core2 -Wall -isystem/home/fabio/.linuxbrew/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES conftest.c >&5
conftest.c: In function 'main':
conftest.c:57:1: error: void value not ignored as it ought to be
return *(signal (0, 0)) (0) == 1;
^
configure:21667: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gtk+"
| #define PACKAGE_TARNAME "gtk+"
| #define PACKAGE_VERSION "2.24.30"
| #define PACKAGE_STRING "gtk+ 2.24.30"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=gtk%2B"
| #define PACKAGE_URL ""
| #define GETTEXT_PACKAGE "gtk20"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define GTK_COMPILED_WITH_DEBUGGING "minimum"
| #define HAVE_LSTAT 1
| #define HAVE_MKSTEMP 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_GETC_UNLOCKED 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE__NL_TIME_FIRST_WEEKDAY 1
| #define HAVE__NL_MEASUREMENT_MEASUREMENT 1
| #define HAVE__NL_PAPER_HEIGHT 1
| #define HAVE__NL_PAPER_WIDTH 1
| #define HAVE_SIGSETJMP 1
| #define HAVE_LOCALE_H 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define ENABLE_NLS 1
| #define GTK_LOCALEDIR "/home/fabio/.linuxbrew/Cellar/gtk+/2.24.30/share/locale"
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
| #define HAVE_PWD_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_FTW_H 1
| #define HAVE_FTW_H 1
| #define HAVE_GNU_FTW 1
| #define STDC_HEADERS 1
| /* end confdefs.h. */
| #include <sys/types.h>
| #include <signal.h>
|
| int
| main ()
| {
| return *(signal (0, 0)) (0) == 1;
| ;
| return 0;
| }
configure:21674: result: void
configure:21688: checking for stdlib.h
configure:21688: result: yes
configure:21688: checking for unistd.h
configure:21688: result: yes
configure:21688: checking for sys/param.h
configure:21688: /usr/bin/gcc-4.9 -c -Os -w -pipe -march=core2 -Wall -isystem/home/fabio/.linuxbrew/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES conftest.c >&5
configure:21688: $? = 0
configure:21688: result: yes
configure:21708: checking for getpagesize
configure:21708: /usr/bin/gcc-4.9 -o conftest -Os -w -pipe -march=core2 -Wall -isystem/home/fabio/.linuxbrew/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -L/home/fabio/.linuxbrew/lib -Wl,--dynamic-linker=/home/fabio/.linuxbrew/lib/ld.so -Wl,-rpath,/home/fabio/.linuxbrew/lib conftest.c >&5
configure:21708: $? = 0
configure:21708: result: yes
configure:21717: checking for working mmap
configure:21864: /usr/bin/gcc-4.9 -o conftest -Os -w -pipe -march=core2 -Wall -isystem/home/fabio/.linuxbrew/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -L/home/fabio/.linuxbrew/lib -Wl,--dynamic-linker=/home/fabio/.linuxbrew/lib/ld.so -Wl,-rpath,/home/fabio/.linuxbrew/lib conftest.c >&5
configure:21864: $? = 0
configure:21864: ./conftest
configure:21864: $? = 0
configure:21874: result: yes
configure:21886: checking for mallinfo
configure:21886: /usr/bin/gcc-4.9 -o conftest -Os -w -pipe -march=core2 -Wall -isystem/home/fabio/.linuxbrew/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -L/home/fabio/.linuxbrew/lib -Wl,--dynamic-linker=/home/fabio/.linuxbrew/lib/ld.so -Wl,-rpath,/home/fabio/.linuxbrew/lib conftest.c >&5
configure:21886: $? = 0
configure:21886: result: yes
configure:21897: checking for getresuid
configure:21897: /usr/bin/gcc-4.9 -o conftest -Os -w -pipe -march=core2 -Wall -isystem/home/fabio/.linuxbrew/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -L/home/fabio/.linuxbrew/lib -Wl,--dynamic-linker=/home/fabio/.linuxbrew/lib/ld.so -Wl,-rpath,/home/fabio/.linuxbrew/lib conftest.c >&5
configure:21897: $? = 0
configure:21897: result: yes
configure:21906: checking for uid_t in sys/types.h
configure:21925: result: yes
configure:21938: checking for fd_set
configure:21951: /usr/bin/gcc-4.9 -c -Os -w -pipe -march=core2 -Wall -isystem/home/fabio/.linuxbrew/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES conftest.c >&5
configure:21951: $? = 0
configure:21958: result: yes, found in sys/types.h
configure:21988: checking for wchar.h
configure:21994: /usr/bin/gcc-4.9 -E -isystem/home/fabio/.linuxbrew/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES conftest.c
configure:21994: $? = 0
configure:22005: result: yes
configure:22009: checking for wctype.h
configure:22015: /usr/bin/gcc-4.9 -E -isystem/home/fabio/.linuxbrew/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES conftest.c
configure:22015: $? = 0
configure:22026: result: yes
configure:22031: checking for iswalnum
configure:22031: /usr/bin/gcc-4.9 -o conftest -Os -w -pipe -march=core2 -Wall -isystem/home/fabio/.linuxbrew/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -L/home/fabio/.linuxbrew/lib -Wl,--dynamic-linker=/home/fabio/.linuxbrew/lib/ld.so -Wl,-rpath,/home/fabio/.linuxbrew/lib conftest.c >&5
configure:22031: $? = 0
configure:22031: result: yes
configure:22081: checking if iswalnum() and friends are properly defined
configure:22107: /usr/bin/gcc-4.9 -o conftest -Os -w -pipe -march=core2 -Wall -isystem/home/fabio/.linuxbrew/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -L/home/fabio/.linuxbrew/lib -Wl,--dynamic-linker=/home/fabio/.linuxbrew/lib/ld.so -Wl,-rpath,/home/fabio/.linuxbrew/lib conftest.c >&5
configure:22107: $? = 0
configure:22122: result: yes
configure:22127: checking for uxtheme.h
configure:22133: /usr/bin/gcc-4.9 -E -isystem/home/fabio/.linuxbrew/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES conftest.c
conftest.c:61:21: fatal error: uxtheme.h: No such file or directory
#include <uxtheme.h>
^
compilation terminated.
configure:22133: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gtk+"
| #define PACKAGE_TARNAME "gtk+"
| #define PACKAGE_VERSION "2.24.30"
| #define PACKAGE_STRING "gtk+ 2.24.30"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=gtk%2B"
| #define PACKAGE_URL ""
| #define GETTEXT_PACKAGE "gtk20"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define GTK_COMPILED_WITH_DEBUGGING "minimum"
| #define HAVE_LSTAT 1
| #define HAVE_MKSTEMP 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_GETC_UNLOCKED 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE__NL_TIME_FIRST_WEEKDAY 1
| #define HAVE__NL_MEASUREMENT_MEASUREMENT 1
| #define HAVE__NL_PAPER_HEIGHT 1
| #define HAVE__NL_PAPER_WIDTH 1
| #define HAVE_SIGSETJMP 1
| #define HAVE_LOCALE_H 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define ENABLE_NLS 1
| #define GTK_LOCALEDIR "/home/fabio/.linuxbrew/Cellar/gtk+/2.24.30/share/locale"
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
| #define HAVE_PWD_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_FTW_H 1
| #define HAVE_FTW_H 1
| #define HAVE_GNU_FTW 1
| #define STDC_HEADERS 1
| #define RETSIGTYPE void
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_MALLINFO 1
| #define HAVE_GETRESUID 1
| #define HAVE_WCHAR_H 1
| #define HAVE_WCTYPE_H 1
| /* end confdefs.h. */
| #include <uxtheme.h>
configure:22144: result: no
configure:22150: checking crt_externs.h usability
configure:22150: /usr/bin/gcc-4.9 -c -Os -w -pipe -march=core2 -Wall -isystem/home/fabio/.linuxbrew/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES conftest.c >&5
conftest.c:94:25: fatal error: crt_externs.h: No such file or directory
#include <crt_externs.h>
^
compilation terminated.
configure:22150: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gtk+"
| #define PACKAGE_TARNAME "gtk+"
| #define PACKAGE_VERSION "2.24.30"
| #define PACKAGE_STRING "gtk+ 2.24.30"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=gtk%2B"
| #define PACKAGE_URL ""
| #define GETTEXT_PACKAGE "gtk20"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define GTK_COMPILED_WITH_DEBUGGING "minimum"
| #define HAVE_LSTAT 1
| #define HAVE_MKSTEMP 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_GETC_UNLOCKED 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE__NL_TIME_FIRST_WEEKDAY 1
| #define HAVE__NL_MEASUREMENT_MEASUREMENT 1
| #define HAVE__NL_PAPER_HEIGHT 1
| #define HAVE__NL_PAPER_WIDTH 1
| #define HAVE_SIGSETJMP 1
| #define HAVE_LOCALE_H 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define ENABLE_NLS 1
| #define GTK_LOCALEDIR "/home/fabio/.linuxbrew/Cellar/gtk+/2.24.30/share/locale"
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
| #define HAVE_PWD_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_FTW_H 1
| #define HAVE_FTW_H 1
| #define HAVE_GNU_FTW 1
| #define STDC_HEADERS 1
| #define RETSIGTYPE void
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_MALLINFO 1
| #define HAVE_GETRESUID 1
| #define HAVE_WCHAR_H 1
| #define HAVE_WCTYPE_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <crt_externs.h>
configure:22150: result: no
configure:22150: checking crt_externs.h presence
configure:22150: /usr/bin/gcc-4.9 -E -isystem/home/fabio/.linuxbrew/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES conftest.c
conftest.c:61:25: fatal error: crt_externs.h: No such file or directory
#include <crt_externs.h>
^
compilation terminated.
configure:22150: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gtk+"
| #define PACKAGE_TARNAME "gtk+"
| #define PACKAGE_VERSION "2.24.30"
| #define PACKAGE_STRING "gtk+ 2.24.30"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=gtk%2B"
| #define PACKAGE_URL ""
| #define GETTEXT_PACKAGE "gtk20"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define GTK_COMPILED_WITH_DEBUGGING "minimum"
| #define HAVE_LSTAT 1
| #define HAVE_MKSTEMP 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_GETC_UNLOCKED 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE__NL_TIME_FIRST_WEEKDAY 1
| #define HAVE__NL_MEASUREMENT_MEASUREMENT 1
| #define HAVE__NL_PAPER_HEIGHT 1
| #define HAVE__NL_PAPER_WIDTH 1
| #define HAVE_SIGSETJMP 1
| #define HAVE_LOCALE_H 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define ENABLE_NLS 1
| #define GTK_LOCALEDIR "/home/fabio/.linuxbrew/Cellar/gtk+/2.24.30/share/locale"
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
| #define HAVE_PWD_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_FTW_H 1
| #define HAVE_FTW_H 1
| #define HAVE_GNU_FTW 1
| #define STDC_HEADERS 1
| #define RETSIGTYPE void
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_MALLINFO 1
| #define HAVE_GETRESUID 1
| #define HAVE_WCHAR_H 1
| #define HAVE_WCTYPE_H 1
| /* end confdefs.h. */
| #include <crt_externs.h>
configure:22150: result: no
configure:22150: checking for crt_externs.h
configure:22150: result: no
configure:22162: checking for _NSGetEnviron
configure:22162: /usr/bin/gcc-4.9 -o conftest -Os -w -pipe -march=core2 -Wall -isystem/home/fabio/.linuxbrew/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -L/home/fabio/.linuxbrew/lib -Wl,--dynamic-linker=/home/fabio/.linuxbrew/lib/ld.so -Wl,-rpath,/home/fabio/.linuxbrew/lib conftest.c >&5
/tmp/ccZ5BanA.o: In function `main':
conftest.c:(.text.startup+0x4): undefined reference to `_NSGetEnviron'
collect2: error: ld returned 1 exit status
configure:22162: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gtk+"
| #define PACKAGE_TARNAME "gtk+"
| #define PACKAGE_VERSION "2.24.30"
| #define PACKAGE_STRING "gtk+ 2.24.30"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=gtk%2B"
| #define PACKAGE_URL ""
| #define GETTEXT_PACKAGE "gtk20"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define GTK_COMPILED_WITH_DEBUGGING "minimum"
| #define HAVE_LSTAT 1
| #define HAVE_MKSTEMP 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_GETC_UNLOCKED 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE__NL_TIME_FIRST_WEEKDAY 1
| #define HAVE__NL_MEASUREMENT_MEASUREMENT 1
| #define HAVE__NL_PAPER_HEIGHT 1
| #define HAVE__NL_PAPER_WIDTH 1
| #define HAVE_SIGSETJMP 1
| #define HAVE_LOCALE_H 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define ENABLE_NLS 1
| #define GTK_LOCALEDIR "/home/fabio/.linuxbrew/Cellar/gtk+/2.24.30/share/locale"
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
| #define HAVE_PWD_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_FTW_H 1
| #define HAVE_FTW_H 1
| #define HAVE_GNU_FTW 1
| #define STDC_HEADERS 1
| #define RETSIGTYPE void
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_MALLINFO 1
| #define HAVE_GETRESUID 1
| #define HAVE_WCHAR_H 1
| #define HAVE_WCTYPE_H 1
| /* end confdefs.h. */
| /* Define _NSGetEnviron to an innocuous variant, in case <limits.h> declares _NSGetEnviron.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define _NSGetEnviron innocuous__NSGetEnviron
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char _NSGetEnviron (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef _NSGetEnviron
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char _NSGetEnviron ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined __stub__NSGetEnviron || defined __stub____NSGetEnviron
| choke me
| #endif
|
| int
| main ()
| {
| return _NSGetEnviron ();
| ;
| return 0;
| }
configure:22162: result: no
configure:22172: checking whether to build dynamic modules
configure:22187: result: yes
configure:22189: checking whether dynamic modules work
configure:22213: result: yes
configure:22233: checking immodules to build
configure:22272: result:
configure:22408: checking for sys/wait.h that is POSIX.1 compatible
configure:22434: /usr/bin/gcc-4.9 -c -Os -w -pipe -march=core2 -Wall -isystem/home/fabio/.linuxbrew/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES conftest.c >&5
configure:22434: $? = 0
configure:22441: result: yes
configure:22450: checking return type of signal handlers
configure:22475: result: void
configure:22487: checking sys/systeminfo.h usability
configure:22487: /usr/bin/gcc-4.9 -c -Os -w -pipe -march=core2 -Wall -isystem/home/fabio/.linuxbrew/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES conftest.c >&5
conftest.c:97:28: fatal error: sys/systeminfo.h: No such file or directory
#include <sys/systeminfo.h>
^
compilation terminated.
configure:22487: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gtk+"
| #define PACKAGE_TARNAME "gtk+"
| #define PACKAGE_VERSION "2.24.30"
| #define PACKAGE_STRING "gtk+ 2.24.30"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=gtk%2B"
| #define PACKAGE_URL ""
| #define GETTEXT_PACKAGE "gtk20"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define GTK_COMPILED_WITH_DEBUGGING "minimum"
| #define HAVE_LSTAT 1
| #define HAVE_MKSTEMP 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_GETC_UNLOCKED 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE__NL_TIME_FIRST_WEEKDAY 1
| #define HAVE__NL_MEASUREMENT_MEASUREMENT 1
| #define HAVE__NL_PAPER_HEIGHT 1
| #define HAVE__NL_PAPER_WIDTH 1
| #define HAVE_SIGSETJMP 1
| #define HAVE_LOCALE_H 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define ENABLE_NLS 1
| #define GTK_LOCALEDIR "/home/fabio/.linuxbrew/Cellar/gtk+/2.24.30/share/locale"
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
| #define HAVE_PWD_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_FTW_H 1
| #define HAVE_FTW_H 1
| #define HAVE_GNU_FTW 1
| #define STDC_HEADERS 1
| #define RETSIGTYPE void
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_MALLINFO 1
| #define HAVE_GETRESUID 1
| #define HAVE_WCHAR_H 1
| #define HAVE_WCTYPE_H 1
| #define USE_GMODULE 1
| #define HAVE_SYS_WAIT_H 1
| #define RETSIGTYPE void
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <sys/systeminfo.h>
configure:22487: result: no
configure:22487: checking sys/systeminfo.h presence
configure:22487: /usr/bin/gcc-4.9 -E -isystem/home/fabio/.linuxbrew/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES conftest.c
conftest.c:64:28: fatal error: sys/systeminfo.h: No such file or directory
#include <sys/systeminfo.h>
^
compilation terminated.
configure:22487: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gtk+"
| #define PACKAGE_TARNAME "gtk+"
| #define PACKAGE_VERSION "2.24.30"
| #define PACKAGE_STRING "gtk+ 2.24.30"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=gtk%2B"
| #define PACKAGE_URL ""
| #define GETTEXT_PACKAGE "gtk20"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define GTK_COMPILED_WITH_DEBUGGING "minimum"
| #define HAVE_LSTAT 1
| #define HAVE_MKSTEMP 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_GETC_UNLOCKED 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE__NL_TIME_FIRST_WEEKDAY 1
| #define HAVE__NL_MEASUREMENT_MEASUREMENT 1
| #define HAVE__NL_PAPER_HEIGHT 1
| #define HAVE__NL_PAPER_WIDTH 1
| #define HAVE_SIGSETJMP 1
| #define HAVE_LOCALE_H 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define ENABLE_NLS 1
| #define GTK_LOCALEDIR "/home/fabio/.linuxbrew/Cellar/gtk+/2.24.30/share/locale"
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
| #define HAVE_PWD_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_FTW_H 1
| #define HAVE_FTW_H 1
| #define HAVE_GNU_FTW 1
| #define STDC_HEADERS 1
| #define RETSIGTYPE void
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_MALLINFO 1
| #define HAVE_GETRESUID 1
| #define HAVE_WCHAR_H 1
| #define HAVE_WCTYPE_H 1
| #define USE_GMODULE 1
| #define HAVE_SYS_WAIT_H 1
| #define RETSIGTYPE void
| /* end confdefs.h. */
| #include <sys/systeminfo.h>
configure:22487: result: no
configure:22487: checking for sys/systeminfo.h
configure:22487: result: no
configure:22495: checking sys/sysinfo.h usability
configure:22495: /usr/bin/gcc-4.9 -c -Os -w -pipe -march=core2 -Wall -isystem/home/fabio/.linuxbrew/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES conftest.c >&5
configure:22495: $? = 0
configure:22495: result: yes
configure:22495: checking sys/sysinfo.h presence
configure:22495: /usr/bin/gcc-4.9 -E -isystem/home/fabio/.linuxbrew/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES conftest.c
configure:22495: $? = 0
configure:22495: result: yes
configure:22495: checking for sys/sysinfo.h
configure:22495: result: yes
configure:22504: checking for mediaLib 2.3
configure:22509: checking for mlib_ImageSetStruct in -lmlib
configure:22534: /usr/bin/gcc-4.9 -o conftest -Os -w -pipe -march=core2 -Wall -isystem/home/fabio/.linuxbrew/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -L/home/fabio/.linuxbrew/lib -Wl,--dynamic-linker=/home/fabio/.linuxbrew/lib/ld.so -Wl,-rpath,/home/fabio/.linuxbrew/lib conftest.c -lmlib >&5
/usr/bin/ld: cannot find -lmlib
collect2: error: ld returned 1 exit status
configure:22534: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gtk+"
| #define PACKAGE_TARNAME "gtk+"
| #define PACKAGE_VERSION "2.24.30"
| #define PACKAGE_STRING "gtk+ 2.24.30"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=gtk%2B"
| #define PACKAGE_URL ""
| #define GETTEXT_PACKAGE "gtk20"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define GTK_COMPILED_WITH_DEBUGGING "minimum"
| #define HAVE_LSTAT 1
| #define HAVE_MKSTEMP 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_GETC_UNLOCKED 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE__NL_TIME_FIRST_WEEKDAY 1
| #define HAVE__NL_MEASUREMENT_MEASUREMENT 1
| #define HAVE__NL_PAPER_HEIGHT 1
| #define HAVE__NL_PAPER_WIDTH 1
| #define HAVE_SIGSETJMP 1
| #define HAVE_LOCALE_H 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define ENABLE_NLS 1
| #define GTK_LOCALEDIR "/home/fabio/.linuxbrew/Cellar/gtk+/2.24.30/share/locale"
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
| #define HAVE_PWD_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_FTW_H 1
| #define HAVE_FTW_H 1
| #define HAVE_GNU_FTW 1
| #define STDC_HEADERS 1
| #define RETSIGTYPE void
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_MALLINFO 1
| #define HAVE_GETRESUID 1
| #define HAVE_WCHAR_H 1
| #define HAVE_WCTYPE_H 1
| #define USE_GMODULE 1
| #define HAVE_SYS_WAIT_H 1
| #define RETSIGTYPE void
| #define HAVE_SYS_SYSINFO_H 1
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char mlib_ImageSetStruct ();
| int
| main ()
| {
| return mlib_ImageSetStruct ();
| ;
| return 0;
| }
configure:22543: result: no
configure:22685: checking for gdk-pixbuf-csource
configure:22703: found /home/fabio/.linuxbrew/bin/gdk-pixbuf-csource
configure:22716: result: /home/fabio/.linuxbrew/bin/gdk-pixbuf-csource
configure:23483: checking for XOpenDisplay
configure:23483: /usr/bin/gcc-4.9 -o conftest -Os -w -pipe -march=core2 -Wall -isystem/home/fabio/.linuxbrew/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -L/home/fabio/.linuxbrew/lib -Wl,--dynamic-linker=/home/fabio/.linuxbrew/lib/ld.so -Wl,-rpath,/home/fabio/.linuxbrew/lib conftest.c -L/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/lib -L/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/lib -L/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/lib -lXext -lXrender -lX11 >&5
configure:23483: $? = 0
configure:23483: result: yes
configure:23490: checking for XextFindDisplay
configure:23490: /usr/bin/gcc-4.9 -o conftest -Os -w -pipe -march=core2 -Wall -isystem/home/fabio/.linuxbrew/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -L/home/fabio/.linuxbrew/lib -Wl,--dynamic-linker=/home/fabio/.linuxbrew/lib/ld.so -Wl,-rpath,/home/fabio/.linuxbrew/lib conftest.c -L/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/lib -L/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/lib -L/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/lib -lXext -lXrender -lX11 >&5
configure:23490: $? = 0
configure:23490: result: yes
configure:23497: checking for XRenderQueryExtension
configure:23497: /usr/bin/gcc-4.9 -o conftest -Os -w -pipe -march=core2 -Wall -isystem/home/fabio/.linuxbrew/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -L/home/fabio/.linuxbrew/lib -Wl,--dynamic-linker=/home/fabio/.linuxbrew/lib/ld.so -Wl,-rpath,/home/fabio/.linuxbrew/lib conftest.c -L/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/lib -L/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/lib -L/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/lib -lXext -lXrender -lX11 >&5
configure:23497: $? = 0
configure:23497: result: yes
configure:23507: checking if <X11/extensions/XIproto.h> is needed for xReply
configure:23520: /usr/bin/gcc-4.9 -c -Os -w -pipe -march=core2 -Wall -isystem/home/fabio/.linuxbrew/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include conftest.c >&5
configure:23520: $? = 0
configure:23521: result: no
configure:23556: checking for XConvertCase
configure:23556: /usr/bin/gcc-4.9 -o conftest -Os -w -pipe -march=core2 -Wall -isystem/home/fabio/.linuxbrew/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -L/home/fabio/.linuxbrew/lib -Wl,--dynamic-linker=/home/fabio/.linuxbrew/lib/ld.so -Wl,-rpath,/home/fabio/.linuxbrew/lib conftest.c -L/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/lib -L/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/lib -L/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/lib -lXext -lXrender -lX11 >&5
configure:23556: $? = 0
configure:23556: result: yes
configure:23556: checking for XInternAtoms
configure:23556: /usr/bin/gcc-4.9 -o conftest -Os -w -pipe -march=core2 -Wall -isystem/home/fabio/.linuxbrew/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -L/home/fabio/.linuxbrew/lib -Wl,--dynamic-linker=/home/fabio/.linuxbrew/lib/ld.so -Wl,-rpath,/home/fabio/.linuxbrew/lib conftest.c -L/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/lib -L/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/lib -L/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/lib -lXext -lXrender -lX11 >&5
configure:23556: $? = 0
configure:23556: result: yes
configure:23572: checking for XAddConnectionWatch
configure:23572: /usr/bin/gcc-4.9 -o conftest -Os -w -pipe -march=core2 -Wall -isystem/home/fabio/.linuxbrew/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -L/home/fabio/.linuxbrew/lib -Wl,--dynamic-linker=/home/fabio/.linuxbrew/lib/ld.so -Wl,-rpath,/home/fabio/.linuxbrew/lib conftest.c -L/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/lib -L/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/lib -L/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/lib -lXext -lXrender -lX11 >&5
configure:23572: $? = 0
configure:23572: result: yes
configure:23601: checking for XkbQueryExtension
configure:23601: /usr/bin/gcc-4.9 -o conftest -Os -w -pipe -march=core2 -Wall -isystem/home/fabio/.linuxbrew/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -L/home/fabio/.linuxbrew/lib -Wl,--dynamic-linker=/home/fabio/.linuxbrew/lib/ld.so -Wl,-rpath,/home/fabio/.linuxbrew/lib conftest.c -L/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/lib -L/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/lib -L/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/lib -lXext -lXrender -lX11 >&5
configure:23601: $? = 0
configure:23601: result: yes
configure:23615: checking for XShapeCombineMask
configure:23615: /usr/bin/gcc-4.9 -o conftest -Os -w -pipe -march=core2 -Wall -isystem/home/fabio/.linuxbrew/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -L/home/fabio/.linuxbrew/lib -Wl,--dynamic-linker=/home/fabio/.linuxbrew/lib/ld.so -Wl,-rpath,/home/fabio/.linuxbrew/lib conftest.c -L/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/lib -L/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/lib -L/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/lib -lXext -lXrender -lX11 >&5
configure:23615: $? = 0
configure:23615: result: yes
configure:23627: checking for XSyncQueryExtension
configure:23627: /usr/bin/gcc-4.9 -o conftest -Os -w -pipe -march=core2 -Wall -isystem/home/fabio/.linuxbrew/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -L/home/fabio/.linuxbrew/lib -Wl,--dynamic-linker=/home/fabio/.linuxbrew/lib/ld.so -Wl,-rpath,/home/fabio/.linuxbrew/lib conftest.c -L/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/lib -L/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/lib -L/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/lib -lXext -lXrender -lX11 >&5
configure:23627: $? = 0
configure:23627: result: yes
configure:23629: checking for X11/extensions/sync.h
configure:23629: /usr/bin/gcc-4.9 -c -Os -w -pipe -march=core2 -Wall -isystem/home/fabio/.linuxbrew/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include conftest.c >&5
configure:23629: $? = 0
configure:23629: result: yes
configure:23649: checking for XShmAttach
configure:23649: /usr/bin/gcc-4.9 -o conftest -Os -w -pipe -march=core2 -Wall -isystem/home/fabio/.linuxbrew/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -L/home/fabio/.linuxbrew/lib -Wl,--dynamic-linker=/home/fabio/.linuxbrew/lib/ld.so -Wl,-rpath,/home/fabio/.linuxbrew/lib conftest.c -L/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/lib -L/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/lib -L/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/lib -lXext -lXrender -lX11 >&5
configure:23649: $? = 0
configure:23649: result: yes
configure:23704: checking sys/ipc.h usability
configure:23704: /usr/bin/gcc-4.9 -c -Os -w -pipe -march=core2 -Wall -isystem/home/fabio/.linuxbrew/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include conftest.c >&5
configure:23704: $? = 0
configure:23704: result: yes
configure:23704: checking sys/ipc.h presence
configure:23704: /usr/bin/gcc-4.9 -E -isystem/home/fabio/.linuxbrew/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include conftest.c
configure:23704: $? = 0
configure:23704: result: yes
configure:23704: checking for sys/ipc.h
configure:23704: result: yes
configure:23714: checking sys/shm.h usability
configure:23714: /usr/bin/gcc-4.9 -c -Os -w -pipe -march=core2 -Wall -isystem/home/fabio/.linuxbrew/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include conftest.c >&5
configure:23714: $? = 0
configure:23714: result: yes
configure:23714: checking sys/shm.h presence
configure:23714: /usr/bin/gcc-4.9 -E -isystem/home/fabio/.linuxbrew/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include conftest.c
configure:23714: $? = 0
configure:23714: result: yes
configure:23714: checking for sys/shm.h
configure:23714: result: yes
configure:23727: checking X11/extensions/XShm.h
configure:23753: /usr/bin/gcc-4.9 -c -Os -w -pipe -march=core2 -Wall -isystem/home/fabio/.linuxbrew/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include conftest.c >&5
configure:23753: $? = 0
configure:23759: result: yes
configure:23774: checking for Xinerama support on XFree86
configure:23844: result: yes
configure:24203: checking Pango flags
configure:24209: result: -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/harfbuzz/1.2.6/include/harfbuzz -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/cairo/1.14.6_1/include/cairo -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/glib-2.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/lib/glib-2.0/include -I/home/fabio/.linuxbrew/Cellar/pixman/0.34.0/include/pixman-1 -I/home/fabio/.linuxbrew/Cellar/fontconfig/2.11.1_2/include -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -L/home/fabio/.linuxbrew/Cellar/pango/1.38.1/lib -L/home/fabio/.linuxbrew/Cellar/glib/2.46.2/lib -L/home/fabio/.linuxbrew/Cellar/cairo/1.14.6_1/lib -lpangocairo-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lcairo
configure:24243: /usr/bin/gcc-4.9 -o conftest -Os -w -pipe -march=core2 -Wall -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/harfbuzz/1.2.6/include/harfbuzz -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/cairo/1.14.6_1/include/cairo -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/glib-2.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/lib/glib-2.0/include -I/home/fabio/.linuxbrew/Cellar/pixman/0.34.0/include/pixman-1 -I/home/fabio/.linuxbrew/Cellar/fontconfig/2.11.1_2/include -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -isystem/home/fabio/.linuxbrew/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -L/home/fabio/.linuxbrew/lib -Wl,--dynamic-linker=/home/fabio/.linuxbrew/lib/ld.so -Wl,-rpath,/home/fabio/.linuxbrew/lib conftest.c -L/home/fabio/.linuxbrew/Cellar/pango/1.38.1/lib -L/home/fabio/.linuxbrew/Cellar/glib/2.46.2/lib -L/home/fabio/.linuxbrew/Cellar/cairo/1.14.6_1/lib -lpangocairo-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lcairo >&5
configure:24243: $? = 0
configure:24288: checking ATK flags
configure:24294: result: -I/home/fabio/.linuxbrew/Cellar/atk/2.18.0_1/include/atk-1.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/glib-2.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/lib/glib-2.0/include -L/home/fabio/.linuxbrew/Cellar/atk/2.18.0_1/lib -L/home/fabio/.linuxbrew/Cellar/glib/2.46.2/lib -latk-1.0 -lgobject-2.0 -lglib-2.0
configure:24326: /usr/bin/gcc-4.9 -o conftest -Os -w -pipe -march=core2 -Wall -isystem/home/fabio/.linuxbrew/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -L/home/fabio/.linuxbrew/lib -Wl,--dynamic-linker=/home/fabio/.linuxbrew/lib/ld.so -Wl,-rpath,/home/fabio/.linuxbrew/lib conftest.c -L/home/fabio/.linuxbrew/Cellar/atk/2.18.0_1/lib -L/home/fabio/.linuxbrew/Cellar/glib/2.46.2/lib -latk-1.0 -lgobject-2.0 -lglib-2.0 >&5
configure:24326: $? = 0
configure:24378: checking for library containing gethostent
configure:24409: /usr/bin/gcc-4.9 -o conftest -Os -w -pipe -march=core2 -Wall -isystem/home/fabio/.linuxbrew/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -L/home/fabio/.linuxbrew/lib -Wl,--dynamic-linker=/home/fabio/.linuxbrew/lib/ld.so -Wl,-rpath,/home/fabio/.linuxbrew/lib conftest.c >&5
configure:24409: $? = 0
configure:24426: result: none required
configure:24434: checking for library containing setsockopt
configure:24465: /usr/bin/gcc-4.9 -o conftest -Os -w -pipe -march=core2 -Wall -isystem/home/fabio/.linuxbrew/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -L/home/fabio/.linuxbrew/lib -Wl,--dynamic-linker=/home/fabio/.linuxbrew/lib/ld.so -Wl,-rpath,/home/fabio/.linuxbrew/lib conftest.c >&5
configure:24465: $? = 0
configure:24482: result: none required
configure:24490: checking for library containing connect
configure:24521: /usr/bin/gcc-4.9 -o conftest -Os -w -pipe -march=core2 -Wall -isystem/home/fabio/.linuxbrew/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -L/home/fabio/.linuxbrew/lib -Wl,--dynamic-linker=/home/fabio/.linuxbrew/lib/ld.so -Wl,-rpath,/home/fabio/.linuxbrew/lib conftest.c >&5
configure:24521: $? = 0
configure:24538: result: none required
configure:24547: checking for struct sockaddr_un.sun_len
configure:24547: /usr/bin/gcc-4.9 -c -Os -w -pipe -march=core2 -Wall -isystem/home/fabio/.linuxbrew/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include conftest.c >&5
conftest.c: In function 'main':
conftest.c:90:12: error: 'struct sockaddr_un' has no member named 'sun_len'
if (ac_aggr.sun_len)
^
configure:24547: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gtk+"
| #define PACKAGE_TARNAME "gtk+"
| #define PACKAGE_VERSION "2.24.30"
| #define PACKAGE_STRING "gtk+ 2.24.30"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=gtk%2B"
| #define PACKAGE_URL ""
| #define GETTEXT_PACKAGE "gtk20"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define GTK_COMPILED_WITH_DEBUGGING "minimum"
| #define HAVE_LSTAT 1
| #define HAVE_MKSTEMP 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_GETC_UNLOCKED 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE__NL_TIME_FIRST_WEEKDAY 1
| #define HAVE__NL_MEASUREMENT_MEASUREMENT 1
| #define HAVE__NL_PAPER_HEIGHT 1
| #define HAVE__NL_PAPER_WIDTH 1
| #define HAVE_SIGSETJMP 1
| #define HAVE_LOCALE_H 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define ENABLE_NLS 1
| #define GTK_LOCALEDIR "/home/fabio/.linuxbrew/Cellar/gtk+/2.24.30/share/locale"
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
| #define HAVE_PWD_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_FTW_H 1
| #define HAVE_FTW_H 1
| #define HAVE_GNU_FTW 1
| #define STDC_HEADERS 1
| #define RETSIGTYPE void
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_MALLINFO 1
| #define HAVE_GETRESUID 1
| #define HAVE_WCHAR_H 1
| #define HAVE_WCTYPE_H 1
| #define USE_GMODULE 1
| #define HAVE_SYS_WAIT_H 1
| #define RETSIGTYPE void
| #define HAVE_SYS_SYSINFO_H 1
| #define HAVE_XCONVERTCASE 1
| #define HAVE_XINTERNATOMS 1
| #define HAVE_X11R6 1
| #define HAVE_XKB 1
| #define HAVE_XSYNC 1
| #define HAVE_IPC_H 1
| #define HAVE_SHM_H 1
| #define HAVE_XSHM_H 1
| #define HAVE_XFREE_XINERAMA 1
| #define HAVE_XINERAMA 1
| #define XINPUT_NONE 1
| #define HAVE_RANDR 1
| #define HAVE_RANDR15 1
| #define HAVE_XCURSOR 1
| #define HAVE_XFIXES 1
| #define HAVE_XCOMPOSITE 1
| #define HAVE_XDAMAGE 1
| /* end confdefs.h. */
| #include <sys/types.h>
| #include <sys/un.h>
|
|
| int
| main ()
| {
| static struct sockaddr_un ac_aggr;
| if (ac_aggr.sun_len)
| return 0;
| ;
| return 0;
| }
configure:24547: /usr/bin/gcc-4.9 -c -Os -w -pipe -march=core2 -Wall -isystem/home/fabio/.linuxbrew/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include conftest.c >&5
conftest.c: In function 'main':
conftest.c:90:19: error: 'struct sockaddr_un' has no member named 'sun_len'
if (sizeof ac_aggr.sun_len)
^
configure:24547: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gtk+"
| #define PACKAGE_TARNAME "gtk+"
| #define PACKAGE_VERSION "2.24.30"
| #define PACKAGE_STRING "gtk+ 2.24.30"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=gtk%2B"
| #define PACKAGE_URL ""
| #define GETTEXT_PACKAGE "gtk20"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define GTK_COMPILED_WITH_DEBUGGING "minimum"
| #define HAVE_LSTAT 1
| #define HAVE_MKSTEMP 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_GETC_UNLOCKED 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE__NL_TIME_FIRST_WEEKDAY 1
| #define HAVE__NL_MEASUREMENT_MEASUREMENT 1
| #define HAVE__NL_PAPER_HEIGHT 1
| #define HAVE__NL_PAPER_WIDTH 1
| #define HAVE_SIGSETJMP 1
| #define HAVE_LOCALE_H 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define ENABLE_NLS 1
| #define GTK_LOCALEDIR "/home/fabio/.linuxbrew/Cellar/gtk+/2.24.30/share/locale"
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
| #define HAVE_PWD_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_FTW_H 1
| #define HAVE_FTW_H 1
| #define HAVE_GNU_FTW 1
| #define STDC_HEADERS 1
| #define RETSIGTYPE void
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_MALLINFO 1
| #define HAVE_GETRESUID 1
| #define HAVE_WCHAR_H 1
| #define HAVE_WCTYPE_H 1
| #define USE_GMODULE 1
| #define HAVE_SYS_WAIT_H 1
| #define RETSIGTYPE void
| #define HAVE_SYS_SYSINFO_H 1
| #define HAVE_XCONVERTCASE 1
| #define HAVE_XINTERNATOMS 1
| #define HAVE_X11R6 1
| #define HAVE_XKB 1
| #define HAVE_XSYNC 1
| #define HAVE_IPC_H 1
| #define HAVE_SHM_H 1
| #define HAVE_XSHM_H 1
| #define HAVE_XFREE_XINERAMA 1
| #define HAVE_XINERAMA 1
| #define XINPUT_NONE 1
| #define HAVE_RANDR 1
| #define HAVE_RANDR15 1
| #define HAVE_XCURSOR 1
| #define HAVE_XFIXES 1
| #define HAVE_XCOMPOSITE 1
| #define HAVE_XDAMAGE 1
| /* end confdefs.h. */
| #include <sys/types.h>
| #include <sys/un.h>
|
|
| int
| main ()
| {
| static struct sockaddr_un ac_aggr;
| if (sizeof ac_aggr.sun_len)
| return 0;
| ;
| return 0;
| }
configure:24547: result: no
configure:24642: checking for cups-config
configure:24660: found /usr/bin/cups-config
configure:24672: result: /usr/bin/cups-config
configure:24736: checking cups/cups.h usability
configure:24736: /usr/bin/gcc-4.9 -c -Os -w -pipe -march=core2 -Wall -isystem/home/fabio/.linuxbrew/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include conftest.c >&5
configure:24736: $? = 0
configure:24736: result: yes
configure:24736: checking cups/cups.h presence
configure:24736: /usr/bin/gcc-4.9 -E -isystem/home/fabio/.linuxbrew/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include conftest.c
configure:24736: $? = 0
configure:24736: result: yes
configure:24736: checking for cups/cups.h
configure:24736: result: yes
configure:24767: /usr/bin/gcc-4.9 -c -isystem/home/fabio/.linuxbrew/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include conftest.c >&5
conftest.c: In function 'main':
conftest.c:88:8: error: storage size of 'http' isn't known
http_t http; char *s = http.authstring;
^
configure:24767: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gtk+"
| #define PACKAGE_TARNAME "gtk+"
| #define PACKAGE_VERSION "2.24.30"
| #define PACKAGE_STRING "gtk+ 2.24.30"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=gtk%2B"
| #define PACKAGE_URL ""
| #define GETTEXT_PACKAGE "gtk20"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define GTK_COMPILED_WITH_DEBUGGING "minimum"
| #define HAVE_LSTAT 1
| #define HAVE_MKSTEMP 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_GETC_UNLOCKED 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE__NL_TIME_FIRST_WEEKDAY 1
| #define HAVE__NL_MEASUREMENT_MEASUREMENT 1
| #define HAVE__NL_PAPER_HEIGHT 1
| #define HAVE__NL_PAPER_WIDTH 1
| #define HAVE_SIGSETJMP 1
| #define HAVE_LOCALE_H 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define ENABLE_NLS 1
| #define GTK_LOCALEDIR "/home/fabio/.linuxbrew/Cellar/gtk+/2.24.30/share/locale"
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
| #define HAVE_PWD_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_FTW_H 1
| #define HAVE_FTW_H 1
| #define HAVE_GNU_FTW 1
| #define STDC_HEADERS 1
| #define RETSIGTYPE void
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_MALLINFO 1
| #define HAVE_GETRESUID 1
| #define HAVE_WCHAR_H 1
| #define HAVE_WCTYPE_H 1
| #define USE_GMODULE 1
| #define HAVE_SYS_WAIT_H 1
| #define RETSIGTYPE void
| #define HAVE_SYS_SYSINFO_H 1
| #define HAVE_XCONVERTCASE 1
| #define HAVE_XINTERNATOMS 1
| #define HAVE_X11R6 1
| #define HAVE_XKB 1
| #define HAVE_XSYNC 1
| #define HAVE_IPC_H 1
| #define HAVE_SHM_H 1
| #define HAVE_XSHM_H 1
| #define HAVE_XFREE_XINERAMA 1
| #define HAVE_XINERAMA 1
| #define XINPUT_NONE 1
| #define HAVE_RANDR 1
| #define HAVE_RANDR15 1
| #define HAVE_XCURSOR 1
| #define HAVE_XFIXES 1
| #define HAVE_XCOMPOSITE 1
| #define HAVE_XDAMAGE 1
| #define HAVE_CUPS_API_1_2 1
| #define HAVE_CUPS_API_1_6 1
| /* end confdefs.h. */
| #include <cups/http.h>
| int
| main ()
| {
| http_t http; char *s = http.authstring;
| ;
| return 0;
| }
configure:24781: checking for httpGetAuthString
configure:24781: /usr/bin/gcc-4.9 -o conftest -Os -w -pipe -march=core2 -Wall -isystem/home/fabio/.linuxbrew/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -L/home/fabio/.linuxbrew/lib -Wl,--dynamic-linker=/home/fabio/.linuxbrew/lib/ld.so -Wl,-rpath,/home/fabio/.linuxbrew/lib conftest.c -lcups -Wl,-Bsymbolic-functions -Wl,-z,relro -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lgnutls -lgcrypt -lz -lpthread -lm -lcrypt -lz >&5
configure:24781: $? = 0
configure:24781: result: yes
configure:24815: checking libpapi
configure:24817: checking for papiServiceCreate in -lpapi
configure:24842: /usr/bin/gcc-4.9 -o conftest -Os -w -pipe -march=core2 -Wall -isystem/home/fabio/.linuxbrew/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -L/home/fabio/.linuxbrew/lib -Wl,--dynamic-linker=/home/fabio/.linuxbrew/lib/ld.so -Wl,-rpath,/home/fabio/.linuxbrew/lib conftest.c -lpapi >&5
/usr/bin/ld: cannot find -lpapi
collect2: error: ld returned 1 exit status
configure:24842: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gtk+"
| #define PACKAGE_TARNAME "gtk+"
| #define PACKAGE_VERSION "2.24.30"
| #define PACKAGE_STRING "gtk+ 2.24.30"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=gtk%2B"
| #define PACKAGE_URL ""
| #define GETTEXT_PACKAGE "gtk20"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define GTK_COMPILED_WITH_DEBUGGING "minimum"
| #define HAVE_LSTAT 1
| #define HAVE_MKSTEMP 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_GETC_UNLOCKED 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE__NL_TIME_FIRST_WEEKDAY 1
| #define HAVE__NL_MEASUREMENT_MEASUREMENT 1
| #define HAVE__NL_PAPER_HEIGHT 1
| #define HAVE__NL_PAPER_WIDTH 1
| #define HAVE_SIGSETJMP 1
| #define HAVE_LOCALE_H 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define ENABLE_NLS 1
| #define GTK_LOCALEDIR "/home/fabio/.linuxbrew/Cellar/gtk+/2.24.30/share/locale"
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
| #define HAVE_PWD_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_FTW_H 1
| #define HAVE_FTW_H 1
| #define HAVE_GNU_FTW 1
| #define STDC_HEADERS 1
| #define RETSIGTYPE void
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_MALLINFO 1
| #define HAVE_GETRESUID 1
| #define HAVE_WCHAR_H 1
| #define HAVE_WCTYPE_H 1
| #define USE_GMODULE 1
| #define HAVE_SYS_WAIT_H 1
| #define RETSIGTYPE void
| #define HAVE_SYS_SYSINFO_H 1
| #define HAVE_XCONVERTCASE 1
| #define HAVE_XINTERNATOMS 1
| #define HAVE_X11R6 1
| #define HAVE_XKB 1
| #define HAVE_XSYNC 1
| #define HAVE_IPC_H 1
| #define HAVE_SHM_H 1
| #define HAVE_XSHM_H 1
| #define HAVE_XFREE_XINERAMA 1
| #define HAVE_XINERAMA 1
| #define XINPUT_NONE 1
| #define HAVE_RANDR 1
| #define HAVE_RANDR15 1
| #define HAVE_XCURSOR 1
| #define HAVE_XFIXES 1
| #define HAVE_XCOMPOSITE 1
| #define HAVE_XDAMAGE 1
| #define HAVE_CUPS_API_1_2 1
| #define HAVE_CUPS_API_1_6 1
| #define HAVE_HTTPGETAUTHSTRING 1
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char papiServiceCreate ();
| int
| main ()
| {
| return papiServiceCreate ();
| ;
| return 0;
| }
configure:24851: result: no
configure:24891: checking cairo-pdf.h usability
configure:24891: /usr/bin/gcc-4.9 -c -Os -w -pipe -march=core2 -Wall -isystem/home/fabio/.linuxbrew/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -pthread -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/atk/2.18.0_1/include/atk-1.0 -I/home/fabio/.linuxbrew/Cellar/cairo/1.14.6_1/include/cairo -I/home/fabio/.linuxbrew/Cellar/pixman/0.34.0/include/pixman-1 -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -I/home/fabio/.linuxbrew/Cellar/gdk-pixbuf/2.32.3/include/gdk-pixbuf-2.0 -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/harfbuzz/1.2.6/include/harfbuzz -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/glib-2.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/lib/glib-2.0/include -I/home/fabio/.linuxbrew/Cellar/fontconfig/2.11.1_2/include -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -pthread -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/harfbuzz/1.2.6/include/harfbuzz -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/gio-unix-2.0/ -I/home/fabio/.linuxbrew/Cellar/libxinerama/1.1.3/include -I/home/fabio/.linuxbrew/Cellar/xineramaproto/1.2.1/include -I/home/fabio/.linuxbrew/Cellar/libxrandr/1.5.0/include -I/home/fabio/.linuxbrew/Cellar/randrproto/1.5.0/include -I/home/fabio/.linuxbrew/Cellar/libxcursor/1.1.14/include -I/home/fabio/.linuxbrew/Cellar/libxcomposite/0.4.4/include -I/home/fabio/.linuxbrew/Cellar/compositeproto/0.4.2/include -I/home/fabio/.linuxbrew/Cellar/libxdamage/1.1.4/include -I/home/fabio/.linuxbrew/Cellar/damageproto/1.2.1/include -I/home/fabio/.linuxbrew/Cellar/libxfixes/5.0.1/include -I/home/fabio/.linuxbrew/Cellar/fixesproto/5.0/include -I/home/fabio/.linuxbrew/Cellar/gdk-pixbuf/2.32.3/include/gdk-pixbuf-2.0 -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/cairo/1.14.6_1/include/cairo -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/glib-2.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/lib/glib-2.0/include -I/home/fabio/.linuxbrew/Cellar/pixman/0.34.0/include/pixman-1 -I/home/fabio/.linuxbrew/Cellar/fontconfig/2.11.1_2/include -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include conftest.c >&5
configure:24891: $? = 0
configure:24891: result: yes
configure:24891: checking cairo-pdf.h presence
configure:24891: /usr/bin/gcc-4.9 -E -isystem/home/fabio/.linuxbrew/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -pthread -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/atk/2.18.0_1/include/atk-1.0 -I/home/fabio/.linuxbrew/Cellar/cairo/1.14.6_1/include/cairo -I/home/fabio/.linuxbrew/Cellar/pixman/0.34.0/include/pixman-1 -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -I/home/fabio/.linuxbrew/Cellar/gdk-pixbuf/2.32.3/include/gdk-pixbuf-2.0 -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/harfbuzz/1.2.6/include/harfbuzz -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/glib-2.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/lib/glib-2.0/include -I/home/fabio/.linuxbrew/Cellar/fontconfig/2.11.1_2/include -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -pthread -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/harfbuzz/1.2.6/include/harfbuzz -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/gio-unix-2.0/ -I/home/fabio/.linuxbrew/Cellar/libxinerama/1.1.3/include -I/home/fabio/.linuxbrew/Cellar/xineramaproto/1.2.1/include -I/home/fabio/.linuxbrew/Cellar/libxrandr/1.5.0/include -I/home/fabio/.linuxbrew/Cellar/randrproto/1.5.0/include -I/home/fabio/.linuxbrew/Cellar/libxcursor/1.1.14/include -I/home/fabio/.linuxbrew/Cellar/libxcomposite/0.4.4/include -I/home/fabio/.linuxbrew/Cellar/compositeproto/0.4.2/include -I/home/fabio/.linuxbrew/Cellar/libxdamage/1.1.4/include -I/home/fabio/.linuxbrew/Cellar/damageproto/1.2.1/include -I/home/fabio/.linuxbrew/Cellar/libxfixes/5.0.1/include -I/home/fabio/.linuxbrew/Cellar/fixesproto/5.0/include -I/home/fabio/.linuxbrew/Cellar/gdk-pixbuf/2.32.3/include/gdk-pixbuf-2.0 -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/cairo/1.14.6_1/include/cairo -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/glib-2.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/lib/glib-2.0/include -I/home/fabio/.linuxbrew/Cellar/pixman/0.34.0/include/pixman-1 -I/home/fabio/.linuxbrew/Cellar/fontconfig/2.11.1_2/include -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include conftest.c
configure:24891: $? = 0
configure:24891: result: yes
configure:24891: checking for cairo-pdf.h
configure:24891: result: yes
configure:24903: checking cairo-ps.h usability
configure:24903: /usr/bin/gcc-4.9 -c -Os -w -pipe -march=core2 -Wall -isystem/home/fabio/.linuxbrew/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -pthread -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/atk/2.18.0_1/include/atk-1.0 -I/home/fabio/.linuxbrew/Cellar/cairo/1.14.6_1/include/cairo -I/home/fabio/.linuxbrew/Cellar/pixman/0.34.0/include/pixman-1 -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -I/home/fabio/.linuxbrew/Cellar/gdk-pixbuf/2.32.3/include/gdk-pixbuf-2.0 -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/harfbuzz/1.2.6/include/harfbuzz -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/glib-2.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/lib/glib-2.0/include -I/home/fabio/.linuxbrew/Cellar/fontconfig/2.11.1_2/include -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -pthread -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/harfbuzz/1.2.6/include/harfbuzz -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/gio-unix-2.0/ -I/home/fabio/.linuxbrew/Cellar/libxinerama/1.1.3/include -I/home/fabio/.linuxbrew/Cellar/xineramaproto/1.2.1/include -I/home/fabio/.linuxbrew/Cellar/libxrandr/1.5.0/include -I/home/fabio/.linuxbrew/Cellar/randrproto/1.5.0/include -I/home/fabio/.linuxbrew/Cellar/libxcursor/1.1.14/include -I/home/fabio/.linuxbrew/Cellar/libxcomposite/0.4.4/include -I/home/fabio/.linuxbrew/Cellar/compositeproto/0.4.2/include -I/home/fabio/.linuxbrew/Cellar/libxdamage/1.1.4/include -I/home/fabio/.linuxbrew/Cellar/damageproto/1.2.1/include -I/home/fabio/.linuxbrew/Cellar/libxfixes/5.0.1/include -I/home/fabio/.linuxbrew/Cellar/fixesproto/5.0/include -I/home/fabio/.linuxbrew/Cellar/gdk-pixbuf/2.32.3/include/gdk-pixbuf-2.0 -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/cairo/1.14.6_1/include/cairo -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/glib-2.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/lib/glib-2.0/include -I/home/fabio/.linuxbrew/Cellar/pixman/0.34.0/include/pixman-1 -I/home/fabio/.linuxbrew/Cellar/fontconfig/2.11.1_2/include -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include conftest.c >&5
configure:24903: $? = 0
configure:24903: result: yes
configure:24903: checking cairo-ps.h presence
configure:24903: /usr/bin/gcc-4.9 -E -isystem/home/fabio/.linuxbrew/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -pthread -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/atk/2.18.0_1/include/atk-1.0 -I/home/fabio/.linuxbrew/Cellar/cairo/1.14.6_1/include/cairo -I/home/fabio/.linuxbrew/Cellar/pixman/0.34.0/include/pixman-1 -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -I/home/fabio/.linuxbrew/Cellar/gdk-pixbuf/2.32.3/include/gdk-pixbuf-2.0 -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/harfbuzz/1.2.6/include/harfbuzz -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/glib-2.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/lib/glib-2.0/include -I/home/fabio/.linuxbrew/Cellar/fontconfig/2.11.1_2/include -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -pthread -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/harfbuzz/1.2.6/include/harfbuzz -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/gio-unix-2.0/ -I/home/fabio/.linuxbrew/Cellar/libxinerama/1.1.3/include -I/home/fabio/.linuxbrew/Cellar/xineramaproto/1.2.1/include -I/home/fabio/.linuxbrew/Cellar/libxrandr/1.5.0/include -I/home/fabio/.linuxbrew/Cellar/randrproto/1.5.0/include -I/home/fabio/.linuxbrew/Cellar/libxcursor/1.1.14/include -I/home/fabio/.linuxbrew/Cellar/libxcomposite/0.4.4/include -I/home/fabio/.linuxbrew/Cellar/compositeproto/0.4.2/include -I/home/fabio/.linuxbrew/Cellar/libxdamage/1.1.4/include -I/home/fabio/.linuxbrew/Cellar/damageproto/1.2.1/include -I/home/fabio/.linuxbrew/Cellar/libxfixes/5.0.1/include -I/home/fabio/.linuxbrew/Cellar/fixesproto/5.0/include -I/home/fabio/.linuxbrew/Cellar/gdk-pixbuf/2.32.3/include/gdk-pixbuf-2.0 -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/cairo/1.14.6_1/include/cairo -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/glib-2.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/lib/glib-2.0/include -I/home/fabio/.linuxbrew/Cellar/pixman/0.34.0/include/pixman-1 -I/home/fabio/.linuxbrew/Cellar/fontconfig/2.11.1_2/include -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include conftest.c
configure:24903: $? = 0
configure:24903: result: yes
configure:24903: checking for cairo-ps.h
configure:24903: result: yes
configure:24914: checking cairo-svg.h usability
configure:24914: /usr/bin/gcc-4.9 -c -Os -w -pipe -march=core2 -Wall -isystem/home/fabio/.linuxbrew/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -pthread -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/atk/2.18.0_1/include/atk-1.0 -I/home/fabio/.linuxbrew/Cellar/cairo/1.14.6_1/include/cairo -I/home/fabio/.linuxbrew/Cellar/pixman/0.34.0/include/pixman-1 -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -I/home/fabio/.linuxbrew/Cellar/gdk-pixbuf/2.32.3/include/gdk-pixbuf-2.0 -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/harfbuzz/1.2.6/include/harfbuzz -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/glib-2.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/lib/glib-2.0/include -I/home/fabio/.linuxbrew/Cellar/fontconfig/2.11.1_2/include -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -pthread -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/harfbuzz/1.2.6/include/harfbuzz -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/gio-unix-2.0/ -I/home/fabio/.linuxbrew/Cellar/libxinerama/1.1.3/include -I/home/fabio/.linuxbrew/Cellar/xineramaproto/1.2.1/include -I/home/fabio/.linuxbrew/Cellar/libxrandr/1.5.0/include -I/home/fabio/.linuxbrew/Cellar/randrproto/1.5.0/include -I/home/fabio/.linuxbrew/Cellar/libxcursor/1.1.14/include -I/home/fabio/.linuxbrew/Cellar/libxcomposite/0.4.4/include -I/home/fabio/.linuxbrew/Cellar/compositeproto/0.4.2/include -I/home/fabio/.linuxbrew/Cellar/libxdamage/1.1.4/include -I/home/fabio/.linuxbrew/Cellar/damageproto/1.2.1/include -I/home/fabio/.linuxbrew/Cellar/libxfixes/5.0.1/include -I/home/fabio/.linuxbrew/Cellar/fixesproto/5.0/include -I/home/fabio/.linuxbrew/Cellar/gdk-pixbuf/2.32.3/include/gdk-pixbuf-2.0 -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/cairo/1.14.6_1/include/cairo -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/glib-2.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/lib/glib-2.0/include -I/home/fabio/.linuxbrew/Cellar/pixman/0.34.0/include/pixman-1 -I/home/fabio/.linuxbrew/Cellar/fontconfig/2.11.1_2/include -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include conftest.c >&5
configure:24914: $? = 0
configure:24914: result: yes
configure:24914: checking cairo-svg.h presence
configure:24914: /usr/bin/gcc-4.9 -E -isystem/home/fabio/.linuxbrew/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -pthread -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/atk/2.18.0_1/include/atk-1.0 -I/home/fabio/.linuxbrew/Cellar/cairo/1.14.6_1/include/cairo -I/home/fabio/.linuxbrew/Cellar/pixman/0.34.0/include/pixman-1 -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -I/home/fabio/.linuxbrew/Cellar/gdk-pixbuf/2.32.3/include/gdk-pixbuf-2.0 -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/harfbuzz/1.2.6/include/harfbuzz -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/glib-2.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/lib/glib-2.0/include -I/home/fabio/.linuxbrew/Cellar/fontconfig/2.11.1_2/include -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -pthread -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/harfbuzz/1.2.6/include/harfbuzz -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/gio-unix-2.0/ -I/home/fabio/.linuxbrew/Cellar/libxinerama/1.1.3/include -I/home/fabio/.linuxbrew/Cellar/xineramaproto/1.2.1/include -I/home/fabio/.linuxbrew/Cellar/libxrandr/1.5.0/include -I/home/fabio/.linuxbrew/Cellar/randrproto/1.5.0/include -I/home/fabio/.linuxbrew/Cellar/libxcursor/1.1.14/include -I/home/fabio/.linuxbrew/Cellar/libxcomposite/0.4.4/include -I/home/fabio/.linuxbrew/Cellar/compositeproto/0.4.2/include -I/home/fabio/.linuxbrew/Cellar/libxdamage/1.1.4/include -I/home/fabio/.linuxbrew/Cellar/damageproto/1.2.1/include -I/home/fabio/.linuxbrew/Cellar/libxfixes/5.0.1/include -I/home/fabio/.linuxbrew/Cellar/fixesproto/5.0/include -I/home/fabio/.linuxbrew/Cellar/gdk-pixbuf/2.32.3/include/gdk-pixbuf-2.0 -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/cairo/1.14.6_1/include/cairo -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/glib-2.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/lib/glib-2.0/include -I/home/fabio/.linuxbrew/Cellar/pixman/0.34.0/include/pixman-1 -I/home/fabio/.linuxbrew/Cellar/fontconfig/2.11.1_2/include -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include conftest.c
configure:24914: $? = 0
configure:24914: result: yes
configure:24914: checking for cairo-svg.h
configure:24914: result: yes
configure:24994: checking for gobject-introspection
configure:25003: $PKG_CONFIG --exists --print-errors "gobject-introspection-1.0"
configure:25006: $? = 0
configure:25013: $PKG_CONFIG --exists --print-errors "gobject-introspection-1.0 >= 0.9.3"
configure:25016: $? = 0
configure:25039: result: yes
configure:25085: checking for gtk-doc
configure:25088: $PKG_CONFIG --exists --print-errors "$gtk_doc_requires"
Package gtk-doc was not found in the pkg-config search path.
Perhaps you should add the directory containing `gtk-doc.pc'
to the PKG_CONFIG_PATH environment variable
No package 'gtk-doc' found
configure:25091: $? = 1
configure:25097: result: no
configure:25103: WARNING:
You will not be able to create source packages with 'make dist'
because gtk-doc >= 1.11 is not found.
configure:25111: checking for gtkdoc-check
configure:25141: result: no
configure:25148: checking for gtkdoc-check
configure:25181: result: no
configure:25190: checking for gtkdoc-rebase
configure:25223: result: no
configure:25234: checking for gtkdoc-mkpdf
configure:25267: result: no
configure:25292: checking whether to build gtk-doc documentation
configure:25294: result: no
configure:25307: checking for GTKDOC_DEPS
configure:25314: $PKG_CONFIG --exists --print-errors "glib-2.0 >= 2.10.0 gobject-2.0 >= 2.10.0"
configure:25317: $? = 0
configure:25331: $PKG_CONFIG --exists --print-errors "glib-2.0 >= 2.10.0 gobject-2.0 >= 2.10.0"
configure:25334: $? = 0
configure:25372: result: yes
configure:25454: checking for db2html
configure:25482: result: false
configure:25793: checking that generated files are newer than configure
configure:25799: result: done
configure:25857: checking that generated files are newer than configure
configure:25863: result: done
configure:26058: creating ./config.status
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by gtk+ config.status 2.24.30, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status
on mbp-fabio-lnx
config.status:1610: creating config.h.win32
config.status:1610: creating gtk-zip.sh
config.status:1610: creating Makefile
config.status:1610: creating gdk-2.0.pc
config.status:1610: creating gtk+-2.0.pc
config.status:1610: creating gtk+-unix-print-2.0.pc
config.status:1610: creating gail.pc
config.status:1610: creating gdk-2.0-uninstalled.pc
config.status:1610: creating gtk+-2.0-uninstalled.pc
config.status:1610: creating gail-uninstalled.pc
config.status:1610: creating m4macros/Makefile
config.status:1610: creating po/Makefile.in
config.status:1610: creating po-properties/Makefile.in
config.status:1610: creating demos/Makefile
config.status:1610: creating demos/gtk-demo/Makefile
config.status:1610: creating demos/gtk-demo/geninclude.pl
config.status:1610: creating tests/Makefile
config.status:1610: creating docs/Makefile
config.status:1610: creating docs/reference/Makefile
config.status:1610: creating docs/reference/gdk/Makefile
config.status:1610: creating docs/reference/gdk/version.xml
config.status:1610: creating docs/reference/gtk/Makefile
config.status:1610: creating docs/reference/gtk/version.xml
config.status:1610: creating docs/reference/libgail-util/Makefile
config.status:1610: creating docs/faq/Makefile
config.status:1610: creating docs/tools/Makefile
config.status:1610: creating docs/tutorial/Makefile
config.status:1610: creating build/Makefile
config.status:1610: creating build/win32/Makefile
config.status:1610: creating build/win32/vs9/Makefile
config.status:1610: creating build/win32/vs10/Makefile
config.status:1610: creating build/win32/vs11/Makefile
config.status:1610: creating build/win32/vs12/Makefile
config.status:1610: creating build/win32/vs14/Makefile
config.status:1610: creating gdk/Makefile
config.status:1610: creating gdk/x11/Makefile
config.status:1610: creating gdk/win32/Makefile
config.status:1610: creating gdk/win32/rc/Makefile
config.status:1610: creating gdk/win32/rc/gdk.rc
config.status:1610: creating gdk/quartz/Makefile
config.status:1610: creating gdk/directfb/Makefile
config.status:1610: creating gdk/tests/Makefile
config.status:1610: creating gtk/Makefile
config.status:1610: creating gtk/makefile.msc
config.status:1610: creating gtk/gtkversion.h
config.status:1610: creating gtk/gtk-win32.rc
config.status:1610: creating gtk/theme-bits/Makefile
config.status:1610: creating gtk/tests/Makefile
config.status:1610: creating modules/Makefile
config.status:1610: creating modules/other/Makefile
config.status:1610: creating modules/other/gail/Makefile
config.status:1610: creating modules/other/gail/libgail-util/Makefile
config.status:1610: creating modules/other/gail/tests/Makefile
config.status:1610: creating modules/engines/Makefile
config.status:1610: creating modules/engines/pixbuf/Makefile
config.status:1610: creating modules/engines/ms-windows/Makefile
config.status:1610: creating modules/engines/ms-windows/Theme/Makefile
config.status:1610: creating modules/engines/ms-windows/Theme/gtk-2.0/Makefile
config.status:1610: creating modules/input/Makefile
config.status:1610: creating modules/printbackends/Makefile
config.status:1610: creating modules/printbackends/cups/Makefile
config.status:1610: creating modules/printbackends/lpr/Makefile
config.status:1610: creating modules/printbackends/file/Makefile
config.status:1610: creating modules/printbackends/papi/Makefile
config.status:1610: creating modules/printbackends/test/Makefile
config.status:1610: creating perf/Makefile
config.status:1610: creating config.h
config.status:1839: executing depfiles commands
config.status:1839: executing libtool commands
config.status:1839: executing default-1 commands
config.status:1839: executing default-2 commands
config.status:1839: executing gdk/gdkconfig.h commands
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_build=x86_64-unknown-linux-gnu
ac_cv_c_compiler_gnu=yes
ac_cv_c_const=yes
ac_cv_cxx_compiler_gnu=yes
ac_cv_env_BASE_DEPENDENCIES_CFLAGS_set=
ac_cv_env_BASE_DEPENDENCIES_CFLAGS_value=
ac_cv_env_BASE_DEPENDENCIES_LIBS_set=
ac_cv_env_BASE_DEPENDENCIES_LIBS_value=
ac_cv_env_CAIRO_BACKEND_CFLAGS_set=
ac_cv_env_CAIRO_BACKEND_CFLAGS_value=
ac_cv_env_CAIRO_BACKEND_LIBS_set=
ac_cv_env_CAIRO_BACKEND_LIBS_value=
ac_cv_env_CCASFLAGS_set=
ac_cv_env_CCASFLAGS_value=
ac_cv_env_CCAS_set=
ac_cv_env_CCAS_value=
ac_cv_env_CCC_set=
ac_cv_env_CCC_value=
ac_cv_env_CC_set=set
ac_cv_env_CC_value=/usr/bin/gcc-4.9
ac_cv_env_CFLAGS_set=set
ac_cv_env_CFLAGS_value='-Os -w -pipe -march=core2'
ac_cv_env_CPPFLAGS_set=set
ac_cv_env_CPPFLAGS_value=-isystem/home/fabio/.linuxbrew/include
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_CXXCPP_set=
ac_cv_env_CXXCPP_value=
ac_cv_env_CXXFLAGS_set=set
ac_cv_env_CXXFLAGS_value='-Os -w -pipe -march=core2'
ac_cv_env_CXX_set=set
ac_cv_env_CXX_value=/usr/bin/g++-4.9
ac_cv_env_DIRECTFB_CFLAGS_set=
ac_cv_env_DIRECTFB_CFLAGS_value=
ac_cv_env_DIRECTFB_LIBS_set=
ac_cv_env_DIRECTFB_LIBS_value=
ac_cv_env_GMODULE_CFLAGS_set=
ac_cv_env_GMODULE_CFLAGS_value=
ac_cv_env_GMODULE_LIBS_set=
ac_cv_env_GMODULE_LIBS_value=
ac_cv_env_GTKDOC_DEPS_CFLAGS_set=
ac_cv_env_GTKDOC_DEPS_CFLAGS_value=
ac_cv_env_GTKDOC_DEPS_LIBS_set=
ac_cv_env_GTKDOC_DEPS_LIBS_value=
ac_cv_env_LDFLAGS_set=set
ac_cv_env_LDFLAGS_value='-L/home/fabio/.linuxbrew/lib -Wl,--dynamic-linker=/home/fabio/.linuxbrew/lib/ld.so -Wl,-rpath,/home/fabio/.linuxbrew/lib'
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_LT_SYS_LIBRARY_PATH_set=
ac_cv_env_LT_SYS_LIBRARY_PATH_value=
ac_cv_env_PKG_CONFIG_LIBDIR_set=set
ac_cv_env_PKG_CONFIG_LIBDIR_value=/home/fabio/.linuxbrew/lib/pkgconfig:/home/fabio/.linuxbrew/share/pkgconfig
ac_cv_env_PKG_CONFIG_PATH_set=
ac_cv_env_PKG_CONFIG_PATH_value=
ac_cv_env_PKG_CONFIG_set=
ac_cv_env_PKG_CONFIG_value=
ac_cv_env_XMKMF_set=
ac_cv_env_XMKMF_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_func_XAddConnectionWatch=yes
ac_cv_func_XConvertCase=yes
ac_cv_func_XInternAtoms=yes
ac_cv_func_XOpenDisplay=yes
ac_cv_func_XRenderQueryExtension=yes
ac_cv_func_XShapeCombineMask=yes
ac_cv_func_XShmAttach=yes
ac_cv_func_XSyncQueryExtension=yes
ac_cv_func_XextFindDisplay=yes
ac_cv_func_XkbQueryExtension=yes
ac_cv_func__NSGetEnviron=no
ac_cv_func_bind_textdomain_codeset=yes
ac_cv_func_dcgettext=yes
ac_cv_func_flockfile=yes
ac_cv_func_getc_unlocked=yes
ac_cv_func_getpagesize=yes
ac_cv_func_getresuid=yes
ac_cv_func_httpGetAuthString=yes
ac_cv_func_iswalnum=yes
ac_cv_func_localtime_r=yes
ac_cv_func_lstat=yes
ac_cv_func_mallinfo=yes
ac_cv_func_mkstemp=yes
ac_cv_func_mmap_fixed_mapped=yes
ac_cv_header_X11_extensions_sync_h=yes
ac_cv_header_cairo_pdf_h=yes
ac_cv_header_cairo_ps_h=yes
ac_cv_header_cairo_svg_h=yes
ac_cv_header_crt_externs_h=no
ac_cv_header_cups_cups_h=yes
ac_cv_header_dlfcn_h=yes
ac_cv_header_ftw_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_libintl_h=yes
ac_cv_header_locale_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_pwd_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_ipc_h=yes
ac_cv_header_sys_param_h=yes
ac_cv_header_sys_shm_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_sysinfo_h=yes
ac_cv_header_sys_systeminfo_h=no
ac_cv_header_sys_time_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_sys_wait_h=yes
ac_cv_header_unistd_h=yes
ac_cv_host=x86_64-unknown-linux-gnu
ac_cv_lib_mlib_mlib_ImageSetStruct=no
ac_cv_lib_papi_papiServiceCreate=no
ac_cv_member_struct_sockaddr_un_sun_len=no
ac_cv_objext=o
ac_cv_path_EGREP='/bin/grep -E'
ac_cv_path_FGREP='/bin/grep -F'
ac_cv_path_GDK_PIXBUF_CSOURCE=/home/fabio/.linuxbrew/bin/gdk-pixbuf-csource
ac_cv_path_GMSGFMT=/home/fabio/.linuxbrew/bin/msgfmt
ac_cv_path_GREP=/bin/grep
ac_cv_path_MSGFMT=/home/fabio/.linuxbrew/bin/msgfmt
ac_cv_path_PERL=/usr/bin/perl
ac_cv_path_SED=/bin/sed
ac_cv_path_XGETTEXT=/home/fabio/.linuxbrew/bin/xgettext
ac_cv_path_ac_pt_CUPS_CONFIG=/usr/bin/cups-config
ac_cv_path_ac_pt_NM='/usr/bin/nm -B'
ac_cv_path_ac_pt_PKG_CONFIG=/home/fabio/.linuxbrew/bin/pkg-config
ac_cv_path_install='/usr/bin/install -c'
ac_cv_path_lt_DD=/bin/dd
ac_cv_path_mkdir=/bin/mkdir
ac_cv_prog_AWK=gawk
ac_cv_prog_CPP='/usr/bin/gcc-4.9 -E'
ac_cv_prog_CXXCPP='/usr/bin/g++-4.9 -E'
ac_cv_prog_DB2HTML=false
ac_cv_prog_ac_ct_AR=ar
ac_cv_prog_ac_ct_CC=/usr/bin/gcc-4.9
ac_cv_prog_ac_ct_DLLTOOL=dlltool
ac_cv_prog_ac_ct_MANIFEST_TOOL=mt
ac_cv_prog_ac_ct_OBJDUMP=objdump
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_ac_ct_STRIP=strip
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_prog_cxx_g=yes
ac_cv_prog_make_make_set=yes
ac_cv_search_connect='none required'
ac_cv_search_gethostent='none required'
ac_cv_search_setsockopt='none required'
ac_cv_search_strerror='none required'
ac_cv_sys_file_offset_bits=no
ac_cv_sys_largefile_CC=no
ac_cv_type_signal=void
ac_cv_type_uid_t=yes
am_cv_CCAS_dependencies_compiler_type=none
am_cv_CC_dependencies_compiler_type=none
am_cv_CXX_dependencies_compiler_type=none
am_cv_make_support_nested_variables=yes
am_cv_prog_cc_c_o=yes
am_cv_val_LC_MESSAGES=yes
gt_cv_func_dgettext_libc=yes
gt_cv_func_dgettext_libintl=no
gt_cv_func_ngettext_libc=yes
gt_cv_have_gettext=yes
lt_cv_ar_at_file=@
lt_cv_archive_cmds_need_lc=no
lt_cv_deplibs_check_method=pass_all
lt_cv_file_magic_cmd='$MAGIC_CMD'
lt_cv_file_magic_test_file=
lt_cv_ld_reload_flag=-r
lt_cv_nm_interface='BSD nm'
lt_cv_objdir=.libs
lt_cv_path_LD=/usr/bin/ld
lt_cv_path_LDCXX='/usr/bin/ld -m elf_x86_64'
lt_cv_path_NM='/usr/bin/nm -B'
lt_cv_path_mainfest_tool=no
lt_cv_prog_compiler_c_o=yes
lt_cv_prog_compiler_c_o_CXX=yes
lt_cv_prog_compiler_pic='-fPIC -DPIC'
lt_cv_prog_compiler_pic_CXX='-fPIC -DPIC'
lt_cv_prog_compiler_pic_works=yes
lt_cv_prog_compiler_pic_works_CXX=yes
lt_cv_prog_compiler_rtti_exceptions=yes
lt_cv_prog_compiler_static_works=yes
lt_cv_prog_compiler_static_works_CXX=yes
lt_cv_prog_gnu_ld=yes
lt_cv_prog_gnu_ldcxx=yes
lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
lt_cv_shlibpath_overrides_runpath=no
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | sed '\''/ __gnu_lto/d'\'''
lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \(.*\) .*$/ {"\1", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/ {"\1", (void *) \&\1},/p'\'''
lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \(.*\) .*$/ {"\1", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(lib.*\)$/ {"\1", (void *) \&\1},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/ {"lib\1", (void *) \&\1},/p'\'''
lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
lt_cv_sys_global_symbol_to_import=
lt_cv_sys_max_cmd_len=1572864
lt_cv_to_host_file_cmd=func_convert_file_noop
lt_cv_to_tool_file_cmd=func_convert_file_noop
lt_cv_truncate_bin='/bin/dd bs=4096 count=1'
pkg_cv_BASE_DEPENDENCIES_CFLAGS='-pthread -I/home/fabio/.linuxbrew/Cellar/atk/2.18.0_1/include/atk-1.0 -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/cairo/1.14.6_1/include/cairo -I/home/fabio/.linuxbrew/Cellar/pixman/0.34.0/include/pixman-1 -I/home/fabio/.linuxbrew/Cellar/fontconfig/2.11.1_2/include -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -I/home/fabio/.linuxbrew/Cellar/gdk-pixbuf/2.32.3/include/gdk-pixbuf-2.0 -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/glib-2.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/lib/glib-2.0/include'
pkg_cv_BASE_DEPENDENCIES_LIBS='-L/home/fabio/.linuxbrew/Cellar/atk/2.18.0_1/lib -L/home/fabio/.linuxbrew/Cellar/pango/1.38.1/lib -L/home/fabio/.linuxbrew/Cellar/cairo/1.14.6_1/lib -L/home/fabio/.linuxbrew/Cellar/gdk-pixbuf/2.32.3/lib -L/home/fabio/.linuxbrew/Cellar/glib/2.46.2/lib -latk-1.0 -lpango-1.0 -lcairo -lgdk_pixbuf-2.0 -lgobject-2.0 -lglib-2.0'
pkg_cv_CAIRO_BACKEND_CFLAGS='-I/home/fabio/.linuxbrew/Cellar/cairo/1.14.6_1/include/cairo -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/glib-2.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/lib/glib-2.0/include -I/home/fabio/.linuxbrew/Cellar/pixman/0.34.0/include/pixman-1 -I/home/fabio/.linuxbrew/Cellar/fontconfig/2.11.1_2/include -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include'
pkg_cv_CAIRO_BACKEND_LIBS='-L/home/fabio/.linuxbrew/Cellar/cairo/1.14.6_1/lib -L/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/lib -L/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/lib -lcairo -lX11 -lXext'
pkg_cv_GMODULE_CFLAGS='-pthread -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/glib-2.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/lib/glib-2.0/include'
pkg_cv_GMODULE_LIBS='-L/home/fabio/.linuxbrew/Cellar/glib/2.46.2/lib -Wl,--export-dynamic -lgmodule-2.0 -pthread -lglib-2.0'
pkg_cv_GTKDOC_DEPS_CFLAGS='-I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/glib-2.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/lib/glib-2.0/include'
pkg_cv_GTKDOC_DEPS_LIBS='-L/home/fabio/.linuxbrew/Cellar/glib/2.46.2/lib -lgobject-2.0 -lglib-2.0'
## ----------------- ##
## Output variables. ##
## ----------------- ##
ACLOCAL='${SHELL} /tmp/gtk+-20160502-17180-1cv3cj0/gtk+-2.24.30/missing aclocal-1.15 '
AMDEPBACKSLASH=''
AMDEP_FALSE=''
AMDEP_TRUE='#'
AMTAR='$${TAR-tar}'
AM_BACKSLASH='\'
AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
AM_DEFAULT_VERBOSITY='1'
AM_V='$(V)'
AR='ar'
AS='as'
ATK_PREFIX='/home/fabio/.linuxbrew/Cellar/atk/2.18.0_1'
AUTOCONF='${SHELL} /tmp/gtk+-20160502-17180-1cv3cj0/gtk+-2.24.30/missing autoconf'
AUTOHEADER='${SHELL} /tmp/gtk+-20160502-17180-1cv3cj0/gtk+-2.24.30/missing autoheader'
AUTOMAKE='${SHELL} /tmp/gtk+-20160502-17180-1cv3cj0/gtk+-2.24.30/missing automake-1.15'
AWK='gawk'
BASE_DEPENDENCIES_CFLAGS='-pthread -I/home/fabio/.linuxbrew/Cellar/atk/2.18.0_1/include/atk-1.0 -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/cairo/1.14.6_1/include/cairo -I/home/fabio/.linuxbrew/Cellar/pixman/0.34.0/include/pixman-1 -I/home/fabio/.linuxbrew/Cellar/fontconfig/2.11.1_2/include -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -I/home/fabio/.linuxbrew/Cellar/gdk-pixbuf/2.32.3/include/gdk-pixbuf-2.0 -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/glib-2.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/lib/glib-2.0/include'
BASE_DEPENDENCIES_LIBS='-L/home/fabio/.linuxbrew/Cellar/atk/2.18.0_1/lib -L/home/fabio/.linuxbrew/Cellar/pango/1.38.1/lib -L/home/fabio/.linuxbrew/Cellar/cairo/1.14.6_1/lib -L/home/fabio/.linuxbrew/Cellar/gdk-pixbuf/2.32.3/lib -L/home/fabio/.linuxbrew/Cellar/glib/2.46.2/lib -latk-1.0 -lpango-1.0 -lcairo -lgdk_pixbuf-2.0 -lgobject-2.0 -lglib-2.0'
BUILD_DYNAMIC_MODULES_FALSE='#'
BUILD_DYNAMIC_MODULES_TRUE=''
CAIRO_BACKEND_CFLAGS='-I/home/fabio/.linuxbrew/Cellar/cairo/1.14.6_1/include/cairo -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/glib-2.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/lib/glib-2.0/include -I/home/fabio/.linuxbrew/Cellar/pixman/0.34.0/include/pixman-1 -I/home/fabio/.linuxbrew/Cellar/fontconfig/2.11.1_2/include -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include'
CAIRO_BACKEND_LIBS='-L/home/fabio/.linuxbrew/Cellar/cairo/1.14.6_1/lib -L/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/lib -L/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/lib -lcairo -lX11 -lXext'
CAIRO_PREFIX='/home/fabio/.linuxbrew/Cellar/cairo/1.14.6_1'
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'
CATOBJEXT='.gmo'
CC='/usr/bin/gcc-4.9'
CCAS='/usr/bin/gcc-4.9'
CCASDEPMODE='depmode=none'
CCASFLAGS='-Os -w -pipe -march=core2'
CCDEPMODE='depmode=none'
CFLAGS='-Os -w -pipe -march=core2 -Wall'
CPP='/usr/bin/gcc-4.9 -E'
CPPFLAGS='-isystem/home/fabio/.linuxbrew/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include'
CROSS_COMPILING_FALSE=''
CROSS_COMPILING_TRUE='#'
CUPS_API_MAJOR='1'
CUPS_API_MINOR='6'
CUPS_CFLAGS=''
CUPS_CONFIG='/usr/bin/cups-config'
CUPS_LIBS='-lcups -Wl,-Bsymbolic-functions -Wl,-z,relro -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lgnutls -lgcrypt -lz -lpthread -lm -lcrypt -lz'
CXX='/usr/bin/g++-4.9'
CXXCPP='/usr/bin/g++-4.9 -E'
CXXDEPMODE='depmode=none'
CXXFLAGS='-Os -w -pipe -march=core2'
CYGPATH_W='echo'
DATADIRNAME='share'
DB2HTML='false'
DEFS='-DHAVE_CONFIG_H'
DEPDIR='.deps'
DIRECTFB_CFLAGS=''
DIRECTFB_LIBS=''
DISABLE_EXPLICIT_DEPS_FALSE='#'
DISABLE_EXPLICIT_DEPS_TRUE=''
DLLTOOL='dlltool'
DSYMUTIL=''
DUMPBIN=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/bin/grep -E'
ENABLE_GTK_DOC_FALSE=''
ENABLE_GTK_DOC_TRUE='#'
ENABLE_MAN_FALSE=''
ENABLE_MAN_TRUE='#'
EXEEXT=''
EXE_MANIFEST_ARCHITECTURE='X86'
FGREP='/bin/grep -F'
GAIL_INET_LIBS=''
GAIL_LT_CURRENT_MINUS_AGE='18'
GAIL_LT_VERSION_INFO='18:1:0'
GDK_DEP_CFLAGS='-pthread -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/harfbuzz/1.2.6/include/harfbuzz -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/gio-unix-2.0/ -I/home/fabio/.linuxbrew/Cellar/libxinerama/1.1.3/include -I/home/fabio/.linuxbrew/Cellar/xineramaproto/1.2.1/include -I/home/fabio/.linuxbrew/Cellar/libxrandr/1.5.0/include -I/home/fabio/.linuxbrew/Cellar/randrproto/1.5.0/include -I/home/fabio/.linuxbrew/Cellar/libxcursor/1.1.14/include -I/home/fabio/.linuxbrew/Cellar/libxcomposite/0.4.4/include -I/home/fabio/.linuxbrew/Cellar/compositeproto/0.4.2/include -I/home/fabio/.linuxbrew/Cellar/libxdamage/1.1.4/include -I/home/fabio/.linuxbrew/Cellar/damageproto/1.2.1/include -I/home/fabio/.linuxbrew/Cellar/libxfixes/5.0.1/include -I/home/fabio/.linuxbrew/Cellar/fixesproto/5.0/include -I/home/fabio/.linuxbrew/Cellar/gdk-pixbuf/2.32.3/include/gdk-pixbuf-2.0 -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/cairo/1.14.6_1/include/cairo -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/glib-2.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/lib/glib-2.0/include -I/home/fabio/.linuxbrew/Cellar/pixman/0.34.0/include/pixman-1 -I/home/fabio/.linuxbrew/Cellar/fontconfig/2.11.1_2/include -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include '
GDK_DEP_LIBS='-L/home/fabio/.linuxbrew/Cellar/pango/1.38.1/lib -L/home/fabio/.linuxbrew/Cellar/glib/2.46.2/lib -L/home/fabio/.linuxbrew/Cellar/fontconfig/2.11.1_2/lib -L/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/lib -L/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/lib -L/home/fabio/.linuxbrew/Cellar/libxinerama/1.1.3/lib -L/home/fabio/.linuxbrew/Cellar/libxrandr/1.5.0/lib -L/home/fabio/.linuxbrew/Cellar/libxcursor/1.1.14/lib -L/home/fabio/.linuxbrew/Cellar/libxcomposite/0.4.4/lib -L/home/fabio/.linuxbrew/Cellar/libxdamage/1.1.4/lib -L/home/fabio/.linuxbrew/Cellar/libxfixes/5.0.1/lib -L/home/fabio/.linuxbrew/Cellar/gdk-pixbuf/2.32.3/lib -L/home/fabio/.linuxbrew/Cellar/glib/2.46.2/lib -L/home/fabio/.linuxbrew/Cellar/cairo/1.14.6_1/lib -L/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/lib -L/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/lib -lpangocairo-1.0 -lpango-1.0 -lgio-2.0 -lfontconfig -lfreetype -lXrender -lXinerama -lXrandr -lXcursor -lXcomposite -lXdamage -lXfixes -lgdk_pixbuf-2.0 -lgobject-2.0 -lglib-2.0 -lcairo -lX11 -lXext -lm'
GDK_EXTRA_CFLAGS=''
GDK_EXTRA_LIBS=''
GDK_PACKAGES='pango pangocairo gdk-pixbuf-2.0'
GDK_PIXBUF_CSOURCE='/home/fabio/.linuxbrew/bin/gdk-pixbuf-csource'
GDK_PIXBUF_LIBS='-L/home/fabio/.linuxbrew/Cellar/gdk-pixbuf/2.32.3/lib -L/home/fabio/.linuxbrew/Cellar/glib/2.46.2/lib -lgdk_pixbuf-2.0 -lgobject-2.0 -lglib-2.0'
GDK_WLIBS=''
GETTEXT_PACKAGE='gtk20'
GLIB_CFLAGS='-pthread -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/glib-2.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/lib/glib-2.0/include'
GLIB_COMPILE_RESOURCES='glib-compile-resources'
GLIB_GENMARSHAL='glib-genmarshal'
GLIB_LIBS='-L/home/fabio/.linuxbrew/Cellar/glib/2.46.2/lib -lgobject-2.0 -lgmodule-2.0 -pthread -lgthread-2.0 -pthread -lglib-2.0'
GLIB_MKENUMS='glib-mkenums'
GLIB_PREFIX='/home/fabio/.linuxbrew/Cellar/glib/2.46.2'
GMODULE_CFLAGS='-pthread -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/glib-2.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/lib/glib-2.0/include'
GMODULE_LIBS='-L/home/fabio/.linuxbrew/Cellar/glib/2.46.2/lib -Wl,--export-dynamic -lgmodule-2.0 -pthread -lglib-2.0'
GMOFILES=' 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'
GMSGFMT='/home/fabio/.linuxbrew/bin/msgfmt'
GOBJECT_QUERY='gobject-query'
GREP='/bin/grep'
GTKDOC_CHECK=''
GTKDOC_CHECK_PATH=''
GTKDOC_DEPS_CFLAGS='-I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/glib-2.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/lib/glib-2.0/include'
GTKDOC_DEPS_LIBS='-L/home/fabio/.linuxbrew/Cellar/glib/2.46.2/lib -lgobject-2.0 -lglib-2.0'
GTKDOC_MKPDF=''
GTKDOC_REBASE='true'
GTK_API_VERSION='2.0'
GTK_BINARY_AGE='2430'
GTK_BINARY_VERSION='2.10.0'
GTK_DEBUG_FLAGS='-DG_DISABLE_CAST_CHECKS -DDISABLE_VISIBILITY'
GTK_DEP_CFLAGS='-pthread -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/atk/2.18.0_1/include/atk-1.0 -I/home/fabio/.linuxbrew/Cellar/cairo/1.14.6_1/include/cairo -I/home/fabio/.linuxbrew/Cellar/pixman/0.34.0/include/pixman-1 -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -I/home/fabio/.linuxbrew/Cellar/gdk-pixbuf/2.32.3/include/gdk-pixbuf-2.0 -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/harfbuzz/1.2.6/include/harfbuzz -I/home/fabio/.linuxbrew/Cellar/pango/1.38.1/include/pango-1.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/glib-2.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/lib/glib-2.0/include -I/home/fabio/.linuxbrew/Cellar/fontconfig/2.11.1_2/include -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 -I/home/fabio/.linuxbrew/Cellar/expat/2.1.0_1/include -I/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/include/freetype2 -I/home/fabio/.linuxbrew/Cellar/zlib/1.2.8/include -I/home/fabio/.linuxbrew/Cellar/libpng/1.6.21/include/libpng16 '
GTK_DEP_LIBS='-L/home/fabio/.linuxbrew/Cellar/pango/1.38.1/lib -L/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/lib -L/home/fabio/.linuxbrew/Cellar/libxcomposite/0.4.4/lib -L/home/fabio/.linuxbrew/Cellar/libxdamage/1.1.4/lib -L/home/fabio/.linuxbrew/Cellar/libxfixes/5.0.1/lib -L/home/fabio/.linuxbrew/Cellar/atk/2.18.0_1/lib -L/home/fabio/.linuxbrew/Cellar/cairo/1.14.6_1/lib -L/home/fabio/.linuxbrew/Cellar/gdk-pixbuf/2.32.3/lib -L/home/fabio/.linuxbrew/Cellar/glib/2.46.2/lib -L/home/fabio/.linuxbrew/Cellar/pango/1.38.1/lib -L/home/fabio/.linuxbrew/Cellar/glib/2.46.2/lib -L/home/fabio/.linuxbrew/Cellar/fontconfig/2.11.1_2/lib -L/home/fabio/.linuxbrew/Cellar/freetype/2.6.3/lib -lpangocairo-1.0 -lX11 -lXcomposite -lXdamage -lXfixes -latk-1.0 -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype -lm'
GTK_DOC_BUILD_HTML_FALSE='#'
GTK_DOC_BUILD_HTML_TRUE=''
GTK_DOC_BUILD_PDF_FALSE=''
GTK_DOC_BUILD_PDF_TRUE='#'
GTK_DOC_USE_LIBTOOL_FALSE='#'
GTK_DOC_USE_LIBTOOL_TRUE=''
GTK_DOC_USE_REBASE_FALSE='#'
GTK_DOC_USE_REBASE_TRUE=''
GTK_EXTRA_CFLAGS=''
GTK_EXTRA_LIBS=''
GTK_INTERFACE_AGE='30'
GTK_MAJOR_VERSION='2'
GTK_MICRO_VERSION='30'
GTK_MINOR_VERSION='24'
GTK_PACKAGES='atk cairo gdk-pixbuf-2.0 gio-2.0 pangoft2'
GTK_UPDATE_ICON_CACHE=''
GTK_VERSION='2.24.30'
GTK_XIM_FLAGS=''
HAVE_CUPS_FALSE='#'
HAVE_CUPS_TRUE=''
HAVE_CXX_FALSE='#'
HAVE_CXX_TRUE=''
HAVE_DOCBOOK_FALSE=''
HAVE_DOCBOOK_TRUE='#'
HAVE_GTK_DOC_FALSE=''
HAVE_GTK_DOC_TRUE='#'
HAVE_HTTP_AUTHSTRING=''
HAVE_INCLUDED_IMMMODULES_FALSE=''
HAVE_INCLUDED_IMMMODULES_TRUE='#'
HAVE_INTROSPECTION_FALSE='#'
HAVE_INTROSPECTION_TRUE=''
HAVE_OBJC_FALSE=''
HAVE_OBJC_TRUE='#'
HAVE_PAPI_CUPS_FALSE=''
HAVE_PAPI_CUPS_TRUE='#'
HAVE_PAPI_FALSE=''
HAVE_PAPI_TRUE='#'
HAVE_X11R6_FALSE='#'
HAVE_X11R6_TRUE=''
HTML_DIR='${datadir}/gtk-doc/html'
INCLUDED_IMMODULE_DEFINE=''
INCLUDED_IMMODULE_OBJ=''
INCLUDE_IM_AM_ET_FALSE=''
INCLUDE_IM_AM_ET_TRUE='#'
INCLUDE_IM_CEDILLA_FALSE=''
INCLUDE_IM_CEDILLA_TRUE='#'
INCLUDE_IM_CYRILLIC_TRANSLIT_FALSE=''
INCLUDE_IM_CYRILLIC_TRANSLIT_TRUE='#'
INCLUDE_IM_IME_FALSE=''
INCLUDE_IM_IME_TRUE='#'
INCLUDE_IM_INUKTITUT_FALSE=''
INCLUDE_IM_INUKTITUT_TRUE='#'
INCLUDE_IM_IPA_FALSE=''
INCLUDE_IM_IPA_TRUE='#'
INCLUDE_IM_MULTIPRESS_FALSE=''
INCLUDE_IM_MULTIPRESS_TRUE='#'
INCLUDE_IM_QUARTZ_FALSE=''
INCLUDE_IM_QUARTZ_TRUE='#'
INCLUDE_IM_THAI_FALSE=''
INCLUDE_IM_THAI_TRUE='#'
INCLUDE_IM_TI_ER_FALSE=''
INCLUDE_IM_TI_ER_TRUE='#'
INCLUDE_IM_TI_ET_FALSE=''
INCLUDE_IM_TI_ET_TRUE='#'
INCLUDE_IM_VIQR_FALSE=''
INCLUDE_IM_VIQR_TRUE='#'
INCLUDE_IM_XIM_FALSE=''
INCLUDE_IM_XIM_TRUE='#'
INDENT=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
INSTOBJEXT='.mo'
INTLLIBS=''
INTROSPECTION_CFLAGS='-pthread -I/home/fabio/.linuxbrew/Cellar/gobject-introspection/1.46.0_1/include/gobject-introspection-1.0 -I/home/fabio/.linuxbrew/Cellar/libffi/3.0.13/lib/libffi-3.0.13/include -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/include/glib-2.0 -I/home/fabio/.linuxbrew/Cellar/glib/2.46.2/lib/glib-2.0/include'
INTROSPECTION_COMPILER='/home/fabio/.linuxbrew/Cellar/gobject-introspection/1.46.0_1/bin/g-ir-compiler'
INTROSPECTION_GENERATE='/home/fabio/.linuxbrew/Cellar/gobject-introspection/1.46.0_1/bin/g-ir-generate'
INTROSPECTION_GIRDIR='/home/fabio/.linuxbrew/Cellar/gobject-introspection/1.46.0_1/share/gir-1.0'
INTROSPECTION_LIBS='-L/home/fabio/.linuxbrew/Cellar/gobject-introspection/1.46.0_1/lib -L/home/fabio/.linuxbrew/Cellar/glib/2.46.2/lib -lgirepository-1.0 -lgobject-2.0 -lglib-2.0'
INTROSPECTION_MAKEFILE='/home/fabio/.linuxbrew/Cellar/gobject-introspection/1.46.0_1/share/gobject-introspection-1.0/Makefile.introspection'
INTROSPECTION_SCANNER='/home/fabio/.linuxbrew/Cellar/gobject-introspection/1.46.0_1/bin/g-ir-scanner'
INTROSPECTION_TYPELIBDIR='/home/fabio/.linuxbrew/Cellar/gobject-introspection/1.46.0_1/lib/girepository-1.0'
LD='/usr/bin/ld -m elf_x86_64'
LDFLAGS='-L/home/fabio/.linuxbrew/lib -Wl,--dynamic-linker=/home/fabio/.linuxbrew/lib/ld.so -Wl,-rpath,/home/fabio/.linuxbrew/lib'
LIBOBJS=''
LIBS=''
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LIBTOOL_EXPORT_OPTIONS='-export-symbols-regex "^[^_].*"'
LIB_EXE_MACHINE_FLAG='X86'
LIPO=''
LN_S='ln -s'
LTLIBOBJS=''
LT_CURRENT_MINUS_AGE='0'
LT_SYS_LIBRARY_PATH=''
LT_VERSION_INFO='2400:30:2400'
MAINT=''
MAINTAINER_MODE_FALSE='#'
MAINTAINER_MODE_TRUE=''
MAKEINFO='${SHELL} /tmp/gtk+-20160502-17180-1cv3cj0/gtk+-2.24.30/missing makeinfo'
MANIFEST_TOOL=':'
MATH_LIB='-lm'
MKDIR_P='/bin/mkdir -p'
MKINSTALLDIRS='./mkinstalldirs'
MSGFMT='/home/fabio/.linuxbrew/bin/msgfmt'
MSGFMT_OPTS='-c'
MS_LIB_AVAILABLE_FALSE=''
MS_LIB_AVAILABLE_TRUE='#'
NM='/usr/bin/nm -B'
NMEDIT=''
OBJDUMP='objdump'
OBJEXT='o'
OS_LINUX_FALSE='#'
OS_LINUX_TRUE=''
OS_UNIX_FALSE='#'
OS_UNIX_TRUE=''
OS_WIN32_FALSE=''
OS_WIN32_TRUE='#'
OTOOL64=''
OTOOL=''
PACKAGE='gtk+'
PACKAGE_BUGREPORT='http://bugzilla.gnome.org/enter_bug.cgi?product=gtk%2B'
PACKAGE_NAME='gtk+'
PACKAGE_STRING='gtk+ 2.24.30'
PACKAGE_TARNAME='gtk+'
PACKAGE_URL=''
PACKAGE_VERSION='2.24.30'
PANGO_PREFIX='/home/fabio/.linuxbrew/Cellar/pango/1.38.1'
PATH_SEPARATOR=':'
PERL='/usr/bin/perl'
PKG_CONFIG='/home/fabio/.linuxbrew/bin/pkg-config'
PKG_CONFIG_LIBDIR='/home/fabio/.linuxbrew/lib/pkgconfig:/home/fabio/.linuxbrew/share/pkgconfig'
PKG_CONFIG_PATH=''
PLATFORM_WIN32_FALSE=''
PLATFORM_WIN32_TRUE='#'
POFILES=' af.po am.po ang.po ar.po as.po ast.po az.po az_IR.po be.po be@latin.po bg.po bn.po bn_IN.po br.po bs.po ca.po ca@valencia.po crh.po cs.po cy.po da.po de.po dz.po el.po en_CA.po en_GB.po eo.po es.po et.po eu.po fa.po fi.po fr.po ga.po gl.po gu.po he.po hi.po hr.po hu.po hy.po ia.po id.po io.po is.po it.po ja.po ka.po kk.po kn.po ko.po ku.po li.po lt.po lv.po mai.po mi.po mk.po ml.po mn.po mr.po ms.po my.po nb.po nds.po ne.po nl.po nn.po nso.po oc.po or.po pa.po pl.po ps.po pt.po pt_BR.po ro.po ru.po rw.po si.po sk.po sl.po sq.po sr.po sr@latin.po sr@ije.po sv.po ta.po te.po th.po tk.po tr.po tt.po ug.po uk.po ur.po uz.po uz@cyrillic.po vi.po wa.po xh.po yi.po zh_CN.po zh_HK.po zh_TW.po'
POSUB='po'
PO_IN_DATADIR_FALSE=''
PO_IN_DATADIR_TRUE=''
RANLIB='ranlib'
REBUILD=''
SED='/bin/sed'
SET_MAKE=''
SHELL='/bin/bash'
STRIP='strip'
TEST_PRINT_BACKEND_FALSE=''
TEST_PRINT_BACKEND_TRUE='#'
USE_DIRECTFB_FALSE=''
USE_DIRECTFB_TRUE='#'
USE_MEDIALIB25_FALSE=''
USE_MEDIALIB25_TRUE='#'
USE_MEDIALIB_FALSE=''
USE_MEDIALIB_TRUE='#'
USE_NLS='yes'
USE_QUARTZ_FALSE=''
USE_QUARTZ_TRUE='#'
USE_WIN32_FALSE=''
USE_WIN32_TRUE='#'
USE_X11_FALSE='#'
USE_X11_TRUE=''
VERSION='2.24.30'
WINDRES=''
XGETTEXT='/home/fabio/.linuxbrew/bin/xgettext'
XINPUT_XFREE_FALSE=''
XINPUT_XFREE_TRUE='#'
XMKMF=''
XMLCATALOG=''
XML_CATALOG_FILE=''
XSLTPROC=''
X_CFLAGS='-I/home/fabio/.linuxbrew/Cellar/libxext/1.3.3/include -I/home/fabio/.linuxbrew/Cellar/xextproto/7.3.0/include -I/home/fabio/.linuxbrew/Cellar/libxrender/0.9.9/include -I/home/fabio/.linuxbrew/Cellar/renderproto/0.11.1/include -I/home/fabio/.linuxbrew/Cellar/libx11/1.6.3/include -I/home/fabio/.linuxbrew/Cellar/libxcb/1.11.1/include -I/home/fabio/.linuxbrew/Cellar/libxau/1.0.8/include -I/home/fabio/.linuxbrew/Cellar/libxdmcp/1.1.2/include -I/home/fabio/.linuxbrew/Cellar/xproto/7.0.28/include -I/home/fabio/.linuxbrew/Cellar/kbproto/1.0.7/include'
X_EXTRA_LIBS=''
X_LIBS=''
X_PRE_LIBS=''
ac_ct_AR='ar'
ac_ct_CC='/usr/bin/gcc-4.9'
ac_ct_CXX=''
ac_ct_DUMPBIN=''
am__EXEEXT_FALSE=''
am__EXEEXT_TRUE='#'
am__fastdepCCAS_FALSE=''
am__fastdepCCAS_TRUE='#'
am__fastdepCC_FALSE=''
am__fastdepCC_TRUE='#'
am__fastdepCXX_FALSE=''
am__fastdepCXX_TRUE='#'
am__include='include'
am__isrc=''
am__leading_dot='.'
am__nodep=''
am__quote=''
am__tar='$${TAR-tar} chof - "$$tardir"'
am__untar='$${TAR-tar} xf -'
bindir='${exec_prefix}/bin'
build='x86_64-unknown-linux-gnu'
build_alias=''
build_cpu='x86_64'
build_os='linux-gnu'
build_vendor='unknown'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='${prefix}'
gdktarget='x11'
gdktargetlib='libgdk-x11-2.0.la'
gtktargetlib='libgtk-x11-2.0.la'
host='x86_64-unknown-linux-gnu'
host_alias=''
host_cpu='x86_64'
host_os='linux-gnu'
host_vendor='unknown'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='${SHELL} /tmp/gtk+-20160502-17180-1cv3cj0/gtk+-2.24.30/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='/home/fabio/.linuxbrew/Cellar/gtk+/2.24.30/share/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
mkdir_p='$(MKDIR_P)'
ms_librarian=''
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/home/fabio/.linuxbrew/Cellar/gtk+/2.24.30'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''
## ----------- ##
## confdefs.h. ##
## ----------- ##
/* confdefs.h */
#define PACKAGE_NAME "gtk+"
#define PACKAGE_TARNAME "gtk+"
#define PACKAGE_VERSION "2.24.30"
#define PACKAGE_STRING "gtk+ 2.24.30"
#define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=gtk%2B"
#define PACKAGE_URL ""
#define GETTEXT_PACKAGE "gtk20"
#define STDC_HEADERS 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_MEMORY_H 1
#define HAVE_STRINGS_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_STDINT_H 1
#define HAVE_UNISTD_H 1
#define HAVE_DLFCN_H 1
#define LT_OBJDIR ".libs/"
#define GTK_COMPILED_WITH_DEBUGGING "minimum"
#define HAVE_LSTAT 1
#define HAVE_MKSTEMP 1
#define HAVE_FLOCKFILE 1
#define HAVE_GETC_UNLOCKED 1
#define HAVE_LOCALTIME_R 1
#define HAVE__NL_TIME_FIRST_WEEKDAY 1
#define HAVE__NL_MEASUREMENT_MEASUREMENT 1
#define HAVE__NL_PAPER_HEIGHT 1
#define HAVE__NL_PAPER_WIDTH 1
#define HAVE_SIGSETJMP 1
#define HAVE_LOCALE_H 1
#define HAVE_LC_MESSAGES 1
#define HAVE_BIND_TEXTDOMAIN_CODESET 1
#define HAVE_GETTEXT 1
#define HAVE_DCGETTEXT 1
#define ENABLE_NLS 1
#define GTK_LOCALEDIR "/home/fabio/.linuxbrew/Cellar/gtk+/2.24.30/share/locale"
#define HAVE_BIND_TEXTDOMAIN_CODESET 1
#define HAVE_PWD_H 1
#define HAVE_PWD_H 1
#define HAVE_SYS_TIME_H 1
#define HAVE_SYS_TIME_H 1
#define HAVE_UNISTD_H 1
#define HAVE_UNISTD_H 1
#define HAVE_FTW_H 1
#define HAVE_FTW_H 1
#define HAVE_GNU_FTW 1
#define STDC_HEADERS 1
#define RETSIGTYPE void
#define HAVE_STDLIB_H 1
#define HAVE_UNISTD_H 1
#define HAVE_SYS_PARAM_H 1
#define HAVE_GETPAGESIZE 1
#define HAVE_MMAP 1
#define HAVE_MALLINFO 1
#define HAVE_GETRESUID 1
#define HAVE_WCHAR_H 1
#define HAVE_WCTYPE_H 1
#define USE_GMODULE 1
#define HAVE_SYS_WAIT_H 1
#define RETSIGTYPE void
#define HAVE_SYS_SYSINFO_H 1
#define HAVE_XCONVERTCASE 1
#define HAVE_XINTERNATOMS 1
#define HAVE_X11R6 1
#define HAVE_XKB 1
#define HAVE_XSYNC 1
#define HAVE_IPC_H 1
#define HAVE_SHM_H 1
#define HAVE_XSHM_H 1
#define HAVE_XFREE_XINERAMA 1
#define HAVE_XINERAMA 1
#define XINPUT_NONE 1
#define HAVE_RANDR 1
#define HAVE_RANDR15 1
#define HAVE_XCURSOR 1
#define HAVE_XFIXES 1
#define HAVE_XCOMPOSITE 1
#define HAVE_XDAMAGE 1
#define HAVE_CUPS_API_1_2 1
#define HAVE_CUPS_API_1_6 1
#define HAVE_HTTPGETAUTHSTRING 1
configure: exit 0
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by gtk+ config.status 2.24.30, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status gdk/gdkconfig.h
on mbp-fabio-lnx
config.status:1839: executing gdk/gdkconfig.h commands
config.status:2700: gdk/gdkconfig.h is unchanged
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment