Fri Aug 5 12:17:10 BST 2016 building in: /home/paule/autobuild/building/ubuntu-server_2016-08-05__T11_13_02 PKG_CONFIG_PATH is /home/paule/autobuild/Linux-ubuntu-server-pre-release-gtk2-python/lib/pkgconfig CFLAGS: CXXFLAGS: CPPFLAGS: LDFLAGS: /home/paule/autobuild/building/ubuntu-server_2016-08-05__T11_13_02 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 to enable maintainer-specific portions of Makefiles... no checking for style of include used by make... GNU checking for gcc... gcc 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 gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking dependency style of gcc... gcc3 checking for library containing strerror... none required checking for gcc... (cached) gcc checking whether we are using the GNU C compiler... (cached) yes checking whether gcc accepts -g... (cached) yes checking for gcc option to accept ISO C89... (cached) none needed checking dependency style of gcc... (cached) gcc3 checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for ANSI C header files... yes checking build system type... x86_64-unknown-linux-gnu checking host system type... x86_64-unknown-linux-gnu checking for a sed that does not truncate output... /bin/sed checking for fgrep... /bin/grep -F checking for ld used by gcc... /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 whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... yes 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 ar... ar checking for strip... strip checking for ranlib... ranlib checking command to parse /usr/bin/nm -B output from gcc object... ok 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 gcc supports -fno-rtti -fno-exceptions... no checking for gcc option to produce PIC... -fPIC -DPIC checking if gcc PIC flag -fPIC -DPIC works... yes checking if gcc static flag -static works... yes checking if gcc supports -c -o file.o... yes checking if gcc supports -c -o file.o... (cached) yes checking whether the gcc 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... yes checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for PACKAGE... 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... /usr/bin/msgfmt checking for dcgettext... yes checking if msgfmt accepts -c... yes checking for gmsgfmt... /usr/bin/msgfmt checking for xgettext... /usr/bin/xgettext checking for catalogs to be installed... en_GB es ja checking for perl5... no checking for perl... /usr/bin/perl checking for some Win32 platform... no checking for gtkdoc-check... no checking for gtkdoc-rebase... no checking for gtkdoc-mkpdf... no checking whether to build gtk-doc documentation... no configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating demo/Makefile config.status: creating docs/Makefile config.status: creating po/Makefile.in config.status: creating goocanvas.pc config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands config.status: executing default-1 commands make all-recursive make[1]: Entering directory `/home/paule/autobuild/building/ubuntu-server_2016-08-05__T11_13_02/goocanvas-1.0.0' Making all in src make[2]: Entering directory `/home/paule/autobuild/building/ubuntu-server_2016-08-05__T11_13_02/goocanvas-1.0.0/src' (cd . && glib-mkenums \ --fhead "#ifndef __GOO_CANVAS_ENUM_TYPES_H__\n#define __GOO_CANVAS_ENUM_TYPES_H__\n\n#include \n\nG_BEGIN_DECLS\n" \ --fprod "/* Enumerations from \"@filename@\" */\n" \ --vhead "GType @enum_name@_get_type (void);\n#define GOO_TYPE_@ENUMSHORT@ (@enum_name@_get_type())\n\n\n" \ --ftail "G_END_DECLS\n\n#endif /* __GOO_CANVAS_ENUM_TYPES_H__ */" \ goocanvasellipse.h goocanvasgrid.h goocanvasgroup.h goocanvasimage.h goocanvasitem.h goocanvasitemmodel.h goocanvasitemsimple.h goocanvaspolyline.h goocanvaspath.h goocanvasrect.h goocanvasstyle.h goocanvastable.h goocanvastext.h goocanvasutils.h goocanvaswidget.h goocanvas.h) >> xgen-gtbh \ && (cmp -s xgen-gtbh goocanvasenumtypes.h || cp xgen-gtbh goocanvasenumtypes.h ) \ && rm -f xgen-gtbh \ && echo timestamp > stamp-goocanvasenumtypes.h glib-genmarshal --prefix=goo_canvas_marshal ./goocanvasmarshal.list --header >> xgen-gmlh \ && (cmp -s xgen-gmlh goocanvasmarshal.h || cp xgen-gmlh goocanvasmarshal.h) \ && rm -f xgen-gmlh \ && echo timestamp > stamp-goocanvasmarshal.h (cd . && glib-mkenums \ --fhead "#include \n" \ --fhead "#include \"goocanvas.h\"\n" \ --fprod "\n/* Enumerations from \"@filename@\" */" \ --vhead "GType\n@enum_name@_get_type (void)\n{\n static GType etype = 0;\n if( etype == 0 ) \n {\n static const G@Type@Value values[] = {" \ --vprod " { @VALUENAME@, \"@VALUENAME@\", \"@valuenick@\" }," \ --vtail " { 0, NULL, NULL }\n };\n etype = g_@type@_register_static (\"@EnumName@\", values );\n }\n return etype;\n}\n" \ goocanvasellipse.h goocanvasgrid.h goocanvasgroup.h goocanvasimage.h goocanvasitem.h goocanvasitemmodel.h goocanvasitemsimple.h goocanvaspolyline.h goocanvaspath.h goocanvasrect.h goocanvasstyle.h goocanvastable.h goocanvastext.h goocanvasutils.h goocanvaswidget.h goocanvas.h) > xgen-gtbc \ && cp xgen-gtbc goocanvasenumtypes.c \ && rm -f xgen-gtbc make all-am make[3]: Entering directory `/home/paule/autobuild/building/ubuntu-server_2016-08-05__T11_13_02/goocanvas-1.0.0/src' /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_DATA_DIR=\""/home/paule/autobuild/Linux-ubuntu-server-pre-release-gtk2-python/share"\" -DPACKAGE_LOCALE_DIR=\""/home/paule/autobuild/Linux-ubuntu-server-pre-release-gtk2-python/share/locale"\" -DG_LOG_DOMAIN=\"GooCanvas\" -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -g -O2 -MT goocanvasatk.lo -MD -MP -MF .deps/goocanvasatk.Tpo -c -o goocanvasatk.lo goocanvasatk.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_DATA_DIR=\"/home/paule/autobuild/Linux-ubuntu-server-pre-release-gtk2-python/share\" -DPACKAGE_LOCALE_DIR=\"/home/paule/autobuild/Linux-ubuntu-server-pre-release-gtk2-python/share/locale\" -DG_LOG_DOMAIN=\"GooCanvas\" -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -g -O2 -MT goocanvasatk.lo -MD -MP -MF .deps/goocanvasatk.Tpo -c goocanvasatk.c -fPIC -DPIC -o .libs/goocanvasatk.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_DATA_DIR=\"/home/paule/autobuild/Linux-ubuntu-server-pre-release-gtk2-python/share\" -DPACKAGE_LOCALE_DIR=\"/home/paule/autobuild/Linux-ubuntu-server-pre-release-gtk2-python/share/locale\" -DG_LOG_DOMAIN=\"GooCanvas\" -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -g -O2 -MT goocanvasatk.lo -MD -MP -MF .deps/goocanvasatk.Tpo -c goocanvasatk.c -o goocanvasatk.o >/dev/null 2>&1 mv -f .deps/goocanvasatk.Tpo .deps/goocanvasatk.Plo /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_DATA_DIR=\""/home/paule/autobuild/Linux-ubuntu-server-pre-release-gtk2-python/share"\" -DPACKAGE_LOCALE_DIR=\""/home/paule/autobuild/Linux-ubuntu-server-pre-release-gtk2-python/share/locale"\" -DG_LOG_DOMAIN=\"GooCanvas\" -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -g -O2 -MT goocanvasellipse.lo -MD -MP -MF .deps/goocanvasellipse.Tpo -c -o goocanvasellipse.lo goocanvasellipse.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_DATA_DIR=\"/home/paule/autobuild/Linux-ubuntu-server-pre-release-gtk2-python/share\" -DPACKAGE_LOCALE_DIR=\"/home/paule/autobuild/Linux-ubuntu-server-pre-release-gtk2-python/share/locale\" -DG_LOG_DOMAIN=\"GooCanvas\" -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -g -O2 -MT goocanvasellipse.lo -MD -MP -MF .deps/goocanvasellipse.Tpo -c goocanvasellipse.c -fPIC -DPIC -o .libs/goocanvasellipse.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_DATA_DIR=\"/home/paule/autobuild/Linux-ubuntu-server-pre-release-gtk2-python/share\" -DPACKAGE_LOCALE_DIR=\"/home/paule/autobuild/Linux-ubuntu-server-pre-release-gtk2-python/share/locale\" -DG_LOG_DOMAIN=\"GooCanvas\" -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -g -O2 -MT goocanvasellipse.lo -MD -MP -MF .deps/goocanvasellipse.Tpo -c goocanvasellipse.c -o goocanvasellipse.o >/dev/null 2>&1 mv -f .deps/goocanvasellipse.Tpo .deps/goocanvasellipse.Plo /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_DATA_DIR=\""/home/paule/autobuild/Linux-ubuntu-server-pre-release-gtk2-python/share"\" -DPACKAGE_LOCALE_DIR=\""/home/paule/autobuild/Linux-ubuntu-server-pre-release-gtk2-python/share/locale"\" -DG_LOG_DOMAIN=\"GooCanvas\" -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -g -O2 -MT goocanvasenumtypes.lo -MD -MP -MF .deps/goocanvasenumtypes.Tpo -c -o goocanvasenumtypes.lo goocanvasenumtypes.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_DATA_DIR=\"/home/paule/autobuild/Linux-ubuntu-server-pre-release-gtk2-python/share\" -DPACKAGE_LOCALE_DIR=\"/home/paule/autobuild/Linux-ubuntu-server-pre-release-gtk2-python/share/locale\" -DG_LOG_DOMAIN=\"GooCanvas\" -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -g -O2 -MT goocanvasenumtypes.lo -MD -MP -MF .deps/goocanvasenumtypes.Tpo -c goocanvasenumtypes.c -fPIC -DPIC -o .libs/goocanvasenumtypes.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_DATA_DIR=\"/home/paule/autobuild/Linux-ubuntu-server-pre-release-gtk2-python/share\" -DPACKAGE_LOCALE_DIR=\"/home/paule/autobuild/Linux-ubuntu-server-pre-release-gtk2-python/share/locale\" -DG_LOG_DOMAIN=\"GooCanvas\" -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -g -O2 -MT goocanvasenumtypes.lo -MD -MP -MF .deps/goocanvasenumtypes.Tpo -c goocanvasenumtypes.c -o goocanvasenumtypes.o >/dev/null 2>&1 mv -f .deps/goocanvasenumtypes.Tpo .deps/goocanvasenumtypes.Plo /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_DATA_DIR=\""/home/paule/autobuild/Linux-ubuntu-server-pre-release-gtk2-python/share"\" -DPACKAGE_LOCALE_DIR=\""/home/paule/autobuild/Linux-ubuntu-server-pre-release-gtk2-python/share/locale"\" -DG_LOG_DOMAIN=\"GooCanvas\" -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -g -O2 -MT goocanvasgrid.lo -MD -MP -MF .deps/goocanvasgrid.Tpo -c -o goocanvasgrid.lo goocanvasgrid.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_DATA_DIR=\"/home/paule/autobuild/Linux-ubuntu-server-pre-release-gtk2-python/share\" -DPACKAGE_LOCALE_DIR=\"/home/paule/autobuild/Linux-ubuntu-server-pre-release-gtk2-python/share/locale\" -DG_LOG_DOMAIN=\"GooCanvas\" -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -g -O2 -MT goocanvasgrid.lo -MD -MP -MF .deps/goocanvasgrid.Tpo -c goocanvasgrid.c -fPIC -DPIC -o .libs/goocanvasgrid.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_DATA_DIR=\"/home/paule/autobuild/Linux-ubuntu-server-pre-release-gtk2-python/share\" -DPACKAGE_LOCALE_DIR=\"/home/paule/autobuild/Linux-ubuntu-server-pre-release-gtk2-python/share/locale\" -DG_LOG_DOMAIN=\"GooCanvas\" -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -g -O2 -MT goocanvasgrid.lo -MD -MP -MF .deps/goocanvasgrid.Tpo -c goocanvasgrid.c -o goocanvasgrid.o >/dev/null 2>&1 mv -f .deps/goocanvasgrid.Tpo .deps/goocanvasgrid.Plo /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_DATA_DIR=\""/home/paule/autobuild/Linux-ubuntu-server-pre-release-gtk2-python/share"\" -DPACKAGE_LOCALE_DIR=\""/home/paule/autobuild/Linux-ubuntu-server-pre-release-gtk2-python/share/locale"\" -DG_LOG_DOMAIN=\"GooCanvas\" -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -g -O2 -MT goocanvasgroup.lo -MD -MP -MF .deps/goocanvasgroup.Tpo -c -o goocanvasgroup.lo goocanvasgroup.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_DATA_DIR=\"/home/paule/autobuild/Linux-ubuntu-server-pre-release-gtk2-python/share\" -DPACKAGE_LOCALE_DIR=\"/home/paule/autobuild/Linux-ubuntu-server-pre-release-gtk2-python/share/locale\" -DG_LOG_DOMAIN=\"GooCanvas\" -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -g -O2 -MT goocanvasgroup.lo -MD -MP -MF .deps/goocanvasgroup.Tpo -c goocanvasgroup.c -fPIC -DPIC -o .libs/goocanvasgroup.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_DATA_DIR=\"/home/paule/autobuild/Linux-ubuntu-server-pre-release-gtk2-python/share\" -DPACKAGE_LOCALE_DIR=\"/home/paule/autobuild/Linux-ubuntu-server-pre-release-gtk2-python/share/locale\" -DG_LOG_DOMAIN=\"GooCanvas\" -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -g -O2 -MT goocanvasgroup.lo -MD -MP -MF .deps/goocanvasgroup.Tpo -c goocanvasgroup.c -o goocanvasgroup.o >/dev/null 2>&1 mv -f .deps/goocanvasgroup.Tpo .deps/goocanvasgroup.Plo /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_DATA_DIR=\""/home/paule/autobuild/Linux-ubuntu-server-pre-release-gtk2-python/share"\" -DPACKAGE_LOCALE_DIR=\""/home/paule/autobuild/Linux-ubuntu-server-pre-release-gtk2-python/share/locale"\" -DG_LOG_DOMAIN=\"GooCanvas\" -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -g -O2 -MT goocanvasimage.lo -MD -MP -MF .deps/goocanvasimage.Tpo -c -o goocanvasimage.lo goocanvasimage.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_DATA_DIR=\"/home/paule/autobuild/Linux-ubuntu-server-pre-release-gtk2-python/share\" -DPACKAGE_LOCALE_DIR=\"/home/paule/autobuild/Linux-ubuntu-server-pre-release-gtk2-python/share/locale\" -DG_LOG_DOMAIN=\"GooCanvas\" -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -g -O2 -MT goocanvasimage.lo -MD -MP -MF .deps/goocanvasimage.Tpo -c goocanvasimage.c -fPIC -DPIC -o .libs/goocanvasimage.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_DATA_DIR=\"/home/paule/autobuild/Linux-ubuntu-server-pre-release-gtk2-python/share\" -DPACKAGE_LOCALE_DIR=\"/home/paule/autobuild/Linux-ubuntu-server-pre-release-gtk2-python/share/locale\" -DG_LOG_DOMAIN=\"GooCanvas\" -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -g -O2 -MT goocanvasimage.lo -MD -MP -MF .deps/goocanvasimage.Tpo -c goocanvasimage.c -o goocanvasimage.o >/dev/null 2>&1 mv -f .deps/goocanvasimage.Tpo .deps/goocanvasimage.Plo /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_DATA_DIR=\""/home/paule/autobuild/Linux-ubuntu-server-pre-release-gtk2-python/share"\" -DPACKAGE_LOCALE_DIR=\""/home/paule/autobuild/Linux-ubuntu-server-pre-release-gtk2-python/share/locale"\" -DG_LOG_DOMAIN=\"GooCanvas\" -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -g -O2 -MT goocanvasitem.lo -MD -MP -MF .deps/goocanvasitem.Tpo -c -o goocanvasitem.lo goocanvasitem.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_DATA_DIR=\"/home/paule/autobuild/Linux-ubuntu-server-pre-release-gtk2-python/share\" -DPACKAGE_LOCALE_DIR=\"/home/paule/autobuild/Linux-ubuntu-server-pre-release-gtk2-python/share/locale\" -DG_LOG_DOMAIN=\"GooCanvas\" -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -g -O2 -MT goocanvasitem.lo -MD -MP -MF .deps/goocanvasitem.Tpo -c goocanvasitem.c -fPIC -DPIC -o .libs/goocanvasitem.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_DATA_DIR=\"/home/paule/autobuild/Linux-ubuntu-server-pre-release-gtk2-python/share\" -DPACKAGE_LOCALE_DIR=\"/home/paule/autobuild/Linux-ubuntu-server-pre-release-gtk2-python/share/locale\" -DG_LOG_DOMAIN=\"GooCanvas\" -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -g -O2 -MT goocanvasitem.lo -MD -MP -MF .deps/goocanvasitem.Tpo -c goocanvasitem.c -o goocanvasitem.o >/dev/null 2>&1 mv -f .deps/goocanvasitem.Tpo .deps/goocanvasitem.Plo /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_DATA_DIR=\""/home/paule/autobuild/Linux-ubuntu-server-pre-release-gtk2-python/share"\" -DPACKAGE_LOCALE_DIR=\""/home/paule/autobuild/Linux-ubuntu-server-pre-release-gtk2-python/share/locale"\" -DG_LOG_DOMAIN=\"GooCanvas\" -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -g -O2 -MT goocanvasitemmodel.lo -MD -MP -MF .deps/goocanvasitemmodel.Tpo -c -o goocanvasitemmodel.lo goocanvasitemmodel.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_DATA_DIR=\"/home/paule/autobuild/Linux-ubuntu-server-pre-release-gtk2-python/share\" -DPACKAGE_LOCALE_DIR=\"/home/paule/autobuild/Linux-ubuntu-server-pre-release-gtk2-python/share/locale\" -DG_LOG_DOMAIN=\"GooCanvas\" -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -g -O2 -MT goocanvasitemmodel.lo -MD -MP -MF .deps/goocanvasitemmodel.Tpo -c goocanvasitemmodel.c -fPIC -DPIC -o .libs/goocanvasitemmodel.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_DATA_DIR=\"/home/paule/autobuild/Linux-ubuntu-server-pre-release-gtk2-python/share\" -DPACKAGE_LOCALE_DIR=\"/home/paule/autobuild/Linux-ubuntu-server-pre-release-gtk2-python/share/locale\" -DG_LOG_DOMAIN=\"GooCanvas\" -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -g -O2 -MT goocanvasitemmodel.lo -MD -MP -MF .deps/goocanvasitemmodel.Tpo -c goocanvasitemmodel.c -o goocanvasitemmodel.o >/dev/null 2>&1 mv -f .deps/goocanvasitemmodel.Tpo .deps/goocanvasitemmodel.Plo /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_DATA_DIR=\""/home/paule/autobuild/Linux-ubuntu-server-pre-release-gtk2-python/share"\" -DPACKAGE_LOCALE_DIR=\""/home/paule/autobuild/Linux-ubuntu-server-pre-release-gtk2-python/share/locale"\" -DG_LOG_DOMAIN=\"GooCanvas\" -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -g -O2 -MT goocanvasitemsimple.lo -MD -MP -MF .deps/goocanvasitemsimple.Tpo -c -o goocanvasitemsimple.lo goocanvasitemsimple.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_DATA_DIR=\"/home/paule/autobuild/Linux-ubuntu-server-pre-release-gtk2-python/share\" -DPACKAGE_LOCALE_DIR=\"/home/paule/autobuild/Linux-ubuntu-server-pre-release-gtk2-python/share/locale\" -DG_LOG_DOMAIN=\"GooCanvas\" -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -g -O2 -MT goocanvasitemsimple.lo -MD -MP -MF .deps/goocanvasitemsimple.Tpo -c goocanvasitemsimple.c -fPIC -DPIC -o .libs/goocanvasitemsimple.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_DATA_DIR=\"/home/paule/autobuild/Linux-ubuntu-server-pre-release-gtk2-python/share\" -DPACKAGE_LOCALE_DIR=\"/home/paule/autobuild/Linux-ubuntu-server-pre-release-gtk2-python/share/locale\" -DG_LOG_DOMAIN=\"GooCanvas\" -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -g -O2 -MT goocanvasitemsimple.lo -MD -MP -MF .deps/goocanvasitemsimple.Tpo -c goocanvasitemsimple.c -o goocanvasitemsimple.o >/dev/null 2>&1 mv -f .deps/goocanvasitemsimple.Tpo .deps/goocanvasitemsimple.Plo /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_DATA_DIR=\""/home/paule/autobuild/Linux-ubuntu-server-pre-release-gtk2-python/share"\" -DPACKAGE_LOCALE_DIR=\""/home/paule/autobuild/Linux-ubuntu-server-pre-release-gtk2-python/share/locale"\" -DG_LOG_DOMAIN=\"GooCanvas\" -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -g -O2 -MT goocanvasmarshal.lo -MD -MP -MF .deps/goocanvasmarshal.Tpo -c -o goocanvasmarshal.lo goocanvasmarshal.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_DATA_DIR=\"/home/paule/autobuild/Linux-ubuntu-server-pre-release-gtk2-python/share\" -DPACKAGE_LOCALE_DIR=\"/home/paule/autobuild/Linux-ubuntu-server-pre-release-gtk2-python/share/locale\" -DG_LOG_DOMAIN=\"GooCanvas\" -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -g -O2 -MT goocanvasmarshal.lo -MD -MP -MF .deps/goocanvasmarshal.Tpo -c goocanvasmarshal.c -fPIC -DPIC -o .libs/goocanvasmarshal.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_DATA_DIR=\"/home/paule/autobuild/Linux-ubuntu-server-pre-release-gtk2-python/share\" -DPACKAGE_LOCALE_DIR=\"/home/paule/autobuild/Linux-ubuntu-server-pre-release-gtk2-python/share/locale\" -DG_LOG_DOMAIN=\"GooCanvas\" -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -g -O2 -MT goocanvasmarshal.lo -MD -MP -MF .deps/goocanvasmarshal.Tpo -c goocanvasmarshal.c -o goocanvasmarshal.o >/dev/null 2>&1 mv -f .deps/goocanvasmarshal.Tpo .deps/goocanvasmarshal.Plo /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_DATA_DIR=\""/home/paule/autobuild/Linux-ubuntu-server-pre-release-gtk2-python/share"\" -DPACKAGE_LOCALE_DIR=\""/home/paule/autobuild/Linux-ubuntu-server-pre-release-gtk2-python/share/locale"\" -DG_LOG_DOMAIN=\"GooCanvas\" -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -g -O2 -MT goocanvaspolyline.lo -MD -MP -MF .deps/goocanvaspolyline.Tpo -c -o goocanvaspolyline.lo goocanvaspolyline.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_DATA_DIR=\"/home/paule/autobuild/Linux-ubuntu-server-pre-release-gtk2-python/share\" -DPACKAGE_LOCALE_DIR=\"/home/paule/autobuild/Linux-ubuntu-server-pre-release-gtk2-python/share/locale\" -DG_LOG_DOMAIN=\"GooCanvas\" -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -g -O2 -MT goocanvaspolyline.lo -MD -MP -MF .deps/goocanvaspolyline.Tpo -c goocanvaspolyline.c -fPIC -DPIC -o .libs/goocanvaspolyline.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_DATA_DIR=\"/home/paule/autobuild/Linux-ubuntu-server-pre-release-gtk2-python/share\" -DPACKAGE_LOCALE_DIR=\"/home/paule/autobuild/Linux-ubuntu-server-pre-release-gtk2-python/share/locale\" -DG_LOG_DOMAIN=\"GooCanvas\" -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -g -O2 -MT goocanvaspolyline.lo -MD -MP -MF .deps/goocanvaspolyline.Tpo -c goocanvaspolyline.c -o goocanvaspolyline.o >/dev/null 2>&1 mv -f .deps/goocanvaspolyline.Tpo .deps/goocanvaspolyline.Plo /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_DATA_DIR=\""/home/paule/autobuild/Linux-ubuntu-server-pre-release-gtk2-python/share"\" -DPACKAGE_LOCALE_DIR=\""/home/paule/autobuild/Linux-ubuntu-server-pre-release-gtk2-python/share/locale"\" -DG_LOG_DOMAIN=\"GooCanvas\" -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -g -O2 -MT goocanvaspath.lo -MD -MP -MF .deps/goocanvaspath.Tpo -c -o goocanvaspath.lo goocanvaspath.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_DATA_DIR=\"/home/paule/autobuild/Linux-ubuntu-server-pre-release-gtk2-python/share\" -DPACKAGE_LOCALE_DIR=\"/home/paule/autobuild/Linux-ubuntu-server-pre-release-gtk2-python/share/locale\" -DG_LOG_DOMAIN=\"GooCanvas\" -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -g -O2 -MT goocanvaspath.lo -MD -MP -MF .deps/goocanvaspath.Tpo -c goocanvaspath.c -fPIC -DPIC -o .libs/goocanvaspath.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_DATA_DIR=\"/home/paule/autobuild/Linux-ubuntu-server-pre-release-gtk2-python/share\" -DPACKAGE_LOCALE_DIR=\"/home/paule/autobuild/Linux-ubuntu-server-pre-release-gtk2-python/share/locale\" -DG_LOG_DOMAIN=\"GooCanvas\" -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -g -O2 -MT goocanvaspath.lo -MD -MP -MF .deps/goocanvaspath.Tpo -c goocanvaspath.c -o goocanvaspath.o >/dev/null 2>&1 mv -f .deps/goocanvaspath.Tpo .deps/goocanvaspath.Plo /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_DATA_DIR=\""/home/paule/autobuild/Linux-ubuntu-server-pre-release-gtk2-python/share"\" -DPACKAGE_LOCALE_DIR=\""/home/paule/autobuild/Linux-ubuntu-server-pre-release-gtk2-python/share/locale"\" -DG_LOG_DOMAIN=\"GooCanvas\" -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -g -O2 -MT goocanvasrect.lo -MD -MP -MF .deps/goocanvasrect.Tpo -c -o goocanvasrect.lo goocanvasrect.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_DATA_DIR=\"/home/paule/autobuild/Linux-ubuntu-server-pre-release-gtk2-python/share\" -DPACKAGE_LOCALE_DIR=\"/home/paule/autobuild/Linux-ubuntu-server-pre-release-gtk2-python/share/locale\" -DG_LOG_DOMAIN=\"GooCanvas\" -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -g -O2 -MT goocanvasrect.lo -MD -MP -MF .deps/goocanvasrect.Tpo -c goocanvasrect.c -fPIC -DPIC -o .libs/goocanvasrect.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_DATA_DIR=\"/home/paule/autobuild/Linux-ubuntu-server-pre-release-gtk2-python/share\" -DPACKAGE_LOCALE_DIR=\"/home/paule/autobuild/Linux-ubuntu-server-pre-release-gtk2-python/share/locale\" -DG_LOG_DOMAIN=\"GooCanvas\" -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -g -O2 -MT goocanvasrect.lo -MD -MP -MF .deps/goocanvasrect.Tpo -c goocanvasrect.c -o goocanvasrect.o >/dev/null 2>&1 mv -f .deps/goocanvasrect.Tpo .deps/goocanvasrect.Plo /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_DATA_DIR=\""/home/paule/autobuild/Linux-ubuntu-server-pre-release-gtk2-python/share"\" -DPACKAGE_LOCALE_DIR=\""/home/paule/autobuild/Linux-ubuntu-server-pre-release-gtk2-python/share/locale"\" -DG_LOG_DOMAIN=\"GooCanvas\" -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -g -O2 -MT goocanvasstyle.lo -MD -MP -MF .deps/goocanvasstyle.Tpo -c -o goocanvasstyle.lo goocanvasstyle.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_DATA_DIR=\"/home/paule/autobuild/Linux-ubuntu-server-pre-release-gtk2-python/share\" -DPACKAGE_LOCALE_DIR=\"/home/paule/autobuild/Linux-ubuntu-server-pre-release-gtk2-python/share/locale\" -DG_LOG_DOMAIN=\"GooCanvas\" -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -g -O2 -MT goocanvasstyle.lo -MD -MP -MF .deps/goocanvasstyle.Tpo -c goocanvasstyle.c -fPIC -DPIC -o .libs/goocanvasstyle.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_DATA_DIR=\"/home/paule/autobuild/Linux-ubuntu-server-pre-release-gtk2-python/share\" -DPACKAGE_LOCALE_DIR=\"/home/paule/autobuild/Linux-ubuntu-server-pre-release-gtk2-python/share/locale\" -DG_LOG_DOMAIN=\"GooCanvas\" -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -g -O2 -MT goocanvasstyle.lo -MD -MP -MF .deps/goocanvasstyle.Tpo -c goocanvasstyle.c -o goocanvasstyle.o >/dev/null 2>&1 mv -f .deps/goocanvasstyle.Tpo .deps/goocanvasstyle.Plo /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_DATA_DIR=\""/home/paule/autobuild/Linux-ubuntu-server-pre-release-gtk2-python/share"\" -DPACKAGE_LOCALE_DIR=\""/home/paule/autobuild/Linux-ubuntu-server-pre-release-gtk2-python/share/locale"\" -DG_LOG_DOMAIN=\"GooCanvas\" -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -g -O2 -MT goocanvastable.lo -MD -MP -MF .deps/goocanvastable.Tpo -c -o goocanvastable.lo goocanvastable.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_DATA_DIR=\"/home/paule/autobuild/Linux-ubuntu-server-pre-release-gtk2-python/share\" -DPACKAGE_LOCALE_DIR=\"/home/paule/autobuild/Linux-ubuntu-server-pre-release-gtk2-python/share/locale\" -DG_LOG_DOMAIN=\"GooCanvas\" -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -g -O2 -MT goocanvastable.lo -MD -MP -MF .deps/goocanvastable.Tpo -c goocanvastable.c -fPIC -DPIC -o .libs/goocanvastable.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_DATA_DIR=\"/home/paule/autobuild/Linux-ubuntu-server-pre-release-gtk2-python/share\" -DPACKAGE_LOCALE_DIR=\"/home/paule/autobuild/Linux-ubuntu-server-pre-release-gtk2-python/share/locale\" -DG_LOG_DOMAIN=\"GooCanvas\" -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -g -O2 -MT goocanvastable.lo -MD -MP -MF .deps/goocanvastable.Tpo -c goocanvastable.c -o goocanvastable.o >/dev/null 2>&1 mv -f .deps/goocanvastable.Tpo .deps/goocanvastable.Plo /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_DATA_DIR=\""/home/paule/autobuild/Linux-ubuntu-server-pre-release-gtk2-python/share"\" -DPACKAGE_LOCALE_DIR=\""/home/paule/autobuild/Linux-ubuntu-server-pre-release-gtk2-python/share/locale"\" -DG_LOG_DOMAIN=\"GooCanvas\" -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -g -O2 -MT goocanvastext.lo -MD -MP -MF .deps/goocanvastext.Tpo -c -o goocanvastext.lo goocanvastext.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_DATA_DIR=\"/home/paule/autobuild/Linux-ubuntu-server-pre-release-gtk2-python/share\" -DPACKAGE_LOCALE_DIR=\"/home/paule/autobuild/Linux-ubuntu-server-pre-release-gtk2-python/share/locale\" -DG_LOG_DOMAIN=\"GooCanvas\" -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -g -O2 -MT goocanvastext.lo -MD -MP -MF .deps/goocanvastext.Tpo -c goocanvastext.c -fPIC -DPIC -o .libs/goocanvastext.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_DATA_DIR=\"/home/paule/autobuild/Linux-ubuntu-server-pre-release-gtk2-python/share\" -DPACKAGE_LOCALE_DIR=\"/home/paule/autobuild/Linux-ubuntu-server-pre-release-gtk2-python/share/locale\" -DG_LOG_DOMAIN=\"GooCanvas\" -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -g -O2 -MT goocanvastext.lo -MD -MP -MF .deps/goocanvastext.Tpo -c goocanvastext.c -o goocanvastext.o >/dev/null 2>&1 mv -f .deps/goocanvastext.Tpo .deps/goocanvastext.Plo /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_DATA_DIR=\""/home/paule/autobuild/Linux-ubuntu-server-pre-release-gtk2-python/share"\" -DPACKAGE_LOCALE_DIR=\""/home/paule/autobuild/Linux-ubuntu-server-pre-release-gtk2-python/share/locale"\" -DG_LOG_DOMAIN=\"GooCanvas\" -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -g -O2 -MT goocanvasutils.lo -MD -MP -MF .deps/goocanvasutils.Tpo -c -o goocanvasutils.lo goocanvasutils.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_DATA_DIR=\"/home/paule/autobuild/Linux-ubuntu-server-pre-release-gtk2-python/share\" -DPACKAGE_LOCALE_DIR=\"/home/paule/autobuild/Linux-ubuntu-server-pre-release-gtk2-python/share/locale\" -DG_LOG_DOMAIN=\"GooCanvas\" -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -g -O2 -MT goocanvasutils.lo -MD -MP -MF .deps/goocanvasutils.Tpo -c goocanvasutils.c -fPIC -DPIC -o .libs/goocanvasutils.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_DATA_DIR=\"/home/paule/autobuild/Linux-ubuntu-server-pre-release-gtk2-python/share\" -DPACKAGE_LOCALE_DIR=\"/home/paule/autobuild/Linux-ubuntu-server-pre-release-gtk2-python/share/locale\" -DG_LOG_DOMAIN=\"GooCanvas\" -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -g -O2 -MT goocanvasutils.lo -MD -MP -MF .deps/goocanvasutils.Tpo -c goocanvasutils.c -o goocanvasutils.o >/dev/null 2>&1 mv -f .deps/goocanvasutils.Tpo .deps/goocanvasutils.Plo /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_DATA_DIR=\""/home/paule/autobuild/Linux-ubuntu-server-pre-release-gtk2-python/share"\" -DPACKAGE_LOCALE_DIR=\""/home/paule/autobuild/Linux-ubuntu-server-pre-release-gtk2-python/share/locale"\" -DG_LOG_DOMAIN=\"GooCanvas\" -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -g -O2 -MT goocanvaswidget.lo -MD -MP -MF .deps/goocanvaswidget.Tpo -c -o goocanvaswidget.lo goocanvaswidget.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_DATA_DIR=\"/home/paule/autobuild/Linux-ubuntu-server-pre-release-gtk2-python/share\" -DPACKAGE_LOCALE_DIR=\"/home/paule/autobuild/Linux-ubuntu-server-pre-release-gtk2-python/share/locale\" -DG_LOG_DOMAIN=\"GooCanvas\" -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -g -O2 -MT goocanvaswidget.lo -MD -MP -MF .deps/goocanvaswidget.Tpo -c goocanvaswidget.c -fPIC -DPIC -o .libs/goocanvaswidget.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_DATA_DIR=\"/home/paule/autobuild/Linux-ubuntu-server-pre-release-gtk2-python/share\" -DPACKAGE_LOCALE_DIR=\"/home/paule/autobuild/Linux-ubuntu-server-pre-release-gtk2-python/share/locale\" -DG_LOG_DOMAIN=\"GooCanvas\" -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -g -O2 -MT goocanvaswidget.lo -MD -MP -MF .deps/goocanvaswidget.Tpo -c goocanvaswidget.c -o goocanvaswidget.o >/dev/null 2>&1 mv -f .deps/goocanvaswidget.Tpo .deps/goocanvaswidget.Plo /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_DATA_DIR=\""/home/paule/autobuild/Linux-ubuntu-server-pre-release-gtk2-python/share"\" -DPACKAGE_LOCALE_DIR=\""/home/paule/autobuild/Linux-ubuntu-server-pre-release-gtk2-python/share/locale"\" -DG_LOG_DOMAIN=\"GooCanvas\" -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -g -O2 -MT goocanvas.lo -MD -MP -MF .deps/goocanvas.Tpo -c -o goocanvas.lo goocanvas.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_DATA_DIR=\"/home/paule/autobuild/Linux-ubuntu-server-pre-release-gtk2-python/share\" -DPACKAGE_LOCALE_DIR=\"/home/paule/autobuild/Linux-ubuntu-server-pre-release-gtk2-python/share/locale\" -DG_LOG_DOMAIN=\"GooCanvas\" -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -g -O2 -MT goocanvas.lo -MD -MP -MF .deps/goocanvas.Tpo -c goocanvas.c -fPIC -DPIC -o .libs/goocanvas.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_DATA_DIR=\"/home/paule/autobuild/Linux-ubuntu-server-pre-release-gtk2-python/share\" -DPACKAGE_LOCALE_DIR=\"/home/paule/autobuild/Linux-ubuntu-server-pre-release-gtk2-python/share/locale\" -DG_LOG_DOMAIN=\"GooCanvas\" -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -g -O2 -MT goocanvas.lo -MD -MP -MF .deps/goocanvas.Tpo -c goocanvas.c -o goocanvas.o >/dev/null 2>&1 mv -f .deps/goocanvas.Tpo .deps/goocanvas.Plo /bin/bash ../libtool --tag=CC --mode=link gcc -g -O2 -version-info 8:0:5 -export-dynamic -rpath /home/paule/autobuild/Linux-ubuntu-server-pre-release-gtk2-python/lib -o libgoocanvas.la -rpath /home/paule/autobuild/Linux-ubuntu-server-pre-release-gtk2-python/lib goocanvasatk.lo goocanvasellipse.lo goocanvasenumtypes.lo goocanvasgrid.lo goocanvasgroup.lo goocanvasimage.lo goocanvasitem.lo goocanvasitemmodel.lo goocanvasitemsimple.lo goocanvasmarshal.lo goocanvaspolyline.lo goocanvaspath.lo goocanvasrect.lo goocanvasstyle.lo goocanvastable.lo goocanvastext.lo goocanvasutils.lo goocanvaswidget.lo goocanvas.lo -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 -lglib-2.0 -lcairo libtool: link: gcc -shared .libs/goocanvasatk.o .libs/goocanvasellipse.o .libs/goocanvasenumtypes.o .libs/goocanvasgrid.o .libs/goocanvasgroup.o .libs/goocanvasimage.o .libs/goocanvasitem.o .libs/goocanvasitemmodel.o .libs/goocanvasitemsimple.o .libs/goocanvasmarshal.o .libs/goocanvaspolyline.o .libs/goocanvaspath.o .libs/goocanvasrect.o .libs/goocanvasstyle.o .libs/goocanvastable.o .libs/goocanvastext.o .libs/goocanvasutils.o .libs/goocanvaswidget.o .libs/goocanvas.o -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lpango-1.0 /usr/lib/x86_64-linux-gnu/libfreetype.so -lfontconfig -lgobject-2.0 -lglib-2.0 /usr/lib/x86_64-linux-gnu/libcairo.so -Wl,-soname -Wl,libgoocanvas.so.3 -o .libs/libgoocanvas.so.3.5.0 libtool: link: (cd ".libs" && rm -f "libgoocanvas.so.3" && ln -s "libgoocanvas.so.3.5.0" "libgoocanvas.so.3") libtool: link: (cd ".libs" && rm -f "libgoocanvas.so" && ln -s "libgoocanvas.so.3.5.0" "libgoocanvas.so") libtool: link: ar cru .libs/libgoocanvas.a goocanvasatk.o goocanvasellipse.o goocanvasenumtypes.o goocanvasgrid.o goocanvasgroup.o goocanvasimage.o goocanvasitem.o goocanvasitemmodel.o goocanvasitemsimple.o goocanvasmarshal.o goocanvaspolyline.o goocanvaspath.o goocanvasrect.o goocanvasstyle.o goocanvastable.o goocanvastext.o goocanvasutils.o goocanvaswidget.o goocanvas.o libtool: link: ranlib .libs/libgoocanvas.a libtool: link: ( cd ".libs" && rm -f "libgoocanvas.la" && ln -s "../libgoocanvas.la" "libgoocanvas.la" ) make[3]: Leaving directory `/home/paule/autobuild/building/ubuntu-server_2016-08-05__T11_13_02/goocanvas-1.0.0/src' make[2]: Leaving directory `/home/paule/autobuild/building/ubuntu-server_2016-08-05__T11_13_02/goocanvas-1.0.0/src' Making all in demo make[2]: Entering directory `/home/paule/autobuild/building/ubuntu-server_2016-08-05__T11_13_02/goocanvas-1.0.0/demo' gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -g -O2 -MT demo.o -MD -MP -MF .deps/demo.Tpo -c -o demo.o demo.c mv -f .deps/demo.Tpo .deps/demo.Po gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -g -O2 -MT demo-fifteen.o -MD -MP -MF .deps/demo-fifteen.Tpo -c -o demo-fifteen.o demo-fifteen.c mv -f .deps/demo-fifteen.Tpo .deps/demo-fifteen.Po gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -g -O2 -MT demo-scalability.o -MD -MP -MF .deps/demo-scalability.Tpo -c -o demo-scalability.o demo-scalability.c mv -f .deps/demo-scalability.Tpo .deps/demo-scalability.Po gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -g -O2 -MT demo-grabs.o -MD -MP -MF .deps/demo-grabs.Tpo -c -o demo-grabs.o demo-grabs.c mv -f .deps/demo-grabs.Tpo .deps/demo-grabs.Po gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -g -O2 -MT demo-arrowhead.o -MD -MP -MF .deps/demo-arrowhead.Tpo -c -o demo-arrowhead.o demo-arrowhead.c mv -f .deps/demo-arrowhead.Tpo .deps/demo-arrowhead.Po gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -g -O2 -MT demo-features.o -MD -MP -MF .deps/demo-features.Tpo -c -o demo-features.o demo-features.c mv -f .deps/demo-features.Tpo .deps/demo-features.Po gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -g -O2 -MT demo-events.o -MD -MP -MF .deps/demo-events.Tpo -c -o demo-events.o demo-events.c mv -f .deps/demo-events.Tpo .deps/demo-events.Po gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -g -O2 -MT demo-paths.o -MD -MP -MF .deps/demo-paths.Tpo -c -o demo-paths.o demo-paths.c mv -f .deps/demo-paths.Tpo .deps/demo-paths.Po gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -g -O2 -MT demo-focus.o -MD -MP -MF .deps/demo-focus.Tpo -c -o demo-focus.o demo-focus.c mv -f .deps/demo-focus.Tpo .deps/demo-focus.Po gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -g -O2 -MT demo-item.o -MD -MP -MF .deps/demo-item.Tpo -c -o demo-item.o demo-item.c mv -f .deps/demo-item.Tpo .deps/demo-item.Po gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -g -O2 -MT demo-animation.o -MD -MP -MF .deps/demo-animation.Tpo -c -o demo-animation.o demo-animation.c mv -f .deps/demo-animation.Tpo .deps/demo-animation.Po gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -g -O2 -MT demo-clipping.o -MD -MP -MF .deps/demo-clipping.Tpo -c -o demo-clipping.o demo-clipping.c mv -f .deps/demo-clipping.Tpo .deps/demo-clipping.Po gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -g -O2 -MT demo-table.o -MD -MP -MF .deps/demo-table.Tpo -c -o demo-table.o demo-table.c mv -f .deps/demo-table.Tpo .deps/demo-table.Po gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -g -O2 -MT demo-large-line.o -MD -MP -MF .deps/demo-large-line.Tpo -c -o demo-large-line.o demo-large-line.c mv -f .deps/demo-large-line.Tpo .deps/demo-large-line.Po gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -g -O2 -MT demo-large-items.o -MD -MP -MF .deps/demo-large-items.Tpo -c -o demo-large-items.o demo-large-items.c mv -f .deps/demo-large-items.Tpo .deps/demo-large-items.Po gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -g -O2 -MT demo-large-rect.o -MD -MP -MF .deps/demo-large-rect.Tpo -c -o demo-large-rect.o demo-large-rect.c mv -f .deps/demo-large-rect.Tpo .deps/demo-large-rect.Po /bin/bash ../libtool --tag=CC --mode=link gcc -g -O2 -o demo demo.o demo-fifteen.o demo-scalability.o demo-grabs.o demo-arrowhead.o demo-features.o demo-events.o demo-paths.o demo-focus.o demo-item.o demo-animation.o demo-clipping.o demo-table.o demo-large-line.o demo-large-items.o demo-large-rect.o ../src/libgoocanvas.la -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 -lglib-2.0 -lcairo -lm libtool: link: gcc -g -O2 -o .libs/demo demo.o demo-fifteen.o demo-scalability.o demo-grabs.o demo-arrowhead.o demo-features.o demo-events.o demo-paths.o demo-focus.o demo-item.o demo-animation.o demo-clipping.o demo-table.o demo-large-line.o demo-large-items.o demo-large-rect.o ../src/.libs/libgoocanvas.so /usr/lib/x86_64-linux-gnu/libfreetype.so -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lpango-1.0 -lfontconfig -lgobject-2.0 -lglib-2.0 /usr/lib/x86_64-linux-gnu/libcairo.so -lm -Wl,-rpath -Wl,/home/paule/autobuild/Linux-ubuntu-server-pre-release-gtk2-python/lib gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -g -O2 -MT table-demo.o -MD -MP -MF .deps/table-demo.Tpo -c -o table-demo.o table-demo.c mv -f .deps/table-demo.Tpo .deps/table-demo.Po /bin/bash ../libtool --tag=CC --mode=link gcc -g -O2 -o table-demo table-demo.o ../src/libgoocanvas.la -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 -lglib-2.0 -lcairo libtool: link: gcc -g -O2 -o .libs/table-demo table-demo.o ../src/.libs/libgoocanvas.so /usr/lib/x86_64-linux-gnu/libfreetype.so -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lpango-1.0 -lfontconfig -lgobject-2.0 -lglib-2.0 /usr/lib/x86_64-linux-gnu/libcairo.so -Wl,-rpath -Wl,/home/paule/autobuild/Linux-ubuntu-server-pre-release-gtk2-python/lib gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -g -O2 -MT generic-position-demo.o -MD -MP -MF .deps/generic-position-demo.Tpo -c -o generic-position-demo.o generic-position-demo.c mv -f .deps/generic-position-demo.Tpo .deps/generic-position-demo.Po /bin/bash ../libtool --tag=CC --mode=link gcc -g -O2 -o generic-position-demo generic-position-demo.o ../src/libgoocanvas.la -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 -lglib-2.0 -lcairo libtool: link: gcc -g -O2 -o .libs/generic-position-demo generic-position-demo.o ../src/.libs/libgoocanvas.so /usr/lib/x86_64-linux-gnu/libfreetype.so -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lpango-1.0 -lfontconfig -lgobject-2.0 -lglib-2.0 /usr/lib/x86_64-linux-gnu/libcairo.so -Wl,-rpath -Wl,/home/paule/autobuild/Linux-ubuntu-server-pre-release-gtk2-python/lib gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -g -O2 -MT simple-demo.o -MD -MP -MF .deps/simple-demo.Tpo -c -o simple-demo.o simple-demo.c mv -f .deps/simple-demo.Tpo .deps/simple-demo.Po /bin/bash ../libtool --tag=CC --mode=link gcc -g -O2 -o simple-demo simple-demo.o ../src/libgoocanvas.la -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 -lglib-2.0 -lcairo libtool: link: gcc -g -O2 -o .libs/simple-demo simple-demo.o ../src/.libs/libgoocanvas.so /usr/lib/x86_64-linux-gnu/libfreetype.so -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lpango-1.0 -lfontconfig -lgobject-2.0 -lglib-2.0 /usr/lib/x86_64-linux-gnu/libcairo.so -Wl,-rpath -Wl,/home/paule/autobuild/Linux-ubuntu-server-pre-release-gtk2-python/lib gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -g -O2 -MT scalability-demo.o -MD -MP -MF .deps/scalability-demo.Tpo -c -o scalability-demo.o scalability-demo.c mv -f .deps/scalability-demo.Tpo .deps/scalability-demo.Po /bin/bash ../libtool --tag=CC --mode=link gcc -g -O2 -o scalability-demo scalability-demo.o ../src/libgoocanvas.la -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 -lglib-2.0 -lcairo libtool: link: gcc -g -O2 -o .libs/scalability-demo scalability-demo.o ../src/.libs/libgoocanvas.so /usr/lib/x86_64-linux-gnu/libfreetype.so -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lpango-1.0 -lfontconfig -lgobject-2.0 -lglib-2.0 /usr/lib/x86_64-linux-gnu/libcairo.so -Wl,-rpath -Wl,/home/paule/autobuild/Linux-ubuntu-server-pre-release-gtk2-python/lib gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -g -O2 -MT units-demo.o -MD -MP -MF .deps/units-demo.Tpo -c -o units-demo.o units-demo.c mv -f .deps/units-demo.Tpo .deps/units-demo.Po /bin/bash ../libtool --tag=CC --mode=link gcc -g -O2 -o units-demo units-demo.o ../src/libgoocanvas.la -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 -lglib-2.0 -lcairo libtool: link: gcc -g -O2 -o .libs/units-demo units-demo.o ../src/.libs/libgoocanvas.so /usr/lib/x86_64-linux-gnu/libfreetype.so -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lpango-1.0 -lfontconfig -lgobject-2.0 -lglib-2.0 /usr/lib/x86_64-linux-gnu/libcairo.so -Wl,-rpath -Wl,/home/paule/autobuild/Linux-ubuntu-server-pre-release-gtk2-python/lib gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -g -O2 -MT widgets-demo.o -MD -MP -MF .deps/widgets-demo.Tpo -c -o widgets-demo.o widgets-demo.c mv -f .deps/widgets-demo.Tpo .deps/widgets-demo.Po /bin/bash ../libtool --tag=CC --mode=link gcc -g -O2 -o widgets-demo widgets-demo.o ../src/libgoocanvas.la -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 -lglib-2.0 -lcairo libtool: link: gcc -g -O2 -o .libs/widgets-demo widgets-demo.o ../src/.libs/libgoocanvas.so /usr/lib/x86_64-linux-gnu/libfreetype.so -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lpango-1.0 -lfontconfig -lgobject-2.0 -lglib-2.0 /usr/lib/x86_64-linux-gnu/libcairo.so -Wl,-rpath -Wl,/home/paule/autobuild/Linux-ubuntu-server-pre-release-gtk2-python/lib gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -g -O2 -MT mv-demo.o -MD -MP -MF .deps/mv-demo.Tpo -c -o mv-demo.o mv-demo.c mv -f .deps/mv-demo.Tpo .deps/mv-demo.Po gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -g -O2 -MT mv-demo-fifteen.o -MD -MP -MF .deps/mv-demo-fifteen.Tpo -c -o mv-demo-fifteen.o mv-demo-fifteen.c mv -f .deps/mv-demo-fifteen.Tpo .deps/mv-demo-fifteen.Po gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -g -O2 -MT mv-demo-scalability.o -MD -MP -MF .deps/mv-demo-scalability.Tpo -c -o mv-demo-scalability.o mv-demo-scalability.c mv -f .deps/mv-demo-scalability.Tpo .deps/mv-demo-scalability.Po gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -g -O2 -MT mv-demo-grabs.o -MD -MP -MF .deps/mv-demo-grabs.Tpo -c -o mv-demo-grabs.o mv-demo-grabs.c mv -f .deps/mv-demo-grabs.Tpo .deps/mv-demo-grabs.Po gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -g -O2 -MT mv-demo-arrowhead.o -MD -MP -MF .deps/mv-demo-arrowhead.Tpo -c -o mv-demo-arrowhead.o mv-demo-arrowhead.c mv -f .deps/mv-demo-arrowhead.Tpo .deps/mv-demo-arrowhead.Po gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -g -O2 -MT mv-demo-features.o -MD -MP -MF .deps/mv-demo-features.Tpo -c -o mv-demo-features.o mv-demo-features.c mv -f .deps/mv-demo-features.Tpo .deps/mv-demo-features.Po gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -g -O2 -MT mv-demo-events.o -MD -MP -MF .deps/mv-demo-events.Tpo -c -o mv-demo-events.o mv-demo-events.c mv -f .deps/mv-demo-events.Tpo .deps/mv-demo-events.Po gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -g -O2 -MT mv-demo-paths.o -MD -MP -MF .deps/mv-demo-paths.Tpo -c -o mv-demo-paths.o mv-demo-paths.c mv -f .deps/mv-demo-paths.Tpo .deps/mv-demo-paths.Po gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -g -O2 -MT mv-demo-focus.o -MD -MP -MF .deps/mv-demo-focus.Tpo -c -o mv-demo-focus.o mv-demo-focus.c mv -f .deps/mv-demo-focus.Tpo .deps/mv-demo-focus.Po gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -g -O2 -MT mv-demo-animation.o -MD -MP -MF .deps/mv-demo-animation.Tpo -c -o mv-demo-animation.o mv-demo-animation.c mv -f .deps/mv-demo-animation.Tpo .deps/mv-demo-animation.Po gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -g -O2 -MT mv-demo-clipping.o -MD -MP -MF .deps/mv-demo-clipping.Tpo -c -o mv-demo-clipping.o mv-demo-clipping.c mv -f .deps/mv-demo-clipping.Tpo .deps/mv-demo-clipping.Po gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -g -O2 -MT mv-demo-table.o -MD -MP -MF .deps/mv-demo-table.Tpo -c -o mv-demo-table.o mv-demo-table.c mv -f .deps/mv-demo-table.Tpo .deps/mv-demo-table.Po /bin/bash ../libtool --tag=CC --mode=link gcc -g -O2 -o mv-demo mv-demo.o mv-demo-fifteen.o mv-demo-scalability.o mv-demo-grabs.o mv-demo-arrowhead.o mv-demo-features.o mv-demo-events.o mv-demo-paths.o mv-demo-focus.o mv-demo-animation.o mv-demo-clipping.o mv-demo-table.o ../src/libgoocanvas.la -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 -lglib-2.0 -lcairo -lm libtool: link: gcc -g -O2 -o .libs/mv-demo mv-demo.o mv-demo-fifteen.o mv-demo-scalability.o mv-demo-grabs.o mv-demo-arrowhead.o mv-demo-features.o mv-demo-events.o mv-demo-paths.o mv-demo-focus.o mv-demo-animation.o mv-demo-clipping.o mv-demo-table.o ../src/.libs/libgoocanvas.so /usr/lib/x86_64-linux-gnu/libfreetype.so -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lpango-1.0 -lfontconfig -lgobject-2.0 -lglib-2.0 /usr/lib/x86_64-linux-gnu/libcairo.so -lm -Wl,-rpath -Wl,/home/paule/autobuild/Linux-ubuntu-server-pre-release-gtk2-python/lib gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -g -O2 -MT mv-table-demo.o -MD -MP -MF .deps/mv-table-demo.Tpo -c -o mv-table-demo.o mv-table-demo.c mv -f .deps/mv-table-demo.Tpo .deps/mv-table-demo.Po /bin/bash ../libtool --tag=CC --mode=link gcc -g -O2 -o mv-table-demo mv-table-demo.o ../src/libgoocanvas.la -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 -lglib-2.0 -lcairo libtool: link: gcc -g -O2 -o .libs/mv-table-demo mv-table-demo.o ../src/.libs/libgoocanvas.so /usr/lib/x86_64-linux-gnu/libfreetype.so -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lpango-1.0 -lfontconfig -lgobject-2.0 -lglib-2.0 /usr/lib/x86_64-linux-gnu/libcairo.so -Wl,-rpath -Wl,/home/paule/autobuild/Linux-ubuntu-server-pre-release-gtk2-python/lib gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -g -O2 -MT mv-generic-position-demo.o -MD -MP -MF .deps/mv-generic-position-demo.Tpo -c -o mv-generic-position-demo.o mv-generic-position-demo.c mv -f .deps/mv-generic-position-demo.Tpo .deps/mv-generic-position-demo.Po /bin/bash ../libtool --tag=CC --mode=link gcc -g -O2 -o mv-generic-position-demo mv-generic-position-demo.o ../src/libgoocanvas.la -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 -lglib-2.0 -lcairo libtool: link: gcc -g -O2 -o .libs/mv-generic-position-demo mv-generic-position-demo.o ../src/.libs/libgoocanvas.so /usr/lib/x86_64-linux-gnu/libfreetype.so -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lpango-1.0 -lfontconfig -lgobject-2.0 -lglib-2.0 /usr/lib/x86_64-linux-gnu/libcairo.so -Wl,-rpath -Wl,/home/paule/autobuild/Linux-ubuntu-server-pre-release-gtk2-python/lib gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -g -O2 -MT mv-simple-demo.o -MD -MP -MF .deps/mv-simple-demo.Tpo -c -o mv-simple-demo.o mv-simple-demo.c mv -f .deps/mv-simple-demo.Tpo .deps/mv-simple-demo.Po /bin/bash ../libtool --tag=CC --mode=link gcc -g -O2 -o mv-simple-demo mv-simple-demo.o ../src/libgoocanvas.la -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 -lglib-2.0 -lcairo libtool: link: gcc -g -O2 -o .libs/mv-simple-demo mv-simple-demo.o ../src/.libs/libgoocanvas.so /usr/lib/x86_64-linux-gnu/libfreetype.so -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lpango-1.0 -lfontconfig -lgobject-2.0 -lglib-2.0 /usr/lib/x86_64-linux-gnu/libcairo.so -Wl,-rpath -Wl,/home/paule/autobuild/Linux-ubuntu-server-pre-release-gtk2-python/lib gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -g -O2 -MT mv-scalability-demo.o -MD -MP -MF .deps/mv-scalability-demo.Tpo -c -o mv-scalability-demo.o mv-scalability-demo.c mv -f .deps/mv-scalability-demo.Tpo .deps/mv-scalability-demo.Po /bin/bash ../libtool --tag=CC --mode=link gcc -g -O2 -o mv-scalability-demo mv-scalability-demo.o ../src/libgoocanvas.la -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 -lglib-2.0 -lcairo libtool: link: gcc -g -O2 -o .libs/mv-scalability-demo mv-scalability-demo.o ../src/.libs/libgoocanvas.so /usr/lib/x86_64-linux-gnu/libfreetype.so -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lpango-1.0 -lfontconfig -lgobject-2.0 -lglib-2.0 /usr/lib/x86_64-linux-gnu/libcairo.so -Wl,-rpath -Wl,/home/paule/autobuild/Linux-ubuntu-server-pre-release-gtk2-python/lib make[2]: Leaving directory `/home/paule/autobuild/building/ubuntu-server_2016-08-05__T11_13_02/goocanvas-1.0.0/demo' Making all in docs make[2]: Entering directory `/home/paule/autobuild/building/ubuntu-server_2016-08-05__T11_13_02/goocanvas-1.0.0/docs' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/home/paule/autobuild/building/ubuntu-server_2016-08-05__T11_13_02/goocanvas-1.0.0/docs' Making all in po make[2]: Entering directory `/home/paule/autobuild/building/ubuntu-server_2016-08-05__T11_13_02/goocanvas-1.0.0/po' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/home/paule/autobuild/building/ubuntu-server_2016-08-05__T11_13_02/goocanvas-1.0.0/po' make[2]: Entering directory `/home/paule/autobuild/building/ubuntu-server_2016-08-05__T11_13_02/goocanvas-1.0.0' make[2]: Leaving directory `/home/paule/autobuild/building/ubuntu-server_2016-08-05__T11_13_02/goocanvas-1.0.0' make[1]: Leaving directory `/home/paule/autobuild/building/ubuntu-server_2016-08-05__T11_13_02/goocanvas-1.0.0' Making install in src make[1]: Entering directory `/home/paule/autobuild/building/ubuntu-server_2016-08-05__T11_13_02/goocanvas-1.0.0/src' make install-am make[2]: Entering directory `/home/paule/autobuild/building/ubuntu-server_2016-08-05__T11_13_02/goocanvas-1.0.0/src' make[3]: Entering directory `/home/paule/autobuild/building/ubuntu-server_2016-08-05__T11_13_02/goocanvas-1.0.0/src' test -z "/home/paule/autobuild/Linux-ubuntu-server-pre-release-gtk2-python/lib" || /bin/mkdir -p "/home/paule/autobuild/Linux-ubuntu-server-pre-release-gtk2-python/lib" /bin/bash ../libtool --mode=install /usr/bin/install -c libgoocanvas.la '/home/paule/autobuild/Linux-ubuntu-server-pre-release-gtk2-python/lib' libtool: install: /usr/bin/install -c .libs/libgoocanvas.so.3.5.0 /home/paule/autobuild/Linux-ubuntu-server-pre-release-gtk2-python/lib/libgoocanvas.so.3.5.0 libtool: install: (cd /home/paule/autobuild/Linux-ubuntu-server-pre-release-gtk2-python/lib && { ln -s -f libgoocanvas.so.3.5.0 libgoocanvas.so.3 || { rm -f libgoocanvas.so.3 && ln -s libgoocanvas.so.3.5.0 libgoocanvas.so.3; }; }) libtool: install: (cd /home/paule/autobuild/Linux-ubuntu-server-pre-release-gtk2-python/lib && { ln -s -f libgoocanvas.so.3.5.0 libgoocanvas.so || { rm -f libgoocanvas.so && ln -s libgoocanvas.so.3.5.0 libgoocanvas.so; }; }) libtool: install: /usr/bin/install -c .libs/libgoocanvas.lai /home/paule/autobuild/Linux-ubuntu-server-pre-release-gtk2-python/lib/libgoocanvas.la libtool: install: /usr/bin/install -c .libs/libgoocanvas.a /home/paule/autobuild/Linux-ubuntu-server-pre-release-gtk2-python/lib/libgoocanvas.a libtool: install: chmod 644 /home/paule/autobuild/Linux-ubuntu-server-pre-release-gtk2-python/lib/libgoocanvas.a libtool: install: ranlib /home/paule/autobuild/Linux-ubuntu-server-pre-release-gtk2-python/lib/libgoocanvas.a libtool: finish: PATH="/home/paule/autobuild/Linux-ubuntu-server-pre-release-gtk2-python/bin:/home/paule/autobuild/Linux-ubuntu-server-pre-release-gtk2/bin:/home/paule/bin:/home/paule/ccp4/ccp4-6.3.0/share/dbccp4i/bin:/home/paule/ccp4/ccp4-6.3.0/share/ccp4i/bin:/home/paule/ccp4/ccp4-6.3.0/bin:/home/paule/ccp4/ccp4-6.3.0/etc:/usr/bin:/bin:/home/paule/ccp4/ccp4-6.3.0/share/xia2/xia2core//Test:/home/paule/ccp4/ccp4-6.3.0/share/xia2/xia2//Applications:/usr/local/bin:/usr/sbin:/usr/bsd:/sbin:/usr/bin:/bin::/etc:/usr/etc:/sbin" ldconfig -n /home/paule/autobuild/Linux-ubuntu-server-pre-release-gtk2-python/lib ---------------------------------------------------------------------- Libraries have been installed in: /home/paule/autobuild/Linux-ubuntu-server-pre-release-gtk2-python/lib If you ever happen to want to link against installed libraries in a given directory, LIBDIR, you must either use libtool, and specify the full pathname of the library, or use the `-LLIBDIR' flag during linking and do at least one of the following: - add LIBDIR to the `LD_LIBRARY_PATH' environment variable during execution - add LIBDIR to the `LD_RUN_PATH' environment variable during linking - use the `-Wl,-rpath -Wl,LIBDIR' linker flag - have your system administrator add LIBDIR to `/etc/ld.so.conf' See any operating system documentation about shared libraries for more information, such as the ld(1) and ld.so(8) manual pages. ---------------------------------------------------------------------- test -z "/home/paule/autobuild/Linux-ubuntu-server-pre-release-gtk2-python/include/goocanvas-1.0" || /bin/mkdir -p "/home/paule/autobuild/Linux-ubuntu-server-pre-release-gtk2-python/include/goocanvas-1.0" /usr/bin/install -c -m 644 goocanvasellipse.h goocanvasgrid.h goocanvasgroup.h goocanvasimage.h goocanvasitem.h goocanvasitemmodel.h goocanvasitemsimple.h goocanvaspolyline.h goocanvaspath.h goocanvasrect.h goocanvasstyle.h goocanvastable.h goocanvastext.h goocanvasutils.h goocanvaswidget.h goocanvas.h goocanvasenumtypes.h goocanvasmarshal.h '/home/paule/autobuild/Linux-ubuntu-server-pre-release-gtk2-python/include/goocanvas-1.0' make[3]: Leaving directory `/home/paule/autobuild/building/ubuntu-server_2016-08-05__T11_13_02/goocanvas-1.0.0/src' make[2]: Leaving directory `/home/paule/autobuild/building/ubuntu-server_2016-08-05__T11_13_02/goocanvas-1.0.0/src' make[1]: Leaving directory `/home/paule/autobuild/building/ubuntu-server_2016-08-05__T11_13_02/goocanvas-1.0.0/src' Making install in demo make[1]: Entering directory `/home/paule/autobuild/building/ubuntu-server_2016-08-05__T11_13_02/goocanvas-1.0.0/demo' make[2]: Entering directory `/home/paule/autobuild/building/ubuntu-server_2016-08-05__T11_13_02/goocanvas-1.0.0/demo' make[2]: Nothing to be done for `install-exec-am'. make[2]: Nothing to be done for `install-data-am'. make[2]: Leaving directory `/home/paule/autobuild/building/ubuntu-server_2016-08-05__T11_13_02/goocanvas-1.0.0/demo' make[1]: Leaving directory `/home/paule/autobuild/building/ubuntu-server_2016-08-05__T11_13_02/goocanvas-1.0.0/demo' Making install in docs make[1]: Entering directory `/home/paule/autobuild/building/ubuntu-server_2016-08-05__T11_13_02/goocanvas-1.0.0/docs' make[2]: Entering directory `/home/paule/autobuild/building/ubuntu-server_2016-08-05__T11_13_02/goocanvas-1.0.0/docs' make[2]: Nothing to be done for `install-exec-am'. mkdir -p -- /home/paule/autobuild/Linux-ubuntu-server-pre-release-gtk2-python/share/gtk-doc/html/goocanvas -- Installing ./html/ch01.html -- Installing ./html/ch02.html -- Installing ./html/ch03.html -- Installing ./html/ch04.html -- Installing ./html/ch05.html -- Installing ./html/goocanvas-architecture.html -- Installing ./html/goocanvas-coordinates.html -- Installing ./html/goocanvas-creating-items.html -- Installing ./html/goocanvas.devhelp -- Installing ./html/goocanvas.devhelp2 -- Installing ./html/GooCanvasEllipse.html -- Installing ./html/GooCanvasEllipseModel.html -- Installing ./html/goocanvas-GooCanvas-Types.html -- Installing ./html/GooCanvasGrid.html -- Installing ./html/GooCanvasGridModel.html -- Installing ./html/GooCanvasGroup.html -- Installing ./html/GooCanvasGroupModel.html -- Installing ./html/GooCanvas.html -- Installing ./html/GooCanvasImage.html -- Installing ./html/GooCanvasImageModel.html -- Installing ./html/GooCanvasItem.html -- Installing ./html/GooCanvasItemModel.html -- Installing ./html/GooCanvasItemModelSimple.html -- Installing ./html/GooCanvasItemSimple.html -- Installing ./html/goocanvas-model-view-canvas.html -- Installing ./html/goocanvas-overview.html -- Installing ./html/GooCanvasPath.html -- Installing ./html/GooCanvasPathModel.html -- Installing ./html/GooCanvasPolyline.html -- Installing ./html/GooCanvasPolylineModel.html -- Installing ./html/GooCanvasRect.html -- Installing ./html/GooCanvasRectModel.html -- Installing ./html/goocanvas-simple-canvas.html -- Installing ./html/GooCanvasStyle.html -- Installing ./html/GooCanvasTable.html -- Installing ./html/GooCanvasTableModel.html -- Installing ./html/GooCanvasText.html -- Installing ./html/GooCanvasTextModel.html -- Installing ./html/GooCanvasWidget.html -- Installing ./html/goocanvas-wysiwyg.html -- Installing ./html/home.png -- Installing ./html/index.html -- Installing ./html/index.sgml -- Installing ./html/left.png -- Installing ./html/right.png -- Installing ./html/style.css -- Installing ./html/up.png make[2]: Leaving directory `/home/paule/autobuild/building/ubuntu-server_2016-08-05__T11_13_02/goocanvas-1.0.0/docs' make[1]: Leaving directory `/home/paule/autobuild/building/ubuntu-server_2016-08-05__T11_13_02/goocanvas-1.0.0/docs' Making install in po make[1]: Entering directory `/home/paule/autobuild/building/ubuntu-server_2016-08-05__T11_13_02/goocanvas-1.0.0/po' if test -r ".././mkinstalldirs"; then \ .././mkinstalldirs /home/paule/autobuild/Linux-ubuntu-server-pre-release-gtk2-python/share; \ else \ /bin/bash ../mkinstalldirs /home/paule/autobuild/Linux-ubuntu-server-pre-release-gtk2-python/share; \ fi mkdir -p -- /home/paule/autobuild/Linux-ubuntu-server-pre-release-gtk2-python/share/locale/en_GB/LC_MESSAGES installing en_GB.gmo as /home/paule/autobuild/Linux-ubuntu-server-pre-release-gtk2-python/share/locale/en_GB/LC_MESSAGES/goocanvas.mo mkdir -p -- /home/paule/autobuild/Linux-ubuntu-server-pre-release-gtk2-python/share/locale/es/LC_MESSAGES installing es.gmo as /home/paule/autobuild/Linux-ubuntu-server-pre-release-gtk2-python/share/locale/es/LC_MESSAGES/goocanvas.mo mkdir -p -- /home/paule/autobuild/Linux-ubuntu-server-pre-release-gtk2-python/share/locale/ja/LC_MESSAGES installing ja.gmo as /home/paule/autobuild/Linux-ubuntu-server-pre-release-gtk2-python/share/locale/ja/LC_MESSAGES/goocanvas.mo if test "goocanvas" = "glib"; then \ if test -r ".././mkinstalldirs"; then \ .././mkinstalldirs /home/paule/autobuild/Linux-ubuntu-server-pre-release-gtk2-python/share/glib-2.0/gettext/po; \ else \ /bin/bash ../mkinstalldirs /home/paule/autobuild/Linux-ubuntu-server-pre-release-gtk2-python/share/glib-2.0/gettext/po; \ fi; \ /usr/bin/install -c -m 644 ./Makefile.in.in \ /home/paule/autobuild/Linux-ubuntu-server-pre-release-gtk2-python/share/glib-2.0/gettext/po/Makefile.in.in; \ else \ : ; \ fi make[1]: Leaving directory `/home/paule/autobuild/building/ubuntu-server_2016-08-05__T11_13_02/goocanvas-1.0.0/po' make[1]: Entering directory `/home/paule/autobuild/building/ubuntu-server_2016-08-05__T11_13_02/goocanvas-1.0.0' make[2]: Entering directory `/home/paule/autobuild/building/ubuntu-server_2016-08-05__T11_13_02/goocanvas-1.0.0' make[2]: Nothing to be done for `install-exec-am'. test -z "/home/paule/autobuild/Linux-ubuntu-server-pre-release-gtk2-python/lib/pkgconfig" || /bin/mkdir -p "/home/paule/autobuild/Linux-ubuntu-server-pre-release-gtk2-python/lib/pkgconfig" /usr/bin/install -c -m 644 goocanvas.pc '/home/paule/autobuild/Linux-ubuntu-server-pre-release-gtk2-python/lib/pkgconfig' make[2]: Leaving directory `/home/paule/autobuild/building/ubuntu-server_2016-08-05__T11_13_02/goocanvas-1.0.0' make[1]: Leaving directory `/home/paule/autobuild/building/ubuntu-server_2016-08-05__T11_13_02/goocanvas-1.0.0'