Mock Version: 0.9.14 Mock Version: 0.9.14 ENTER do(['bash', '--login', '-c', 'rpmbuild -bs --target ppc --nodeps builddir/build/SPECS/papyrus.spec'], False, '/var/lib/mock/dist-f10-build-668591-95471/root/', None, 86400, True, 0, 427, 421, None, logger=) Executing command: ['bash', '--login', '-c', 'rpmbuild -bs --target ppc --nodeps builddir/build/SPECS/papyrus.spec'] warning: Could not canonicalize hostname: ppc10.fedora.phx.redhat.com Building target platforms: ppc Building for target ppc Wrote: /builddir/build/SRPMS/papyrus-0.13.1-1.fc10.src.rpm Child returncode was: 0 LEAVE do --> ENTER do(['bash', '--login', '-c', 'rpmbuild -bb --target ppc --nodeps builddir/build/SPECS/papyrus.spec'], False, '/var/lib/mock/dist-f10-build-668591-95471/root/', None, 86400, True, 0, 427, 421, None, logger=) Executing command: ['bash', '--login', '-c', 'rpmbuild -bb --target ppc --nodeps builddir/build/SPECS/papyrus.spec'] Building target platforms: ppc Building for target ppc Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.G4mOit + umask 022 + cd /builddir/build/BUILD + LANG=C + export LANG + unset DISPLAY + cd /builddir/build/BUILD + rm -rf papyrus-0.13.1 + /usr/bin/bzip2 -dc /builddir/build/SOURCES/papyrus-0.13.1.tar.bz2 + /bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + /usr/bin/bzip2 -dc /builddir/build/SOURCES/papyrus-0.13.1-doc.tar.bz2 + /bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd papyrus-0.13.1 + /bin/chmod -Rf a+rX,u+w,g-w,o-w . + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.ZQ0Eh5 + umask 022 + cd /builddir/build/BUILD + cd papyrus-0.13.1 + LANG=C + export LANG + unset DISPLAY + CFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32' + export CFLAGS + CXXFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32' + export CXXFLAGS + FFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -I/usr/lib/gfortran/modules' + export FFLAGS + ./configure --build=ppc-redhat-linux-gnu --host=ppc-redhat-linux-gnu --target=ppc-redhat-linux-gnu --program-prefix= --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc --datadir=/usr/share --includedir=/usr/include --libdir=/usr/lib --libexecdir=/usr/libexec --localstatedir=/var --sharedstatedir=/var/lib --mandir=/usr/share/man --infodir=/usr/share/info --enable-demos --enable-papyrus-gtkmm --enable-papyrus-extras --enable-static=no configure: WARNING: unrecognized options: --enable-papyrus-gtkmm, --enable-papyrus-extras 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 how to create a ustar tar archive... gnutar checking for gm4... no checking for m4... m4 checking for ppc-redhat-linux-gnu-g++... no checking for ppc-redhat-linux-gnu-c++... no checking for ppc-redhat-linux-gnu-gpp... no checking for ppc-redhat-linux-gnu-aCC... no checking for ppc-redhat-linux-gnu-CC... no checking for ppc-redhat-linux-gnu-cxx... no checking for ppc-redhat-linux-gnu-cc++... no checking for ppc-redhat-linux-gnu-cl.exe... no checking for ppc-redhat-linux-gnu-FCC... no checking for ppc-redhat-linux-gnu-KCC... no checking for ppc-redhat-linux-gnu-RCC... no checking for ppc-redhat-linux-gnu-xlC_r... no checking for ppc-redhat-linux-gnu-xlC... no checking for g++... g++ checking for C++ compiler default output file name... a.out checking whether the C++ compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking for style of include used by make... GNU checking dependency style of g++... gcc3 checking for a BSD-compatible install... /usr/bin/install -c checking for flex... no checking for lex... no checking for bison... no checking for byacc... no checking if g++ supports C++0x features without additional flags... no checking if g++ supports C++0x features with -std=c++0x... yes checking if g++ supports C++0x features with -std=gnu++0x... yes checking build system type... powerpc-redhat-linux-gnu checking host system type... powerpc-redhat-linux-gnu checking for ppc-redhat-linux-gnu-gcc... no checking for gcc... gcc 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 a sed that does not truncate output... /bin/sed checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for fgrep... /bin/grep -F checking for ld used by 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... 98304 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 ppc-redhat-linux-gnu-objdump... no checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for ppc-redhat-linux-gnu-ar... no checking for ar... ar checking for ppc-redhat-linux-gnu-strip... no checking for strip... strip checking for ppc-redhat-linux-gnu-ranlib... no checking for ranlib... ranlib checking command to parse /usr/bin/nm -B output from gcc object... ok checking how to run the C preprocessor... gcc -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking for dlfcn.h... yes checking whether we are using the GNU C++ compiler... (cached) yes checking whether g++ accepts -g... (cached) yes checking dependency style of g++... (cached) gcc3 checking how to run the C++ preprocessor... g++ -E 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) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no checking for ld used by g++... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes checking for g++ option to produce PIC... -fPIC -DPIC checking if g++ PIC flag -fPIC -DPIC works... yes checking if g++ static flag -static works... yes checking if g++ supports -c -o file.o... yes checking if g++ supports -c -o file.o... (cached) yes checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking for ANSI C header files... (cached) yes checking expat.h usability... yes checking expat.h presence... yes checking for expat.h... yes checking for stdint.h... (cached) yes checking for XML_ParserCreate in -lexpat... yes checking for c++0x smart pointers... yes checking for ppc-redhat-linux-gnu-pkg-config... no checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for PAPYRUS... yes checking for PAPYRUS_GTKMM... yes configure: creating ./config.status config.status: creating Makefile config.status: creating demos/Makefile config.status: creating demos/papyrus-demo/Makefile config.status: creating demos/papyrus-extras-demo/Makefile config.status: creating demos/papyrus-gtkmm-demo/Makefile config.status: creating doc/Makefile config.status: creating examples/Makefile config.status: creating examples/button/Makefile config.status: creating examples/color_schemes/Makefile config.status: creating examples/pick/Makefile config.status: creating examples/shapes/Makefile config.status: creating examples/simple_zoom/Makefile config.status: creating examples/viewbox/Makefile config.status: creating papyrus-1.0.pc config.status: creating papyrus-extras-1.0.pc config.status: creating papyrus-extras/Makefile config.status: creating papyrus-gtkmm-1.0.pc config.status: creating papyrus-gtkmm/Makefile config.status: creating papyrus/Makefile config.status: creating unit-tests/Makefile config.status: creating config.h config.status: executing papyrus/papyrus-config.h commands config.status: creating papyrus/papyrus-config.h - prefix PAPYRUS for config.h defines config.status: papyrus/papyrus-config.h is unchanged config.status: executing depfiles commands config.status: executing libtool commands configure: WARNING: unrecognized options: --enable-papyrus-gtkmm, --enable-papyrus-extras + /usr/bin/make -j4 /usr/bin/make all-recursive make[1]: Entering directory `/builddir/build/BUILD/papyrus-0.13.1' Making all in papyrus make[2]: Entering directory `/builddir/build/BUILD/papyrus-0.13.1/papyrus' /usr/bin/make all-am make[3]: Entering directory `/builddir/build/BUILD/papyrus-0.13.1/papyrus' /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/cairo -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/libxml++-2.6 -I/usr/lib/libxml++-2.6/include -I/usr/include/libxml2 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -std=c++0x -MT affineanimator.lo -MD -MP -MF .deps/affineanimator.Tpo -c -o affineanimator.lo affineanimator.cpp /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/cairo -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/libxml++-2.6 -I/usr/lib/libxml++-2.6/include -I/usr/include/libxml2 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -std=c++0x -MT affinecontroller.lo -MD -MP -MF .deps/affinecontroller.Tpo -c -o affinecontroller.lo affinecontroller.cpp /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/cairo -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/libxml++-2.6 -I/usr/lib/libxml++-2.6/include -I/usr/include/libxml2 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -std=c++0x -MT animator.lo -MD -MP -MF .deps/animator.Tpo -c -o animator.lo animator.cpp /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/cairo -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/libxml++-2.6 -I/usr/lib/libxml++-2.6/include -I/usr/include/libxml2 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -std=c++0x -MT annulus.lo -MD -MP -MF .deps/annulus.Tpo -c -o annulus.lo annulus.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/cairo -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/libxml++-2.6 -I/usr/lib/libxml++-2.6/include -I/usr/include/libxml2 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -std=c++0x -MT affineanimator.lo -MD -MP -MF .deps/affineanimator.Tpo -c affineanimator.cpp -fPIC -DPIC -o .libs/affineanimator.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/cairo -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/libxml++-2.6 -I/usr/lib/libxml++-2.6/include -I/usr/include/libxml2 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -std=c++0x -MT affinecontroller.lo -MD -MP -MF .deps/affinecontroller.Tpo -c affinecontroller.cpp -fPIC -DPIC -o .libs/affinecontroller.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/cairo -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/libxml++-2.6 -I/usr/lib/libxml++-2.6/include -I/usr/include/libxml2 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -std=c++0x -MT animator.lo -MD -MP -MF .deps/animator.Tpo -c animator.cpp -fPIC -DPIC -o .libs/animator.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/cairo -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/libxml++-2.6 -I/usr/lib/libxml++-2.6/include -I/usr/include/libxml2 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -std=c++0x -MT annulus.lo -MD -MP -MF .deps/annulus.Tpo -c annulus.cpp -fPIC -DPIC -o .libs/annulus.o mv -f .deps/animator.Tpo .deps/animator.Plo /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/cairo -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/libxml++-2.6 -I/usr/lib/libxml++-2.6/include -I/usr/include/libxml2 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -std=c++0x -MT arc.lo -MD -MP -MF .deps/arc.Tpo -c -o arc.lo arc.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/cairo -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/libxml++-2.6 -I/usr/lib/libxml++-2.6/include -I/usr/include/libxml2 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -std=c++0x -MT arc.lo -MD -MP -MF .deps/arc.Tpo -c arc.cpp -fPIC -DPIC -o .libs/arc.o mv -f .deps/annulus.Tpo .deps/annulus.Plo /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/cairo -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/libxml++-2.6 -I/usr/lib/libxml++-2.6/include -I/usr/include/libxml2 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -std=c++0x -MT beziergon.lo -MD -MP -MF .deps/beziergon.Tpo -c -o beziergon.lo beziergon.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/cairo -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/libxml++-2.6 -I/usr/lib/libxml++-2.6/include -I/usr/include/libxml2 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -std=c++0x -MT beziergon.lo -MD -MP -MF .deps/beziergon.Tpo -c beziergon.cpp -fPIC -DPIC -o .libs/beziergon.o mv -f .deps/affineanimator.Tpo .deps/affineanimator.Plo /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/cairo -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/libxml++-2.6 -I/usr/lib/libxml++-2.6/include -I/usr/include/libxml2 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -std=c++0x -MT bezierline.lo -MD -MP -MF .deps/bezierline.Tpo -c -o bezierline.lo bezierline.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/cairo -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/libxml++-2.6 -I/usr/lib/libxml++-2.6/include -I/usr/include/libxml2 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -std=c++0x -MT bezierline.lo -MD -MP -MF .deps/bezierline.Tpo -c bezierline.cpp -fPIC -DPIC -o .libs/bezierline.o mv -f .deps/arc.Tpo .deps/arc.Plo /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/cairo -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/libxml++-2.6 -I/usr/lib/libxml++-2.6/include -I/usr/include/libxml2 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -std=c++0x -MT boxed.lo -MD -MP -MF .deps/boxed.Tpo -c -o boxed.lo boxed.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/cairo -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/libxml++-2.6 -I/usr/lib/libxml++-2.6/include -I/usr/include/libxml2 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -std=c++0x -MT boxed.lo -MD -MP -MF .deps/boxed.Tpo -c boxed.cpp -fPIC -DPIC -o .libs/boxed.o mv -f .deps/affinecontroller.Tpo .deps/affinecontroller.Plo /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/cairo -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/libxml++-2.6 -I/usr/lib/libxml++-2.6/include -I/usr/include/libxml2 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -std=c++0x -MT canvas.lo -MD -MP -MF .deps/canvas.Tpo -c -o canvas.lo canvas.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/cairo -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/libxml++-2.6 -I/usr/lib/libxml++-2.6/include -I/usr/include/libxml2 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -std=c++0x -MT canvas.lo -MD -MP -MF .deps/canvas.Tpo -c canvas.cpp -fPIC -DPIC -o .libs/canvas.o mv -f .deps/beziergon.Tpo .deps/beziergon.Plo /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/cairo -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/libxml++-2.6 -I/usr/lib/libxml++-2.6/include -I/usr/include/libxml2 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -std=c++0x -MT circle.lo -MD -MP -MF .deps/circle.Tpo -c -o circle.lo circle.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/cairo -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/libxml++-2.6 -I/usr/lib/libxml++-2.6/include -I/usr/include/libxml2 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -std=c++0x -MT circle.lo -MD -MP -MF .deps/circle.Tpo -c circle.cpp -fPIC -DPIC -o .libs/circle.o mv -f .deps/bezierline.Tpo .deps/bezierline.Plo /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/cairo -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/libxml++-2.6 -I/usr/lib/libxml++-2.6/include -I/usr/include/libxml2 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -std=c++0x -MT color.lo -MD -MP -MF .deps/color.Tpo -c -o color.lo color.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/cairo -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/libxml++-2.6 -I/usr/lib/libxml++-2.6/include -I/usr/include/libxml2 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -std=c++0x -MT color.lo -MD -MP -MF .deps/color.Tpo -c color.cpp -fPIC -DPIC -o .libs/color.o mv -f .deps/boxed.Tpo .deps/boxed.Plo /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/cairo -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/libxml++-2.6 -I/usr/lib/libxml++-2.6/include -I/usr/include/libxml2 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -std=c++0x -MT color_scheme.lo -MD -MP -MF .deps/color_scheme.Tpo -c -o color_scheme.lo color_scheme.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/cairo -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/libxml++-2.6 -I/usr/lib/libxml++-2.6/include -I/usr/include/libxml2 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -std=c++0x -MT color_scheme.lo -MD -MP -MF .deps/color_scheme.Tpo -c color_scheme.cpp -fPIC -DPIC -o .libs/color_scheme.o mv -f .deps/circle.Tpo .deps/circle.Plo /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/cairo -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/libxml++-2.6 -I/usr/lib/libxml++-2.6/include -I/usr/include/libxml2 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -std=c++0x -MT controller.lo -MD -MP -MF .deps/controller.Tpo -c -o controller.lo controller.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/cairo -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/libxml++-2.6 -I/usr/lib/libxml++-2.6/include -I/usr/include/libxml2 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -std=c++0x -MT controller.lo -MD -MP -MF .deps/controller.Tpo -c controller.cpp -fPIC -DPIC -o .libs/controller.o mv -f .deps/color.Tpo .deps/color.Plo /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/cairo -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/libxml++-2.6 -I/usr/lib/libxml++-2.6/include -I/usr/include/libxml2 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -std=c++0x -MT drawable.lo -MD -MP -MF .deps/drawable.Tpo -c -o drawable.lo drawable.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/cairo -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/libxml++-2.6 -I/usr/lib/libxml++-2.6/include -I/usr/include/libxml2 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -std=c++0x -MT drawable.lo -MD -MP -MF .deps/drawable.Tpo -c drawable.cpp -fPIC -DPIC -o .libs/drawable.o mv -f .deps/canvas.Tpo .deps/canvas.Plo /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/cairo -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/libxml++-2.6 -I/usr/lib/libxml++-2.6/include -I/usr/include/libxml2 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -std=c++0x -MT drawablecontroller.lo -MD -MP -MF .deps/drawablecontroller.Tpo -c -o drawablecontroller.lo drawablecontroller.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/cairo -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/libxml++-2.6 -I/usr/lib/libxml++-2.6/include -I/usr/include/libxml2 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -std=c++0x -MT drawablecontroller.lo -MD -MP -MF .deps/drawablecontroller.Tpo -c drawablecontroller.cpp -fPIC -DPIC -o .libs/drawablecontroller.o mv -f .deps/color_scheme.Tpo .deps/color_scheme.Plo /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/cairo -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/libxml++-2.6 -I/usr/lib/libxml++-2.6/include -I/usr/include/libxml2 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -std=c++0x -MT drawableset.lo -MD -MP -MF .deps/drawableset.Tpo -c -o drawableset.lo drawableset.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/cairo -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/libxml++-2.6 -I/usr/lib/libxml++-2.6/include -I/usr/include/libxml2 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -std=c++0x -MT drawableset.lo -MD -MP -MF .deps/drawableset.Tpo -c drawableset.cpp -fPIC -DPIC -o .libs/drawableset.o mv -f .deps/controller.Tpo .deps/controller.Plo /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/cairo -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/libxml++-2.6 -I/usr/lib/libxml++-2.6/include -I/usr/include/libxml2 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -std=c++0x -MT drawablesinglecontainer.lo -MD -MP -MF .deps/drawablesinglecontainer.Tpo -c -o drawablesinglecontainer.lo drawablesinglecontainer.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/cairo -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/libxml++-2.6 -I/usr/lib/libxml++-2.6/include -I/usr/include/libxml2 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -std=c++0x -MT drawablesinglecontainer.lo -MD -MP -MF .deps/drawablesinglecontainer.Tpo -c drawablesinglecontainer.cpp -fPIC -DPIC -o .libs/drawablesinglecontainer.o mv -f .deps/drawablecontroller.Tpo .deps/drawablecontroller.Plo /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/cairo -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/libxml++-2.6 -I/usr/lib/libxml++-2.6/include -I/usr/include/libxml2 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -std=c++0x -MT drawablewatcher.lo -MD -MP -MF .deps/drawablewatcher.Tpo -c -o drawablewatcher.lo drawablewatcher.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/cairo -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/libxml++-2.6 -I/usr/lib/libxml++-2.6/include -I/usr/include/libxml2 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -std=c++0x -MT drawablewatcher.lo -MD -MP -MF .deps/drawablewatcher.Tpo -c drawablewatcher.cpp -fPIC -DPIC -o .libs/drawablewatcher.o mv -f .deps/drawablesinglecontainer.Tpo .deps/drawablesinglecontainer.Plo /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/cairo -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/libxml++-2.6 -I/usr/lib/libxml++-2.6/include -I/usr/include/libxml2 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -std=c++0x -MT fill.lo -MD -MP -MF .deps/fill.Tpo -c -o fill.lo fill.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/cairo -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/libxml++-2.6 -I/usr/lib/libxml++-2.6/include -I/usr/include/libxml2 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -std=c++0x -MT fill.lo -MD -MP -MF .deps/fill.Tpo -c fill.cpp -fPIC -DPIC -o .libs/fill.o mv -f .deps/drawableset.Tpo .deps/drawableset.Plo /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/cairo -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/libxml++-2.6 -I/usr/lib/libxml++-2.6/include -I/usr/include/libxml2 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -std=c++0x -MT freehandsketcher.lo -MD -MP -MF .deps/freehandsketcher.Tpo -c -o freehandsketcher.lo freehandsketcher.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/cairo -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/libxml++-2.6 -I/usr/lib/libxml++-2.6/include -I/usr/include/libxml2 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -std=c++0x -MT freehandsketcher.lo -MD -MP -MF .deps/freehandsketcher.Tpo -c freehandsketcher.cpp -fPIC -DPIC -o .libs/freehandsketcher.o mv -f .deps/drawable.Tpo .deps/drawable.Plo /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/cairo -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/libxml++-2.6 -I/usr/lib/libxml++-2.6/include -I/usr/include/libxml2 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -std=c++0x -MT gradient.lo -MD -MP -MF .deps/gradient.Tpo -c -o gradient.lo gradient.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/cairo -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/libxml++-2.6 -I/usr/lib/libxml++-2.6/include -I/usr/include/libxml2 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -std=c++0x -MT gradient.lo -MD -MP -MF .deps/gradient.Tpo -c gradient.cpp -fPIC -DPIC -o .libs/gradient.o mv -f .deps/drawablewatcher.Tpo .deps/drawablewatcher.Plo /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/cairo -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/libxml++-2.6 -I/usr/lib/libxml++-2.6/include -I/usr/include/libxml2 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -std=c++0x -MT grid.lo -MD -MP -MF .deps/grid.Tpo -c -o grid.lo grid.cpp mv -f .deps/fill.Tpo .deps/fill.Plo /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/cairo -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/libxml++-2.6 -I/usr/lib/libxml++-2.6/include -I/usr/include/libxml2 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -std=c++0x -MT group.lo -MD -MP -MF .deps/group.Tpo -c -o group.lo group.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/cairo -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/libxml++-2.6 -I/usr/lib/libxml++-2.6/include -I/usr/include/libxml2 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -std=c++0x -MT grid.lo -MD -MP -MF .deps/grid.Tpo -c grid.cpp -fPIC -DPIC -o .libs/grid.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/cairo -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/libxml++-2.6 -I/usr/lib/libxml++-2.6/include -I/usr/include/libxml2 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -std=c++0x -MT group.lo -MD -MP -MF .deps/group.Tpo -c group.cpp -fPIC -DPIC -o .libs/group.o mv -f .deps/freehandsketcher.Tpo .deps/freehandsketcher.Plo /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/cairo -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/libxml++-2.6 -I/usr/lib/libxml++-2.6/include -I/usr/include/libxml2 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -std=c++0x -MT handlebox.lo -MD -MP -MF .deps/handlebox.Tpo -c -o handlebox.lo handlebox.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/cairo -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/libxml++-2.6 -I/usr/lib/libxml++-2.6/include -I/usr/include/libxml2 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -std=c++0x -MT handlebox.lo -MD -MP -MF .deps/handlebox.Tpo -c handlebox.cpp -fPIC -DPIC -o .libs/handlebox.o mv -f .deps/gradient.Tpo .deps/gradient.Plo /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/cairo -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/libxml++-2.6 -I/usr/lib/libxml++-2.6/include -I/usr/include/libxml2 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -std=c++0x -MT hsba.lo -MD -MP -MF .deps/hsba.Tpo -c -o hsba.lo hsba.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/cairo -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/libxml++-2.6 -I/usr/lib/libxml++-2.6/include -I/usr/include/libxml2 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -std=c++0x -MT hsba.lo -MD -MP -MF .deps/hsba.Tpo -c hsba.cpp -fPIC -DPIC -o .libs/hsba.o mv -f .deps/grid.Tpo .deps/grid.Plo /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/cairo -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/libxml++-2.6 -I/usr/lib/libxml++-2.6/include -I/usr/include/libxml2 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -std=c++0x -MT hsla.lo -MD -MP -MF .deps/hsla.Tpo -c -o hsla.lo hsla.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/cairo -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/libxml++-2.6 -I/usr/lib/libxml++-2.6/include -I/usr/include/libxml2 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -std=c++0x -MT hsla.lo -MD -MP -MF .deps/hsla.Tpo -c hsla.cpp -fPIC -DPIC -o .libs/hsla.o mv -f .deps/hsba.Tpo .deps/hsba.Plo /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/cairo -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/libxml++-2.6 -I/usr/lib/libxml++-2.6/include -I/usr/include/libxml2 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -std=c++0x -MT image.lo -MD -MP -MF .deps/image.Tpo -c -o image.lo image.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/cairo -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/libxml++-2.6 -I/usr/lib/libxml++-2.6/include -I/usr/include/libxml2 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -std=c++0x -MT image.lo -MD -MP -MF .deps/image.Tpo -c image.cpp -fPIC -DPIC -o .libs/image.o mv -f .deps/handlebox.Tpo .deps/handlebox.Plo /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/cairo -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/libxml++-2.6 -I/usr/lib/libxml++-2.6/include -I/usr/include/libxml2 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -std=c++0x -MT lineargradient.lo -MD -MP -MF .deps/lineargradient.Tpo -c -o lineargradient.lo lineargradient.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/cairo -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/libxml++-2.6 -I/usr/lib/libxml++-2.6/include -I/usr/include/libxml2 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -std=c++0x -MT lineargradient.lo -MD -MP -MF .deps/lineargradient.Tpo -c lineargradient.cpp -fPIC -DPIC -o .libs/lineargradient.o mv -f .deps/hsla.Tpo .deps/hsla.Plo /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/cairo -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/libxml++-2.6 -I/usr/lib/libxml++-2.6/include -I/usr/include/libxml2 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -std=c++0x -MT marker.lo -MD -MP -MF .deps/marker.Tpo -c -o marker.lo marker.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/cairo -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/libxml++-2.6 -I/usr/lib/libxml++-2.6/include -I/usr/include/libxml2 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -std=c++0x -MT marker.lo -MD -MP -MF .deps/marker.Tpo -c marker.cpp -fPIC -DPIC -o .libs/marker.o marker.cpp: In member function 'virtual void Papyrus::Marker::draw_shape(Papyrus::Context&) const': marker.cpp:156: warning: unused variable 'bottom_quarter' mv -f .deps/lineargradient.Tpo .deps/lineargradient.Plo /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/cairo -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/libxml++-2.6 -I/usr/lib/libxml++-2.6/include -I/usr/include/libxml2 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -std=c++0x -MT matrix.lo -MD -MP -MF .deps/matrix.Tpo -c -o matrix.lo matrix.cpp mv -f .deps/image.Tpo .deps/image.Plo /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/cairo -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/libxml++-2.6 -I/usr/lib/libxml++-2.6/include -I/usr/include/libxml2 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -std=c++0x -MT paint.lo -MD -MP -MF .deps/paint.Tpo -c -o paint.lo paint.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/cairo -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/libxml++-2.6 -I/usr/lib/libxml++-2.6/include -I/usr/include/libxml2 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -std=c++0x -MT matrix.lo -MD -MP -MF .deps/matrix.Tpo -c matrix.cpp -fPIC -DPIC -o .libs/matrix.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/cairo -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/libxml++-2.6 -I/usr/lib/libxml++-2.6/include -I/usr/include/libxml2 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -std=c++0x -MT paint.lo -MD -MP -MF .deps/paint.Tpo -c paint.cpp -fPIC -DPIC -o .libs/paint.o mv -f .deps/group.Tpo .deps/group.Plo /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/cairo -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/libxml++-2.6 -I/usr/lib/libxml++-2.6/include -I/usr/include/libxml2 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -std=c++0x -MT path.lo -MD -MP -MF .deps/path.Tpo -c -o path.lo path.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/cairo -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/libxml++-2.6 -I/usr/lib/libxml++-2.6/include -I/usr/include/libxml2 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -std=c++0x -MT path.lo -MD -MP -MF .deps/path.Tpo -c path.cpp -fPIC -DPIC -o .libs/path.o mv -f .deps/marker.Tpo .deps/marker.Plo /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/cairo -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/libxml++-2.6 -I/usr/lib/libxml++-2.6/include -I/usr/include/libxml2 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -std=c++0x -MT path_data_lexer.lo -MD -MP -MF .deps/path_data_lexer.Tpo -c -o path_data_lexer.lo path_data_lexer.cc libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/cairo -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/libxml++-2.6 -I/usr/lib/libxml++-2.6/include -I/usr/include/libxml2 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -std=c++0x -MT path_data_lexer.lo -MD -MP -MF .deps/path_data_lexer.Tpo -c path_data_lexer.cc -fPIC -DPIC -o .libs/path_data_lexer.o mv -f .deps/paint.Tpo .deps/paint.Plo /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/cairo -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/libxml++-2.6 -I/usr/lib/libxml++-2.6/include -I/usr/include/libxml2 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -std=c++0x -MT path_data_parser.lo -MD -MP -MF .deps/path_data_parser.Tpo -c -o path_data_parser.lo path_data_parser.cc libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/cairo -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/libxml++-2.6 -I/usr/lib/libxml++-2.6/include -I/usr/include/libxml2 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -std=c++0x -MT path_data_parser.lo -MD -MP -MF .deps/path_data_parser.Tpo -c path_data_parser.cc -fPIC -DPIC -o .libs/path_data_parser.o path_data_lexer.cc:1261: warning: 'void yyunput(int, char*)' defined but not used mv -f .deps/path_data_lexer.Tpo .deps/path_data_lexer.Plo /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/cairo -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/libxml++-2.6 -I/usr/lib/libxml++-2.6/include -I/usr/include/libxml2 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -std=c++0x -MT path_element.lo -MD -MP -MF .deps/path_element.Tpo -c -o path_element.lo path_element.cpp mv -f .deps/matrix.Tpo .deps/matrix.Plo /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/cairo -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/libxml++-2.6 -I/usr/lib/libxml++-2.6/include -I/usr/include/libxml2 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -std=c++0x -MT polygon.lo -MD -MP -MF .deps/polygon.Tpo -c -o polygon.lo polygon.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/cairo -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/libxml++-2.6 -I/usr/lib/libxml++-2.6/include -I/usr/include/libxml2 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -std=c++0x -MT path_element.lo -MD -MP -MF .deps/path_element.Tpo -c path_element.cpp -fPIC -DPIC -o .libs/path_element.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/cairo -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/libxml++-2.6 -I/usr/lib/libxml++-2.6/include -I/usr/include/libxml2 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -std=c++0x -MT polygon.lo -MD -MP -MF .deps/polygon.Tpo -c polygon.cpp -fPIC -DPIC -o .libs/polygon.o mv -f .deps/path.Tpo .deps/path.Plo /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/cairo -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/libxml++-2.6 -I/usr/lib/libxml++-2.6/include -I/usr/include/libxml2 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -std=c++0x -MT polyline.lo -MD -MP -MF .deps/polyline.Tpo -c -o polyline.lo polyline.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/cairo -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/libxml++-2.6 -I/usr/lib/libxml++-2.6/include -I/usr/include/libxml2 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -std=c++0x -MT polyline.lo -MD -MP -MF .deps/polyline.Tpo -c polyline.cpp -fPIC -DPIC -o .libs/polyline.o mv -f .deps/path_data_parser.Tpo .deps/path_data_parser.Plo /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/cairo -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/libxml++-2.6 -I/usr/lib/libxml++-2.6/include -I/usr/include/libxml2 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -std=c++0x -MT radialgradient.lo -MD -MP -MF .deps/radialgradient.Tpo -c -o radialgradient.lo radialgradient.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/cairo -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/libxml++-2.6 -I/usr/lib/libxml++-2.6/include -I/usr/include/libxml2 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -std=c++0x -MT radialgradient.lo -MD -MP -MF .deps/radialgradient.Tpo -c radialgradient.cpp -fPIC -DPIC -o .libs/radialgradient.o mv -f .deps/polygon.Tpo .deps/polygon.Plo /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/cairo -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/libxml++-2.6 -I/usr/lib/libxml++-2.6/include -I/usr/include/libxml2 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -std=c++0x -MT rectangle.lo -MD -MP -MF .deps/rectangle.Tpo -c -o rectangle.lo rectangle.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/cairo -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/libxml++-2.6 -I/usr/lib/libxml++-2.6/include -I/usr/include/libxml2 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -std=c++0x -MT rectangle.lo -MD -MP -MF .deps/rectangle.Tpo -c rectangle.cpp -fPIC -DPIC -o .libs/rectangle.o mv -f .deps/path_element.Tpo .deps/path_element.Plo /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/cairo -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/libxml++-2.6 -I/usr/lib/libxml++-2.6/include -I/usr/include/libxml2 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -std=c++0x -MT reference.lo -MD -MP -MF .deps/reference.Tpo -c -o reference.lo reference.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/cairo -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/libxml++-2.6 -I/usr/lib/libxml++-2.6/include -I/usr/include/libxml2 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -std=c++0x -MT reference.lo -MD -MP -MF .deps/reference.Tpo -c reference.cpp -fPIC -DPIC -o .libs/reference.o mv -f .deps/radialgradient.Tpo .deps/radialgradient.Plo /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/cairo -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/libxml++-2.6 -I/usr/lib/libxml++-2.6/include -I/usr/include/libxml2 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -std=c++0x -MT region.lo -MD -MP -MF .deps/region.Tpo -c -o region.lo region.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/cairo -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/libxml++-2.6 -I/usr/lib/libxml++-2.6/include -I/usr/include/libxml2 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -std=c++0x -MT region.lo -MD -MP -MF .deps/region.Tpo -c region.cpp -fPIC -DPIC -o .libs/region.o mv -f .deps/polyline.Tpo .deps/polyline.Plo /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/cairo -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/libxml++-2.6 -I/usr/lib/libxml++-2.6/include -I/usr/include/libxml2 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -std=c++0x -MT regularpolygon.lo -MD -MP -MF .deps/regularpolygon.Tpo -c -o regularpolygon.lo regularpolygon.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/cairo -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/libxml++-2.6 -I/usr/lib/libxml++-2.6/include -I/usr/include/libxml2 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -std=c++0x -MT regularpolygon.lo -MD -MP -MF .deps/regularpolygon.Tpo -c regularpolygon.cpp -fPIC -DPIC -o .libs/regularpolygon.o mv -f .deps/rectangle.Tpo .deps/rectangle.Plo /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/cairo -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/libxml++-2.6 -I/usr/lib/libxml++-2.6/include -I/usr/include/libxml2 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -std=c++0x -MT rgba.lo -MD -MP -MF .deps/rgba.Tpo -c -o rgba.lo rgba.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/cairo -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/libxml++-2.6 -I/usr/lib/libxml++-2.6/include -I/usr/include/libxml2 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -std=c++0x -MT rgba.lo -MD -MP -MF .deps/rgba.Tpo -c rgba.cpp -fPIC -DPIC -o .libs/rgba.o mv -f .deps/reference.Tpo .deps/reference.Plo /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/cairo -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/libxml++-2.6 -I/usr/lib/libxml++-2.6/include -I/usr/include/libxml2 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -std=c++0x -MT rotator.lo -MD -MP -MF .deps/rotator.Tpo -c -o rotator.lo rotator.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/cairo -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/libxml++-2.6 -I/usr/lib/libxml++-2.6/include -I/usr/include/libxml2 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -std=c++0x -MT rotator.lo -MD -MP -MF .deps/rotator.Tpo -c rotator.cpp -fPIC -DPIC -o .libs/rotator.o mv -f .deps/region.Tpo .deps/region.Plo /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/cairo -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/libxml++-2.6 -I/usr/lib/libxml++-2.6/include -I/usr/include/libxml2 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -std=c++0x -MT scaler.lo -MD -MP -MF .deps/scaler.Tpo -c -o scaler.lo scaler.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/cairo -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/libxml++-2.6 -I/usr/lib/libxml++-2.6/include -I/usr/include/libxml2 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -std=c++0x -MT scaler.lo -MD -MP -MF .deps/scaler.Tpo -c scaler.cpp -fPIC -DPIC -o .libs/scaler.o mv -f .deps/regularpolygon.Tpo .deps/regularpolygon.Plo /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/cairo -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/libxml++-2.6 -I/usr/lib/libxml++-2.6/include -I/usr/include/libxml2 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -std=c++0x -MT selector.lo -MD -MP -MF .deps/selector.Tpo -c -o selector.lo selector.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/cairo -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/libxml++-2.6 -I/usr/lib/libxml++-2.6/include -I/usr/include/libxml2 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -std=c++0x -MT selector.lo -MD -MP -MF .deps/selector.Tpo -c selector.cpp -fPIC -DPIC -o .libs/selector.o scaler.cpp: In member function 'virtual bool Papyrus::Scaler::on_button_press(const Papyrus::Event::ButtonPress&)': scaler.cpp:104: warning: unused variable 'h' scaler.cpp: In member function 'virtual bool Papyrus::Scaler::on_motion(const Papyrus::Event::Motion&)': scaler.cpp:151: warning: unused variable 'tx' scaler.cpp:151: warning: unused variable 'ty' scaler.cpp:152: warning: unused variable 'ldx' scaler.cpp:152: warning: unused variable 'ldy' mv -f .deps/rgba.Tpo .deps/rgba.Plo /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/cairo -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/libxml++-2.6 -I/usr/lib/libxml++-2.6/include -I/usr/include/libxml2 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -std=c++0x -MT shape.lo -MD -MP -MF .deps/shape.Tpo -c -o shape.lo shape.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/cairo -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/libxml++-2.6 -I/usr/lib/libxml++-2.6/include -I/usr/include/libxml2 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -std=c++0x -MT shape.lo -MD -MP -MF .deps/shape.Tpo -c shape.cpp -fPIC -DPIC -o .libs/shape.o mv -f .deps/rotator.Tpo .deps/rotator.Plo /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/cairo -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/libxml++-2.6 -I/usr/lib/libxml++-2.6/include -I/usr/include/libxml2 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -std=c++0x -MT stroke.lo -MD -MP -MF .deps/stroke.Tpo -c -o stroke.lo stroke.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/cairo -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/libxml++-2.6 -I/usr/lib/libxml++-2.6/include -I/usr/include/libxml2 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -std=c++0x -MT stroke.lo -MD -MP -MF .deps/stroke.Tpo -c stroke.cpp -fPIC -DPIC -o .libs/stroke.o mv -f .deps/scaler.Tpo .deps/scaler.Plo /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/cairo -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/libxml++-2.6 -I/usr/lib/libxml++-2.6/include -I/usr/include/libxml2 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -std=c++0x -MT svg.lo -MD -MP -MF .deps/svg.Tpo -c -o svg.lo svg.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/cairo -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/libxml++-2.6 -I/usr/lib/libxml++-2.6/include -I/usr/include/libxml2 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -std=c++0x -MT svg.lo -MD -MP -MF .deps/svg.Tpo -c svg.cpp -fPIC -DPIC -o .libs/svg.o mv -f .deps/selector.Tpo .deps/selector.Plo /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/cairo -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/libxml++-2.6 -I/usr/lib/libxml++-2.6/include -I/usr/include/libxml2 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -std=c++0x -MT text.lo -MD -MP -MF .deps/text.Tpo -c -o text.lo text.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/cairo -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/libxml++-2.6 -I/usr/lib/libxml++-2.6/include -I/usr/include/libxml2 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -std=c++0x -MT text.lo -MD -MP -MF .deps/text.Tpo -c text.cpp -fPIC -DPIC -o .libs/text.o svg.cpp: In function 'bool Papyrus::process_stop(const xmlpp::Element*, Cairo::RefPtr)': svg.cpp:185: warning: unused variable 'stop_opacity' svg.cpp: In member function 'Glib::ustring Papyrus::SVG::extract_id_from_uri(const Glib::ustring&)': svg.cpp:382: warning: unused variable 'match' svg.cpp: In static member function 'static void Papyrus::SVG::initialize_uri_regular_expression()': svg.cpp:396: warning: unused variable 'expression' mv -f .deps/shape.Tpo .deps/shape.Plo /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/cairo -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/libxml++-2.6 -I/usr/lib/libxml++-2.6/include -I/usr/include/libxml2 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -std=c++0x -MT translator.lo -MD -MP -MF .deps/translator.Tpo -c -o translator.lo translator.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/cairo -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/libxml++-2.6 -I/usr/lib/libxml++-2.6/include -I/usr/include/libxml2 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -std=c++0x -MT translator.lo -MD -MP -MF .deps/translator.Tpo -c translator.cpp -fPIC -DPIC -o .libs/translator.o svg.cpp:399: warning: 'result' is used uninitialized in this function mv -f .deps/stroke.Tpo .deps/stroke.Plo /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/cairo -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/libxml++-2.6 -I/usr/lib/libxml++-2.6/include -I/usr/include/libxml2 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -std=c++0x -MT utility.lo -MD -MP -MF .deps/utility.Tpo -c -o utility.lo utility.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/cairo -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/libxml++-2.6 -I/usr/lib/libxml++-2.6/include -I/usr/include/libxml2 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -std=c++0x -MT utility.lo -MD -MP -MF .deps/utility.Tpo -c utility.cpp -fPIC -DPIC -o .libs/utility.o mv -f .deps/text.Tpo .deps/text.Plo /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/cairo -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/libxml++-2.6 -I/usr/lib/libxml++-2.6/include -I/usr/include/libxml2 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -std=c++0x -MT utility2.lo -MD -MP -MF .deps/utility2.Tpo -c -o utility2.lo utility2.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/cairo -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/libxml++-2.6 -I/usr/lib/libxml++-2.6/include -I/usr/include/libxml2 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -std=c++0x -MT utility2.lo -MD -MP -MF .deps/utility2.Tpo -c utility2.cpp -fPIC -DPIC -o .libs/utility2.o mv -f .deps/utility.Tpo .deps/utility.Plo /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/cairo -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/libxml++-2.6 -I/usr/lib/libxml++-2.6/include -I/usr/include/libxml2 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -std=c++0x -MT viewbox.lo -MD -MP -MF .deps/viewbox.Tpo -c -o viewbox.lo viewbox.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/cairo -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/libxml++-2.6 -I/usr/lib/libxml++-2.6/include -I/usr/include/libxml2 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -std=c++0x -MT viewbox.lo -MD -MP -MF .deps/viewbox.Tpo -c viewbox.cpp -fPIC -DPIC -o .libs/viewbox.o mv -f .deps/translator.Tpo .deps/translator.Plo /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/cairo -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/libxml++-2.6 -I/usr/lib/libxml++-2.6/include -I/usr/include/libxml2 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -std=c++0x -MT x11_color.lo -MD -MP -MF .deps/x11_color.Tpo -c -o x11_color.lo x11_color.cpp mv -f .deps/svg.Tpo .deps/svg.Plo /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/cairo -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/libxml++-2.6 -I/usr/lib/libxml++-2.6/include -I/usr/include/libxml2 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -std=c++0x -MT x11_color1.lo -MD -MP -MF .deps/x11_color1.Tpo -c -o x11_color1.lo x11_color1.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/cairo -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/libxml++-2.6 -I/usr/lib/libxml++-2.6/include -I/usr/include/libxml2 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -std=c++0x -MT x11_color.lo -MD -MP -MF .deps/x11_color.Tpo -c x11_color.cpp -fPIC -DPIC -o .libs/x11_color.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/cairo -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/libxml++-2.6 -I/usr/lib/libxml++-2.6/include -I/usr/include/libxml2 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -std=c++0x -MT x11_color1.lo -MD -MP -MF .deps/x11_color1.Tpo -c x11_color1.cpp -fPIC -DPIC -o .libs/x11_color1.o mv -f .deps/utility2.Tpo .deps/utility2.Plo /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/cairo -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/libxml++-2.6 -I/usr/lib/libxml++-2.6/include -I/usr/include/libxml2 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -std=c++0x -MT x11_color2.lo -MD -MP -MF .deps/x11_color2.Tpo -c -o x11_color2.lo x11_color2.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/cairo -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/libxml++-2.6 -I/usr/lib/libxml++-2.6/include -I/usr/include/libxml2 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -std=c++0x -MT x11_color2.lo -MD -MP -MF .deps/x11_color2.Tpo -c x11_color2.cpp -fPIC -DPIC -o .libs/x11_color2.o mv -f .deps/viewbox.Tpo .deps/viewbox.Plo /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/cairo -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/libxml++-2.6 -I/usr/lib/libxml++-2.6/include -I/usr/include/libxml2 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -std=c++0x -MT x11_color3.lo -MD -MP -MF .deps/x11_color3.Tpo -c -o x11_color3.lo x11_color3.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/cairo -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/libxml++-2.6 -I/usr/lib/libxml++-2.6/include -I/usr/include/libxml2 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -std=c++0x -MT x11_color3.lo -MD -MP -MF .deps/x11_color3.Tpo -c x11_color3.cpp -fPIC -DPIC -o .libs/x11_color3.o mv -f .deps/x11_color.Tpo .deps/x11_color.Plo /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/cairo -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/libxml++-2.6 -I/usr/lib/libxml++-2.6/include -I/usr/include/libxml2 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -std=c++0x -MT x11_color4.lo -MD -MP -MF .deps/x11_color4.Tpo -c -o x11_color4.lo x11_color4.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/cairo -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/libxml++-2.6 -I/usr/lib/libxml++-2.6/include -I/usr/include/libxml2 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -std=c++0x -MT x11_color4.lo -MD -MP -MF .deps/x11_color4.Tpo -c x11_color4.cpp -fPIC -DPIC -o .libs/x11_color4.o mv -f .deps/x11_color1.Tpo .deps/x11_color1.Plo /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/cairo -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/libxml++-2.6 -I/usr/lib/libxml++-2.6/include -I/usr/include/libxml2 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -std=c++0x -MT yuva.lo -MD -MP -MF .deps/yuva.Tpo -c -o yuva.lo yuva.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/cairo -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/libxml++-2.6 -I/usr/lib/libxml++-2.6/include -I/usr/include/libxml2 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -std=c++0x -MT yuva.lo -MD -MP -MF .deps/yuva.Tpo -c yuva.cpp -fPIC -DPIC -o .libs/yuva.o mv -f .deps/x11_color3.Tpo .deps/x11_color3.Plo /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/cairo -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/libxml++-2.6 -I/usr/lib/libxml++-2.6/include -I/usr/include/libxml2 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -std=c++0x -MT zoomer.lo -MD -MP -MF .deps/zoomer.Tpo -c -o zoomer.lo zoomer.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/cairo -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/libxml++-2.6 -I/usr/lib/libxml++-2.6/include -I/usr/include/libxml2 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -std=c++0x -MT zoomer.lo -MD -MP -MF .deps/zoomer.Tpo -c zoomer.cpp -fPIC -DPIC -o .libs/zoomer.o mv -f .deps/x11_color2.Tpo .deps/x11_color2.Plo mv -f .deps/yuva.Tpo .deps/yuva.Plo mv -f .deps/x11_color4.Tpo .deps/x11_color4.Plo mv -f .deps/zoomer.Tpo .deps/zoomer.Plo /bin/sh ../libtool --tag=CXX --mode=link g++ -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -std=c++0x -version-info 0:0:0 -o libpapyrus.la -rpath /usr/lib affineanimator.lo affinecontroller.lo animator.lo annulus.lo arc.lo beziergon.lo bezierline.lo boxed.lo canvas.lo circle.lo color.lo color_scheme.lo controller.lo drawable.lo drawablecontroller.lo drawableset.lo drawablesinglecontainer.lo drawablewatcher.lo fill.lo freehandsketcher.lo gradient.lo grid.lo group.lo handlebox.lo hsba.lo hsla.lo image.lo lineargradient.lo marker.lo matrix.lo paint.lo path.lo path_data_lexer.lo path_data_parser.lo path_element.lo polygon.lo polyline.lo radialgradient.lo rectangle.lo reference.lo region.lo regularpolygon.lo rgba.lo rotator.lo scaler.lo selector.lo shape.lo stroke.lo svg.lo text.lo translator.lo utility.lo utility2.lo viewbox.lo x11_color.lo x11_color1.lo x11_color2.lo x11_color3.lo x11_color4.lo yuva.lo zoomer.lo -lcairomm-1.0 -lcairo -lxml++-2.6 -lxml2 -lglibmm-2.4 -lgobject-2.0 -lsigc-2.0 -lglib-2.0 -lexpat libtool: link: g++ -shared -nostdlib /usr/lib/gcc/ppc64-redhat-linux/4.3.2/../../../../lib/crti.o /usr/lib/gcc/ppc64-redhat-linux/4.3.2/crtbeginS.o .libs/affineanimator.o .libs/affinecontroller.o .libs/animator.o .libs/annulus.o .libs/arc.o .libs/beziergon.o .libs/bezierline.o .libs/boxed.o .libs/canvas.o .libs/circle.o .libs/color.o .libs/color_scheme.o .libs/controller.o .libs/drawable.o .libs/drawablecontroller.o .libs/drawableset.o .libs/drawablesinglecontainer.o .libs/drawablewatcher.o .libs/fill.o .libs/freehandsketcher.o .libs/gradient.o .libs/grid.o .libs/group.o .libs/handlebox.o .libs/hsba.o .libs/hsla.o .libs/image.o .libs/lineargradient.o .libs/marker.o .libs/matrix.o .libs/paint.o .libs/path.o .libs/path_data_lexer.o .libs/path_data_parser.o .libs/path_element.o .libs/polygon.o .libs/polyline.o .libs/radialgradient.o .libs/rectangle.o .libs/reference.o .libs/region.o .libs/regularpolygon.o .libs/rgba.o .libs/rotator.o .libs/scaler.o .libs/selector.o .libs/shape.o .libs/stroke.o .libs/svg.o .libs/text.o .libs/translator.o .libs/utility.o .libs/utility2.o .libs/viewbox.o .libs/x11_color.o .libs/x11_color1.o .libs/x11_color2.o .libs/x11_color3.o .libs/x11_color4.o .libs/yuva.o .libs/zoomer.o -lcairomm-1.0 -lcairo -lxml++-2.6 -lxml2 -lglibmm-2.4 -lgobject-2.0 -lsigc-2.0 -lglib-2.0 -lexpat -L/usr/lib/gcc/ppc64-redhat-linux/4.3.2 -L/usr/lib/gcc/ppc64-redhat-linux/4.3.2/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/ppc64-redhat-linux/4.3.2/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/ppc64-redhat-linux/4.3.2/crtsavres.o /usr/lib/gcc/ppc64-redhat-linux/4.3.2/crtendS.o /usr/lib/gcc/ppc64-redhat-linux/4.3.2/../../../../lib/crtn.o -m32 -Wl,-soname -Wl,libpapyrus.so.0 -o .libs/libpapyrus.so.0.0.0 libtool: link: (cd ".libs" && rm -f "libpapyrus.so.0" && ln -s "libpapyrus.so.0.0.0" "libpapyrus.so.0") libtool: link: (cd ".libs" && rm -f "libpapyrus.so" && ln -s "libpapyrus.so.0.0.0" "libpapyrus.so") libtool: link: ( cd ".libs" && rm -f "libpapyrus.la" && ln -s "../libpapyrus.la" "libpapyrus.la" ) make[3]: Leaving directory `/builddir/build/BUILD/papyrus-0.13.1/papyrus' make[2]: Leaving directory `/builddir/build/BUILD/papyrus-0.13.1/papyrus' Making all in papyrus-extras make[2]: Entering directory `/builddir/build/BUILD/papyrus-0.13.1/papyrus-extras' /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/cairo -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/libxml++-2.6 -I/usr/lib/libxml++-2.6/include -I/usr/include/libxml2 -I../. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -std=c++0x -MT deltille.lo -MD -MP -MF .deps/deltille.Tpo -c -o deltille.lo deltille.cpp /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/cairo -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/libxml++-2.6 -I/usr/lib/libxml++-2.6/include -I/usr/include/libxml2 -I../. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -std=c++0x -MT face.lo -MD -MP -MF .deps/face.Tpo -c -o face.lo face.cpp /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/cairo -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/libxml++-2.6 -I/usr/lib/libxml++-2.6/include -I/usr/include/libxml2 -I../. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -std=c++0x -MT factory.lo -MD -MP -MF .deps/factory.Tpo -c -o factory.lo factory.cpp /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/cairo -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/libxml++-2.6 -I/usr/lib/libxml++-2.6/include -I/usr/include/libxml2 -I../. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -std=c++0x -MT hextille.lo -MD -MP -MF .deps/hextille.Tpo -c -o hextille.lo hextille.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/cairo -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/libxml++-2.6 -I/usr/lib/libxml++-2.6/include -I/usr/include/libxml2 -I../. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -std=c++0x -MT deltille.lo -MD -MP -MF .deps/deltille.Tpo -c deltille.cpp -fPIC -DPIC -o .libs/deltille.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/cairo -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/libxml++-2.6 -I/usr/lib/libxml++-2.6/include -I/usr/include/libxml2 -I../. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -std=c++0x -MT face.lo -MD -MP -MF .deps/face.Tpo -c face.cpp -fPIC -DPIC -o .libs/face.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/cairo -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/libxml++-2.6 -I/usr/lib/libxml++-2.6/include -I/usr/include/libxml2 -I../. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -std=c++0x -MT factory.lo -MD -MP -MF .deps/factory.Tpo -c factory.cpp -fPIC -DPIC -o .libs/factory.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/cairo -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/libxml++-2.6 -I/usr/lib/libxml++-2.6/include -I/usr/include/libxml2 -I../. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -std=c++0x -MT hextille.lo -MD -MP -MF .deps/hextille.Tpo -c hextille.cpp -fPIC -DPIC -o .libs/hextille.o mv -f .deps/face.Tpo .deps/face.Plo /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/cairo -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/libxml++-2.6 -I/usr/lib/libxml++-2.6/include -I/usr/include/libxml2 -I../. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -std=c++0x -MT hilbert.lo -MD -MP -MF .deps/hilbert.Tpo -c -o hilbert.lo hilbert.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/cairo -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/libxml++-2.6 -I/usr/lib/libxml++-2.6/include -I/usr/include/libxml2 -I../. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -std=c++0x -MT hilbert.lo -MD -MP -MF .deps/hilbert.Tpo -c hilbert.cpp -fPIC -DPIC -o .libs/hilbert.o mv -f .deps/hextille.Tpo .deps/hextille.Plo /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/cairo -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/libxml++-2.6 -I/usr/lib/libxml++-2.6/include -I/usr/include/libxml2 -I../. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -std=c++0x -MT kochcurve.lo -MD -MP -MF .deps/kochcurve.Tpo -c -o kochcurve.lo kochcurve.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/cairo -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/libxml++-2.6 -I/usr/lib/libxml++-2.6/include -I/usr/include/libxml2 -I../. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -std=c++0x -MT kochcurve.lo -MD -MP -MF .deps/kochcurve.Tpo -c kochcurve.cpp -fPIC -DPIC -o .libs/kochcurve.o factory.cpp: In function 'std::shared_ptr Papyrus::example_beziergon(bool, bool)': factory.cpp:341: warning: 'y1' may be used uninitialized in this function factory.cpp:341: warning: 'x1' may be used uninitialized in this function mv -f .deps/deltille.Tpo .deps/deltille.Plo /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/cairo -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/libxml++-2.6 -I/usr/lib/libxml++-2.6/include -I/usr/include/libxml2 -I../. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -std=c++0x -MT kochsnowflake.lo -MD -MP -MF .deps/kochsnowflake.Tpo -c -o kochsnowflake.lo kochsnowflake.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/cairo -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/libxml++-2.6 -I/usr/lib/libxml++-2.6/include -I/usr/include/libxml2 -I../. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -std=c++0x -MT kochsnowflake.lo -MD -MP -MF .deps/kochsnowflake.Tpo -c kochsnowflake.cpp -fPIC -DPIC -o .libs/kochsnowflake.o mv -f .deps/hilbert.Tpo .deps/hilbert.Plo /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/cairo -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/libxml++-2.6 -I/usr/lib/libxml++-2.6/include -I/usr/include/libxml2 -I../. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -std=c++0x -MT quadrille.lo -MD -MP -MF .deps/quadrille.Tpo -c -o quadrille.lo quadrille.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/cairo -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/libxml++-2.6 -I/usr/lib/libxml++-2.6/include -I/usr/include/libxml2 -I../. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -std=c++0x -MT quadrille.lo -MD -MP -MF .deps/quadrille.Tpo -c quadrille.cpp -fPIC -DPIC -o .libs/quadrille.o mv -f .deps/kochcurve.Tpo .deps/kochcurve.Plo /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/cairo -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/libxml++-2.6 -I/usr/lib/libxml++-2.6/include -I/usr/include/libxml2 -I../. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -std=c++0x -MT sierpinski.lo -MD -MP -MF .deps/sierpinski.Tpo -c -o sierpinski.lo sierpinski.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/cairo -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/libxml++-2.6 -I/usr/lib/libxml++-2.6/include -I/usr/include/libxml2 -I../. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -std=c++0x -MT sierpinski.lo -MD -MP -MF .deps/sierpinski.Tpo -c sierpinski.cpp -fPIC -DPIC -o .libs/sierpinski.o mv -f .deps/kochsnowflake.Tpo .deps/kochsnowflake.Plo /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/cairo -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/libxml++-2.6 -I/usr/lib/libxml++-2.6/include -I/usr/include/libxml2 -I../. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -std=c++0x -MT tiling.lo -MD -MP -MF .deps/tiling.Tpo -c -o tiling.lo tiling.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/cairo -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/libxml++-2.6 -I/usr/lib/libxml++-2.6/include -I/usr/include/libxml2 -I../. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -std=c++0x -MT tiling.lo -MD -MP -MF .deps/tiling.Tpo -c tiling.cpp -fPIC -DPIC -o .libs/tiling.o mv -f .deps/factory.Tpo .deps/factory.Plo mv -f .deps/sierpinski.Tpo .deps/sierpinski.Plo mv -f .deps/quadrille.Tpo .deps/quadrille.Plo mv -f .deps/tiling.Tpo .deps/tiling.Plo /bin/sh ../libtool --tag=CXX --mode=link g++ -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -std=c++0x -version-info 0:0:0 -o libpapyrus-extras.la -rpath /usr/lib deltille.lo face.lo factory.lo hextille.lo hilbert.lo kochcurve.lo kochsnowflake.lo quadrille.lo sierpinski.lo tiling.lo -lcairomm-1.0 -lcairo -lxml++-2.6 -lxml2 -lglibmm-2.4 -lgobject-2.0 -lsigc-2.0 -lglib-2.0 -lexpat libtool: link: g++ -shared -nostdlib /usr/lib/gcc/ppc64-redhat-linux/4.3.2/../../../../lib/crti.o /usr/lib/gcc/ppc64-redhat-linux/4.3.2/crtbeginS.o .libs/deltille.o .libs/face.o .libs/factory.o .libs/hextille.o .libs/hilbert.o .libs/kochcurve.o .libs/kochsnowflake.o .libs/quadrille.o .libs/sierpinski.o .libs/tiling.o -lcairomm-1.0 -lcairo -lxml++-2.6 -lxml2 -lglibmm-2.4 -lgobject-2.0 -lsigc-2.0 -lglib-2.0 -lexpat -L/usr/lib/gcc/ppc64-redhat-linux/4.3.2 -L/usr/lib/gcc/ppc64-redhat-linux/4.3.2/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/ppc64-redhat-linux/4.3.2/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/ppc64-redhat-linux/4.3.2/crtsavres.o /usr/lib/gcc/ppc64-redhat-linux/4.3.2/crtendS.o /usr/lib/gcc/ppc64-redhat-linux/4.3.2/../../../../lib/crtn.o -m32 -Wl,-soname -Wl,libpapyrus-extras.so.0 -o .libs/libpapyrus-extras.so.0.0.0 libtool: link: (cd ".libs" && rm -f "libpapyrus-extras.so.0" && ln -s "libpapyrus-extras.so.0.0.0" "libpapyrus-extras.so.0") libtool: link: (cd ".libs" && rm -f "libpapyrus-extras.so" && ln -s "libpapyrus-extras.so.0.0.0" "libpapyrus-extras.so") libtool: link: ( cd ".libs" && rm -f "libpapyrus-extras.la" && ln -s "../libpapyrus-extras.la" "libpapyrus-extras.la" ) make[2]: Leaving directory `/builddir/build/BUILD/papyrus-0.13.1/papyrus-extras' Making all in papyrus-gtkmm make[2]: Entering directory `/builddir/build/BUILD/papyrus-0.13.1/papyrus-gtkmm' /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/cairo -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/libxml++-2.6 -I/usr/lib/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/gtkmm-2.4 -I/usr/lib/gtkmm-2.4/include -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/giomm-2.4 -I/usr/lib/giomm-2.4/include -I/usr/include/gdkmm-2.4 -I/usr/lib/gdkmm-2.4/include -I/usr/include/pangomm-1.4 -I/usr/include/atkmm-1.6 -I/usr/include/gtk-2.0 -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/gtk-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/atk-1.0 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -std=c++0x -MT animatorbouncewidget.lo -MD -MP -MF .deps/animatorbouncewidget.Tpo -c -o animatorbouncewidget.lo animatorbouncewidget.cpp /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/cairo -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/libxml++-2.6 -I/usr/lib/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/gtkmm-2.4 -I/usr/lib/gtkmm-2.4/include -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/giomm-2.4 -I/usr/lib/giomm-2.4/include -I/usr/include/gdkmm-2.4 -I/usr/lib/gdkmm-2.4/include -I/usr/include/pangomm-1.4 -I/usr/include/atkmm-1.6 -I/usr/include/gtk-2.0 -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/gtk-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/atk-1.0 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -std=c++0x -MT animatorframeintervalwidget.lo -MD -MP -MF .deps/animatorframeintervalwidget.Tpo -c -o animatorframeintervalwidget.lo animatorframeintervalwidget.cpp /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/cairo -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/libxml++-2.6 -I/usr/lib/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/gtkmm-2.4 -I/usr/lib/gtkmm-2.4/include -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/giomm-2.4 -I/usr/lib/giomm-2.4/include -I/usr/include/gdkmm-2.4 -I/usr/lib/gdkmm-2.4/include -I/usr/include/pangomm-1.4 -I/usr/include/atkmm-1.6 -I/usr/include/gtk-2.0 -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/gtk-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/atk-1.0 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -std=c++0x -MT animatorframeratewidget.lo -MD -MP -MF .deps/animatorframeratewidget.Tpo -c -o animatorframeratewidget.lo animatorframeratewidget.cpp /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/cairo -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/libxml++-2.6 -I/usr/lib/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/gtkmm-2.4 -I/usr/lib/gtkmm-2.4/include -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/giomm-2.4 -I/usr/lib/giomm-2.4/include -I/usr/include/gdkmm-2.4 -I/usr/lib/gdkmm-2.4/include -I/usr/include/pangomm-1.4 -I/usr/include/atkmm-1.6 -I/usr/include/gtk-2.0 -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/gtk-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/atk-1.0 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -std=c++0x -MT drawabletreeview.lo -MD -MP -MF .deps/drawabletreeview.Tpo -c -o drawabletreeview.lo drawabletreeview.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/cairo -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/libxml++-2.6 -I/usr/lib/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/gtkmm-2.4 -I/usr/lib/gtkmm-2.4/include -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/giomm-2.4 -I/usr/lib/giomm-2.4/include -I/usr/include/gdkmm-2.4 -I/usr/lib/gdkmm-2.4/include -I/usr/include/pangomm-1.4 -I/usr/include/atkmm-1.6 -I/usr/include/gtk-2.0 -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/gtk-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/atk-1.0 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -std=c++0x -MT animatorbouncewidget.lo -MD -MP -MF .deps/animatorbouncewidget.Tpo -c animatorbouncewidget.cpp -fPIC -DPIC -o .libs/animatorbouncewidget.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/cairo -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/libxml++-2.6 -I/usr/lib/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/gtkmm-2.4 -I/usr/lib/gtkmm-2.4/include -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/giomm-2.4 -I/usr/lib/giomm-2.4/include -I/usr/include/gdkmm-2.4 -I/usr/lib/gdkmm-2.4/include -I/usr/include/pangomm-1.4 -I/usr/include/atkmm-1.6 -I/usr/include/gtk-2.0 -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/gtk-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/atk-1.0 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -std=c++0x -MT animatorframeintervalwidget.lo -MD -MP -MF .deps/animatorframeintervalwidget.Tpo -c animatorframeintervalwidget.cpp -fPIC -DPIC -o .libs/animatorframeintervalwidget.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/cairo -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/libxml++-2.6 -I/usr/lib/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/gtkmm-2.4 -I/usr/lib/gtkmm-2.4/include -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/giomm-2.4 -I/usr/lib/giomm-2.4/include -I/usr/include/gdkmm-2.4 -I/usr/lib/gdkmm-2.4/include -I/usr/include/pangomm-1.4 -I/usr/include/atkmm-1.6 -I/usr/include/gtk-2.0 -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/gtk-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/atk-1.0 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -std=c++0x -MT animatorframeratewidget.lo -MD -MP -MF .deps/animatorframeratewidget.Tpo -c animatorframeratewidget.cpp -fPIC -DPIC -o .libs/animatorframeratewidget.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/cairo -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/libxml++-2.6 -I/usr/lib/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/gtkmm-2.4 -I/usr/lib/gtkmm-2.4/include -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/giomm-2.4 -I/usr/lib/giomm-2.4/include -I/usr/include/gdkmm-2.4 -I/usr/lib/gdkmm-2.4/include -I/usr/include/pangomm-1.4 -I/usr/include/atkmm-1.6 -I/usr/include/gtk-2.0 -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/gtk-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/atk-1.0 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -std=c++0x -MT drawabletreeview.lo -MD -MP -MF .deps/drawabletreeview.Tpo -c drawabletreeview.cpp -fPIC -DPIC -o .libs/drawabletreeview.o mv -f .deps/animatorframeratewidget.Tpo .deps/animatorframeratewidget.Plo /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/cairo -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/libxml++-2.6 -I/usr/lib/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/gtkmm-2.4 -I/usr/lib/gtkmm-2.4/include -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/giomm-2.4 -I/usr/lib/giomm-2.4/include -I/usr/include/gdkmm-2.4 -I/usr/lib/gdkmm-2.4/include -I/usr/include/pangomm-1.4 -I/usr/include/atkmm-1.6 -I/usr/include/gtk-2.0 -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/gtk-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/atk-1.0 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -std=c++0x -MT gradientstopwidget.lo -MD -MP -MF .deps/gradientstopwidget.Tpo -c -o gradientstopwidget.lo gradientstopwidget.cpp mv -f .deps/animatorframeintervalwidget.Tpo .deps/animatorframeintervalwidget.Plo /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/cairo -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/libxml++-2.6 -I/usr/lib/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/gtkmm-2.4 -I/usr/lib/gtkmm-2.4/include -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/giomm-2.4 -I/usr/lib/giomm-2.4/include -I/usr/include/gdkmm-2.4 -I/usr/lib/gdkmm-2.4/include -I/usr/include/pangomm-1.4 -I/usr/include/atkmm-1.6 -I/usr/include/gtk-2.0 -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/gtk-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/atk-1.0 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -std=c++0x -MT linecapbuttonbox.lo -MD -MP -MF .deps/linecapbuttonbox.Tpo -c -o linecapbuttonbox.lo linecapbuttonbox.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/cairo -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/libxml++-2.6 -I/usr/lib/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/gtkmm-2.4 -I/usr/lib/gtkmm-2.4/include -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/giomm-2.4 -I/usr/lib/giomm-2.4/include -I/usr/include/gdkmm-2.4 -I/usr/lib/gdkmm-2.4/include -I/usr/include/pangomm-1.4 -I/usr/include/atkmm-1.6 -I/usr/include/gtk-2.0 -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/gtk-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/atk-1.0 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -std=c++0x -MT gradientstopwidget.lo -MD -MP -MF .deps/gradientstopwidget.Tpo -c gradientstopwidget.cpp -fPIC -DPIC -o .libs/gradientstopwidget.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/cairo -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/libxml++-2.6 -I/usr/lib/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/gtkmm-2.4 -I/usr/lib/gtkmm-2.4/include -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/giomm-2.4 -I/usr/lib/giomm-2.4/include -I/usr/include/gdkmm-2.4 -I/usr/lib/gdkmm-2.4/include -I/usr/include/pangomm-1.4 -I/usr/include/atkmm-1.6 -I/usr/include/gtk-2.0 -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/gtk-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/atk-1.0 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -std=c++0x -MT linecapbuttonbox.lo -MD -MP -MF .deps/linecapbuttonbox.Tpo -c linecapbuttonbox.cpp -fPIC -DPIC -o .libs/linecapbuttonbox.o mv -f .deps/animatorbouncewidget.Tpo .deps/animatorbouncewidget.Plo /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/cairo -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/libxml++-2.6 -I/usr/lib/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/gtkmm-2.4 -I/usr/lib/gtkmm-2.4/include -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/giomm-2.4 -I/usr/lib/giomm-2.4/include -I/usr/include/gdkmm-2.4 -I/usr/lib/gdkmm-2.4/include -I/usr/include/pangomm-1.4 -I/usr/include/atkmm-1.6 -I/usr/include/gtk-2.0 -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/gtk-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/atk-1.0 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -std=c++0x -MT linecapcombobox.lo -MD -MP -MF .deps/linecapcombobox.Tpo -c -o linecapcombobox.lo linecapcombobox.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/cairo -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/libxml++-2.6 -I/usr/lib/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/gtkmm-2.4 -I/usr/lib/gtkmm-2.4/include -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/giomm-2.4 -I/usr/lib/giomm-2.4/include -I/usr/include/gdkmm-2.4 -I/usr/lib/gdkmm-2.4/include -I/usr/include/pangomm-1.4 -I/usr/include/atkmm-1.6 -I/usr/include/gtk-2.0 -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/gtk-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/atk-1.0 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -std=c++0x -MT linecapcombobox.lo -MD -MP -MF .deps/linecapcombobox.Tpo -c linecapcombobox.cpp -fPIC -DPIC -o .libs/linecapcombobox.o mv -f .deps/drawabletreeview.Tpo .deps/drawabletreeview.Plo /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/cairo -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/libxml++-2.6 -I/usr/lib/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/gtkmm-2.4 -I/usr/lib/gtkmm-2.4/include -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/giomm-2.4 -I/usr/lib/giomm-2.4/include -I/usr/include/gdkmm-2.4 -I/usr/lib/gdkmm-2.4/include -I/usr/include/pangomm-1.4 -I/usr/include/atkmm-1.6 -I/usr/include/gtk-2.0 -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/gtk-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/atk-1.0 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -std=c++0x -MT linejoinbuttonbox.lo -MD -MP -MF .deps/linejoinbuttonbox.Tpo -c -o linejoinbuttonbox.lo linejoinbuttonbox.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/cairo -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/libxml++-2.6 -I/usr/lib/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/gtkmm-2.4 -I/usr/lib/gtkmm-2.4/include -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/giomm-2.4 -I/usr/lib/giomm-2.4/include -I/usr/include/gdkmm-2.4 -I/usr/lib/gdkmm-2.4/include -I/usr/include/pangomm-1.4 -I/usr/include/atkmm-1.6 -I/usr/include/gtk-2.0 -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/gtk-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/atk-1.0 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -std=c++0x -MT linejoinbuttonbox.lo -MD -MP -MF .deps/linejoinbuttonbox.Tpo -c linejoinbuttonbox.cpp -fPIC -DPIC -o .libs/linejoinbuttonbox.o gradientstopwidget.cpp: In member function 'std::vector > Papyrus::Gtk::GradientStopWidget::stops()': gradientstopwidget.cpp:136: warning: control reaches end of non-void function mv -f .deps/gradientstopwidget.Tpo .deps/gradientstopwidget.Plo /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/cairo -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/libxml++-2.6 -I/usr/lib/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/gtkmm-2.4 -I/usr/lib/gtkmm-2.4/include -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/giomm-2.4 -I/usr/lib/giomm-2.4/include -I/usr/include/gdkmm-2.4 -I/usr/lib/gdkmm-2.4/include -I/usr/include/pangomm-1.4 -I/usr/include/atkmm-1.6 -I/usr/include/gtk-2.0 -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/gtk-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/atk-1.0 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -std=c++0x -MT linejoincombobox.lo -MD -MP -MF .deps/linejoincombobox.Tpo -c -o linejoincombobox.lo linejoincombobox.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/cairo -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/libxml++-2.6 -I/usr/lib/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/gtkmm-2.4 -I/usr/lib/gtkmm-2.4/include -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/giomm-2.4 -I/usr/lib/giomm-2.4/include -I/usr/include/gdkmm-2.4 -I/usr/lib/gdkmm-2.4/include -I/usr/include/pangomm-1.4 -I/usr/include/atkmm-1.6 -I/usr/include/gtk-2.0 -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/gtk-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/atk-1.0 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -std=c++0x -MT linejoincombobox.lo -MD -MP -MF .deps/linejoincombobox.Tpo -c linejoincombobox.cpp -fPIC -DPIC -o .libs/linejoincombobox.o mv -f .deps/linecapbuttonbox.Tpo .deps/linecapbuttonbox.Plo /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/cairo -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/libxml++-2.6 -I/usr/lib/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/gtkmm-2.4 -I/usr/lib/gtkmm-2.4/include -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/giomm-2.4 -I/usr/lib/giomm-2.4/include -I/usr/include/gdkmm-2.4 -I/usr/lib/gdkmm-2.4/include -I/usr/include/pangomm-1.4 -I/usr/include/atkmm-1.6 -I/usr/include/gtk-2.0 -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/gtk-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/atk-1.0 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -std=c++0x -MT linewidthcombobox.lo -MD -MP -MF .deps/linewidthcombobox.Tpo -c -o linewidthcombobox.lo linewidthcombobox.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/cairo -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/libxml++-2.6 -I/usr/lib/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/gtkmm-2.4 -I/usr/lib/gtkmm-2.4/include -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/giomm-2.4 -I/usr/lib/giomm-2.4/include -I/usr/include/gdkmm-2.4 -I/usr/lib/gdkmm-2.4/include -I/usr/include/pangomm-1.4 -I/usr/include/atkmm-1.6 -I/usr/include/gtk-2.0 -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/gtk-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/atk-1.0 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -std=c++0x -MT linewidthcombobox.lo -MD -MP -MF .deps/linewidthcombobox.Tpo -c linewidthcombobox.cpp -fPIC -DPIC -o .libs/linewidthcombobox.o mv -f .deps/linecapcombobox.Tpo .deps/linecapcombobox.Plo /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/cairo -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/libxml++-2.6 -I/usr/lib/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/gtkmm-2.4 -I/usr/lib/gtkmm-2.4/include -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/giomm-2.4 -I/usr/lib/giomm-2.4/include -I/usr/include/gdkmm-2.4 -I/usr/lib/gdkmm-2.4/include -I/usr/include/pangomm-1.4 -I/usr/include/atkmm-1.6 -I/usr/include/gtk-2.0 -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/gtk-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/atk-1.0 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -std=c++0x -MT markercombobox.lo -MD -MP -MF .deps/markercombobox.Tpo -c -o markercombobox.lo markercombobox.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/cairo -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/libxml++-2.6 -I/usr/lib/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/gtkmm-2.4 -I/usr/lib/gtkmm-2.4/include -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/giomm-2.4 -I/usr/lib/giomm-2.4/include -I/usr/include/gdkmm-2.4 -I/usr/lib/gdkmm-2.4/include -I/usr/include/pangomm-1.4 -I/usr/include/atkmm-1.6 -I/usr/include/gtk-2.0 -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/gtk-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/atk-1.0 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -std=c++0x -MT markercombobox.lo -MD -MP -MF .deps/markercombobox.Tpo -c markercombobox.cpp -fPIC -DPIC -o .libs/markercombobox.o mv -f .deps/linejoinbuttonbox.Tpo .deps/linejoinbuttonbox.Plo /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/cairo -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/libxml++-2.6 -I/usr/lib/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/gtkmm-2.4 -I/usr/lib/gtkmm-2.4/include -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/giomm-2.4 -I/usr/lib/giomm-2.4/include -I/usr/include/gdkmm-2.4 -I/usr/lib/gdkmm-2.4/include -I/usr/include/pangomm-1.4 -I/usr/include/atkmm-1.6 -I/usr/include/gtk-2.0 -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/gtk-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/atk-1.0 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -std=c++0x -MT markerwidget.lo -MD -MP -MF .deps/markerwidget.Tpo -c -o markerwidget.lo markerwidget.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/cairo -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/libxml++-2.6 -I/usr/lib/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/gtkmm-2.4 -I/usr/lib/gtkmm-2.4/include -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/giomm-2.4 -I/usr/lib/giomm-2.4/include -I/usr/include/gdkmm-2.4 -I/usr/lib/gdkmm-2.4/include -I/usr/include/pangomm-1.4 -I/usr/include/atkmm-1.6 -I/usr/include/gtk-2.0 -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/gtk-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/atk-1.0 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -std=c++0x -MT markerwidget.lo -MD -MP -MF .deps/markerwidget.Tpo -c markerwidget.cpp -fPIC -DPIC -o .libs/markerwidget.o mv -f .deps/linejoincombobox.Tpo .deps/linejoincombobox.Plo /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/cairo -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/libxml++-2.6 -I/usr/lib/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/gtkmm-2.4 -I/usr/lib/gtkmm-2.4/include -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/giomm-2.4 -I/usr/lib/giomm-2.4/include -I/usr/include/gdkmm-2.4 -I/usr/lib/gdkmm-2.4/include -I/usr/include/pangomm-1.4 -I/usr/include/atkmm-1.6 -I/usr/include/gtk-2.0 -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/gtk-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/atk-1.0 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -std=c++0x -MT scrolleddrawabletreeview.lo -MD -MP -MF .deps/scrolleddrawabletreeview.Tpo -c -o scrolleddrawabletreeview.lo scrolleddrawabletreeview.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/cairo -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/libxml++-2.6 -I/usr/lib/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/gtkmm-2.4 -I/usr/lib/gtkmm-2.4/include -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/giomm-2.4 -I/usr/lib/giomm-2.4/include -I/usr/include/gdkmm-2.4 -I/usr/lib/gdkmm-2.4/include -I/usr/include/pangomm-1.4 -I/usr/include/atkmm-1.6 -I/usr/include/gtk-2.0 -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/gtk-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/atk-1.0 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -std=c++0x -MT scrolleddrawabletreeview.lo -MD -MP -MF .deps/scrolleddrawabletreeview.Tpo -c scrolleddrawabletreeview.cpp -fPIC -DPIC -o .libs/scrolleddrawabletreeview.o linewidthcombobox.h: In constructor 'Papyrus::Gtk::LineWidthComboBox::LineWidthComboBox(int, double, double, Papyrus::Gtk::INCREMENT, double)': linewidthcombobox.h:82: warning: 'Papyrus::Gtk::LineWidthComboBox::m_increment' will be initialized after linewidthcombobox.h:81: warning: 'double Papyrus::Gtk::LineWidthComboBox::m_factor' linewidthcombobox.cpp:32: warning: when initialized here mv -f .deps/linewidthcombobox.Tpo .deps/linewidthcombobox.Plo /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/cairo -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/libxml++-2.6 -I/usr/lib/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/gtkmm-2.4 -I/usr/lib/gtkmm-2.4/include -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/giomm-2.4 -I/usr/lib/giomm-2.4/include -I/usr/include/gdkmm-2.4 -I/usr/lib/gdkmm-2.4/include -I/usr/include/pangomm-1.4 -I/usr/include/atkmm-1.6 -I/usr/include/gtk-2.0 -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/gtk-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/atk-1.0 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -std=c++0x -MT scrolledviewport.lo -MD -MP -MF .deps/scrolledviewport.Tpo -c -o scrolledviewport.lo scrolledviewport.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/cairo -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/libxml++-2.6 -I/usr/lib/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/gtkmm-2.4 -I/usr/lib/gtkmm-2.4/include -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/giomm-2.4 -I/usr/lib/giomm-2.4/include -I/usr/include/gdkmm-2.4 -I/usr/lib/gdkmm-2.4/include -I/usr/include/pangomm-1.4 -I/usr/include/atkmm-1.6 -I/usr/include/gtk-2.0 -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/gtk-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/atk-1.0 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -std=c++0x -MT scrolledviewport.lo -MD -MP -MF .deps/scrolledviewport.Tpo -c scrolledviewport.cpp -fPIC -DPIC -o .libs/scrolledviewport.o mv -f .deps/markercombobox.Tpo .deps/markercombobox.Plo /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/cairo -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/libxml++-2.6 -I/usr/lib/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/gtkmm-2.4 -I/usr/lib/gtkmm-2.4/include -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/giomm-2.4 -I/usr/lib/giomm-2.4/include -I/usr/include/gdkmm-2.4 -I/usr/lib/gdkmm-2.4/include -I/usr/include/pangomm-1.4 -I/usr/include/atkmm-1.6 -I/usr/include/gtk-2.0 -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/gtk-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/atk-1.0 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -std=c++0x -MT strokedialog.lo -MD -MP -MF .deps/strokedialog.Tpo -c -o strokedialog.lo strokedialog.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/cairo -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/libxml++-2.6 -I/usr/lib/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/gtkmm-2.4 -I/usr/lib/gtkmm-2.4/include -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/giomm-2.4 -I/usr/lib/giomm-2.4/include -I/usr/include/gdkmm-2.4 -I/usr/lib/gdkmm-2.4/include -I/usr/include/pangomm-1.4 -I/usr/include/atkmm-1.6 -I/usr/include/gtk-2.0 -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/gtk-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/atk-1.0 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -std=c++0x -MT strokedialog.lo -MD -MP -MF .deps/strokedialog.Tpo -c strokedialog.cpp -fPIC -DPIC -o .libs/strokedialog.o mv -f .deps/scrolleddrawabletreeview.Tpo .deps/scrolleddrawabletreeview.Plo /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/cairo -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/libxml++-2.6 -I/usr/lib/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/gtkmm-2.4 -I/usr/lib/gtkmm-2.4/include -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/giomm-2.4 -I/usr/lib/giomm-2.4/include -I/usr/include/gdkmm-2.4 -I/usr/lib/gdkmm-2.4/include -I/usr/include/pangomm-1.4 -I/usr/include/atkmm-1.6 -I/usr/include/gtk-2.0 -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/gtk-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/atk-1.0 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -std=c++0x -MT strokewidget.lo -MD -MP -MF .deps/strokewidget.Tpo -c -o strokewidget.lo strokewidget.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/cairo -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/libxml++-2.6 -I/usr/lib/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/gtkmm-2.4 -I/usr/lib/gtkmm-2.4/include -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/giomm-2.4 -I/usr/lib/giomm-2.4/include -I/usr/include/gdkmm-2.4 -I/usr/lib/gdkmm-2.4/include -I/usr/include/pangomm-1.4 -I/usr/include/atkmm-1.6 -I/usr/include/gtk-2.0 -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/gtk-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/atk-1.0 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -std=c++0x -MT strokewidget.lo -MD -MP -MF .deps/strokewidget.Tpo -c strokewidget.cpp -fPIC -DPIC -o .libs/strokewidget.o mv -f .deps/markerwidget.Tpo .deps/markerwidget.Plo /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/cairo -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/libxml++-2.6 -I/usr/lib/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/gtkmm-2.4 -I/usr/lib/gtkmm-2.4/include -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/giomm-2.4 -I/usr/lib/giomm-2.4/include -I/usr/include/gdkmm-2.4 -I/usr/lib/gdkmm-2.4/include -I/usr/include/pangomm-1.4 -I/usr/include/atkmm-1.6 -I/usr/include/gtk-2.0 -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/gtk-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/atk-1.0 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -std=c++0x -MT utility.lo -MD -MP -MF .deps/utility.Tpo -c -o utility.lo utility.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/cairo -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/libxml++-2.6 -I/usr/lib/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/gtkmm-2.4 -I/usr/lib/gtkmm-2.4/include -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/giomm-2.4 -I/usr/lib/giomm-2.4/include -I/usr/include/gdkmm-2.4 -I/usr/lib/gdkmm-2.4/include -I/usr/include/pangomm-1.4 -I/usr/include/atkmm-1.6 -I/usr/include/gtk-2.0 -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/gtk-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/atk-1.0 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -std=c++0x -MT utility.lo -MD -MP -MF .deps/utility.Tpo -c utility.cpp -fPIC -DPIC -o .libs/utility.o mv -f .deps/strokedialog.Tpo .deps/strokedialog.Plo /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/cairo -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/libxml++-2.6 -I/usr/lib/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/gtkmm-2.4 -I/usr/lib/gtkmm-2.4/include -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/giomm-2.4 -I/usr/lib/giomm-2.4/include -I/usr/include/gdkmm-2.4 -I/usr/lib/gdkmm-2.4/include -I/usr/include/pangomm-1.4 -I/usr/include/atkmm-1.6 -I/usr/include/gtk-2.0 -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/gtk-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/atk-1.0 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -std=c++0x -MT viewport.lo -MD -MP -MF .deps/viewport.Tpo -c -o viewport.lo viewport.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/cairo -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/libxml++-2.6 -I/usr/lib/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/gtkmm-2.4 -I/usr/lib/gtkmm-2.4/include -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/giomm-2.4 -I/usr/lib/giomm-2.4/include -I/usr/include/gdkmm-2.4 -I/usr/lib/gdkmm-2.4/include -I/usr/include/pangomm-1.4 -I/usr/include/atkmm-1.6 -I/usr/include/gtk-2.0 -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/gtk-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/atk-1.0 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -std=c++0x -MT viewport.lo -MD -MP -MF .deps/viewport.Tpo -c viewport.cpp -fPIC -DPIC -o .libs/viewport.o mv -f .deps/scrolledviewport.Tpo .deps/scrolledviewport.Plo mv -f .deps/utility.Tpo .deps/utility.Plo mv -f .deps/strokewidget.Tpo .deps/strokewidget.Plo viewport.cpp: In member function 'bool Papyrus::Gtk::Viewport::scroll_event_callback(GdkEventScroll*)': viewport.cpp:259: warning: 'direction' may be used uninitialized in this function mv -f .deps/viewport.Tpo .deps/viewport.Plo /bin/sh ../libtool --tag=CXX --mode=link g++ -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -std=c++0x -version-info 0:0:0 -o libpapyrus-gtkmm.la -rpath /usr/lib animatorbouncewidget.lo animatorframeintervalwidget.lo animatorframeratewidget.lo drawabletreeview.lo gradientstopwidget.lo linecapbuttonbox.lo linecapcombobox.lo linejoinbuttonbox.lo linejoincombobox.lo linewidthcombobox.lo markercombobox.lo markerwidget.lo scrolleddrawabletreeview.lo scrolledviewport.lo strokedialog.lo strokewidget.lo utility.lo viewport.lo -lgtkmm-2.4 -lgiomm-2.4 -lgdkmm-2.4 -latkmm-1.6 -lgtk-x11-2.0 -lpangomm-1.4 -lcairomm-1.0 -lglibmm-2.4 -lsigc-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lcairo -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lcairomm-1.0 -lcairo -lxml++-2.6 -lxml2 -lglibmm-2.4 -lgobject-2.0 -lsigc-2.0 -lglib-2.0 -lexpat libtool: link: g++ -shared -nostdlib /usr/lib/gcc/ppc64-redhat-linux/4.3.2/../../../../lib/crti.o /usr/lib/gcc/ppc64-redhat-linux/4.3.2/crtbeginS.o .libs/animatorbouncewidget.o .libs/animatorframeintervalwidget.o .libs/animatorframeratewidget.o .libs/drawabletreeview.o .libs/gradientstopwidget.o .libs/linecapbuttonbox.o .libs/linecapcombobox.o .libs/linejoinbuttonbox.o .libs/linejoincombobox.o .libs/linewidthcombobox.o .libs/markercombobox.o .libs/markerwidget.o .libs/scrolleddrawabletreeview.o .libs/scrolledviewport.o .libs/strokedialog.o .libs/strokewidget.o .libs/utility.o .libs/viewport.o -lgtkmm-2.4 -lgiomm-2.4 -lgdkmm-2.4 -latkmm-1.6 -lgtk-x11-2.0 -lpangomm-1.4 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lpango-1.0 -lfreetype -lfontconfig -lgmodule-2.0 -lcairomm-1.0 -lcairo -lxml++-2.6 -lxml2 -lglibmm-2.4 -lgobject-2.0 -lsigc-2.0 -lglib-2.0 -lexpat -L/usr/lib/gcc/ppc64-redhat-linux/4.3.2 -L/usr/lib/gcc/ppc64-redhat-linux/4.3.2/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/ppc64-redhat-linux/4.3.2/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/ppc64-redhat-linux/4.3.2/crtsavres.o /usr/lib/gcc/ppc64-redhat-linux/4.3.2/crtendS.o /usr/lib/gcc/ppc64-redhat-linux/4.3.2/../../../../lib/crtn.o -m32 -Wl,-soname -Wl,libpapyrus-gtkmm.so.0 -o .libs/libpapyrus-gtkmm.so.0.0.0 libtool: link: (cd ".libs" && rm -f "libpapyrus-gtkmm.so.0" && ln -s "libpapyrus-gtkmm.so.0.0.0" "libpapyrus-gtkmm.so.0") libtool: link: (cd ".libs" && rm -f "libpapyrus-gtkmm.so" && ln -s "libpapyrus-gtkmm.so.0.0.0" "libpapyrus-gtkmm.so") libtool: link: ( cd ".libs" && rm -f "libpapyrus-gtkmm.la" && ln -s "../libpapyrus-gtkmm.la" "libpapyrus-gtkmm.la" ) make[2]: Leaving directory `/builddir/build/BUILD/papyrus-0.13.1/papyrus-gtkmm' Making all in demos make[2]: Entering directory `/builddir/build/BUILD/papyrus-0.13.1/demos' Making all in papyrus-demo make[3]: Entering directory `/builddir/build/BUILD/papyrus-0.13.1/demos/papyrus-demo' g++ -DHAVE_CONFIG_H -I. -I../.. -I../../. -I/usr/include/gtkmm-2.4 -I/usr/lib/gtkmm-2.4/include -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/giomm-2.4 -I/usr/lib/giomm-2.4/include -I/usr/include/gdkmm-2.4 -I/usr/lib/gdkmm-2.4/include -I/usr/include/pangomm-1.4 -I/usr/include/atkmm-1.6 -I/usr/include/gtk-2.0 -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/gtk-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/atk-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/cairo -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/libxml++-2.6 -I/usr/lib/libxml++-2.6/include -I/usr/include/libxml2 -DDEMOCODEDIR="\"/usr/share/papyrus-0.13.1/demo\"" -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -std=c++0x -MT demo-common.o -MD -MP -MF .deps/demo-common.Tpo -c -o demo-common.o demo-common.cc g++ -DHAVE_CONFIG_H -I. -I../.. -I../../. -I/usr/include/gtkmm-2.4 -I/usr/lib/gtkmm-2.4/include -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/giomm-2.4 -I/usr/lib/giomm-2.4/include -I/usr/include/gdkmm-2.4 -I/usr/lib/gdkmm-2.4/include -I/usr/include/pangomm-1.4 -I/usr/include/atkmm-1.6 -I/usr/include/gtk-2.0 -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/gtk-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/atk-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/cairo -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/libxml++-2.6 -I/usr/lib/libxml++-2.6/include -I/usr/include/libxml2 -DDEMOCODEDIR="\"/usr/share/papyrus-0.13.1/demo\"" -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -std=c++0x -MT demowindow.o -MD -MP -MF .deps/demowindow.Tpo -c -o demowindow.o demowindow.cc g++ -DHAVE_CONFIG_H -I. -I../.. -I../../. -I/usr/include/gtkmm-2.4 -I/usr/lib/gtkmm-2.4/include -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/giomm-2.4 -I/usr/lib/giomm-2.4/include -I/usr/include/gdkmm-2.4 -I/usr/lib/gdkmm-2.4/include -I/usr/include/pangomm-1.4 -I/usr/include/atkmm-1.6 -I/usr/include/gtk-2.0 -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/gtk-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/atk-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/cairo -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/libxml++-2.6 -I/usr/lib/libxml++-2.6/include -I/usr/include/libxml2 -DDEMOCODEDIR="\"/usr/share/papyrus-0.13.1/demo\"" -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -std=c++0x -MT example_LinearGradient.o -MD -MP -MF .deps/example_LinearGradient.Tpo -c -o example_LinearGradient.o example_LinearGradient.cpp g++ -DHAVE_CONFIG_H -I. -I../.. -I../../. -I/usr/include/gtkmm-2.4 -I/usr/lib/gtkmm-2.4/include -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/giomm-2.4 -I/usr/lib/giomm-2.4/include -I/usr/include/gdkmm-2.4 -I/usr/lib/gdkmm-2.4/include -I/usr/include/pangomm-1.4 -I/usr/include/atkmm-1.6 -I/usr/include/gtk-2.0 -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/gtk-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/atk-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/cairo -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/libxml++-2.6 -I/usr/lib/libxml++-2.6/include -I/usr/include/libxml2 -DDEMOCODEDIR="\"/usr/share/papyrus-0.13.1/demo\"" -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -std=c++0x -MT example_RadialGradient.o -MD -MP -MF .deps/example_RadialGradient.Tpo -c -o example_RadialGradient.o example_RadialGradient.cpp mv -f .deps/demo-common.Tpo .deps/demo-common.Po g++ -DHAVE_CONFIG_H -I. -I../.. -I../../. -I/usr/include/gtkmm-2.4 -I/usr/lib/gtkmm-2.4/include -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/giomm-2.4 -I/usr/lib/giomm-2.4/include -I/usr/include/gdkmm-2.4 -I/usr/lib/gdkmm-2.4/include -I/usr/include/pangomm-1.4 -I/usr/include/atkmm-1.6 -I/usr/include/gtk-2.0 -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/gtk-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/atk-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/cairo -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/libxml++-2.6 -I/usr/lib/libxml++-2.6/include -I/usr/include/libxml2 -DDEMOCODEDIR="\"/usr/share/papyrus-0.13.1/demo\"" -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -std=c++0x -MT example_SVG.o -MD -MP -MF .deps/example_SVG.Tpo -c -o example_SVG.o example_SVG.cpp mv -f .deps/demowindow.Tpo .deps/demowindow.Po g++ -DHAVE_CONFIG_H -I. -I../.. -I../../. -I/usr/include/gtkmm-2.4 -I/usr/lib/gtkmm-2.4/include -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/giomm-2.4 -I/usr/lib/giomm-2.4/include -I/usr/include/gdkmm-2.4 -I/usr/lib/gdkmm-2.4/include -I/usr/include/pangomm-1.4 -I/usr/include/atkmm-1.6 -I/usr/include/gtk-2.0 -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/gtk-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/atk-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/cairo -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/libxml++-2.6 -I/usr/lib/libxml++-2.6/include -I/usr/include/libxml2 -DDEMOCODEDIR="\"/usr/share/papyrus-0.13.1/demo\"" -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -std=c++0x -MT example_affine_controller.o -MD -MP -MF .deps/example_affine_controller.Tpo -c -o example_affine_controller.o example_affine_controller.cpp mv -f .deps/example_RadialGradient.Tpo .deps/example_RadialGradient.Po g++ -DHAVE_CONFIG_H -I. -I../.. -I../../. -I/usr/include/gtkmm-2.4 -I/usr/lib/gtkmm-2.4/include -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/giomm-2.4 -I/usr/lib/giomm-2.4/include -I/usr/include/gdkmm-2.4 -I/usr/lib/gdkmm-2.4/include -I/usr/include/pangomm-1.4 -I/usr/include/atkmm-1.6 -I/usr/include/gtk-2.0 -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/gtk-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/atk-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/cairo -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/libxml++-2.6 -I/usr/lib/libxml++-2.6/include -I/usr/include/libxml2 -DDEMOCODEDIR="\"/usr/share/papyrus-0.13.1/demo\"" -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -std=c++0x -MT example_affineanimator.o -MD -MP -MF .deps/example_affineanimator.Tpo -c -o example_affineanimator.o example_affineanimator.cpp mv -f .deps/example_LinearGradient.Tpo .deps/example_LinearGradient.Po g++ -DHAVE_CONFIG_H -I. -I../.. -I../../. -I/usr/include/gtkmm-2.4 -I/usr/lib/gtkmm-2.4/include -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/giomm-2.4 -I/usr/lib/giomm-2.4/include -I/usr/include/gdkmm-2.4 -I/usr/lib/gdkmm-2.4/include -I/usr/include/pangomm-1.4 -I/usr/include/atkmm-1.6 -I/usr/include/gtk-2.0 -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/gtk-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/atk-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/cairo -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/libxml++-2.6 -I/usr/lib/libxml++-2.6/include -I/usr/include/libxml2 -DDEMOCODEDIR="\"/usr/share/papyrus-0.13.1/demo\"" -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -std=c++0x -MT example_boxed.o -MD -MP -MF .deps/example_boxed.Tpo -c -o example_boxed.o example_boxed.cpp mv -f .deps/example_SVG.Tpo .deps/example_SVG.Po g++ -DHAVE_CONFIG_H -I. -I../.. -I../../. -I/usr/include/gtkmm-2.4 -I/usr/lib/gtkmm-2.4/include -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/giomm-2.4 -I/usr/lib/giomm-2.4/include -I/usr/include/gdkmm-2.4 -I/usr/lib/gdkmm-2.4/include -I/usr/include/pangomm-1.4 -I/usr/include/atkmm-1.6 -I/usr/include/gtk-2.0 -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/gtk-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/atk-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/cairo -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/libxml++-2.6 -I/usr/lib/libxml++-2.6/include -I/usr/include/libxml2 -DDEMOCODEDIR="\"/usr/share/papyrus-0.13.1/demo\"" -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -std=c++0x -MT example_drawables.o -MD -MP -MF .deps/example_drawables.Tpo -c -o example_drawables.o example_drawables.cpp example_affine_controller.cpp: In member function 'void Example_AffineController::on_scale_changed(Scale)': example_affine_controller.cpp:141: warning: enumeration value 'SCALES' not handled in switch mv -f .deps/example_affine_controller.Tpo .deps/example_affine_controller.Po g++ -DHAVE_CONFIG_H -I. -I../.. -I../../. -I/usr/include/gtkmm-2.4 -I/usr/lib/gtkmm-2.4/include -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/giomm-2.4 -I/usr/lib/giomm-2.4/include -I/usr/include/gdkmm-2.4 -I/usr/lib/gdkmm-2.4/include -I/usr/include/pangomm-1.4 -I/usr/include/atkmm-1.6 -I/usr/include/gtk-2.0 -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/gtk-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/atk-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/cairo -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/libxml++-2.6 -I/usr/lib/libxml++-2.6/include -I/usr/include/libxml2 -DDEMOCODEDIR="\"/usr/share/papyrus-0.13.1/demo\"" -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -std=c++0x -MT example_freehandsketcher.o -MD -MP -MF .deps/example_freehandsketcher.Tpo -c -o example_freehandsketcher.o example_freehandsketcher.cpp mv -f .deps/example_boxed.Tpo .deps/example_boxed.Po g++ -DHAVE_CONFIG_H -I. -I../.. -I../../. -I/usr/include/gtkmm-2.4 -I/usr/lib/gtkmm-2.4/include -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/giomm-2.4 -I/usr/lib/giomm-2.4/include -I/usr/include/gdkmm-2.4 -I/usr/lib/gdkmm-2.4/include -I/usr/include/pangomm-1.4 -I/usr/include/atkmm-1.6 -I/usr/include/gtk-2.0 -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/gtk-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/atk-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/cairo -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/libxml++-2.6 -I/usr/lib/libxml++-2.6/include -I/usr/include/libxml2 -DDEMOCODEDIR="\"/usr/share/papyrus-0.13.1/demo\"" -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -std=c++0x -MT example_freeze_thaw.o -MD -MP -MF .deps/example_freeze_thaw.Tpo -c -o example_freeze_thaw.o example_freeze_thaw.cpp mv -f .deps/example_affineanimator.Tpo .deps/example_affineanimator.Po g++ -DHAVE_CONFIG_H -I. -I../.. -I../../. -I/usr/include/gtkmm-2.4 -I/usr/lib/gtkmm-2.4/include -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/giomm-2.4 -I/usr/lib/giomm-2.4/include -I/usr/include/gdkmm-2.4 -I/usr/lib/gdkmm-2.4/include -I/usr/include/pangomm-1.4 -I/usr/include/atkmm-1.6 -I/usr/include/gtk-2.0 -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/gtk-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/atk-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/cairo -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/libxml++-2.6 -I/usr/lib/libxml++-2.6/include -I/usr/include/libxml2 -DDEMOCODEDIR="\"/usr/share/papyrus-0.13.1/demo\"" -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -std=c++0x -MT example_handlebox_scaler.o -MD -MP -MF .deps/example_handlebox_scaler.Tpo -c -o example_handlebox_scaler.o example_handlebox_scaler.cpp mv -f .deps/example_drawables.Tpo .deps/example_drawables.Po g++ -DHAVE_CONFIG_H -I. -I../.. -I../../. -I/usr/include/gtkmm-2.4 -I/usr/lib/gtkmm-2.4/include -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/giomm-2.4 -I/usr/lib/giomm-2.4/include -I/usr/include/gdkmm-2.4 -I/usr/lib/gdkmm-2.4/include -I/usr/include/pangomm-1.4 -I/usr/include/atkmm-1.6 -I/usr/include/gtk-2.0 -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/gtk-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/atk-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/cairo -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/libxml++-2.6 -I/usr/lib/libxml++-2.6/include -I/usr/include/libxml2 -DDEMOCODEDIR="\"/usr/share/papyrus-0.13.1/demo\"" -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -std=c++0x -MT example_markers.o -MD -MP -MF .deps/example_markers.Tpo -c -o example_markers.o example_markers.cpp mv -f .deps/example_freehandsketcher.Tpo .deps/example_freehandsketcher.Po g++ -DHAVE_CONFIG_H -I. -I../.. -I../../. -I/usr/include/gtkmm-2.4 -I/usr/lib/gtkmm-2.4/include -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/giomm-2.4 -I/usr/lib/giomm-2.4/include -I/usr/include/gdkmm-2.4 -I/usr/lib/gdkmm-2.4/include -I/usr/include/pangomm-1.4 -I/usr/include/atkmm-1.6 -I/usr/include/gtk-2.0 -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/gtk-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/atk-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/cairo -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/libxml++-2.6 -I/usr/lib/libxml++-2.6/include -I/usr/include/libxml2 -DDEMOCODEDIR="\"/usr/share/papyrus-0.13.1/demo\"" -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -std=c++0x -MT example_operators.o -MD -MP -MF .deps/example_operators.Tpo -c -o example_operators.o example_operators.cpp example_handlebox_scaler.cpp: In constructor 'Example_Handlebox_Scaler::Example_Handlebox_Scaler()': example_handlebox_scaler.cpp:46: warning: unused variable 'hbox' mv -f .deps/example_handlebox_scaler.Tpo .deps/example_handlebox_scaler.Po g++ -DHAVE_CONFIG_H -I. -I../.. -I../../. -I/usr/include/gtkmm-2.4 -I/usr/lib/gtkmm-2.4/include -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/giomm-2.4 -I/usr/lib/giomm-2.4/include -I/usr/include/gdkmm-2.4 -I/usr/lib/gdkmm-2.4/include -I/usr/include/pangomm-1.4 -I/usr/include/atkmm-1.6 -I/usr/include/gtk-2.0 -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/gtk-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/atk-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/cairo -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/libxml++-2.6 -I/usr/lib/libxml++-2.6/include -I/usr/include/libxml2 -DDEMOCODEDIR="\"/usr/share/papyrus-0.13.1/demo\"" -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -std=c++0x -MT example_rotator.o -MD -MP -MF .deps/example_rotator.Tpo -c -o example_rotator.o example_rotator.cpp mv -f .deps/example_freeze_thaw.Tpo .deps/example_freeze_thaw.Po g++ -DHAVE_CONFIG_H -I. -I../.. -I../../. -I/usr/include/gtkmm-2.4 -I/usr/lib/gtkmm-2.4/include -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/giomm-2.4 -I/usr/lib/giomm-2.4/include -I/usr/include/gdkmm-2.4 -I/usr/lib/gdkmm-2.4/include -I/usr/include/pangomm-1.4 -I/usr/include/atkmm-1.6 -I/usr/include/gtk-2.0 -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/gtk-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/atk-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/cairo -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/libxml++-2.6 -I/usr/lib/libxml++-2.6/include -I/usr/include/libxml2 -DDEMOCODEDIR="\"/usr/share/papyrus-0.13.1/demo\"" -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -std=c++0x -MT example_scaler.o -MD -MP -MF .deps/example_scaler.Tpo -c -o example_scaler.o example_scaler.cpp mv -f .deps/example_markers.Tpo .deps/example_markers.Po g++ -DHAVE_CONFIG_H -I. -I../.. -I../../. -I/usr/include/gtkmm-2.4 -I/usr/lib/gtkmm-2.4/include -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/giomm-2.4 -I/usr/lib/giomm-2.4/include -I/usr/include/gdkmm-2.4 -I/usr/lib/gdkmm-2.4/include -I/usr/include/pangomm-1.4 -I/usr/include/atkmm-1.6 -I/usr/include/gtk-2.0 -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/gtk-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/atk-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/cairo -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/libxml++-2.6 -I/usr/lib/libxml++-2.6/include -I/usr/include/libxml2 -DDEMOCODEDIR="\"/usr/share/papyrus-0.13.1/demo\"" -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -std=c++0x -MT example_selector.o -MD -MP -MF .deps/example_selector.Tpo -c -o example_selector.o example_selector.cpp example_rotator.cpp: In constructor 'Example_Rotator::Example_Rotator()': example_rotator.cpp:37: warning: unused variable 'hbox' mv -f .deps/example_operators.Tpo .deps/example_operators.Po g++ -DHAVE_CONFIG_H -I. -I../.. -I../../. -I/usr/include/gtkmm-2.4 -I/usr/lib/gtkmm-2.4/include -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/giomm-2.4 -I/usr/lib/giomm-2.4/include -I/usr/include/gdkmm-2.4 -I/usr/lib/gdkmm-2.4/include -I/usr/include/pangomm-1.4 -I/usr/include/atkmm-1.6 -I/usr/include/gtk-2.0 -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/gtk-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/atk-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/cairo -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/libxml++-2.6 -I/usr/lib/libxml++-2.6/include -I/usr/include/libxml2 -DDEMOCODEDIR="\"/usr/share/papyrus-0.13.1/demo\"" -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -std=c++0x -MT example_translator.o -MD -MP -MF .deps/example_translator.Tpo -c -o example_translator.o example_translator.cpp example_scaler.cpp: In constructor 'Example_Scaler::Example_Scaler()': example_scaler.cpp:34: warning: unused variable 'hbox' example_scaler.cpp: In member function 'void Example_Scaler::on_button_toggled(int)': example_scaler.cpp:85: warning: 'side' may be used uninitialized in this function mv -f .deps/example_rotator.Tpo .deps/example_rotator.Po g++ -DHAVE_CONFIG_H -I. -I../.. -I../../. -I/usr/include/gtkmm-2.4 -I/usr/lib/gtkmm-2.4/include -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/giomm-2.4 -I/usr/lib/giomm-2.4/include -I/usr/include/gdkmm-2.4 -I/usr/lib/gdkmm-2.4/include -I/usr/include/pangomm-1.4 -I/usr/include/atkmm-1.6 -I/usr/include/gtk-2.0 -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/gtk-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/atk-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/cairo -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/libxml++-2.6 -I/usr/lib/libxml++-2.6/include -I/usr/include/libxml2 -DDEMOCODEDIR="\"/usr/share/papyrus-0.13.1/demo\"" -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -std=c++0x -MT example_viewbox.o -MD -MP -MF .deps/example_viewbox.Tpo -c -o example_viewbox.o example_viewbox.cpp mv -f .deps/example_scaler.Tpo .deps/example_scaler.Po g++ -DHAVE_CONFIG_H -I. -I../.. -I../../. -I/usr/include/gtkmm-2.4 -I/usr/lib/gtkmm-2.4/include -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/giomm-2.4 -I/usr/lib/giomm-2.4/include -I/usr/include/gdkmm-2.4 -I/usr/lib/gdkmm-2.4/include -I/usr/include/pangomm-1.4 -I/usr/include/atkmm-1.6 -I/usr/include/gtk-2.0 -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/gtk-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/atk-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/cairo -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/libxml++-2.6 -I/usr/lib/libxml++-2.6/include -I/usr/include/libxml2 -DDEMOCODEDIR="\"/usr/share/papyrus-0.13.1/demo\"" -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -std=c++0x -MT example_zoomer.o -MD -MP -MF .deps/example_zoomer.Tpo -c -o example_zoomer.o example_zoomer.cpp mv -f .deps/example_selector.Tpo .deps/example_selector.Po g++ -DHAVE_CONFIG_H -I. -I../.. -I../../. -I/usr/include/gtkmm-2.4 -I/usr/lib/gtkmm-2.4/include -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/giomm-2.4 -I/usr/lib/giomm-2.4/include -I/usr/include/gdkmm-2.4 -I/usr/lib/gdkmm-2.4/include -I/usr/include/pangomm-1.4 -I/usr/include/atkmm-1.6 -I/usr/include/gtk-2.0 -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/gtk-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/atk-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/cairo -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/libxml++-2.6 -I/usr/lib/libxml++-2.6/include -I/usr/include/libxml2 -DDEMOCODEDIR="\"/usr/share/papyrus-0.13.1/demo\"" -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -std=c++0x -MT main.o -MD -MP -MF .deps/main.Tpo -c -o main.o main.cc mv -f .deps/main.Tpo .deps/main.Po g++ -DHAVE_CONFIG_H -I. -I../.. -I../../. -I/usr/include/gtkmm-2.4 -I/usr/lib/gtkmm-2.4/include -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/giomm-2.4 -I/usr/lib/giomm-2.4/include -I/usr/include/gdkmm-2.4 -I/usr/lib/gdkmm-2.4/include -I/usr/include/pangomm-1.4 -I/usr/include/atkmm-1.6 -I/usr/include/gtk-2.0 -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/gtk-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/atk-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/cairo -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/libxml++-2.6 -I/usr/lib/libxml++-2.6/include -I/usr/include/libxml2 -DDEMOCODEDIR="\"/usr/share/papyrus-0.13.1/demo\"" -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -std=c++0x -MT textwidget.o -MD -MP -MF .deps/textwidget.Tpo -c -o textwidget.o textwidget.cc example_zoomer.cpp: In constructor 'Example_Zoomer::Example_Zoomer()': example_zoomer.cpp:30: warning: unused variable 'hbox' mv -f .deps/example_translator.Tpo .deps/example_translator.Po mv -f .deps/example_zoomer.Tpo .deps/example_zoomer.Po mv -f .deps/example_viewbox.Tpo .deps/example_viewbox.Po mv -f .deps/textwidget.Tpo .deps/textwidget.Po /bin/sh ../../libtool --tag=CXX --mode=link g++ -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -std=c++0x -o papyrus-demo demo-common.o demowindow.o example_LinearGradient.o example_RadialGradient.o example_SVG.o example_affine_controller.o example_affineanimator.o example_boxed.o example_drawables.o example_freehandsketcher.o example_freeze_thaw.o example_handlebox_scaler.o example_markers.o example_operators.o example_rotator.o example_scaler.o example_selector.o example_translator.o example_viewbox.o example_zoomer.o main.o textwidget.o ../../papyrus/libpapyrus.la ../../papyrus-extras/libpapyrus-extras.la ../../papyrus-gtkmm/libpapyrus-gtkmm.la -lgtkmm-2.4 -lgiomm-2.4 -lgdkmm-2.4 -latkmm-1.6 -lgtk-x11-2.0 -lpangomm-1.4 -lcairomm-1.0 -lglibmm-2.4 -lsigc-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lcairo -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lcairomm-1.0 -lcairo -lxml++-2.6 -lxml2 -lglibmm-2.4 -lgobject-2.0 -lsigc-2.0 -lglib-2.0 -lexpat libtool: link: g++ -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -std=c++0x -o .libs/papyrus-demo demo-common.o demowindow.o example_LinearGradient.o example_RadialGradient.o example_SVG.o example_affine_controller.o example_affineanimator.o example_boxed.o example_drawables.o example_freehandsketcher.o example_freeze_thaw.o example_handlebox_scaler.o example_markers.o example_operators.o example_rotator.o example_scaler.o example_selector.o example_translator.o example_viewbox.o example_zoomer.o main.o textwidget.o ../../papyrus/.libs/libpapyrus.so ../../papyrus-extras/.libs/libpapyrus-extras.so ../../papyrus-gtkmm/.libs/libpapyrus-gtkmm.so -lgtkmm-2.4 -lgiomm-2.4 -lgdkmm-2.4 -latkmm-1.6 -lgtk-x11-2.0 -lpangomm-1.4 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lpango-1.0 -lfreetype -lfontconfig -lgmodule-2.0 -lcairomm-1.0 -lcairo -lxml++-2.6 -lxml2 -lglibmm-2.4 -lgobject-2.0 -lsigc-2.0 -lglib-2.0 -lexpat make[3]: Leaving directory `/builddir/build/BUILD/papyrus-0.13.1/demos/papyrus-demo' Making all in papyrus-extras-demo make[3]: Entering directory `/builddir/build/BUILD/papyrus-0.13.1/demos/papyrus-extras-demo' g++ -DHAVE_CONFIG_H -I. -I../.. -I../../. -I/usr/include/gtkmm-2.4 -I/usr/lib/gtkmm-2.4/include -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/giomm-2.4 -I/usr/lib/giomm-2.4/include -I/usr/include/gdkmm-2.4 -I/usr/lib/gdkmm-2.4/include -I/usr/include/pangomm-1.4 -I/usr/include/atkmm-1.6 -I/usr/include/gtk-2.0 -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/gtk-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/atk-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/cairo -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/libxml++-2.6 -I/usr/lib/libxml++-2.6/include -I/usr/include/libxml2 -DDEMOCODEDIR="\"/usr/share/papyrus-0.13.1/demo\"" -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -std=c++0x -MT demo-common.o -MD -MP -MF .deps/demo-common.Tpo -c -o demo-common.o demo-common.cc g++ -DHAVE_CONFIG_H -I. -I../.. -I../../. -I/usr/include/gtkmm-2.4 -I/usr/lib/gtkmm-2.4/include -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/giomm-2.4 -I/usr/lib/giomm-2.4/include -I/usr/include/gdkmm-2.4 -I/usr/lib/gdkmm-2.4/include -I/usr/include/pangomm-1.4 -I/usr/include/atkmm-1.6 -I/usr/include/gtk-2.0 -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/gtk-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/atk-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/cairo -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/libxml++-2.6 -I/usr/lib/libxml++-2.6/include -I/usr/include/libxml2 -DDEMOCODEDIR="\"/usr/share/papyrus-0.13.1/demo\"" -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -std=c++0x -MT demowindow.o -MD -MP -MF .deps/demowindow.Tpo -c -o demowindow.o demowindow.cc g++ -DHAVE_CONFIG_H -I. -I../.. -I../../. -I/usr/include/gtkmm-2.4 -I/usr/lib/gtkmm-2.4/include -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/giomm-2.4 -I/usr/lib/giomm-2.4/include -I/usr/include/gdkmm-2.4 -I/usr/lib/gdkmm-2.4/include -I/usr/include/pangomm-1.4 -I/usr/include/atkmm-1.6 -I/usr/include/gtk-2.0 -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/gtk-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/atk-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/cairo -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/libxml++-2.6 -I/usr/lib/libxml++-2.6/include -I/usr/include/libxml2 -DDEMOCODEDIR="\"/usr/share/papyrus-0.13.1/demo\"" -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -std=c++0x -MT example_affine_controller.o -MD -MP -MF .deps/example_affine_controller.Tpo -c -o example_affine_controller.o example_affine_controller.cpp g++ -DHAVE_CONFIG_H -I. -I../.. -I../../. -I/usr/include/gtkmm-2.4 -I/usr/lib/gtkmm-2.4/include -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/giomm-2.4 -I/usr/lib/giomm-2.4/include -I/usr/include/gdkmm-2.4 -I/usr/lib/gdkmm-2.4/include -I/usr/include/pangomm-1.4 -I/usr/include/atkmm-1.6 -I/usr/include/gtk-2.0 -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/gtk-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/atk-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/cairo -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/libxml++-2.6 -I/usr/lib/libxml++-2.6/include -I/usr/include/libxml2 -DDEMOCODEDIR="\"/usr/share/papyrus-0.13.1/demo\"" -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -std=c++0x -MT example_affineanimator.o -MD -MP -MF .deps/example_affineanimator.Tpo -c -o example_affineanimator.o example_affineanimator.cpp mv -f .deps/demo-common.Tpo .deps/demo-common.Po g++ -DHAVE_CONFIG_H -I. -I../.. -I../../. -I/usr/include/gtkmm-2.4 -I/usr/lib/gtkmm-2.4/include -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/giomm-2.4 -I/usr/lib/giomm-2.4/include -I/usr/include/gdkmm-2.4 -I/usr/lib/gdkmm-2.4/include -I/usr/include/pangomm-1.4 -I/usr/include/atkmm-1.6 -I/usr/include/gtk-2.0 -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/gtk-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/atk-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/cairo -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/libxml++-2.6 -I/usr/lib/libxml++-2.6/include -I/usr/include/libxml2 -DDEMOCODEDIR="\"/usr/share/papyrus-0.13.1/demo\"" -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -std=c++0x -MT example_drawables.o -MD -MP -MF .deps/example_drawables.Tpo -c -o example_drawables.o example_drawables.cpp example_affine_controller.cpp: In member function 'void Example_AffineController::on_scale_changed(Scale)': example_affine_controller.cpp:139: warning: enumeration value 'SCALES' not handled in switch mv -f .deps/demowindow.Tpo .deps/demowindow.Po g++ -DHAVE_CONFIG_H -I. -I../.. -I../../. -I/usr/include/gtkmm-2.4 -I/usr/lib/gtkmm-2.4/include -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/giomm-2.4 -I/usr/lib/giomm-2.4/include -I/usr/include/gdkmm-2.4 -I/usr/lib/gdkmm-2.4/include -I/usr/include/pangomm-1.4 -I/usr/include/atkmm-1.6 -I/usr/include/gtk-2.0 -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/gtk-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/atk-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/cairo -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/libxml++-2.6 -I/usr/lib/libxml++-2.6/include -I/usr/include/libxml2 -DDEMOCODEDIR="\"/usr/share/papyrus-0.13.1/demo\"" -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -std=c++0x -MT example_freehandsketcher.o -MD -MP -MF .deps/example_freehandsketcher.Tpo -c -o example_freehandsketcher.o example_freehandsketcher.cpp mv -f .deps/example_affine_controller.Tpo .deps/example_affine_controller.Po g++ -DHAVE_CONFIG_H -I. -I../.. -I../../. -I/usr/include/gtkmm-2.4 -I/usr/lib/gtkmm-2.4/include -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/giomm-2.4 -I/usr/lib/giomm-2.4/include -I/usr/include/gdkmm-2.4 -I/usr/lib/gdkmm-2.4/include -I/usr/include/pangomm-1.4 -I/usr/include/atkmm-1.6 -I/usr/include/gtk-2.0 -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/gtk-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/atk-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/cairo -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/libxml++-2.6 -I/usr/lib/libxml++-2.6/include -I/usr/include/libxml2 -DDEMOCODEDIR="\"/usr/share/papyrus-0.13.1/demo\"" -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -std=c++0x -MT example_handlebox_scaler.o -MD -MP -MF .deps/example_handlebox_scaler.Tpo -c -o example_handlebox_scaler.o example_handlebox_scaler.cpp mv -f .deps/example_affineanimator.Tpo .deps/example_affineanimator.Po g++ -DHAVE_CONFIG_H -I. -I../.. -I../../. -I/usr/include/gtkmm-2.4 -I/usr/lib/gtkmm-2.4/include -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/giomm-2.4 -I/usr/lib/giomm-2.4/include -I/usr/include/gdkmm-2.4 -I/usr/lib/gdkmm-2.4/include -I/usr/include/pangomm-1.4 -I/usr/include/atkmm-1.6 -I/usr/include/gtk-2.0 -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/gtk-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/atk-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/cairo -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/libxml++-2.6 -I/usr/lib/libxml++-2.6/include -I/usr/include/libxml2 -DDEMOCODEDIR="\"/usr/share/papyrus-0.13.1/demo\"" -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -std=c++0x -MT example_markers.o -MD -MP -MF .deps/example_markers.Tpo -c -o example_markers.o example_markers.cpp mv -f .deps/example_drawables.Tpo .deps/example_drawables.Po g++ -DHAVE_CONFIG_H -I. -I../.. -I../../. -I/usr/include/gtkmm-2.4 -I/usr/lib/gtkmm-2.4/include -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/giomm-2.4 -I/usr/lib/giomm-2.4/include -I/usr/include/gdkmm-2.4 -I/usr/lib/gdkmm-2.4/include -I/usr/include/pangomm-1.4 -I/usr/include/atkmm-1.6 -I/usr/include/gtk-2.0 -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/gtk-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/atk-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/cairo -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/libxml++-2.6 -I/usr/lib/libxml++-2.6/include -I/usr/include/libxml2 -DDEMOCODEDIR="\"/usr/share/papyrus-0.13.1/demo\"" -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -std=c++0x -MT example_operators.o -MD -MP -MF .deps/example_operators.Tpo -c -o example_operators.o example_operators.cpp mv -f .deps/example_freehandsketcher.Tpo .deps/example_freehandsketcher.Po g++ -DHAVE_CONFIG_H -I. -I../.. -I../../. -I/usr/include/gtkmm-2.4 -I/usr/lib/gtkmm-2.4/include -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/giomm-2.4 -I/usr/lib/giomm-2.4/include -I/usr/include/gdkmm-2.4 -I/usr/lib/gdkmm-2.4/include -I/usr/include/pangomm-1.4 -I/usr/include/atkmm-1.6 -I/usr/include/gtk-2.0 -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/gtk-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/atk-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/cairo -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/libxml++-2.6 -I/usr/lib/libxml++-2.6/include -I/usr/include/libxml2 -DDEMOCODEDIR="\"/usr/share/papyrus-0.13.1/demo\"" -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -std=c++0x -MT example_rotator.o -MD -MP -MF .deps/example_rotator.Tpo -c -o example_rotator.o example_rotator.cpp example_handlebox_scaler.cpp: In constructor 'Example_Handlebox_Scaler::Example_Handlebox_Scaler()': example_handlebox_scaler.cpp:46: warning: unused variable 'hbox' mv -f .deps/example_handlebox_scaler.Tpo .deps/example_handlebox_scaler.Po g++ -DHAVE_CONFIG_H -I. -I../.. -I../../. -I/usr/include/gtkmm-2.4 -I/usr/lib/gtkmm-2.4/include -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/giomm-2.4 -I/usr/lib/giomm-2.4/include -I/usr/include/gdkmm-2.4 -I/usr/lib/gdkmm-2.4/include -I/usr/include/pangomm-1.4 -I/usr/include/atkmm-1.6 -I/usr/include/gtk-2.0 -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/gtk-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/atk-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/cairo -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/libxml++-2.6 -I/usr/lib/libxml++-2.6/include -I/usr/include/libxml2 -DDEMOCODEDIR="\"/usr/share/papyrus-0.13.1/demo\"" -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -std=c++0x -MT example_scaler.o -MD -MP -MF .deps/example_scaler.Tpo -c -o example_scaler.o example_scaler.cpp mv -f .deps/example_markers.Tpo .deps/example_markers.Po g++ -DHAVE_CONFIG_H -I. -I../.. -I../../. -I/usr/include/gtkmm-2.4 -I/usr/lib/gtkmm-2.4/include -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/giomm-2.4 -I/usr/lib/giomm-2.4/include -I/usr/include/gdkmm-2.4 -I/usr/lib/gdkmm-2.4/include -I/usr/include/pangomm-1.4 -I/usr/include/atkmm-1.6 -I/usr/include/gtk-2.0 -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/gtk-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/atk-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/cairo -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/libxml++-2.6 -I/usr/lib/libxml++-2.6/include -I/usr/include/libxml2 -DDEMOCODEDIR="\"/usr/share/papyrus-0.13.1/demo\"" -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -std=c++0x -MT example_selector.o -MD -MP -MF .deps/example_selector.Tpo -c -o example_selector.o example_selector.cpp example_rotator.cpp: In constructor 'Example_Rotator::Example_Rotator()': example_rotator.cpp:37: warning: unused variable 'hbox' mv -f .deps/example_operators.Tpo .deps/example_operators.Po g++ -DHAVE_CONFIG_H -I. -I../.. -I../../. -I/usr/include/gtkmm-2.4 -I/usr/lib/gtkmm-2.4/include -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/giomm-2.4 -I/usr/lib/giomm-2.4/include -I/usr/include/gdkmm-2.4 -I/usr/lib/gdkmm-2.4/include -I/usr/include/pangomm-1.4 -I/usr/include/atkmm-1.6 -I/usr/include/gtk-2.0 -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/gtk-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/atk-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/cairo -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/libxml++-2.6 -I/usr/lib/libxml++-2.6/include -I/usr/include/libxml2 -DDEMOCODEDIR="\"/usr/share/papyrus-0.13.1/demo\"" -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -std=c++0x -MT example_translator.o -MD -MP -MF .deps/example_translator.Tpo -c -o example_translator.o example_translator.cpp mv -f .deps/example_rotator.Tpo .deps/example_rotator.Po g++ -DHAVE_CONFIG_H -I. -I../.. -I../../. -I/usr/include/gtkmm-2.4 -I/usr/lib/gtkmm-2.4/include -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/giomm-2.4 -I/usr/lib/giomm-2.4/include -I/usr/include/gdkmm-2.4 -I/usr/lib/gdkmm-2.4/include -I/usr/include/pangomm-1.4 -I/usr/include/atkmm-1.6 -I/usr/include/gtk-2.0 -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/gtk-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/atk-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/cairo -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/libxml++-2.6 -I/usr/lib/libxml++-2.6/include -I/usr/include/libxml2 -DDEMOCODEDIR="\"/usr/share/papyrus-0.13.1/demo\"" -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -std=c++0x -MT example_viewbox.o -MD -MP -MF .deps/example_viewbox.Tpo -c -o example_viewbox.o example_viewbox.cpp example_scaler.cpp: In constructor 'Example_Scaler::Example_Scaler()': example_scaler.cpp:34: warning: unused variable 'hbox' example_scaler.cpp: In member function 'void Example_Scaler::on_button_toggled(int)': example_scaler.cpp:88: warning: 'side' may be used uninitialized in this function mv -f .deps/example_scaler.Tpo .deps/example_scaler.Po g++ -DHAVE_CONFIG_H -I. -I../.. -I../../. -I/usr/include/gtkmm-2.4 -I/usr/lib/gtkmm-2.4/include -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/giomm-2.4 -I/usr/lib/giomm-2.4/include -I/usr/include/gdkmm-2.4 -I/usr/lib/gdkmm-2.4/include -I/usr/include/pangomm-1.4 -I/usr/include/atkmm-1.6 -I/usr/include/gtk-2.0 -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/gtk-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/atk-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/cairo -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/libxml++-2.6 -I/usr/lib/libxml++-2.6/include -I/usr/include/libxml2 -DDEMOCODEDIR="\"/usr/share/papyrus-0.13.1/demo\"" -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -std=c++0x -MT main.o -MD -MP -MF .deps/main.Tpo -c -o main.o main.cc mv -f .deps/example_selector.Tpo .deps/example_selector.Po g++ -DHAVE_CONFIG_H -I. -I../.. -I../../. -I/usr/include/gtkmm-2.4 -I/usr/lib/gtkmm-2.4/include -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/giomm-2.4 -I/usr/lib/giomm-2.4/include -I/usr/include/gdkmm-2.4 -I/usr/lib/gdkmm-2.4/include -I/usr/include/pangomm-1.4 -I/usr/include/atkmm-1.6 -I/usr/include/gtk-2.0 -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/gtk-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/atk-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/cairo -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/libxml++-2.6 -I/usr/lib/libxml++-2.6/include -I/usr/include/libxml2 -DDEMOCODEDIR="\"/usr/share/papyrus-0.13.1/demo\"" -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -std=c++0x -MT textwidget.o -MD -MP -MF .deps/textwidget.Tpo -c -o textwidget.o textwidget.cc mv -f .deps/main.Tpo .deps/main.Po mv -f .deps/example_translator.Tpo .deps/example_translator.Po mv -f .deps/example_viewbox.Tpo .deps/example_viewbox.Po mv -f .deps/textwidget.Tpo .deps/textwidget.Po /bin/sh ../../libtool --tag=CXX --mode=link g++ -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -std=c++0x -o papyrus-extras-demo demo-common.o demowindow.o example_affine_controller.o example_affineanimator.o example_drawables.o example_freehandsketcher.o example_handlebox_scaler.o example_markers.o example_operators.o example_rotator.o example_scaler.o example_selector.o example_translator.o example_viewbox.o main.o textwidget.o ../../papyrus/libpapyrus.la ../../papyrus-extras/libpapyrus-extras.la ../../papyrus-gtkmm/libpapyrus-gtkmm.la -lgtkmm-2.4 -lgiomm-2.4 -lgdkmm-2.4 -latkmm-1.6 -lgtk-x11-2.0 -lpangomm-1.4 -lcairomm-1.0 -lglibmm-2.4 -lsigc-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lcairo -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lcairomm-1.0 -lcairo -lxml++-2.6 -lxml2 -lglibmm-2.4 -lgobject-2.0 -lsigc-2.0 -lglib-2.0 -lexpat libtool: link: g++ -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -std=c++0x -o .libs/papyrus-extras-demo demo-common.o demowindow.o example_affine_controller.o example_affineanimator.o example_drawables.o example_freehandsketcher.o example_handlebox_scaler.o example_markers.o example_operators.o example_rotator.o example_scaler.o example_selector.o example_translator.o example_viewbox.o main.o textwidget.o ../../papyrus/.libs/libpapyrus.so ../../papyrus-extras/.libs/libpapyrus-extras.so ../../papyrus-gtkmm/.libs/libpapyrus-gtkmm.so -lgtkmm-2.4 -lgiomm-2.4 -lgdkmm-2.4 -latkmm-1.6 -lgtk-x11-2.0 -lpangomm-1.4 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lpango-1.0 -lfreetype -lfontconfig -lgmodule-2.0 -lcairomm-1.0 -lcairo -lxml++-2.6 -lxml2 -lglibmm-2.4 -lgobject-2.0 -lsigc-2.0 -lglib-2.0 -lexpat make[3]: Leaving directory `/builddir/build/BUILD/papyrus-0.13.1/demos/papyrus-extras-demo' Making all in papyrus-gtkmm-demo make[3]: Entering directory `/builddir/build/BUILD/papyrus-0.13.1/demos/papyrus-gtkmm-demo' g++ -DHAVE_CONFIG_H -I. -I../.. -I../../. -I/usr/include/gtkmm-2.4 -I/usr/lib/gtkmm-2.4/include -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/giomm-2.4 -I/usr/lib/giomm-2.4/include -I/usr/include/gdkmm-2.4 -I/usr/lib/gdkmm-2.4/include -I/usr/include/pangomm-1.4 -I/usr/include/atkmm-1.6 -I/usr/include/gtk-2.0 -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/gtk-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/atk-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/cairo -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/libxml++-2.6 -I/usr/lib/libxml++-2.6/include -I/usr/include/libxml2 -DDEMOCODEDIR="\"/usr/share/papyrus-gtkmm-0.13.1/demo\"" -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -std=c++0x -MT demo-common.o -MD -MP -MF .deps/demo-common.Tpo -c -o demo-common.o demo-common.cc g++ -DHAVE_CONFIG_H -I. -I../.. -I../../. -I/usr/include/gtkmm-2.4 -I/usr/lib/gtkmm-2.4/include -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/giomm-2.4 -I/usr/lib/giomm-2.4/include -I/usr/include/gdkmm-2.4 -I/usr/lib/gdkmm-2.4/include -I/usr/include/pangomm-1.4 -I/usr/include/atkmm-1.6 -I/usr/include/gtk-2.0 -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/gtk-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/atk-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/cairo -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/libxml++-2.6 -I/usr/lib/libxml++-2.6/include -I/usr/include/libxml2 -DDEMOCODEDIR="\"/usr/share/papyrus-gtkmm-0.13.1/demo\"" -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -std=c++0x -MT demowindow.o -MD -MP -MF .deps/demowindow.Tpo -c -o demowindow.o demowindow.cc g++ -DHAVE_CONFIG_H -I. -I../.. -I../../. -I/usr/include/gtkmm-2.4 -I/usr/lib/gtkmm-2.4/include -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/giomm-2.4 -I/usr/lib/giomm-2.4/include -I/usr/include/gdkmm-2.4 -I/usr/lib/gdkmm-2.4/include -I/usr/include/pangomm-1.4 -I/usr/include/atkmm-1.6 -I/usr/include/gtk-2.0 -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/gtk-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/atk-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/cairo -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/libxml++-2.6 -I/usr/lib/libxml++-2.6/include -I/usr/include/libxml2 -DDEMOCODEDIR="\"/usr/share/papyrus-gtkmm-0.13.1/demo\"" -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -std=c++0x -MT example_animatorbouncewidget.o -MD -MP -MF .deps/example_animatorbouncewidget.Tpo -c -o example_animatorbouncewidget.o example_animatorbouncewidget.cpp g++ -DHAVE_CONFIG_H -I. -I../.. -I../../. -I/usr/include/gtkmm-2.4 -I/usr/lib/gtkmm-2.4/include -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/giomm-2.4 -I/usr/lib/giomm-2.4/include -I/usr/include/gdkmm-2.4 -I/usr/lib/gdkmm-2.4/include -I/usr/include/pangomm-1.4 -I/usr/include/atkmm-1.6 -I/usr/include/gtk-2.0 -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/gtk-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/atk-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/cairo -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/libxml++-2.6 -I/usr/lib/libxml++-2.6/include -I/usr/include/libxml2 -DDEMOCODEDIR="\"/usr/share/papyrus-gtkmm-0.13.1/demo\"" -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -std=c++0x -MT example_animatorframeintervalwidget.o -MD -MP -MF .deps/example_animatorframeintervalwidget.Tpo -c -o example_animatorframeintervalwidget.o example_animatorframeintervalwidget.cpp mv -f .deps/demo-common.Tpo .deps/demo-common.Po g++ -DHAVE_CONFIG_H -I. -I../.. -I../../. -I/usr/include/gtkmm-2.4 -I/usr/lib/gtkmm-2.4/include -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/giomm-2.4 -I/usr/lib/giomm-2.4/include -I/usr/include/gdkmm-2.4 -I/usr/lib/gdkmm-2.4/include -I/usr/include/pangomm-1.4 -I/usr/include/atkmm-1.6 -I/usr/include/gtk-2.0 -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/gtk-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/atk-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/cairo -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/libxml++-2.6 -I/usr/lib/libxml++-2.6/include -I/usr/include/libxml2 -DDEMOCODEDIR="\"/usr/share/papyrus-gtkmm-0.13.1/demo\"" -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -std=c++0x -MT example_animatorframeratewidget.o -MD -MP -MF .deps/example_animatorframeratewidget.Tpo -c -o example_animatorframeratewidget.o example_animatorframeratewidget.cpp mv -f .deps/demowindow.Tpo .deps/demowindow.Po g++ -DHAVE_CONFIG_H -I. -I../.. -I../../. -I/usr/include/gtkmm-2.4 -I/usr/lib/gtkmm-2.4/include -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/giomm-2.4 -I/usr/lib/giomm-2.4/include -I/usr/include/gdkmm-2.4 -I/usr/lib/gdkmm-2.4/include -I/usr/include/pangomm-1.4 -I/usr/include/atkmm-1.6 -I/usr/include/gtk-2.0 -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/gtk-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/atk-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/cairo -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/libxml++-2.6 -I/usr/lib/libxml++-2.6/include -I/usr/include/libxml2 -DDEMOCODEDIR="\"/usr/share/papyrus-gtkmm-0.13.1/demo\"" -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -std=c++0x -MT example_drawabletreeview.o -MD -MP -MF .deps/example_drawabletreeview.Tpo -c -o example_drawabletreeview.o example_drawabletreeview.cpp mv -f .deps/example_animatorframeintervalwidget.Tpo .deps/example_animatorframeintervalwidget.Po g++ -DHAVE_CONFIG_H -I. -I../.. -I../../. -I/usr/include/gtkmm-2.4 -I/usr/lib/gtkmm-2.4/include -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/giomm-2.4 -I/usr/lib/giomm-2.4/include -I/usr/include/gdkmm-2.4 -I/usr/lib/gdkmm-2.4/include -I/usr/include/pangomm-1.4 -I/usr/include/atkmm-1.6 -I/usr/include/gtk-2.0 -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/gtk-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/atk-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/cairo -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/libxml++-2.6 -I/usr/lib/libxml++-2.6/include -I/usr/include/libxml2 -DDEMOCODEDIR="\"/usr/share/papyrus-gtkmm-0.13.1/demo\"" -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -std=c++0x -MT example_lineargradient.o -MD -MP -MF .deps/example_lineargradient.Tpo -c -o example_lineargradient.o example_lineargradient.cpp mv -f .deps/example_animatorbouncewidget.Tpo .deps/example_animatorbouncewidget.Po g++ -DHAVE_CONFIG_H -I. -I../.. -I../../. -I/usr/include/gtkmm-2.4 -I/usr/lib/gtkmm-2.4/include -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/giomm-2.4 -I/usr/lib/giomm-2.4/include -I/usr/include/gdkmm-2.4 -I/usr/lib/gdkmm-2.4/include -I/usr/include/pangomm-1.4 -I/usr/include/atkmm-1.6 -I/usr/include/gtk-2.0 -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/gtk-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/atk-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/cairo -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/libxml++-2.6 -I/usr/lib/libxml++-2.6/include -I/usr/include/libxml2 -DDEMOCODEDIR="\"/usr/share/papyrus-gtkmm-0.13.1/demo\"" -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -std=c++0x -MT example_linecapbuttonbox.o -MD -MP -MF .deps/example_linecapbuttonbox.Tpo -c -o example_linecapbuttonbox.o example_linecapbuttonbox.cpp mv -f .deps/example_animatorframeratewidget.Tpo .deps/example_animatorframeratewidget.Po g++ -DHAVE_CONFIG_H -I. -I../.. -I../../. -I/usr/include/gtkmm-2.4 -I/usr/lib/gtkmm-2.4/include -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/giomm-2.4 -I/usr/lib/giomm-2.4/include -I/usr/include/gdkmm-2.4 -I/usr/lib/gdkmm-2.4/include -I/usr/include/pangomm-1.4 -I/usr/include/atkmm-1.6 -I/usr/include/gtk-2.0 -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/gtk-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/atk-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/cairo -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/libxml++-2.6 -I/usr/lib/libxml++-2.6/include -I/usr/include/libxml2 -DDEMOCODEDIR="\"/usr/share/papyrus-gtkmm-0.13.1/demo\"" -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -std=c++0x -MT example_linecapcombobox.o -MD -MP -MF .deps/example_linecapcombobox.Tpo -c -o example_linecapcombobox.o example_linecapcombobox.cpp mv -f .deps/example_drawabletreeview.Tpo .deps/example_drawabletreeview.Po g++ -DHAVE_CONFIG_H -I. -I../.. -I../../. -I/usr/include/gtkmm-2.4 -I/usr/lib/gtkmm-2.4/include -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/giomm-2.4 -I/usr/lib/giomm-2.4/include -I/usr/include/gdkmm-2.4 -I/usr/lib/gdkmm-2.4/include -I/usr/include/pangomm-1.4 -I/usr/include/atkmm-1.6 -I/usr/include/gtk-2.0 -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/gtk-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/atk-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/cairo -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/libxml++-2.6 -I/usr/lib/libxml++-2.6/include -I/usr/include/libxml2 -DDEMOCODEDIR="\"/usr/share/papyrus-gtkmm-0.13.1/demo\"" -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -std=c++0x -MT example_linejoinbuttonbox.o -MD -MP -MF .deps/example_linejoinbuttonbox.Tpo -c -o example_linejoinbuttonbox.o example_linejoinbuttonbox.cpp mv -f .deps/example_linecapbuttonbox.Tpo .deps/example_linecapbuttonbox.Po g++ -DHAVE_CONFIG_H -I. -I../.. -I../../. -I/usr/include/gtkmm-2.4 -I/usr/lib/gtkmm-2.4/include -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/giomm-2.4 -I/usr/lib/giomm-2.4/include -I/usr/include/gdkmm-2.4 -I/usr/lib/gdkmm-2.4/include -I/usr/include/pangomm-1.4 -I/usr/include/atkmm-1.6 -I/usr/include/gtk-2.0 -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/gtk-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/atk-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/cairo -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/libxml++-2.6 -I/usr/lib/libxml++-2.6/include -I/usr/include/libxml2 -DDEMOCODEDIR="\"/usr/share/papyrus-gtkmm-0.13.1/demo\"" -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -std=c++0x -MT example_linejoincombobox.o -MD -MP -MF .deps/example_linejoincombobox.Tpo -c -o example_linejoincombobox.o example_linejoincombobox.cpp mv -f .deps/example_linecapcombobox.Tpo .deps/example_linecapcombobox.Po g++ -DHAVE_CONFIG_H -I. -I../.. -I../../. -I/usr/include/gtkmm-2.4 -I/usr/lib/gtkmm-2.4/include -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/giomm-2.4 -I/usr/lib/giomm-2.4/include -I/usr/include/gdkmm-2.4 -I/usr/lib/gdkmm-2.4/include -I/usr/include/pangomm-1.4 -I/usr/include/atkmm-1.6 -I/usr/include/gtk-2.0 -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/gtk-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/atk-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/cairo -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/libxml++-2.6 -I/usr/lib/libxml++-2.6/include -I/usr/include/libxml2 -DDEMOCODEDIR="\"/usr/share/papyrus-gtkmm-0.13.1/demo\"" -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -std=c++0x -MT example_linewidthcombobox.o -MD -MP -MF .deps/example_linewidthcombobox.Tpo -c -o example_linewidthcombobox.o example_linewidthcombobox.cpp mv -f .deps/example_lineargradient.Tpo .deps/example_lineargradient.Po g++ -DHAVE_CONFIG_H -I. -I../.. -I../../. -I/usr/include/gtkmm-2.4 -I/usr/lib/gtkmm-2.4/include -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/giomm-2.4 -I/usr/lib/giomm-2.4/include -I/usr/include/gdkmm-2.4 -I/usr/lib/gdkmm-2.4/include -I/usr/include/pangomm-1.4 -I/usr/include/atkmm-1.6 -I/usr/include/gtk-2.0 -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/gtk-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/atk-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/cairo -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/libxml++-2.6 -I/usr/lib/libxml++-2.6/include -I/usr/include/libxml2 -DDEMOCODEDIR="\"/usr/share/papyrus-gtkmm-0.13.1/demo\"" -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -std=c++0x -MT example_markercombobox.o -MD -MP -MF .deps/example_markercombobox.Tpo -c -o example_markercombobox.o example_markercombobox.cpp mv -f .deps/example_linejoincombobox.Tpo .deps/example_linejoincombobox.Po g++ -DHAVE_CONFIG_H -I. -I../.. -I../../. -I/usr/include/gtkmm-2.4 -I/usr/lib/gtkmm-2.4/include -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/giomm-2.4 -I/usr/lib/giomm-2.4/include -I/usr/include/gdkmm-2.4 -I/usr/lib/gdkmm-2.4/include -I/usr/include/pangomm-1.4 -I/usr/include/atkmm-1.6 -I/usr/include/gtk-2.0 -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/gtk-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/atk-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/cairo -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/libxml++-2.6 -I/usr/lib/libxml++-2.6/include -I/usr/include/libxml2 -DDEMOCODEDIR="\"/usr/share/papyrus-gtkmm-0.13.1/demo\"" -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -std=c++0x -MT example_markerwidget.o -MD -MP -MF .deps/example_markerwidget.Tpo -c -o example_markerwidget.o example_markerwidget.cpp mv -f .deps/example_linejoinbuttonbox.Tpo .deps/example_linejoinbuttonbox.Po g++ -DHAVE_CONFIG_H -I. -I../.. -I../../. -I/usr/include/gtkmm-2.4 -I/usr/lib/gtkmm-2.4/include -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/giomm-2.4 -I/usr/lib/giomm-2.4/include -I/usr/include/gdkmm-2.4 -I/usr/lib/gdkmm-2.4/include -I/usr/include/pangomm-1.4 -I/usr/include/atkmm-1.6 -I/usr/include/gtk-2.0 -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/gtk-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/atk-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/cairo -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/libxml++-2.6 -I/usr/lib/libxml++-2.6/include -I/usr/include/libxml2 -DDEMOCODEDIR="\"/usr/share/papyrus-gtkmm-0.13.1/demo\"" -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -std=c++0x -MT example_pixbuf.o -MD -MP -MF .deps/example_pixbuf.Tpo -c -o example_pixbuf.o example_pixbuf.cpp mv -f .deps/example_linewidthcombobox.Tpo .deps/example_linewidthcombobox.Po g++ -DHAVE_CONFIG_H -I. -I../.. -I../../. -I/usr/include/gtkmm-2.4 -I/usr/lib/gtkmm-2.4/include -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/giomm-2.4 -I/usr/lib/giomm-2.4/include -I/usr/include/gdkmm-2.4 -I/usr/lib/gdkmm-2.4/include -I/usr/include/pangomm-1.4 -I/usr/include/atkmm-1.6 -I/usr/include/gtk-2.0 -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/gtk-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/atk-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/cairo -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/libxml++-2.6 -I/usr/lib/libxml++-2.6/include -I/usr/include/libxml2 -DDEMOCODEDIR="\"/usr/share/papyrus-gtkmm-0.13.1/demo\"" -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -std=c++0x -MT example_scrolledviewport.o -MD -MP -MF .deps/example_scrolledviewport.Tpo -c -o example_scrolledviewport.o example_scrolledviewport.cpp mv -f .deps/example_markercombobox.Tpo .deps/example_markercombobox.Po g++ -DHAVE_CONFIG_H -I. -I../.. -I../../. -I/usr/include/gtkmm-2.4 -I/usr/lib/gtkmm-2.4/include -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/giomm-2.4 -I/usr/lib/giomm-2.4/include -I/usr/include/gdkmm-2.4 -I/usr/lib/gdkmm-2.4/include -I/usr/include/pangomm-1.4 -I/usr/include/atkmm-1.6 -I/usr/include/gtk-2.0 -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/gtk-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/atk-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/cairo -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/libxml++-2.6 -I/usr/lib/libxml++-2.6/include -I/usr/include/libxml2 -DDEMOCODEDIR="\"/usr/share/papyrus-gtkmm-0.13.1/demo\"" -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -std=c++0x -MT example_strokewidget.o -MD -MP -MF .deps/example_strokewidget.Tpo -c -o example_strokewidget.o example_strokewidget.cpp mv -f .deps/example_markerwidget.Tpo .deps/example_markerwidget.Po g++ -DHAVE_CONFIG_H -I. -I../.. -I../../. -I/usr/include/gtkmm-2.4 -I/usr/lib/gtkmm-2.4/include -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/giomm-2.4 -I/usr/lib/giomm-2.4/include -I/usr/include/gdkmm-2.4 -I/usr/lib/gdkmm-2.4/include -I/usr/include/pangomm-1.4 -I/usr/include/atkmm-1.6 -I/usr/include/gtk-2.0 -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/gtk-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/atk-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/cairo -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/libxml++-2.6 -I/usr/lib/libxml++-2.6/include -I/usr/include/libxml2 -DDEMOCODEDIR="\"/usr/share/papyrus-gtkmm-0.13.1/demo\"" -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -std=c++0x -MT example_viewport.o -MD -MP -MF .deps/example_viewport.Tpo -c -o example_viewport.o example_viewport.cpp example_scrolledviewport.cpp: In constructor 'Example_ScrolledViewport::Example_ScrolledViewport()': example_scrolledviewport.cpp:32: warning: unused variable 'hbox' mv -f .deps/example_pixbuf.Tpo .deps/example_pixbuf.Po g++ -DHAVE_CONFIG_H -I. -I../.. -I../../. -I/usr/include/gtkmm-2.4 -I/usr/lib/gtkmm-2.4/include -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/giomm-2.4 -I/usr/lib/giomm-2.4/include -I/usr/include/gdkmm-2.4 -I/usr/lib/gdkmm-2.4/include -I/usr/include/pangomm-1.4 -I/usr/include/atkmm-1.6 -I/usr/include/gtk-2.0 -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/gtk-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/atk-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/cairo -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/libxml++-2.6 -I/usr/lib/libxml++-2.6/include -I/usr/include/libxml2 -DDEMOCODEDIR="\"/usr/share/papyrus-gtkmm-0.13.1/demo\"" -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -std=c++0x -MT main.o -MD -MP -MF .deps/main.Tpo -c -o main.o main.cc mv -f .deps/example_strokewidget.Tpo .deps/example_strokewidget.Po g++ -DHAVE_CONFIG_H -I. -I../.. -I../../. -I/usr/include/gtkmm-2.4 -I/usr/lib/gtkmm-2.4/include -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/giomm-2.4 -I/usr/lib/giomm-2.4/include -I/usr/include/gdkmm-2.4 -I/usr/lib/gdkmm-2.4/include -I/usr/include/pangomm-1.4 -I/usr/include/atkmm-1.6 -I/usr/include/gtk-2.0 -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/gtk-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/atk-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/cairo -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/libxml++-2.6 -I/usr/lib/libxml++-2.6/include -I/usr/include/libxml2 -DDEMOCODEDIR="\"/usr/share/papyrus-gtkmm-0.13.1/demo\"" -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -std=c++0x -MT textwidget.o -MD -MP -MF .deps/textwidget.Tpo -c -o textwidget.o textwidget.cc mv -f .deps/example_scrolledviewport.Tpo .deps/example_scrolledviewport.Po mv -f .deps/main.Tpo .deps/main.Po mv -f .deps/textwidget.Tpo .deps/textwidget.Po mv -f .deps/example_viewport.Tpo .deps/example_viewport.Po /bin/sh ../../libtool --tag=CXX --mode=link g++ -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -std=c++0x -o papyrus-gtkmm-demo demo-common.o demowindow.o example_animatorbouncewidget.o example_animatorframeintervalwidget.o example_animatorframeratewidget.o example_drawabletreeview.o example_lineargradient.o example_linecapbuttonbox.o example_linecapcombobox.o example_linejoinbuttonbox.o example_linejoincombobox.o example_linewidthcombobox.o example_markercombobox.o example_markerwidget.o example_pixbuf.o example_scrolledviewport.o example_strokewidget.o example_viewport.o main.o textwidget.o ../../papyrus-gtkmm/libpapyrus-gtkmm.la ../../papyrus/libpapyrus.la ../../papyrus-extras/libpapyrus-extras.la -lgtkmm-2.4 -lgiomm-2.4 -lgdkmm-2.4 -latkmm-1.6 -lgtk-x11-2.0 -lpangomm-1.4 -lcairomm-1.0 -lglibmm-2.4 -lsigc-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lcairo -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lcairomm-1.0 -lcairo -lxml++-2.6 -lxml2 -lglibmm-2.4 -lgobject-2.0 -lsigc-2.0 -lglib-2.0 -lexpat libtool: link: g++ -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -std=c++0x -o .libs/papyrus-gtkmm-demo demo-common.o demowindow.o example_animatorbouncewidget.o example_animatorframeintervalwidget.o example_animatorframeratewidget.o example_drawabletreeview.o example_lineargradient.o example_linecapbuttonbox.o example_linecapcombobox.o example_linejoinbuttonbox.o example_linejoincombobox.o example_linewidthcombobox.o example_markercombobox.o example_markerwidget.o example_pixbuf.o example_scrolledviewport.o example_strokewidget.o example_viewport.o main.o textwidget.o ../../papyrus-gtkmm/.libs/libpapyrus-gtkmm.so ../../papyrus/.libs/libpapyrus.so ../../papyrus-extras/.libs/libpapyrus-extras.so -lgtkmm-2.4 -lgiomm-2.4 -lgdkmm-2.4 -latkmm-1.6 -lgtk-x11-2.0 -lpangomm-1.4 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lpango-1.0 -lfreetype -lfontconfig -lgmodule-2.0 -lcairomm-1.0 -lcairo -lxml++-2.6 -lxml2 -lglibmm-2.4 -lgobject-2.0 -lsigc-2.0 -lglib-2.0 -lexpat make[3]: Leaving directory `/builddir/build/BUILD/papyrus-0.13.1/demos/papyrus-gtkmm-demo' make[3]: Entering directory `/builddir/build/BUILD/papyrus-0.13.1/demos' make[3]: Nothing to be done for `all-am'. make[3]: Leaving directory `/builddir/build/BUILD/papyrus-0.13.1/demos' make[2]: Leaving directory `/builddir/build/BUILD/papyrus-0.13.1/demos' Making all in doc make[2]: Entering directory `/builddir/build/BUILD/papyrus-0.13.1/doc' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/builddir/build/BUILD/papyrus-0.13.1/doc' Making all in examples make[2]: Entering directory `/builddir/build/BUILD/papyrus-0.13.1/examples' make[3]: Entering directory `/builddir/build/BUILD/papyrus-0.13.1/examples' make[3]: Nothing to be done for `all-am'. make[3]: Leaving directory `/builddir/build/BUILD/papyrus-0.13.1/examples' make[2]: Leaving directory `/builddir/build/BUILD/papyrus-0.13.1/examples' Making all in unit-tests make[2]: Entering directory `/builddir/build/BUILD/papyrus-0.13.1/unit-tests' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/builddir/build/BUILD/papyrus-0.13.1/unit-tests' make[2]: Entering directory `/builddir/build/BUILD/papyrus-0.13.1' make[2]: Nothing to be done for `all-am'. make[2]: Leaving directory `/builddir/build/BUILD/papyrus-0.13.1' make[1]: Leaving directory `/builddir/build/BUILD/papyrus-0.13.1' + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.F0OtHH + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/papyrus-0.13.1-1.fc10.ppc '!=' / ']' + rm -rf /builddir/build/BUILDROOT/papyrus-0.13.1-1.fc10.ppc ++ dirname /builddir/build/BUILDROOT/papyrus-0.13.1-1.fc10.ppc + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/papyrus-0.13.1-1.fc10.ppc + cd papyrus-0.13.1 + LANG=C + export LANG + unset DISPLAY + /bin/rm -rf /builddir/build/BUILDROOT/papyrus-0.13.1-1.fc10.ppc + /usr/bin/make DESTDIR=/builddir/build/BUILDROOT/papyrus-0.13.1-1.fc10.ppc 'INSTALL=/usr/bin/install -p' install Making install in papyrus make[1]: Entering directory `/builddir/build/BUILD/papyrus-0.13.1/papyrus' /usr/bin/make install-am make[2]: Entering directory `/builddir/build/BUILD/papyrus-0.13.1/papyrus' make[3]: Entering directory `/builddir/build/BUILD/papyrus-0.13.1/papyrus' test -z "/usr/lib" || /bin/mkdir -p "/builddir/build/BUILDROOT/papyrus-0.13.1-1.fc10.ppc/usr/lib" /bin/sh ../libtool --mode=install /usr/bin/install -p libpapyrus.la '/builddir/build/BUILDROOT/papyrus-0.13.1-1.fc10.ppc/usr/lib' libtool: install: /usr/bin/install -p .libs/libpapyrus.so.0.0.0 /builddir/build/BUILDROOT/papyrus-0.13.1-1.fc10.ppc/usr/lib/libpapyrus.so.0.0.0 libtool: install: (cd /builddir/build/BUILDROOT/papyrus-0.13.1-1.fc10.ppc/usr/lib && { ln -s -f libpapyrus.so.0.0.0 libpapyrus.so.0 || { rm -f libpapyrus.so.0 && ln -s libpapyrus.so.0.0.0 libpapyrus.so.0; }; }) libtool: install: (cd /builddir/build/BUILDROOT/papyrus-0.13.1-1.fc10.ppc/usr/lib && { ln -s -f libpapyrus.so.0.0.0 libpapyrus.so || { rm -f libpapyrus.so && ln -s libpapyrus.so.0.0.0 libpapyrus.so; }; }) libtool: install: /usr/bin/install -p .libs/libpapyrus.lai /builddir/build/BUILDROOT/papyrus-0.13.1-1.fc10.ppc/usr/lib/libpapyrus.la libtool: install: warning: remember to run `libtool --finish /usr/lib' test -z "/usr/include/papyrus-0.13/papyrus" || /bin/mkdir -p "/builddir/build/BUILDROOT/papyrus-0.13.1-1.fc10.ppc/usr/include/papyrus-0.13/papyrus" /usr/bin/install -p -m 644 affineanimator.h affinecontroller.h animator.h annulus.h arc.h beziergon.h bezierline.h boxed.h canvas.h circle.h color.h color_scheme.h color_utility.h controller.h drawable.h drawablecontainer.h drawablecontroller.h drawableset.h drawablesinglecontainer.h drawablewatcher.h enums.h event.h fill.h freehandsketcher.h gradient.h grid.h group.h handlebox.h hsba.h hsla.h image.h lineargradient.h marker.h matrix.h object.h paint.h papyrus-config.h path.h path_data_parser.h path_element.h '/builddir/build/BUILDROOT/papyrus-0.13.1-1.fc10.ppc/usr/include/papyrus-0.13/papyrus' /usr/bin/install -p -m 644 pointer.h polygon.h polyline.h primitives.h radialgradient.h rectangle.h reference.h region.h regularpolygon.h renderable.h rgba.h rotator.h scaler.h selector.h shape.h stroke.h svg.h text.h translator.h utility.h utility2.h viewbox.h x11_color.h yuva.h zoomer.h '/builddir/build/BUILDROOT/papyrus-0.13.1-1.fc10.ppc/usr/include/papyrus-0.13/papyrus' make[3]: Leaving directory `/builddir/build/BUILD/papyrus-0.13.1/papyrus' make[2]: Leaving directory `/builddir/build/BUILD/papyrus-0.13.1/papyrus' make[1]: Leaving directory `/builddir/build/BUILD/papyrus-0.13.1/papyrus' Making install in papyrus-extras make[1]: Entering directory `/builddir/build/BUILD/papyrus-0.13.1/papyrus-extras' make[2]: Entering directory `/builddir/build/BUILD/papyrus-0.13.1/papyrus-extras' test -z "/usr/lib" || /bin/mkdir -p "/builddir/build/BUILDROOT/papyrus-0.13.1-1.fc10.ppc/usr/lib" /bin/sh ../libtool --mode=install /usr/bin/install -p libpapyrus-extras.la '/builddir/build/BUILDROOT/papyrus-0.13.1-1.fc10.ppc/usr/lib' libtool: install: /usr/bin/install -p .libs/libpapyrus-extras.so.0.0.0 /builddir/build/BUILDROOT/papyrus-0.13.1-1.fc10.ppc/usr/lib/libpapyrus-extras.so.0.0.0 libtool: install: (cd /builddir/build/BUILDROOT/papyrus-0.13.1-1.fc10.ppc/usr/lib && { ln -s -f libpapyrus-extras.so.0.0.0 libpapyrus-extras.so.0 || { rm -f libpapyrus-extras.so.0 && ln -s libpapyrus-extras.so.0.0.0 libpapyrus-extras.so.0; }; }) libtool: install: (cd /builddir/build/BUILDROOT/papyrus-0.13.1-1.fc10.ppc/usr/lib && { ln -s -f libpapyrus-extras.so.0.0.0 libpapyrus-extras.so || { rm -f libpapyrus-extras.so && ln -s libpapyrus-extras.so.0.0.0 libpapyrus-extras.so; }; }) libtool: install: /usr/bin/install -p .libs/libpapyrus-extras.lai /builddir/build/BUILDROOT/papyrus-0.13.1-1.fc10.ppc/usr/lib/libpapyrus-extras.la libtool: install: warning: remember to run `libtool --finish /usr/lib' test -z "/usr/include/papyrus-0.13/papyrus-extras" || /bin/mkdir -p "/builddir/build/BUILDROOT/papyrus-0.13.1-1.fc10.ppc/usr/include/papyrus-0.13/papyrus-extras" /usr/bin/install -p -m 644 deltille.h face.h factory.h hextille.h hilbert.h kochcurve.h kochsnowflake.h quadrille.h sierpinski.h tiling.h '/builddir/build/BUILDROOT/papyrus-0.13.1-1.fc10.ppc/usr/include/papyrus-0.13/papyrus-extras' make[2]: Leaving directory `/builddir/build/BUILD/papyrus-0.13.1/papyrus-extras' make[1]: Leaving directory `/builddir/build/BUILD/papyrus-0.13.1/papyrus-extras' Making install in papyrus-gtkmm make[1]: Entering directory `/builddir/build/BUILD/papyrus-0.13.1/papyrus-gtkmm' make[2]: Entering directory `/builddir/build/BUILD/papyrus-0.13.1/papyrus-gtkmm' test -z "/usr/lib" || /bin/mkdir -p "/builddir/build/BUILDROOT/papyrus-0.13.1-1.fc10.ppc/usr/lib" /bin/sh ../libtool --mode=install /usr/bin/install -p libpapyrus-gtkmm.la '/builddir/build/BUILDROOT/papyrus-0.13.1-1.fc10.ppc/usr/lib' libtool: install: /usr/bin/install -p .libs/libpapyrus-gtkmm.so.0.0.0 /builddir/build/BUILDROOT/papyrus-0.13.1-1.fc10.ppc/usr/lib/libpapyrus-gtkmm.so.0.0.0 libtool: install: (cd /builddir/build/BUILDROOT/papyrus-0.13.1-1.fc10.ppc/usr/lib && { ln -s -f libpapyrus-gtkmm.so.0.0.0 libpapyrus-gtkmm.so.0 || { rm -f libpapyrus-gtkmm.so.0 && ln -s libpapyrus-gtkmm.so.0.0.0 libpapyrus-gtkmm.so.0; }; }) libtool: install: (cd /builddir/build/BUILDROOT/papyrus-0.13.1-1.fc10.ppc/usr/lib && { ln -s -f libpapyrus-gtkmm.so.0.0.0 libpapyrus-gtkmm.so || { rm -f libpapyrus-gtkmm.so && ln -s libpapyrus-gtkmm.so.0.0.0 libpapyrus-gtkmm.so; }; }) libtool: install: /usr/bin/install -p .libs/libpapyrus-gtkmm.lai /builddir/build/BUILDROOT/papyrus-0.13.1-1.fc10.ppc/usr/lib/libpapyrus-gtkmm.la libtool: install: warning: remember to run `libtool --finish /usr/lib' test -z "/usr/include/papyrus-0.13/papyrus-gtkmm" || /bin/mkdir -p "/builddir/build/BUILDROOT/papyrus-0.13.1-1.fc10.ppc/usr/include/papyrus-0.13/papyrus-gtkmm" /usr/bin/install -p -m 644 animatorbouncewidget.h animatorframeintervalwidget.h animatorframeratewidget.h drawabletreeview.h enums.h gradientstopwidget.h linecapbuttonbox.h linecapcombobox.h linejoinbuttonbox.h linejoincombobox.h linewidthcombobox.h markercombobox.h markerwidget.h scrolleddrawabletreeview.h scrolledviewport.h strokedialog.h strokewidget.h utility.h viewport.h '/builddir/build/BUILDROOT/papyrus-0.13.1-1.fc10.ppc/usr/include/papyrus-0.13/papyrus-gtkmm' make[2]: Leaving directory `/builddir/build/BUILD/papyrus-0.13.1/papyrus-gtkmm' make[1]: Leaving directory `/builddir/build/BUILD/papyrus-0.13.1/papyrus-gtkmm' Making install in demos make[1]: Entering directory `/builddir/build/BUILD/papyrus-0.13.1/demos' Making install in papyrus-demo make[2]: Entering directory `/builddir/build/BUILD/papyrus-0.13.1/demos/papyrus-demo' make[3]: Entering directory `/builddir/build/BUILD/papyrus-0.13.1/demos/papyrus-demo' test -z "/usr/bin" || /bin/mkdir -p "/builddir/build/BUILDROOT/papyrus-0.13.1-1.fc10.ppc/usr/bin" /bin/sh ../../libtool --mode=install /usr/bin/install -p papyrus-demo '/builddir/build/BUILDROOT/papyrus-0.13.1-1.fc10.ppc/usr/bin' libtool: install: warning: `../../papyrus/libpapyrus.la' has not been installed in `/usr/lib' libtool: install: warning: `../../papyrus-extras/libpapyrus-extras.la' has not been installed in `/usr/lib' libtool: install: warning: `../../papyrus-gtkmm/libpapyrus-gtkmm.la' has not been installed in `/usr/lib' libtool: install: /usr/bin/install -p .libs/papyrus-demo /builddir/build/BUILDROOT/papyrus-0.13.1-1.fc10.ppc/usr/bin/papyrus-demo test -z "/usr/share/papyrus-0.13.1/demo" || /bin/mkdir -p "/builddir/build/BUILDROOT/papyrus-0.13.1-1.fc10.ppc/usr/share/papyrus-0.13.1/demo" /usr/bin/install -p -m 644 example_LinearGradient.cpp example_RadialGradient.cpp example_SVG.cpp example_affine_controller.cpp example_affineanimator.cpp example_boxed.cpp example_drawables.cpp example_freehandsketcher.cpp example_freeze_thaw.cpp example_handlebox_scaler.cpp example_markers.cpp example_operators.cpp example_rotator.cpp example_scaler.cpp example_selector.cpp example_translator.cpp example_viewbox.cpp example_zoomer.cpp papyrus-icon.png '/builddir/build/BUILDROOT/papyrus-0.13.1-1.fc10.ppc/usr/share/papyrus-0.13.1/demo' make[3]: Leaving directory `/builddir/build/BUILD/papyrus-0.13.1/demos/papyrus-demo' make[2]: Leaving directory `/builddir/build/BUILD/papyrus-0.13.1/demos/papyrus-demo' Making install in papyrus-extras-demo make[2]: Entering directory `/builddir/build/BUILD/papyrus-0.13.1/demos/papyrus-extras-demo' make[3]: Entering directory `/builddir/build/BUILD/papyrus-0.13.1/demos/papyrus-extras-demo' test -z "/usr/bin" || /bin/mkdir -p "/builddir/build/BUILDROOT/papyrus-0.13.1-1.fc10.ppc/usr/bin" /bin/sh ../../libtool --mode=install /usr/bin/install -p papyrus-extras-demo '/builddir/build/BUILDROOT/papyrus-0.13.1-1.fc10.ppc/usr/bin' libtool: install: warning: `../../papyrus/libpapyrus.la' has not been installed in `/usr/lib' libtool: install: warning: `../../papyrus-extras/libpapyrus-extras.la' has not been installed in `/usr/lib' libtool: install: warning: `../../papyrus-gtkmm/libpapyrus-gtkmm.la' has not been installed in `/usr/lib' libtool: install: /usr/bin/install -p .libs/papyrus-extras-demo /builddir/build/BUILDROOT/papyrus-0.13.1-1.fc10.ppc/usr/bin/papyrus-extras-demo test -z "/usr/share/papyrus-0.13.1/demo" || /bin/mkdir -p "/builddir/build/BUILDROOT/papyrus-0.13.1-1.fc10.ppc/usr/share/papyrus-0.13.1/demo" /usr/bin/install -p -m 644 example_affine_controller.cpp example_affineanimator.cpp example_drawables.cpp example_freehandsketcher.cpp example_handlebox_scaler.cpp example_markers.cpp example_operators.cpp example_rotator.cpp example_scaler.cpp example_selector.cpp example_translator.cpp example_viewbox.cpp papyrus-icon.png '/builddir/build/BUILDROOT/papyrus-0.13.1-1.fc10.ppc/usr/share/papyrus-0.13.1/demo' make[3]: Leaving directory `/builddir/build/BUILD/papyrus-0.13.1/demos/papyrus-extras-demo' make[2]: Leaving directory `/builddir/build/BUILD/papyrus-0.13.1/demos/papyrus-extras-demo' Making install in papyrus-gtkmm-demo make[2]: Entering directory `/builddir/build/BUILD/papyrus-0.13.1/demos/papyrus-gtkmm-demo' make[3]: Entering directory `/builddir/build/BUILD/papyrus-0.13.1/demos/papyrus-gtkmm-demo' test -z "/usr/bin" || /bin/mkdir -p "/builddir/build/BUILDROOT/papyrus-0.13.1-1.fc10.ppc/usr/bin" /bin/sh ../../libtool --mode=install /usr/bin/install -p papyrus-gtkmm-demo '/builddir/build/BUILDROOT/papyrus-0.13.1-1.fc10.ppc/usr/bin' libtool: install: warning: `../../papyrus-gtkmm/libpapyrus-gtkmm.la' has not been installed in `/usr/lib' libtool: install: warning: `../../papyrus/libpapyrus.la' has not been installed in `/usr/lib' libtool: install: warning: `../../papyrus-extras/libpapyrus-extras.la' has not been installed in `/usr/lib' libtool: install: /usr/bin/install -p .libs/papyrus-gtkmm-demo /builddir/build/BUILDROOT/papyrus-0.13.1-1.fc10.ppc/usr/bin/papyrus-gtkmm-demo test -z "/usr/share/papyrus-gtkmm-0.13.1/demo" || /bin/mkdir -p "/builddir/build/BUILDROOT/papyrus-0.13.1-1.fc10.ppc/usr/share/papyrus-gtkmm-0.13.1/demo" /usr/bin/install -p -m 644 example_animatorbouncewidget.cpp example_animatorframeintervalwidget.cpp example_animatorframeratewidget.cpp example_drawabletreeview.cpp example_lineargradient.cpp example_linecapbuttonbox.cpp example_linecapcombobox.cpp example_linejoinbuttonbox.cpp example_linejoincombobox.cpp example_linewidthcombobox.cpp example_markercombobox.cpp example_markerwidget.cpp example_pixbuf.cpp example_scrolledviewport.cpp example_strokewidget.cpp example_viewport.cpp papyrus-icon.png '/builddir/build/BUILDROOT/papyrus-0.13.1-1.fc10.ppc/usr/share/papyrus-gtkmm-0.13.1/demo' make[3]: Leaving directory `/builddir/build/BUILD/papyrus-0.13.1/demos/papyrus-gtkmm-demo' make[2]: Leaving directory `/builddir/build/BUILD/papyrus-0.13.1/demos/papyrus-gtkmm-demo' make[2]: Entering directory `/builddir/build/BUILD/papyrus-0.13.1/demos' make[3]: Entering directory `/builddir/build/BUILD/papyrus-0.13.1/demos' make[3]: Nothing to be done for `install-exec-am'. make[3]: Nothing to be done for `install-data-am'. make[3]: Leaving directory `/builddir/build/BUILD/papyrus-0.13.1/demos' make[2]: Leaving directory `/builddir/build/BUILD/papyrus-0.13.1/demos' make[1]: Leaving directory `/builddir/build/BUILD/papyrus-0.13.1/demos' Making install in doc make[1]: Entering directory `/builddir/build/BUILD/papyrus-0.13.1/doc' make[2]: Entering directory `/builddir/build/BUILD/papyrus-0.13.1/doc' make[2]: Nothing to be done for `install-exec-am'. make[2]: Nothing to be done for `install-data-am'. make[2]: Leaving directory `/builddir/build/BUILD/papyrus-0.13.1/doc' make[1]: Leaving directory `/builddir/build/BUILD/papyrus-0.13.1/doc' Making install in examples make[1]: Entering directory `/builddir/build/BUILD/papyrus-0.13.1/examples' make[2]: Entering directory `/builddir/build/BUILD/papyrus-0.13.1/examples' make[3]: Entering directory `/builddir/build/BUILD/papyrus-0.13.1/examples' make[3]: Nothing to be done for `install-exec-am'. make[3]: Nothing to be done for `install-data-am'. make[3]: Leaving directory `/builddir/build/BUILD/papyrus-0.13.1/examples' make[2]: Leaving directory `/builddir/build/BUILD/papyrus-0.13.1/examples' make[1]: Leaving directory `/builddir/build/BUILD/papyrus-0.13.1/examples' Making install in unit-tests make[1]: Entering directory `/builddir/build/BUILD/papyrus-0.13.1/unit-tests' make[2]: Entering directory `/builddir/build/BUILD/papyrus-0.13.1/unit-tests' make[2]: Nothing to be done for `install-exec-am'. make[2]: Nothing to be done for `install-data-am'. make[2]: Leaving directory `/builddir/build/BUILD/papyrus-0.13.1/unit-tests' make[1]: Leaving directory `/builddir/build/BUILD/papyrus-0.13.1/unit-tests' make[1]: Entering directory `/builddir/build/BUILD/papyrus-0.13.1' make[2]: Entering directory `/builddir/build/BUILD/papyrus-0.13.1' make[2]: Nothing to be done for `install-exec-am'. test -z "/usr/lib/pkgconfig" || /bin/mkdir -p "/builddir/build/BUILDROOT/papyrus-0.13.1-1.fc10.ppc/usr/lib/pkgconfig" /usr/bin/install -p -m 644 papyrus-1.0.pc papyrus-gtkmm-1.0.pc papyrus-extras-1.0.pc '/builddir/build/BUILDROOT/papyrus-0.13.1-1.fc10.ppc/usr/lib/pkgconfig' test -z "/usr/include/papyrus-0.13" || /bin/mkdir -p "/builddir/build/BUILDROOT/papyrus-0.13.1-1.fc10.ppc/usr/include/papyrus-0.13" /usr/bin/install -p -m 644 papyrus.h papyrus-gtkmm.h papyrus-extras.h '/builddir/build/BUILDROOT/papyrus-0.13.1-1.fc10.ppc/usr/include/papyrus-0.13' make[2]: Leaving directory `/builddir/build/BUILD/papyrus-0.13.1' make[1]: Leaving directory `/builddir/build/BUILD/papyrus-0.13.1' + find /builddir/build/BUILDROOT/papyrus-0.13.1-1.fc10.ppc -type f -name '*.la' -exec rm -f '{}' ';' + /bin/mkdir -p /builddir/build/BUILDROOT/papyrus-0.13.1-1.fc10.ppc/usr/share/gtk-doc/html/papyrus-0.13/reference/html/ + /usr/bin/install -p --mode=0664 -t /builddir/build/BUILDROOT/papyrus-0.13.1-1.fc10.ppc/usr/share/gtk-doc/html/papyrus-0.13/reference/html/ doc/reference/html/affineanimator_8cpp.html doc/reference/html/affineanimator_8cpp__incl.png doc/reference/html/affineanimator_8h.html doc/reference/html/affineanimator_8h__dep__incl.png doc/reference/html/affineanimator_8h__incl.png doc/reference/html/affineanimator_8h_source.html doc/reference/html/affinecontroller_8cpp.html doc/reference/html/affinecontroller_8cpp__incl.png doc/reference/html/affinecontroller_8h.html doc/reference/html/affinecontroller_8h__dep__incl.png doc/reference/html/affinecontroller_8h__incl.png doc/reference/html/affinecontroller_8h_source.html doc/reference/html/animator_8cpp.html doc/reference/html/animator_8cpp__incl.png doc/reference/html/animator_8h.html doc/reference/html/animator_8h__dep__incl.png doc/reference/html/animator_8h__incl.png doc/reference/html/animator_8h_source.html doc/reference/html/animatorbouncewidget_8cpp.html doc/reference/html/animatorbouncewidget_8cpp__incl.png doc/reference/html/animatorbouncewidget_8h.html doc/reference/html/animatorbouncewidget_8h__dep__incl.png doc/reference/html/animatorbouncewidget_8h__incl.png doc/reference/html/animatorbouncewidget_8h_source.html doc/reference/html/animatorframeintervalwidget_8cpp.html doc/reference/html/animatorframeintervalwidget_8cpp__incl.png doc/reference/html/animatorframeintervalwidget_8h.html doc/reference/html/animatorframeintervalwidget_8h__dep__incl.png doc/reference/html/animatorframeintervalwidget_8h__incl.png doc/reference/html/animatorframeintervalwidget_8h_source.html doc/reference/html/animatorframeratewidget_8cpp.html doc/reference/html/animatorframeratewidget_8cpp__incl.png doc/reference/html/animatorframeratewidget_8h.html doc/reference/html/animatorframeratewidget_8h__dep__incl.png doc/reference/html/animatorframeratewidget_8h__incl.png doc/reference/html/animatorframeratewidget_8h_source.html doc/reference/html/annotated.html doc/reference/html/annulus_8cpp.html doc/reference/html/annulus_8cpp__incl.png doc/reference/html/annulus_8h.html doc/reference/html/annulus_8h__dep__incl.png doc/reference/html/annulus_8h__incl.png doc/reference/html/annulus_8h_source.html doc/reference/html/arc.png doc/reference/html/arc_8cpp.html doc/reference/html/arc_8cpp__incl.png doc/reference/html/arc_8h.html doc/reference/html/arc_8h__dep__incl.png doc/reference/html/arc_8h__incl.png doc/reference/html/arc_8h_source.html doc/reference/html/beziergon.png doc/reference/html/beziergon_8cpp.html doc/reference/html/beziergon_8cpp__incl.png doc/reference/html/beziergon_8h.html doc/reference/html/beziergon_8h__dep__incl.png doc/reference/html/beziergon_8h__incl.png doc/reference/html/beziergon_8h_source.html doc/reference/html/bezierline.png doc/reference/html/bezierline_8cpp.html doc/reference/html/bezierline_8cpp__incl.png doc/reference/html/bezierline_8h.html doc/reference/html/bezierline_8h__dep__incl.png doc/reference/html/bezierline_8h__incl.png doc/reference/html/bezierline_8h_source.html doc/reference/html/boxed.png doc/reference/html/boxed_8cpp.html doc/reference/html/boxed_8cpp__incl.png doc/reference/html/boxed_8h.html doc/reference/html/boxed_8h__dep__incl.png doc/reference/html/boxed_8h__incl.png doc/reference/html/boxed_8h_source.html doc/reference/html/bug-small.png doc/reference/html/bug.png doc/reference/html/bugs-small.png doc/reference/html/bugs.png doc/reference/html/cairo-logo.png doc/reference/html/cairo_banner.svg doc/reference/html/canvas_8cpp.html doc/reference/html/canvas_8cpp__incl.png doc/reference/html/canvas_8h.html doc/reference/html/canvas_8h__dep__incl.png doc/reference/html/canvas_8h__incl.png doc/reference/html/canvas_8h_source.html doc/reference/html/circle.png doc/reference/html/circle_8cpp.html doc/reference/html/circle_8cpp__incl.png doc/reference/html/circle_8h.html doc/reference/html/circle_8h__dep__incl.png doc/reference/html/circle_8h__incl.png doc/reference/html/circle_8h_source.html doc/reference/html/classPapyrus_1_1AffineAnimator-members.html doc/reference/html/classPapyrus_1_1AffineAnimator.html doc/reference/html/classPapyrus_1_1AffineAnimator__inherit__graph.png doc/reference/html/classPapyrus_1_1AffineController-members.html doc/reference/html/classPapyrus_1_1AffineController.html doc/reference/html/classPapyrus_1_1AffineController__inherit__graph.png doc/reference/html/classPapyrus_1_1Animator-members.html doc/reference/html/classPapyrus_1_1Animator.html doc/reference/html/classPapyrus_1_1Animator__inherit__graph.png doc/reference/html/classPapyrus_1_1Annulus-members.html doc/reference/html/classPapyrus_1_1Annulus.html doc/reference/html/classPapyrus_1_1Annulus__inherit__graph.png doc/reference/html/classPapyrus_1_1Arc-members.html doc/reference/html/classPapyrus_1_1Arc.html doc/reference/html/classPapyrus_1_1Arc__inherit__graph.png doc/reference/html/classPapyrus_1_1BezierVertex-members.html doc/reference/html/classPapyrus_1_1BezierVertex.html doc/reference/html/classPapyrus_1_1BezierVertex__inherit__graph.png doc/reference/html/classPapyrus_1_1Beziergon-members.html doc/reference/html/classPapyrus_1_1Beziergon.html doc/reference/html/classPapyrus_1_1Beziergon__inherit__graph.png doc/reference/html/classPapyrus_1_1Bezierline-members.html doc/reference/html/classPapyrus_1_1Bezierline.html doc/reference/html/classPapyrus_1_1Bezierline__inherit__graph.png doc/reference/html/classPapyrus_1_1Boxed-members.html doc/reference/html/classPapyrus_1_1Boxed.html doc/reference/html/classPapyrus_1_1Boxed__inherit__graph.png doc/reference/html/classPapyrus_1_1Canvas-members.html doc/reference/html/classPapyrus_1_1Canvas.html doc/reference/html/classPapyrus_1_1Canvas__inherit__graph.png doc/reference/html/classPapyrus_1_1Circle-members.html doc/reference/html/classPapyrus_1_1Circle.html doc/reference/html/classPapyrus_1_1Circle__inherit__graph.png doc/reference/html/classPapyrus_1_1Color-members.html doc/reference/html/classPapyrus_1_1Color.html doc/reference/html/classPapyrus_1_1Color__inherit__graph.png doc/reference/html/classPapyrus_1_1Controller-members.html doc/reference/html/classPapyrus_1_1Controller.html doc/reference/html/classPapyrus_1_1Controller__inherit__graph.png doc/reference/html/classPapyrus_1_1Deltille-members.html doc/reference/html/classPapyrus_1_1Deltille.html doc/reference/html/classPapyrus_1_1Deltille__inherit__graph.png doc/reference/html/classPapyrus_1_1Drawable-members.html doc/reference/html/classPapyrus_1_1Drawable.html doc/reference/html/classPapyrus_1_1DrawableContainer-members.html doc/reference/html/classPapyrus_1_1DrawableContainer.html doc/reference/html/classPapyrus_1_1DrawableContainer__inherit__graph.png doc/reference/html/classPapyrus_1_1DrawableController-members.html doc/reference/html/classPapyrus_1_1DrawableController.html doc/reference/html/classPapyrus_1_1DrawableController__inherit__graph.png doc/reference/html/classPapyrus_1_1DrawableSet-members.html doc/reference/html/classPapyrus_1_1DrawableSet.html doc/reference/html/classPapyrus_1_1DrawableSet__inherit__graph.png doc/reference/html/classPapyrus_1_1DrawableSingleContainer-members.html doc/reference/html/classPapyrus_1_1DrawableSingleContainer.html doc/reference/html/classPapyrus_1_1DrawableSingleContainer__inherit__graph.png doc/reference/html/classPapyrus_1_1DrawableWatcher-members.html doc/reference/html/classPapyrus_1_1DrawableWatcher.html doc/reference/html/classPapyrus_1_1DrawableWatcher__inherit__graph.png doc/reference/html/classPapyrus_1_1Drawable__inherit__graph.png doc/reference/html/classPapyrus_1_1Face-members.html doc/reference/html/classPapyrus_1_1Face.html doc/reference/html/classPapyrus_1_1Face__inherit__graph.png doc/reference/html/classPapyrus_1_1Fill-members.html doc/reference/html/classPapyrus_1_1Fill.html doc/reference/html/classPapyrus_1_1Fill__inherit__graph.png doc/reference/html/classPapyrus_1_1FreehandSketcher-members.html doc/reference/html/classPapyrus_1_1FreehandSketcher.html doc/reference/html/classPapyrus_1_1FreehandSketcher__inherit__graph.png doc/reference/html/classPapyrus_1_1Gradient-members.html doc/reference/html/classPapyrus_1_1Gradient.html doc/reference/html/classPapyrus_1_1Gradient_1_1Stop-members.html doc/reference/html/classPapyrus_1_1Gradient_1_1Stop.html doc/reference/html/classPapyrus_1_1Gradient_1_1Stop__inherit__graph.png doc/reference/html/classPapyrus_1_1Gradient__inherit__graph.png doc/reference/html/classPapyrus_1_1Grid-members.html doc/reference/html/classPapyrus_1_1Grid.html doc/reference/html/classPapyrus_1_1Grid__inherit__graph.png doc/reference/html/classPapyrus_1_1Group-members.html doc/reference/html/classPapyrus_1_1Group.html doc/reference/html/classPapyrus_1_1Group__inherit__graph.png doc/reference/html/classPapyrus_1_1Gtk_1_1AnimatorBounceWidget-members.html doc/reference/html/classPapyrus_1_1Gtk_1_1AnimatorBounceWidget.html doc/reference/html/classPapyrus_1_1Gtk_1_1AnimatorFrameIntervalWidget-members.html doc/reference/html/classPapyrus_1_1Gtk_1_1AnimatorFrameIntervalWidget.html doc/reference/html/classPapyrus_1_1Gtk_1_1AnimatorFrameRateWidget-members.html doc/reference/html/classPapyrus_1_1Gtk_1_1AnimatorFrameRateWidget.html doc/reference/html/classPapyrus_1_1Gtk_1_1DrawableModelColumnRecord-members.html doc/reference/html/classPapyrus_1_1Gtk_1_1DrawableModelColumnRecord.html doc/reference/html/classPapyrus_1_1Gtk_1_1DrawableTreeView-members.html doc/reference/html/classPapyrus_1_1Gtk_1_1DrawableTreeView.html doc/reference/html/classPapyrus_1_1Gtk_1_1GradientStopWidget-members.html doc/reference/html/classPapyrus_1_1Gtk_1_1GradientStopWidget.html doc/reference/html/classPapyrus_1_1Gtk_1_1LineCapButtonBox-members.html doc/reference/html/classPapyrus_1_1Gtk_1_1LineCapButtonBox.html doc/reference/html/classPapyrus_1_1Gtk_1_1LineCapComboBox-members.html doc/reference/html/classPapyrus_1_1Gtk_1_1LineCapComboBox.html doc/reference/html/classPapyrus_1_1Gtk_1_1LineCapComboBox_1_1ModelColumns-members.html doc/reference/html/classPapyrus_1_1Gtk_1_1LineCapComboBox_1_1ModelColumns.html doc/reference/html/classPapyrus_1_1Gtk_1_1LineJoinButtonBox-members.html doc/reference/html/classPapyrus_1_1Gtk_1_1LineJoinButtonBox.html doc/reference/html/classPapyrus_1_1Gtk_1_1LineJoinComboBox-members.html doc/reference/html/classPapyrus_1_1Gtk_1_1LineJoinComboBox.html doc/reference/html/classPapyrus_1_1Gtk_1_1LineJoinComboBox_1_1ModelColumns-members.html doc/reference/html/classPapyrus_1_1Gtk_1_1LineJoinComboBox_1_1ModelColumns.html doc/reference/html/classPapyrus_1_1Gtk_1_1LineWidthComboBox-members.html doc/reference/html/classPapyrus_1_1Gtk_1_1LineWidthComboBox.html doc/reference/html/classPapyrus_1_1Gtk_1_1LineWidthComboBox_1_1ModelColumns-members.html doc/reference/html/classPapyrus_1_1Gtk_1_1LineWidthComboBox_1_1ModelColumns.html doc/reference/html/classPapyrus_1_1Gtk_1_1MarkerComboBox-members.html doc/reference/html/classPapyrus_1_1Gtk_1_1MarkerComboBox.html doc/reference/html/classPapyrus_1_1Gtk_1_1MarkerComboBox_1_1ModelColumns-members.html doc/reference/html/classPapyrus_1_1Gtk_1_1MarkerComboBox_1_1ModelColumns.html doc/reference/html/classPapyrus_1_1Gtk_1_1MarkerWidget-members.html doc/reference/html/classPapyrus_1_1Gtk_1_1MarkerWidget.html doc/reference/html/classPapyrus_1_1Gtk_1_1ScrolledDrawableTreeView-members.html doc/reference/html/classPapyrus_1_1Gtk_1_1ScrolledDrawableTreeView.html doc/reference/html/classPapyrus_1_1Gtk_1_1ScrolledViewport-members.html doc/reference/html/classPapyrus_1_1Gtk_1_1ScrolledViewport.html doc/reference/html/classPapyrus_1_1Gtk_1_1StrokeDialog-members.html doc/reference/html/classPapyrus_1_1Gtk_1_1StrokeDialog.html doc/reference/html/classPapyrus_1_1Gtk_1_1StrokeWidget-members.html doc/reference/html/classPapyrus_1_1Gtk_1_1StrokeWidget.html doc/reference/html/classPapyrus_1_1Gtk_1_1Viewport-members.html doc/reference/html/classPapyrus_1_1Gtk_1_1Viewport.html doc/reference/html/classPapyrus_1_1Handlebox-members.html doc/reference/html/classPapyrus_1_1Handlebox.html doc/reference/html/classPapyrus_1_1Handlebox__inherit__graph.png doc/reference/html/classPapyrus_1_1Hexgrid-members.html doc/reference/html/classPapyrus_1_1Hexgrid.html doc/reference/html/classPapyrus_1_1Hexgrid__inherit__graph.png doc/reference/html/classPapyrus_1_1Hextille-members.html doc/reference/html/classPapyrus_1_1Hextille.html doc/reference/html/classPapyrus_1_1Hextille__inherit__graph.png doc/reference/html/classPapyrus_1_1Hilbert-members.html doc/reference/html/classPapyrus_1_1Hilbert.html doc/reference/html/classPapyrus_1_1Hilbert__inherit__graph.png doc/reference/html/classPapyrus_1_1Image-members.html doc/reference/html/classPapyrus_1_1Image.html doc/reference/html/classPapyrus_1_1Image__inherit__graph.png doc/reference/html/classPapyrus_1_1KochCurve-members.html doc/reference/html/classPapyrus_1_1KochCurve.html doc/reference/html/classPapyrus_1_1KochCurve__inherit__graph.png doc/reference/html/classPapyrus_1_1KochSnowflake-members.html doc/reference/html/classPapyrus_1_1KochSnowflake.html doc/reference/html/classPapyrus_1_1KochSnowflake__inherit__graph.png doc/reference/html/classPapyrus_1_1LinearGradient-members.html doc/reference/html/classPapyrus_1_1LinearGradient.html doc/reference/html/classPapyrus_1_1LinearGradient__inherit__graph.png doc/reference/html/classPapyrus_1_1Marker-members.html doc/reference/html/classPapyrus_1_1Marker.html doc/reference/html/classPapyrus_1_1Marker__inherit__graph.png doc/reference/html/classPapyrus_1_1Matrix-members.html doc/reference/html/classPapyrus_1_1Matrix.html doc/reference/html/classPapyrus_1_1Object-members.html doc/reference/html/classPapyrus_1_1Object.html doc/reference/html/classPapyrus_1_1Object__inherit__graph.png doc/reference/html/classPapyrus_1_1Paint-members.html doc/reference/html/classPapyrus_1_1Paint.html doc/reference/html/classPapyrus_1_1Paint__inherit__graph.png doc/reference/html/classPapyrus_1_1Path-members.html doc/reference/html/classPapyrus_1_1Path.html doc/reference/html/classPapyrus_1_1PathElement-members.html doc/reference/html/classPapyrus_1_1PathElement.html doc/reference/html/classPapyrus_1_1PathElement__inherit__graph.png doc/reference/html/classPapyrus_1_1Path__inherit__graph.png doc/reference/html/classPapyrus_1_1Polygon-members.html doc/reference/html/classPapyrus_1_1Polygon.html doc/reference/html/classPapyrus_1_1Polygon__inherit__graph.png doc/reference/html/classPapyrus_1_1Polyline-members.html doc/reference/html/classPapyrus_1_1Polyline.html doc/reference/html/classPapyrus_1_1Polyline__inherit__graph.png doc/reference/html/classPapyrus_1_1Quadrille-members.html doc/reference/html/classPapyrus_1_1Quadrille.html doc/reference/html/classPapyrus_1_1Quadrille__inherit__graph.png doc/reference/html/classPapyrus_1_1RadialGradient-members.html doc/reference/html/classPapyrus_1_1RadialGradient.html doc/reference/html/classPapyrus_1_1RadialGradient__inherit__graph.png doc/reference/html/classPapyrus_1_1Rectangle-members.html doc/reference/html/classPapyrus_1_1Rectangle.html doc/reference/html/classPapyrus_1_1Rectangle__inherit__graph.png doc/reference/html/classPapyrus_1_1Reference-members.html doc/reference/html/classPapyrus_1_1Reference.html doc/reference/html/classPapyrus_1_1Reference__inherit__graph.png doc/reference/html/classPapyrus_1_1Region-members.html doc/reference/html/classPapyrus_1_1Region.html doc/reference/html/classPapyrus_1_1Region__inherit__graph.png doc/reference/html/classPapyrus_1_1RegularPolygon-members.html doc/reference/html/classPapyrus_1_1RegularPolygon.html doc/reference/html/classPapyrus_1_1RegularPolygon__inherit__graph.png doc/reference/html/classPapyrus_1_1Renderable-members.html doc/reference/html/classPapyrus_1_1Renderable.html doc/reference/html/classPapyrus_1_1Renderable__inherit__graph.png doc/reference/html/classPapyrus_1_1Rotator-members.html doc/reference/html/classPapyrus_1_1Rotator.html doc/reference/html/classPapyrus_1_1Rotator__inherit__graph.png doc/reference/html/classPapyrus_1_1SVG-members.html doc/reference/html/classPapyrus_1_1SVG.html doc/reference/html/classPapyrus_1_1SVG__inherit__graph.png doc/reference/html/classPapyrus_1_1Scaler-members.html doc/reference/html/classPapyrus_1_1Scaler.html doc/reference/html/classPapyrus_1_1Scaler__inherit__graph.png doc/reference/html/classPapyrus_1_1Selector-members.html doc/reference/html/classPapyrus_1_1Selector.html doc/reference/html/classPapyrus_1_1Selector__inherit__graph.png doc/reference/html/classPapyrus_1_1Shape-members.html doc/reference/html/classPapyrus_1_1Shape.html doc/reference/html/classPapyrus_1_1Shape__inherit__graph.png doc/reference/html/classPapyrus_1_1Sierpinski-members.html doc/reference/html/classPapyrus_1_1Sierpinski.html doc/reference/html/classPapyrus_1_1Sierpinski__inherit__graph.png doc/reference/html/classPapyrus_1_1Stroke-members.html doc/reference/html/classPapyrus_1_1Stroke.html doc/reference/html/classPapyrus_1_1Stroke__inherit__graph.png doc/reference/html/classPapyrus_1_1Text-members.html doc/reference/html/classPapyrus_1_1Text.html doc/reference/html/classPapyrus_1_1Text__inherit__graph.png doc/reference/html/classPapyrus_1_1Tiling-members.html doc/reference/html/classPapyrus_1_1Tiling.html doc/reference/html/classPapyrus_1_1Tiling__inherit__graph.png doc/reference/html/classPapyrus_1_1Translator-members.html doc/reference/html/classPapyrus_1_1Translator.html doc/reference/html/classPapyrus_1_1Translator__inherit__graph.png doc/reference/html/classPapyrus_1_1Viewbox-members.html doc/reference/html/classPapyrus_1_1Viewbox.html doc/reference/html/classPapyrus_1_1Viewbox__inherit__graph.png doc/reference/html/classPapyrus_1_1Zoomer-members.html doc/reference/html/classPapyrus_1_1Zoomer.html doc/reference/html/classPapyrus_1_1Zoomer__inherit__graph.png doc/reference/html/classes.html doc/reference/html/color_8cpp.html doc/reference/html/color_8cpp__incl.png doc/reference/html/color_8h.html doc/reference/html/color_8h__dep__incl.png doc/reference/html/color_8h__incl.png doc/reference/html/color_8h_source.html doc/reference/html/color__scheme_8cpp.html doc/reference/html/color__scheme_8cpp__incl.png doc/reference/html/color__scheme_8h.html doc/reference/html/color__scheme_8h__dep__incl.png doc/reference/html/color__scheme_8h__incl.png doc/reference/html/color__scheme_8h_source.html doc/reference/html/color__utility_8h.html doc/reference/html/color__utility_8h__dep__incl.png doc/reference/html/color__utility_8h_source.html doc/reference/html/controller_8cpp.html doc/reference/html/controller_8cpp__incl.png doc/reference/html/controller_8h.html doc/reference/html/controller_8h__dep__incl.png doc/reference/html/controller_8h__incl.png doc/reference/html/controller_8h_source.html doc/reference/html/deltille_8cpp.html doc/reference/html/deltille_8cpp__incl.png doc/reference/html/deltille_8h.html doc/reference/html/deltille_8h__dep__incl.png doc/reference/html/deltille_8h__incl.png doc/reference/html/deltille_8h_source.html doc/reference/html/dir_000000_000001.html doc/reference/html/dir_000001_000000.html doc/reference/html/dir_000001_000002.html doc/reference/html/dir_000002_000000.html doc/reference/html/dir_17d80b709a74c5605f854a0862683f3b.html doc/reference/html/dir_17d80b709a74c5605f854a0862683f3b_dep.png doc/reference/html/dir_51f7e1421fe18eb29d861d952078953c.html doc/reference/html/dir_51f7e1421fe18eb29d861d952078953c_dep.png doc/reference/html/dir_ebd0daa7af26705faf80f1e339fb8e40.html doc/reference/html/dir_ebd0daa7af26705faf80f1e339fb8e40_dep.png doc/reference/html/dirs.html doc/reference/html/documentation.html doc/reference/html/documents-small.png doc/reference/html/documents.png doc/reference/html/download-small.png doc/reference/html/download.png doc/reference/html/doxygen.css doc/reference/html/doxygen.png doc/reference/html/drawable_8cpp.html doc/reference/html/drawable_8cpp__incl.png doc/reference/html/drawable_8h.html doc/reference/html/drawable_8h__dep__incl.png doc/reference/html/drawable_8h__incl.png doc/reference/html/drawable_8h_source.html doc/reference/html/drawablecontainer_8h.html doc/reference/html/drawablecontainer_8h__dep__incl.png doc/reference/html/drawablecontainer_8h__incl.png doc/reference/html/drawablecontainer_8h_source.html doc/reference/html/drawablecontroller_8cpp.html doc/reference/html/drawablecontroller_8cpp__incl.png doc/reference/html/drawablecontroller_8h.html doc/reference/html/drawablecontroller_8h__dep__incl.png doc/reference/html/drawablecontroller_8h__incl.png doc/reference/html/drawablecontroller_8h_source.html doc/reference/html/drawableset_8cpp.html doc/reference/html/drawableset_8cpp__incl.png doc/reference/html/drawableset_8h.html doc/reference/html/drawableset_8h__dep__incl.png doc/reference/html/drawableset_8h__incl.png doc/reference/html/drawableset_8h_source.html doc/reference/html/drawablesinglecontainer_8cpp.html doc/reference/html/drawablesinglecontainer_8cpp__incl.png doc/reference/html/drawablesinglecontainer_8h.html doc/reference/html/drawablesinglecontainer_8h__dep__incl.png doc/reference/html/drawablesinglecontainer_8h__incl.png doc/reference/html/drawablesinglecontainer_8h_source.html doc/reference/html/drawabletreeview_8cpp.html doc/reference/html/drawabletreeview_8cpp__incl.png doc/reference/html/drawabletreeview_8h.html doc/reference/html/drawabletreeview_8h__dep__incl.png doc/reference/html/drawabletreeview_8h__incl.png doc/reference/html/drawabletreeview_8h_source.html doc/reference/html/drawablewatcher_8cpp.html doc/reference/html/drawablewatcher_8cpp__incl.png doc/reference/html/drawablewatcher_8h.html doc/reference/html/drawablewatcher_8h__dep__incl.png doc/reference/html/drawablewatcher_8h__incl.png doc/reference/html/drawablewatcher_8h_source.html doc/reference/html/enums_8h.html doc/reference/html/enums_8h__dep__incl.png doc/reference/html/enums_8h__incl.png doc/reference/html/enums_8h_source.html doc/reference/html/envelope-small.png doc/reference/html/envelope.png doc/reference/html/event_8h.html doc/reference/html/event_8h__dep__incl.png doc/reference/html/event_8h_source.html doc/reference/html/example__image_8h.html doc/reference/html/example__image_8h__dep__incl.png doc/reference/html/example__image_8h_source.html doc/reference/html/face_8cpp.html doc/reference/html/face_8cpp__incl.png doc/reference/html/face_8h.html doc/reference/html/face_8h__dep__incl.png doc/reference/html/face_8h__incl.png doc/reference/html/face_8h_source.html doc/reference/html/factory_8cpp.html doc/reference/html/factory_8cpp__incl.png doc/reference/html/factory_8h.html doc/reference/html/factory_8h__dep__incl.png doc/reference/html/factory_8h__incl.png doc/reference/html/factory_8h_source.html doc/reference/html/favicon.ico doc/reference/html/fedora-logo-small.png doc/reference/html/fedora-logo-tiny.png doc/reference/html/fedora-logo.png doc/reference/html/files.html doc/reference/html/fill_8cpp.html doc/reference/html/fill_8cpp__incl.png doc/reference/html/fill_8h.html doc/reference/html/fill_8h__dep__incl.png doc/reference/html/fill_8h__incl.png doc/reference/html/fill_8h_source.html doc/reference/html/freehandsketcher_8cpp.html doc/reference/html/freehandsketcher_8cpp__incl.png doc/reference/html/freehandsketcher_8h.html doc/reference/html/freehandsketcher_8h__dep__incl.png doc/reference/html/freehandsketcher_8h__incl.png doc/reference/html/freehandsketcher_8h_source.html doc/reference/html/functions.html doc/reference/html/functions_0x61.html doc/reference/html/functions_0x62.html doc/reference/html/functions_0x63.html doc/reference/html/functions_0x64.html doc/reference/html/functions_0x65.html doc/reference/html/functions_0x66.html doc/reference/html/functions_0x67.html doc/reference/html/functions_0x68.html doc/reference/html/functions_0x69.html doc/reference/html/functions_0x6a.html doc/reference/html/functions_0x6b.html doc/reference/html/functions_0x6c.html doc/reference/html/functions_0x6d.html doc/reference/html/functions_0x6e.html doc/reference/html/functions_0x6f.html doc/reference/html/functions_0x70.html doc/reference/html/functions_0x71.html doc/reference/html/functions_0x72.html doc/reference/html/functions_0x73.html doc/reference/html/functions_0x74.html doc/reference/html/functions_0x75.html doc/reference/html/functions_0x76.html doc/reference/html/functions_0x77.html doc/reference/html/functions_0x78.html doc/reference/html/functions_0x79.html doc/reference/html/functions_0x7a.html doc/reference/html/functions_0x7e.html doc/reference/html/functions_enum.html doc/reference/html/functions_eval.html doc/reference/html/functions_func.html doc/reference/html/functions_func_0x62.html doc/reference/html/functions_func_0x63.html doc/reference/html/functions_func_0x64.html doc/reference/html/functions_func_0x65.html doc/reference/html/functions_func_0x66.html doc/reference/html/functions_func_0x67.html doc/reference/html/functions_func_0x68.html doc/reference/html/functions_func_0x69.html doc/reference/html/functions_func_0x6a.html doc/reference/html/functions_func_0x6b.html doc/reference/html/functions_func_0x6c.html doc/reference/html/functions_func_0x6d.html doc/reference/html/functions_func_0x6e.html doc/reference/html/functions_func_0x6f.html doc/reference/html/functions_func_0x70.html doc/reference/html/functions_func_0x71.html doc/reference/html/functions_func_0x72.html doc/reference/html/functions_func_0x73.html doc/reference/html/functions_func_0x74.html doc/reference/html/functions_func_0x75.html doc/reference/html/functions_func_0x76.html doc/reference/html/functions_func_0x77.html doc/reference/html/functions_func_0x78.html doc/reference/html/functions_func_0x79.html doc/reference/html/functions_func_0x7a.html doc/reference/html/functions_func_0x7e.html doc/reference/html/functions_rela.html doc/reference/html/functions_type.html doc/reference/html/functions_vars.html doc/reference/html/functions_vars_0x61.html doc/reference/html/functions_vars_0x62.html doc/reference/html/functions_vars_0x63.html doc/reference/html/functions_vars_0x64.html doc/reference/html/functions_vars_0x66.html doc/reference/html/functions_vars_0x67.html doc/reference/html/functions_vars_0x68.html doc/reference/html/functions_vars_0x69.html doc/reference/html/functions_vars_0x6b.html doc/reference/html/functions_vars_0x6c.html doc/reference/html/functions_vars_0x6d.html doc/reference/html/functions_vars_0x6e.html doc/reference/html/functions_vars_0x70.html doc/reference/html/functions_vars_0x71.html doc/reference/html/functions_vars_0x72.html doc/reference/html/functions_vars_0x73.html doc/reference/html/functions_vars_0x74.html doc/reference/html/functions_vars_0x75.html doc/reference/html/functions_vars_0x76.html doc/reference/html/functions_vars_0x78.html doc/reference/html/functions_vars_0x79.html doc/reference/html/get_papyrus.html doc/reference/html/globals.html doc/reference/html/globals_0x62.html doc/reference/html/globals_0x63.html doc/reference/html/globals_0x64.html doc/reference/html/globals_0x65.html doc/reference/html/globals_0x66.html doc/reference/html/globals_0x68.html doc/reference/html/globals_0x69.html doc/reference/html/globals_0x6c.html doc/reference/html/globals_0x6d.html doc/reference/html/globals_0x6f.html doc/reference/html/globals_0x70.html doc/reference/html/globals_0x71.html doc/reference/html/globals_0x72.html doc/reference/html/globals_0x73.html doc/reference/html/globals_0x75.html doc/reference/html/globals_0x76.html doc/reference/html/globals_0x77.html doc/reference/html/globals_0x79.html doc/reference/html/globals_defs.html doc/reference/html/globals_defs_0x62.html doc/reference/html/globals_defs_0x63.html doc/reference/html/globals_defs_0x64.html doc/reference/html/globals_defs_0x65.html doc/reference/html/globals_defs_0x66.html doc/reference/html/globals_defs_0x68.html doc/reference/html/globals_defs_0x69.html doc/reference/html/globals_defs_0x6c.html doc/reference/html/globals_defs_0x6d.html doc/reference/html/globals_defs_0x70.html doc/reference/html/globals_defs_0x71.html doc/reference/html/globals_defs_0x72.html doc/reference/html/globals_defs_0x73.html doc/reference/html/globals_defs_0x75.html doc/reference/html/globals_defs_0x76.html doc/reference/html/globals_defs_0x79.html doc/reference/html/globals_enum.html doc/reference/html/globals_eval.html doc/reference/html/globals_func.html doc/reference/html/globals_type.html doc/reference/html/globals_vars.html doc/reference/html/gplv3.png doc/reference/html/gradient_8cpp.html doc/reference/html/gradient_8cpp__incl.png doc/reference/html/gradient_8h.html doc/reference/html/gradient_8h__dep__incl.png doc/reference/html/gradient_8h__incl.png doc/reference/html/gradient_8h_source.html doc/reference/html/gradientstopwidget_8cpp.html doc/reference/html/gradientstopwidget_8cpp__incl.png doc/reference/html/gradientstopwidget_8h.html doc/reference/html/gradientstopwidget_8h__dep__incl.png doc/reference/html/gradientstopwidget_8h__incl.png doc/reference/html/gradientstopwidget_8h_source.html doc/reference/html/graph_legend.html doc/reference/html/graph_legend.png doc/reference/html/grid_8cpp.html doc/reference/html/grid_8cpp__incl.png doc/reference/html/grid_8h.html doc/reference/html/grid_8h__dep__incl.png doc/reference/html/grid_8h__incl.png doc/reference/html/grid_8h_source.html doc/reference/html/group.png doc/reference/html/group_8cpp.html doc/reference/html/group_8cpp__incl.png doc/reference/html/group_8h.html doc/reference/html/group_8h__dep__incl.png doc/reference/html/group_8h__incl.png doc/reference/html/group_8h_source.html doc/reference/html/gtk-logo-small.png doc/reference/html/gtkmm-logo.gif doc/reference/html/gtkmm-logo.png doc/reference/html/gtkmm_2enums_8h.html doc/reference/html/gtkmm_2enums_8h__dep__incl.png doc/reference/html/gtkmm_2enums_8h_source.html doc/reference/html/gtkmm_2utility_8cpp.html doc/reference/html/gtkmm_2utility_8cpp__incl.png doc/reference/html/gtkmm_2utility_8h.html doc/reference/html/gtkmm_2utility_8h__dep__incl.png doc/reference/html/gtkmm_2utility_8h__incl.png doc/reference/html/gtkmm_2utility_8h_source.html doc/reference/html/guide_arc.html doc/reference/html/guide_arc.png doc/reference/html/guide_beziergon.html doc/reference/html/guide_beziergon.png doc/reference/html/guide_bezierline.html doc/reference/html/guide_bezierline.png doc/reference/html/guide_boxed.html doc/reference/html/guide_boxed.png doc/reference/html/guide_circle.html doc/reference/html/guide_circle.png doc/reference/html/guide_group.html doc/reference/html/guide_group.png doc/reference/html/guide_kochsnowflake.png doc/reference/html/guide_pixbuf.html doc/reference/html/guide_polygon.html doc/reference/html/guide_polygon_star.png doc/reference/html/guide_polygon_u.png doc/reference/html/guide_polyline.html doc/reference/html/guide_polyline.png doc/reference/html/guide_polyline_filled.png doc/reference/html/guide_rectangle.html doc/reference/html/guide_rectangle.png doc/reference/html/guide_regularpolygon.html doc/reference/html/guide_regularpolygon_apothem.png doc/reference/html/guide_regularpolygon_radius.png doc/reference/html/guide_text.html doc/reference/html/guide_text.png doc/reference/html/guide_viewbox.html doc/reference/html/handlebox_8cpp.html doc/reference/html/handlebox_8cpp__incl.png doc/reference/html/handlebox_8h.html doc/reference/html/handlebox_8h__dep__incl.png doc/reference/html/handlebox_8h__incl.png doc/reference/html/handlebox_8h_source.html doc/reference/html/hexgrid_8cpp.html doc/reference/html/hexgrid_8cpp__incl.png doc/reference/html/hexgrid_8h.html doc/reference/html/hexgrid_8h__dep__incl.png doc/reference/html/hexgrid_8h__incl.png doc/reference/html/hexgrid_8h_source.html doc/reference/html/hextille_8cpp.html doc/reference/html/hextille_8cpp__incl.png doc/reference/html/hextille_8h.html doc/reference/html/hextille_8h__dep__incl.png doc/reference/html/hextille_8h__incl.png doc/reference/html/hextille_8h_source.html doc/reference/html/hierarchy.html doc/reference/html/hilbert_8cpp.html doc/reference/html/hilbert_8cpp__incl.png doc/reference/html/hilbert_8h.html doc/reference/html/hilbert_8h__dep__incl.png doc/reference/html/hilbert_8h__incl.png doc/reference/html/hilbert_8h_source.html doc/reference/html/hsba_8cpp.html doc/reference/html/hsba_8cpp__incl.png doc/reference/html/hsba_8h.html doc/reference/html/hsba_8h__dep__incl.png doc/reference/html/hsba_8h__incl.png doc/reference/html/hsba_8h_source.html doc/reference/html/hsla_8cpp.html doc/reference/html/hsla_8cpp__incl.png doc/reference/html/hsla_8h.html doc/reference/html/hsla_8h__dep__incl.png doc/reference/html/hsla_8h_source.html doc/reference/html/image_8cpp.html doc/reference/html/image_8cpp__incl.png doc/reference/html/image_8h.html doc/reference/html/image_8h__dep__incl.png doc/reference/html/image_8h__incl.png doc/reference/html/image_8h_source.html doc/reference/html/index.html doc/reference/html/inherit__graph__0.png doc/reference/html/inherit__graph__1.png doc/reference/html/inherit__graph__10.png doc/reference/html/inherit__graph__11.png doc/reference/html/inherit__graph__12.png doc/reference/html/inherit__graph__13.png doc/reference/html/inherit__graph__14.png doc/reference/html/inherit__graph__15.png doc/reference/html/inherit__graph__16.png doc/reference/html/inherit__graph__17.png doc/reference/html/inherit__graph__18.png doc/reference/html/inherit__graph__19.png doc/reference/html/inherit__graph__2.png doc/reference/html/inherit__graph__20.png doc/reference/html/inherit__graph__21.png doc/reference/html/inherit__graph__22.png doc/reference/html/inherit__graph__23.png doc/reference/html/inherit__graph__24.png doc/reference/html/inherit__graph__25.png doc/reference/html/inherit__graph__26.png doc/reference/html/inherit__graph__27.png doc/reference/html/inherit__graph__28.png doc/reference/html/inherit__graph__29.png doc/reference/html/inherit__graph__3.png doc/reference/html/inherit__graph__30.png doc/reference/html/inherit__graph__31.png doc/reference/html/inherit__graph__32.png doc/reference/html/inherit__graph__33.png doc/reference/html/inherit__graph__34.png doc/reference/html/inherit__graph__35.png doc/reference/html/inherit__graph__36.png doc/reference/html/inherit__graph__4.png doc/reference/html/inherit__graph__5.png doc/reference/html/inherit__graph__6.png doc/reference/html/inherit__graph__7.png doc/reference/html/inherit__graph__8.png doc/reference/html/inherit__graph__9.png doc/reference/html/inherits.html doc/reference/html/kochcurve_8cpp.html doc/reference/html/kochcurve_8cpp__incl.png doc/reference/html/kochcurve_8h.html doc/reference/html/kochcurve_8h__dep__incl.png doc/reference/html/kochcurve_8h__incl.png doc/reference/html/kochcurve_8h_source.html doc/reference/html/kochsnowflake.png doc/reference/html/kochsnowflake_8cpp.html doc/reference/html/kochsnowflake_8cpp__incl.png doc/reference/html/kochsnowflake_8h.html doc/reference/html/kochsnowflake_8h__dep__incl.png doc/reference/html/kochsnowflake_8h__incl.png doc/reference/html/kochsnowflake_8h_source.html doc/reference/html/lgplv3.png doc/reference/html/lineargradient_8cpp.html doc/reference/html/lineargradient_8cpp__incl.png doc/reference/html/lineargradient_8h.html doc/reference/html/lineargradient_8h__dep__incl.png doc/reference/html/lineargradient_8h__incl.png doc/reference/html/lineargradient_8h_source.html doc/reference/html/linecapbuttonbox_8cpp.html doc/reference/html/linecapbuttonbox_8cpp__incl.png doc/reference/html/linecapbuttonbox_8h.html doc/reference/html/linecapbuttonbox_8h__dep__incl.png doc/reference/html/linecapbuttonbox_8h__incl.png doc/reference/html/linecapbuttonbox_8h_source.html doc/reference/html/linecapcombobox_8cpp.html doc/reference/html/linecapcombobox_8cpp__incl.png doc/reference/html/linecapcombobox_8h.html doc/reference/html/linecapcombobox_8h__dep__incl.png doc/reference/html/linecapcombobox_8h__incl.png doc/reference/html/linecapcombobox_8h_source.html doc/reference/html/linejoinbuttonbox_8cpp.html doc/reference/html/linejoinbuttonbox_8cpp__incl.png doc/reference/html/linejoinbuttonbox_8h.html doc/reference/html/linejoinbuttonbox_8h__dep__incl.png doc/reference/html/linejoinbuttonbox_8h__incl.png doc/reference/html/linejoinbuttonbox_8h_source.html doc/reference/html/linejoincombobox_8cpp.html doc/reference/html/linejoincombobox_8cpp__incl.png doc/reference/html/linejoincombobox_8h.html doc/reference/html/linejoincombobox_8h__dep__incl.png doc/reference/html/linejoincombobox_8h__incl.png doc/reference/html/linejoincombobox_8h_source.html doc/reference/html/linewidthcombobox_8cpp.html doc/reference/html/linewidthcombobox_8cpp__incl.png doc/reference/html/linewidthcombobox_8h.html doc/reference/html/linewidthcombobox_8h__dep__incl.png doc/reference/html/linewidthcombobox_8h__incl.png doc/reference/html/linewidthcombobox_8h_source.html doc/reference/html/marker_8cpp.html doc/reference/html/marker_8cpp__incl.png doc/reference/html/marker_8h.html doc/reference/html/marker_8h__dep__incl.png doc/reference/html/marker_8h__incl.png doc/reference/html/marker_8h_source.html doc/reference/html/markercombobox_8cpp.html doc/reference/html/markercombobox_8cpp__incl.png doc/reference/html/markercombobox_8h.html doc/reference/html/markercombobox_8h__dep__incl.png doc/reference/html/markercombobox_8h__incl.png doc/reference/html/markercombobox_8h_source.html doc/reference/html/markerwidget_8cpp.html doc/reference/html/markerwidget_8cpp__incl.png doc/reference/html/markerwidget_8h.html doc/reference/html/markerwidget_8h__dep__incl.png doc/reference/html/markerwidget_8h__incl.png doc/reference/html/markerwidget_8h_source.html doc/reference/html/matrix_8cpp.html doc/reference/html/matrix_8cpp__incl.png doc/reference/html/matrix_8h.html doc/reference/html/matrix_8h__dep__incl.png doc/reference/html/matrix_8h__incl.png doc/reference/html/matrix_8h_source.html doc/reference/html/mvc.html doc/reference/html/namespacePapyrus.html doc/reference/html/namespacePapyrus_1_1Event.html doc/reference/html/namespacePapyrus_1_1Gtk.html doc/reference/html/namespacemembers.html doc/reference/html/namespacemembers_0x62.html doc/reference/html/namespacemembers_0x63.html doc/reference/html/namespacemembers_0x64.html doc/reference/html/namespacemembers_0x65.html doc/reference/html/namespacemembers_0x66.html doc/reference/html/namespacemembers_0x67.html doc/reference/html/namespacemembers_0x68.html doc/reference/html/namespacemembers_0x69.html doc/reference/html/namespacemembers_0x6b.html doc/reference/html/namespacemembers_0x6c.html doc/reference/html/namespacemembers_0x6d.html doc/reference/html/namespacemembers_0x6e.html doc/reference/html/namespacemembers_0x6f.html doc/reference/html/namespacemembers_0x70.html doc/reference/html/namespacemembers_0x71.html doc/reference/html/namespacemembers_0x72.html doc/reference/html/namespacemembers_0x73.html doc/reference/html/namespacemembers_0x74.html doc/reference/html/namespacemembers_0x75.html doc/reference/html/namespacemembers_0x76.html doc/reference/html/namespacemembers_0x77.html doc/reference/html/namespacemembers_0x78.html doc/reference/html/namespacemembers_0x79.html doc/reference/html/namespacemembers_enum.html doc/reference/html/namespacemembers_eval.html doc/reference/html/namespacemembers_func.html doc/reference/html/namespacemembers_type.html doc/reference/html/namespacemembers_vars.html doc/reference/html/namespaces.html doc/reference/html/object_8h.html doc/reference/html/object_8h__dep__incl.png doc/reference/html/object_8h__incl.png doc/reference/html/object_8h_source.html doc/reference/html/pages.html doc/reference/html/paint_8cpp.html doc/reference/html/paint_8cpp__incl.png doc/reference/html/paint_8h.html doc/reference/html/paint_8h__dep__incl.png doc/reference/html/paint_8h__incl.png doc/reference/html/paint_8h_source.html doc/reference/html/papyrus-config_8h.html doc/reference/html/papyrus-config_8h__dep__incl.png doc/reference/html/papyrus-config_8h_source.html doc/reference/html/papyrus-icon3232.png doc/reference/html/papyrus-logo-2.png doc/reference/html/papyrus-logo.png doc/reference/html/papyrus-tiled.png doc/reference/html/path_8cpp.html doc/reference/html/path_8cpp__incl.png doc/reference/html/path_8h.html doc/reference/html/path_8h__dep__incl.png doc/reference/html/path_8h__incl.png doc/reference/html/path_8h_source.html doc/reference/html/path__data__lexer_8cc.html doc/reference/html/path__data__lexer_8cc__incl.png doc/reference/html/path__data__parser_8cc.html doc/reference/html/path__data__parser_8cc__incl.png doc/reference/html/path__data__parser_8h.html doc/reference/html/path__data__parser_8h__dep__incl.png doc/reference/html/path__data__parser_8h_source.html doc/reference/html/path__element_8cpp.html doc/reference/html/path__element_8cpp__incl.png doc/reference/html/path__element_8h.html doc/reference/html/path__element_8h__dep__incl.png doc/reference/html/path__element_8h__incl.png doc/reference/html/path__element_8h_source.html doc/reference/html/pointer_8h.html doc/reference/html/pointer_8h__dep__incl.png doc/reference/html/pointer_8h__incl.png doc/reference/html/pointer_8h_source.html doc/reference/html/polygon_8cpp.html doc/reference/html/polygon_8cpp__incl.png doc/reference/html/polygon_8h.html doc/reference/html/polygon_8h__dep__incl.png doc/reference/html/polygon_8h__incl.png doc/reference/html/polygon_8h_source.html doc/reference/html/polygon_star.png doc/reference/html/polygon_u.png doc/reference/html/polyline.png doc/reference/html/polyline_8cpp.html doc/reference/html/polyline_8cpp__incl.png doc/reference/html/polyline_8h.html doc/reference/html/polyline_8h__dep__incl.png doc/reference/html/polyline_8h__incl.png doc/reference/html/polyline_8h_source.html doc/reference/html/polyline_filled.png doc/reference/html/primitives_8h.html doc/reference/html/primitives_8h__dep__incl.png doc/reference/html/primitives_8h__incl.png doc/reference/html/primitives_8h_source.html doc/reference/html/quadrille_8cpp.html doc/reference/html/quadrille_8cpp__incl.png doc/reference/html/quadrille_8h.html doc/reference/html/quadrille_8h__dep__incl.png doc/reference/html/quadrille_8h__incl.png doc/reference/html/quadrille_8h_source.html doc/reference/html/quick_start.html doc/reference/html/radialgradient_8cpp.html doc/reference/html/radialgradient_8cpp__incl.png doc/reference/html/radialgradient_8h.html doc/reference/html/radialgradient_8h__dep__incl.png doc/reference/html/radialgradient_8h__incl.png doc/reference/html/radialgradient_8h_source.html doc/reference/html/rectangle.png doc/reference/html/rectangle_8cpp.html doc/reference/html/rectangle_8cpp__incl.png doc/reference/html/rectangle_8h.html doc/reference/html/rectangle_8h__dep__incl.png doc/reference/html/rectangle_8h__incl.png doc/reference/html/rectangle_8h_source.html doc/reference/html/reference_8cpp.html doc/reference/html/reference_8cpp__incl.png doc/reference/html/reference_8h.html doc/reference/html/reference_8h__dep__incl.png doc/reference/html/reference_8h__incl.png doc/reference/html/reference_8h_source.html doc/reference/html/region_8cpp.html doc/reference/html/region_8cpp__incl.png doc/reference/html/region_8h.html doc/reference/html/region_8h__dep__incl.png doc/reference/html/region_8h__incl.png doc/reference/html/region_8h_source.html doc/reference/html/regularpolygon_8cpp.html doc/reference/html/regularpolygon_8cpp__incl.png doc/reference/html/regularpolygon_8h.html doc/reference/html/regularpolygon_8h__dep__incl.png doc/reference/html/regularpolygon_8h__incl.png doc/reference/html/regularpolygon_8h_source.html doc/reference/html/regularpolygon_apothem.png doc/reference/html/regularpolygon_radius.png doc/reference/html/renderable_8h.html doc/reference/html/renderable_8h__dep__incl.png doc/reference/html/renderable_8h__incl.png doc/reference/html/renderable_8h_source.html doc/reference/html/rgba_8cpp.html doc/reference/html/rgba_8cpp__incl.png doc/reference/html/rgba_8h.html doc/reference/html/rgba_8h__dep__incl.png doc/reference/html/rgba_8h__incl.png doc/reference/html/rgba_8h_source.html doc/reference/html/rotator_8cpp.html doc/reference/html/rotator_8cpp__incl.png doc/reference/html/rotator_8h.html doc/reference/html/rotator_8h__dep__incl.png doc/reference/html/rotator_8h__incl.png doc/reference/html/rotator_8h_source.html doc/reference/html/scaler_8cpp.html doc/reference/html/scaler_8cpp__incl.png doc/reference/html/scaler_8h.html doc/reference/html/scaler_8h__dep__incl.png doc/reference/html/scaler_8h__incl.png doc/reference/html/scaler_8h_source.html doc/reference/html/scrolleddrawabletreeview_8cpp.html doc/reference/html/scrolleddrawabletreeview_8cpp__incl.png doc/reference/html/scrolleddrawabletreeview_8h.html doc/reference/html/scrolleddrawabletreeview_8h__dep__incl.png doc/reference/html/scrolleddrawabletreeview_8h__incl.png doc/reference/html/scrolleddrawabletreeview_8h_source.html doc/reference/html/scrolledviewport_8cpp.html doc/reference/html/scrolledviewport_8cpp__incl.png doc/reference/html/scrolledviewport_8h.html doc/reference/html/scrolledviewport_8h__dep__incl.png doc/reference/html/scrolledviewport_8h__incl.png doc/reference/html/scrolledviewport_8h_source.html doc/reference/html/selector_8cpp.html doc/reference/html/selector_8cpp__incl.png doc/reference/html/selector_8h.html doc/reference/html/selector_8h__dep__incl.png doc/reference/html/selector_8h__incl.png doc/reference/html/selector_8h_source.html doc/reference/html/shape_8cpp.html doc/reference/html/shape_8cpp__incl.png doc/reference/html/shape_8h.html doc/reference/html/shape_8h__dep__incl.png doc/reference/html/shape_8h__incl.png doc/reference/html/shape_8h_source.html doc/reference/html/sierpinski_8cpp.html doc/reference/html/sierpinski_8cpp__incl.png doc/reference/html/sierpinski_8h.html doc/reference/html/sierpinski_8h__dep__incl.png doc/reference/html/sierpinski_8h__incl.png doc/reference/html/sierpinski_8h_source.html doc/reference/html/sourcecode-small.png doc/reference/html/sourcecode.png doc/reference/html/stroke_8cpp.html doc/reference/html/stroke_8cpp__incl.png doc/reference/html/stroke_8h.html doc/reference/html/stroke_8h__dep__incl.png doc/reference/html/stroke_8h__incl.png doc/reference/html/stroke_8h_source.html doc/reference/html/strokedialog_8cpp.html doc/reference/html/strokedialog_8cpp__incl.png doc/reference/html/strokedialog_8h.html doc/reference/html/strokedialog_8h__dep__incl.png doc/reference/html/strokedialog_8h__incl.png doc/reference/html/strokedialog_8h_source.html doc/reference/html/strokewidget_8cpp.html doc/reference/html/strokewidget_8cpp__incl.png doc/reference/html/strokewidget_8h.html doc/reference/html/strokewidget_8h__dep__incl.png doc/reference/html/strokewidget_8h__incl.png doc/reference/html/strokewidget_8h_source.html doc/reference/html/structPapyrus_1_1Context-members.html doc/reference/html/structPapyrus_1_1Context.html doc/reference/html/structPapyrus_1_1Drawable_1_1CountedConnection-members.html doc/reference/html/structPapyrus_1_1Drawable_1_1CountedConnection.html doc/reference/html/structPapyrus_1_1Event_1_1Button-members.html doc/reference/html/structPapyrus_1_1Event_1_1Button.html doc/reference/html/structPapyrus_1_1Event_1_1ButtonDoublePress-members.html doc/reference/html/structPapyrus_1_1Event_1_1ButtonDoublePress.html doc/reference/html/structPapyrus_1_1Event_1_1ButtonDoublePress__inherit__graph.png doc/reference/html/structPapyrus_1_1Event_1_1ButtonPress-members.html doc/reference/html/structPapyrus_1_1Event_1_1ButtonPress.html doc/reference/html/structPapyrus_1_1Event_1_1ButtonPress__inherit__graph.png doc/reference/html/structPapyrus_1_1Event_1_1ButtonRelease-members.html doc/reference/html/structPapyrus_1_1Event_1_1ButtonRelease.html doc/reference/html/structPapyrus_1_1Event_1_1ButtonRelease__inherit__graph.png doc/reference/html/structPapyrus_1_1Event_1_1ButtonTriplePress-members.html doc/reference/html/structPapyrus_1_1Event_1_1ButtonTriplePress.html doc/reference/html/structPapyrus_1_1Event_1_1ButtonTriplePress__inherit__graph.png doc/reference/html/structPapyrus_1_1Event_1_1Button__inherit__graph.png doc/reference/html/structPapyrus_1_1Event_1_1Event-members.html doc/reference/html/structPapyrus_1_1Event_1_1Event.html doc/reference/html/structPapyrus_1_1Event_1_1Event__inherit__graph.png doc/reference/html/structPapyrus_1_1Event_1_1InterruptMarshaller-members.html doc/reference/html/structPapyrus_1_1Event_1_1InterruptMarshaller.html doc/reference/html/structPapyrus_1_1Event_1_1Key-members.html doc/reference/html/structPapyrus_1_1Event_1_1Key.html doc/reference/html/structPapyrus_1_1Event_1_1KeyPress-members.html doc/reference/html/structPapyrus_1_1Event_1_1KeyPress.html doc/reference/html/structPapyrus_1_1Event_1_1KeyPress__inherit__graph.png doc/reference/html/structPapyrus_1_1Event_1_1KeyRelease-members.html doc/reference/html/structPapyrus_1_1Event_1_1KeyRelease.html doc/reference/html/structPapyrus_1_1Event_1_1KeyRelease__inherit__graph.png doc/reference/html/structPapyrus_1_1Event_1_1Key__inherit__graph.png doc/reference/html/structPapyrus_1_1Event_1_1Motion-members.html doc/reference/html/structPapyrus_1_1Event_1_1Motion.html doc/reference/html/structPapyrus_1_1Event_1_1Motion__inherit__graph.png doc/reference/html/structPapyrus_1_1Event_1_1Scroll-members.html doc/reference/html/structPapyrus_1_1Event_1_1Scroll.html doc/reference/html/structPapyrus_1_1Event_1_1Scroll__inherit__graph.png doc/reference/html/structPapyrus_1_1HSBA-members.html doc/reference/html/structPapyrus_1_1HSBA.html doc/reference/html/structPapyrus_1_1HSLA-members.html doc/reference/html/structPapyrus_1_1HSLA.html doc/reference/html/structPapyrus_1_1LineSegment-members.html doc/reference/html/structPapyrus_1_1LineSegment.html doc/reference/html/structPapyrus_1_1LinearGradient_1_1Point-members.html doc/reference/html/structPapyrus_1_1LinearGradient_1_1Point.html doc/reference/html/structPapyrus_1_1LinearGradient_1_1Point__inherit__graph.png doc/reference/html/structPapyrus_1_1LinearGradient_1_1Vector-members.html doc/reference/html/structPapyrus_1_1LinearGradient_1_1Vector.html doc/reference/html/structPapyrus_1_1LinearGradient_1_1Vector__inherit__graph.png doc/reference/html/structPapyrus_1_1Point-members.html doc/reference/html/structPapyrus_1_1Point.html doc/reference/html/structPapyrus_1_1Point__inherit__graph.png doc/reference/html/structPapyrus_1_1RGBA-members.html doc/reference/html/structPapyrus_1_1RGBA.html doc/reference/html/structPapyrus_1_1RadialGradient_1_1Circle-members.html doc/reference/html/structPapyrus_1_1RadialGradient_1_1Circle.html doc/reference/html/structPapyrus_1_1RadialGradient_1_1Circle__inherit__graph.png doc/reference/html/structPapyrus_1_1Vertex-members.html doc/reference/html/structPapyrus_1_1Vertex.html doc/reference/html/structPapyrus_1_1Vertex__inherit__graph.png doc/reference/html/structPapyrus_1_1YUVA-members.html doc/reference/html/structPapyrus_1_1YUVA.html doc/reference/html/structPapyrus_1_1wp__lt__compare-members.html doc/reference/html/structPapyrus_1_1wp__lt__compare.html doc/reference/html/svg_8cpp.html doc/reference/html/svg_8cpp__incl.png doc/reference/html/svg_8h.html doc/reference/html/svg_8h__dep__incl.png doc/reference/html/svg_8h__incl.png doc/reference/html/svg_8h_source.html doc/reference/html/tab_b.gif doc/reference/html/tab_l.gif doc/reference/html/tab_r.gif doc/reference/html/tabs.css doc/reference/html/text.png doc/reference/html/text_8cpp.html doc/reference/html/text_8cpp__incl.png doc/reference/html/text_8h.html doc/reference/html/text_8h__dep__incl.png doc/reference/html/text_8h__incl.png doc/reference/html/text_8h_source.html doc/reference/html/tiling_8cpp.html doc/reference/html/tiling_8cpp__incl.png doc/reference/html/tiling_8h.html doc/reference/html/tiling_8h__dep__incl.png doc/reference/html/tiling_8h__incl.png doc/reference/html/tiling_8h_source.html doc/reference/html/todo.html doc/reference/html/translator_8cpp.html doc/reference/html/translator_8cpp__incl.png doc/reference/html/translator_8h.html doc/reference/html/translator_8h__dep__incl.png doc/reference/html/translator_8h__incl.png doc/reference/html/translator_8h_source.html doc/reference/html/utility2_8cpp.html doc/reference/html/utility2_8cpp__incl.png doc/reference/html/utility2_8h.html doc/reference/html/utility2_8h__dep__incl.png doc/reference/html/utility2_8h__incl.png doc/reference/html/utility2_8h_source.html doc/reference/html/utility_8cpp.html doc/reference/html/utility_8cpp__incl.png doc/reference/html/utility_8h.html doc/reference/html/utility_8h__dep__incl.png doc/reference/html/utility_8h__incl.png doc/reference/html/utility_8h_source.html doc/reference/html/viewbox_8cpp.html doc/reference/html/viewbox_8cpp__incl.png doc/reference/html/viewbox_8h.html doc/reference/html/viewbox_8h__dep__incl.png doc/reference/html/viewbox_8h__incl.png doc/reference/html/viewbox_8h_source.html doc/reference/html/viewport_8cpp.html doc/reference/html/viewport_8cpp__incl.png doc/reference/html/viewport_8h.html doc/reference/html/viewport_8h__dep__incl.png doc/reference/html/viewport_8h__incl.png doc/reference/html/viewport_8h_source.html doc/reference/html/x11__color1_8cpp.html doc/reference/html/x11__color1_8cpp__incl.png doc/reference/html/x11__color2_8cpp.html doc/reference/html/x11__color2_8cpp__incl.png doc/reference/html/x11__color3_8cpp.html doc/reference/html/x11__color3_8cpp__incl.png doc/reference/html/x11__color4_8cpp.html doc/reference/html/x11__color4_8cpp__incl.png doc/reference/html/x11__color_8cpp.html doc/reference/html/x11__color_8cpp__incl.png doc/reference/html/x11__color_8h.html doc/reference/html/x11__color_8h__dep__incl.png doc/reference/html/x11__color_8h__incl.png doc/reference/html/x11__color_8h_source.html doc/reference/html/y_8tab_8h.html doc/reference/html/y_8tab_8h_source.html doc/reference/html/yuva_8cpp.html doc/reference/html/yuva_8cpp__incl.png doc/reference/html/yuva_8h.html doc/reference/html/yuva_8h__dep__incl.png doc/reference/html/yuva_8h_source.html doc/reference/html/zoomer_8cpp.html doc/reference/html/zoomer_8cpp__incl.png doc/reference/html/zoomer_8h.html doc/reference/html/zoomer_8h__dep__incl.png doc/reference/html/zoomer_8h__incl.png doc/reference/html/zoomer_8h_source.html + /usr/bin/install -p --mode=0664 -t /builddir/build/BUILDROOT/papyrus-0.13.1-1.fc10.ppc/usr/share/gtk-doc/html/papyrus-0.13/ doc/papyrus-0.13.devhelp + /usr/lib/rpm/find-debuginfo.sh --strict-build-id /builddir/build/BUILD/papyrus-0.13.1 extracting debug info from /builddir/build/BUILDROOT/papyrus-0.13.1-1.fc10.ppc/usr/lib/libpapyrus.so.0.0.0 extracting debug info from /builddir/build/BUILDROOT/papyrus-0.13.1-1.fc10.ppc/usr/lib/libpapyrus-extras.so.0.0.0 extracting debug info from /builddir/build/BUILDROOT/papyrus-0.13.1-1.fc10.ppc/usr/lib/libpapyrus-gtkmm.so.0.0.0 extracting debug info from /builddir/build/BUILDROOT/papyrus-0.13.1-1.fc10.ppc/usr/bin/papyrus-demo extracting debug info from /builddir/build/BUILDROOT/papyrus-0.13.1-1.fc10.ppc/usr/bin/papyrus-extras-demo extracting debug info from /builddir/build/BUILDROOT/papyrus-0.13.1-1.fc10.ppc/usr/bin/papyrus-gtkmm-demo symlinked /usr/lib/debug/usr/lib/libpapyrus.so.0.0.0.debug to /usr/lib/debug/usr/lib/libpapyrus.so.0.debug symlinked /usr/lib/debug/usr/lib/libpapyrus.so.0.0.0.debug to /usr/lib/debug/usr/lib/libpapyrus.so.debug symlinked /usr/lib/debug/usr/lib/libpapyrus-extras.so.0.0.0.debug to /usr/lib/debug/usr/lib/libpapyrus-extras.so.0.debug symlinked /usr/lib/debug/usr/lib/libpapyrus-extras.so.0.0.0.debug to /usr/lib/debug/usr/lib/libpapyrus-extras.so.debug symlinked /usr/lib/debug/usr/lib/libpapyrus-gtkmm.so.0.0.0.debug to /usr/lib/debug/usr/lib/libpapyrus-gtkmm.so.0.debug symlinked /usr/lib/debug/usr/lib/libpapyrus-gtkmm.so.0.0.0.debug to /usr/lib/debug/usr/lib/libpapyrus-gtkmm.so.debug cpio: gcc-4.3.2-20081105/obj-ppc64-redhat-linux/ppc64-redhat-linux/libgcc: Cannot stat: No such file or directory cpio: gcc-4.3.2-20081105/obj-ppc64-redhat-linux/ppc64-redhat-linux/libgcc/crtsavres.S: Cannot stat: No such file or directory 3485 blocks + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-compress + /usr/lib/rpm/redhat/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/redhat/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump + /usr/lib/rpm/brp-python-bytecompile + /usr/lib/rpm/redhat/brp-python-hardlink + /usr/lib/rpm/redhat/brp-java-repack-jars Processing files: papyrus-0.13.1-1.fc10 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.qi2NyJ + umask 022 + cd /builddir/build/BUILD + cd papyrus-0.13.1 + DOCDIR=/builddir/build/BUILDROOT/papyrus-0.13.1-1.fc10.ppc/usr/share/doc/papyrus-0.13.1 + export DOCDIR + rm -rf /builddir/build/BUILDROOT/papyrus-0.13.1-1.fc10.ppc/usr/share/doc/papyrus-0.13.1 + /bin/mkdir -p /builddir/build/BUILDROOT/papyrus-0.13.1-1.fc10.ppc/usr/share/doc/papyrus-0.13.1 + cp -pr AUTHORS COPYING /builddir/build/BUILDROOT/papyrus-0.13.1-1.fc10.ppc/usr/share/doc/papyrus-0.13.1 + exit 0 Provides: libpapyrus.so.0 Requires(interp): /sbin/ldconfig /sbin/ldconfig Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires(post): /sbin/ldconfig Requires(postun): /sbin/ldconfig Requires: libc.so.6 libc.so.6(GLIBC_2.0) libc.so.6(GLIBC_2.1.3) libc.so.6(GLIBC_2.3.4) libc.so.6(GLIBC_2.4) libcairo.so.2 libcairomm-1.0.so.1 libexpat.so.1 libgcc_s.so.1 libgcc_s.so.1(GCC_3.0) libglib-2.0.so.0 libglibmm-2.4.so.1 libgobject-2.0.so.0 libm.so.6 libm.so.6(GLIBC_2.0) libm.so.6(GLIBC_2.1) libpapyrus.so.0 libsigc-2.0.so.0 libstdc++.so.6 libstdc++.so.6(CXXABI_1.3) libstdc++.so.6(GLIBCXX_3.4) libstdc++.so.6(GLIBCXX_3.4.9) libxml++-2.6.so.2 libxml2.so.2 rtld(GNU_HASH) Processing files: papyrus-devel-0.13.1-1.fc10 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.75gcSO + umask 022 + cd /builddir/build/BUILD + cd papyrus-0.13.1 + DOCDIR=/builddir/build/BUILDROOT/papyrus-0.13.1-1.fc10.ppc/usr/share/doc/papyrus-devel-0.13.1 + export DOCDIR + rm -rf /builddir/build/BUILDROOT/papyrus-0.13.1-1.fc10.ppc/usr/share/doc/papyrus-devel-0.13.1 + /bin/mkdir -p /builddir/build/BUILDROOT/papyrus-0.13.1-1.fc10.ppc/usr/share/doc/papyrus-devel-0.13.1 + cp -pr ChangeLog /builddir/build/BUILDROOT/papyrus-0.13.1-1.fc10.ppc/usr/share/doc/papyrus-devel-0.13.1 + exit 0 Provides: pkgconfig(papyrus-1.0) = 0.13.1 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(VersionedDependencies) <= 3.0.3-1 Requires: libatk-1.0.so.0 libatkmm-1.6.so.1 libc.so.6 libc.so.6(GLIBC_2.0) libc.so.6(GLIBC_2.1) libc.so.6(GLIBC_2.1.3) libc.so.6(GLIBC_2.4) libcairo.so.2 libcairomm-1.0.so.1 libexpat.so.1 libfontconfig.so.1 libfreetype.so.6 libgcc_s.so.1 libgcc_s.so.1(GCC_3.0) libgdk-x11-2.0.so.0 libgdk_pixbuf-2.0.so.0 libgdkmm-2.4.so.1 libgio-2.0.so.0 libgiomm-2.4.so.1 libglib-2.0.so.0 libglibmm-2.4.so.1 libgmodule-2.0.so.0 libgobject-2.0.so.0 libgtk-x11-2.0.so.0 libgtkmm-2.4.so.1 libm.so.6 libpango-1.0.so.0 libpangocairo-1.0.so.0 libpangoft2-1.0.so.0 libpangomm-1.4.so.1 libpapyrus-extras.so.0 libpapyrus-gtkmm.so.0 libpapyrus.so.0 libsigc-2.0.so.0 libstdc++.so.6 libstdc++.so.6(CXXABI_1.3) libstdc++.so.6(GLIBCXX_3.4) libstdc++.so.6(GLIBCXX_3.4.9) libxml++-2.6.so.2 libxml2.so.2 rtld(GNU_HASH) Processing files: papyrus-doc-0.13.1-1.fc10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: papyrus-extras-0.13.1-1.fc10 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.Rrje4j + umask 022 + cd /builddir/build/BUILD + cd papyrus-0.13.1 + DOCDIR=/builddir/build/BUILDROOT/papyrus-0.13.1-1.fc10.ppc/usr/share/doc/papyrus-extras-0.13.1 + export DOCDIR + rm -rf /builddir/build/BUILDROOT/papyrus-0.13.1-1.fc10.ppc/usr/share/doc/papyrus-extras-0.13.1 + /bin/mkdir -p /builddir/build/BUILDROOT/papyrus-0.13.1-1.fc10.ppc/usr/share/doc/papyrus-extras-0.13.1 + cp -pr AUTHORS COPYING /builddir/build/BUILDROOT/papyrus-0.13.1-1.fc10.ppc/usr/share/doc/papyrus-extras-0.13.1 + exit 0 Provides: libpapyrus-extras.so.0 Requires(interp): /sbin/ldconfig /sbin/ldconfig Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires(post): /sbin/ldconfig Requires(postun): /sbin/ldconfig Requires: libc.so.6 libc.so.6(GLIBC_2.0) libc.so.6(GLIBC_2.1.3) libcairo.so.2 libcairomm-1.0.so.1 libexpat.so.1 libgcc_s.so.1 libgcc_s.so.1(GCC_3.0) libglib-2.0.so.0 libglibmm-2.4.so.1 libgobject-2.0.so.0 libm.so.6 libm.so.6(GLIBC_2.1) libpapyrus-extras.so.0 libsigc-2.0.so.0 libstdc++.so.6 libstdc++.so.6(CXXABI_1.3) libstdc++.so.6(GLIBCXX_3.4) libxml++-2.6.so.2 libxml2.so.2 rtld(GNU_HASH) Processing files: papyrus-extras-devel-0.13.1-1.fc10 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.VRsRkR + umask 022 + cd /builddir/build/BUILD + cd papyrus-0.13.1 + DOCDIR=/builddir/build/BUILDROOT/papyrus-0.13.1-1.fc10.ppc/usr/share/doc/papyrus-extras-devel-0.13.1 + export DOCDIR + rm -rf /builddir/build/BUILDROOT/papyrus-0.13.1-1.fc10.ppc/usr/share/doc/papyrus-extras-devel-0.13.1 + /bin/mkdir -p /builddir/build/BUILDROOT/papyrus-0.13.1-1.fc10.ppc/usr/share/doc/papyrus-extras-devel-0.13.1 + cp -pr AUTHORS COPYING /builddir/build/BUILDROOT/papyrus-0.13.1-1.fc10.ppc/usr/share/doc/papyrus-extras-devel-0.13.1 + exit 0 Provides: pkgconfig(papyrus-extras-1.0) = 0.13.1 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(VersionedDependencies) <= 3.0.3-1 Requires: libatk-1.0.so.0 libatkmm-1.6.so.1 libc.so.6 libc.so.6(GLIBC_2.0) libc.so.6(GLIBC_2.1) libc.so.6(GLIBC_2.1.3) libc.so.6(GLIBC_2.4) libcairo.so.2 libcairomm-1.0.so.1 libexpat.so.1 libfontconfig.so.1 libfreetype.so.6 libgcc_s.so.1 libgcc_s.so.1(GCC_3.0) libgdk-x11-2.0.so.0 libgdk_pixbuf-2.0.so.0 libgdkmm-2.4.so.1 libgio-2.0.so.0 libgiomm-2.4.so.1 libglib-2.0.so.0 libglibmm-2.4.so.1 libgmodule-2.0.so.0 libgobject-2.0.so.0 libgtk-x11-2.0.so.0 libgtkmm-2.4.so.1 libm.so.6 libpango-1.0.so.0 libpangocairo-1.0.so.0 libpangoft2-1.0.so.0 libpangomm-1.4.so.1 libpapyrus-extras.so.0 libpapyrus-gtkmm.so.0 libpapyrus.so.0 libsigc-2.0.so.0 libstdc++.so.6 libstdc++.so.6(CXXABI_1.3) libstdc++.so.6(GLIBCXX_3.4) libstdc++.so.6(GLIBCXX_3.4.9) libxml++-2.6.so.2 libxml2.so.2 rtld(GNU_HASH) Processing files: papyrus-gtkmm-0.13.1-1.fc10 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.Bho4Iw + umask 022 + cd /builddir/build/BUILD + cd papyrus-0.13.1 + DOCDIR=/builddir/build/BUILDROOT/papyrus-0.13.1-1.fc10.ppc/usr/share/doc/papyrus-gtkmm-0.13.1 + export DOCDIR + rm -rf /builddir/build/BUILDROOT/papyrus-0.13.1-1.fc10.ppc/usr/share/doc/papyrus-gtkmm-0.13.1 + /bin/mkdir -p /builddir/build/BUILDROOT/papyrus-0.13.1-1.fc10.ppc/usr/share/doc/papyrus-gtkmm-0.13.1 + cp -pr AUTHORS COPYING /builddir/build/BUILDROOT/papyrus-0.13.1-1.fc10.ppc/usr/share/doc/papyrus-gtkmm-0.13.1 + exit 0 Provides: libpapyrus-gtkmm.so.0 Requires(interp): /sbin/ldconfig /sbin/ldconfig Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires(post): /sbin/ldconfig Requires(postun): /sbin/ldconfig Requires: libatk-1.0.so.0 libatkmm-1.6.so.1 libc.so.6 libc.so.6(GLIBC_2.0) libc.so.6(GLIBC_2.1.3) libcairo.so.2 libcairomm-1.0.so.1 libexpat.so.1 libfontconfig.so.1 libfreetype.so.6 libgcc_s.so.1 libgcc_s.so.1(GCC_3.0) libgdk-x11-2.0.so.0 libgdk_pixbuf-2.0.so.0 libgdkmm-2.4.so.1 libgio-2.0.so.0 libgiomm-2.4.so.1 libglib-2.0.so.0 libglibmm-2.4.so.1 libgmodule-2.0.so.0 libgobject-2.0.so.0 libgtk-x11-2.0.so.0 libgtkmm-2.4.so.1 libm.so.6 libm.so.6(GLIBC_2.0) libpango-1.0.so.0 libpangocairo-1.0.so.0 libpangoft2-1.0.so.0 libpangomm-1.4.so.1 libpapyrus-gtkmm.so.0 libsigc-2.0.so.0 libstdc++.so.6 libstdc++.so.6(CXXABI_1.3) libstdc++.so.6(GLIBCXX_3.4) libstdc++.so.6(GLIBCXX_3.4.9) libxml++-2.6.so.2 libxml2.so.2 rtld(GNU_HASH) Processing files: papyrus-gtkmm-devel-0.13.1-1.fc10 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.J3X1xe + umask 022 + cd /builddir/build/BUILD + cd papyrus-0.13.1 + DOCDIR=/builddir/build/BUILDROOT/papyrus-0.13.1-1.fc10.ppc/usr/share/doc/papyrus-gtkmm-devel-0.13.1 + export DOCDIR + rm -rf /builddir/build/BUILDROOT/papyrus-0.13.1-1.fc10.ppc/usr/share/doc/papyrus-gtkmm-devel-0.13.1 + /bin/mkdir -p /builddir/build/BUILDROOT/papyrus-0.13.1-1.fc10.ppc/usr/share/doc/papyrus-gtkmm-devel-0.13.1 + cp -pr AUTHORS COPYING /builddir/build/BUILDROOT/papyrus-0.13.1-1.fc10.ppc/usr/share/doc/papyrus-gtkmm-devel-0.13.1 + exit 0 Provides: pkgconfig(papyrus-gtkmm-1.0) = 0.13.1 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(VersionedDependencies) <= 3.0.3-1 Requires: libatk-1.0.so.0 libatkmm-1.6.so.1 libc.so.6 libc.so.6(GLIBC_2.0) libc.so.6(GLIBC_2.1) libc.so.6(GLIBC_2.1.3) libc.so.6(GLIBC_2.4) libcairo.so.2 libcairomm-1.0.so.1 libexpat.so.1 libfontconfig.so.1 libfreetype.so.6 libgcc_s.so.1 libgcc_s.so.1(GCC_3.0) libgdk-x11-2.0.so.0 libgdk_pixbuf-2.0.so.0 libgdkmm-2.4.so.1 libgio-2.0.so.0 libgiomm-2.4.so.1 libglib-2.0.so.0 libglibmm-2.4.so.1 libgmodule-2.0.so.0 libgobject-2.0.so.0 libgtk-x11-2.0.so.0 libgtkmm-2.4.so.1 libm.so.6 libpango-1.0.so.0 libpangocairo-1.0.so.0 libpangoft2-1.0.so.0 libpangomm-1.4.so.1 libpapyrus-extras.so.0 libpapyrus-gtkmm.so.0 libpapyrus.so.0 libsigc-2.0.so.0 libstdc++.so.6 libstdc++.so.6(CXXABI_1.3) libstdc++.so.6(GLIBCXX_3.4) libstdc++.so.6(GLIBCXX_3.4.9) libxml++-2.6.so.2 libxml2.so.2 rtld(GNU_HASH) Processing files: papyrus-debuginfo-0.13.1-1.fc10 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/papyrus-0.13.1-1.fc10.ppc warning: Could not canonicalize hostname: ppc10.fedora.phx.redhat.com Wrote: /builddir/build/RPMS/papyrus-0.13.1-1.fc10.ppc.rpm Wrote: /builddir/build/RPMS/papyrus-devel-0.13.1-1.fc10.ppc.rpm Wrote: /builddir/build/RPMS/papyrus-doc-0.13.1-1.fc10.noarch.rpm Wrote: /builddir/build/RPMS/papyrus-extras-0.13.1-1.fc10.ppc.rpm Wrote: /builddir/build/RPMS/papyrus-extras-devel-0.13.1-1.fc10.ppc.rpm Wrote: /builddir/build/RPMS/papyrus-gtkmm-0.13.1-1.fc10.ppc.rpm Wrote: /builddir/build/RPMS/papyrus-gtkmm-devel-0.13.1-1.fc10.ppc.rpm Wrote: /builddir/build/RPMS/papyrus-debuginfo-0.13.1-1.fc10.ppc.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.SEPquw + umask 022 + cd /builddir/build/BUILD + cd papyrus-0.13.1 + /bin/rm -rf /builddir/build/BUILDROOT/papyrus-0.13.1-1.fc10.ppc + exit 0 Child returncode was: 0 LEAVE do -->