Mock Version: 0.9.14 Mock Version: 0.9.14 ENTER do(['bash', '--login', '-c', 'rpmbuild -bs --target x86_64 --nodeps builddir/build/SPECS/synfig.spec'], False, '/var/lib/mock/dist-f13-build-666523-95289/root/', None, 86400, True, 0, 424, 102, None, logger=) Executing command: ['bash', '--login', '-c', 'rpmbuild -bs --target x86_64 --nodeps builddir/build/SPECS/synfig.spec'] warning: Could not canonicalize hostname: xenbuilder4.fedora.phx.redhat.com Building target platforms: x86_64 Building for target x86_64 Wrote: /builddir/build/SRPMS/synfig-0.62.00-1.fc13.src.rpm Child returncode was: 0 LEAVE do --> ENTER do(['bash', '--login', '-c', 'rpmbuild -bb --target x86_64 --nodeps builddir/build/SPECS/synfig.spec'], False, '/var/lib/mock/dist-f13-build-666523-95289/root/', None, 86400, True, 0, 424, 102, None, logger=) Executing command: ['bash', '--login', '-c', 'rpmbuild -bb --target x86_64 --nodeps builddir/build/SPECS/synfig.spec'] Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.Izxbpw + umask 022 + cd /builddir/build/BUILD + LANG=C + export LANG + unset DISPLAY + cd /builddir/build/BUILD + rm -rf synfig-0.62.00 + /usr/bin/gzip -dc /builddir/build/SOURCES/synfig-0.62.00.tar.gz + /bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd synfig-0.62.00 + /bin/chmod -Rf a+rX,u+w,g-w,o-w . + echo 'Patch #0 (synfig-0.61.09-optflags.patch):' Patch #0 (synfig-0.61.09-optflags.patch): + /bin/cat /builddir/build/SOURCES/synfig-0.61.09-optflags.patch + /usr/bin/patch -s -p1 -b --suffix .optflags --fuzz=0 + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.wnixXo + umask 022 + cd /builddir/build/BUILD + cd synfig-0.62.00 + LANG=C + export LANG + unset DISPLAY + CFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic' + export CFLAGS + CXXFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic' + export CXXFLAGS + FFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -I/usr/lib64/gfortran/modules' + export FFLAGS + ./configure --build=x86_64-redhat-linux-gnu --host=x86_64-redhat-linux-gnu --target=x86_64-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/lib64 --libexecdir=/usr/libexec --localstatedir=/var --sharedstatedir=/var/lib --mandir=/usr/share/man --infodir=/usr/share/info --disable-static --with-imagemagick --with-magickpp --without-libavcodec checking build system type... x86_64-redhat-linux-gnu checking host system type... x86_64-redhat-linux-gnu checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether to enable maintainer-specific portions of Makefiles... no checking for x86_64-redhat-linux-gnu-gcc... no checking for gcc... gcc 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 gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for ANSI C header files... yes checking 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 minix/config.h usability... no checking minix/config.h presence... no checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... yes checking for x86_64-redhat-linux-gnu-g++... no checking for x86_64-redhat-linux-gnu-c++... no checking for x86_64-redhat-linux-gnu-gpp... no checking for x86_64-redhat-linux-gnu-aCC... no checking for x86_64-redhat-linux-gnu-CC... no checking for x86_64-redhat-linux-gnu-cxx... no checking for x86_64-redhat-linux-gnu-cc++... no checking for x86_64-redhat-linux-gnu-cl.exe... no checking for x86_64-redhat-linux-gnu-FCC... no checking for x86_64-redhat-linux-gnu-KCC... no checking for x86_64-redhat-linux-gnu-RCC... no checking for x86_64-redhat-linux-gnu-xlC_r... no checking for x86_64-redhat-linux-gnu-xlC... no checking for g++... g++ checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking dependency style of g++... gcc3 checking how to run the C preprocessor... gcc -E checking how to run the C++ preprocessor... g++ -E checking for a BSD-compatible install... /usr/bin/install -c checking whether byte ordering is bigendian... no checking for debug flags... -DNDEBUG checking for optimization flags... -O2 checking for compiler warning flags to use... -W -Wall checking for profiling... no checking for arc profiling... no checking for branch-probabilities... no checking for a sed that does not truncate output... /bin/sed checking for fgrep... /bin/grep -F checking for ld used by gcc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 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 x86_64-redhat-linux-gnu-objdump... objdump checking how to recognize dependent libraries... pass_all checking for x86_64-redhat-linux-gnu-ar... no checking for ar... ar checking for x86_64-redhat-linux-gnu-strip... no checking for strip... strip checking for x86_64-redhat-linux-gnu-ranlib... no checking for ranlib... ranlib checking command to parse /usr/bin/nm -B output from gcc object... ok 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... no checking if gcc supports -c -o file.o... yes checking if gcc supports -c -o file.o... (cached) yes checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking for shl_load... no checking for shl_load in -ldld... no checking for dlopen... no checking for dlopen in -ldl... yes checking whether a program can dlopen itself... yes checking whether a statically linked program can dlopen itself... yes 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 -m elf_x86_64 checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) 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... no 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 -m elf_x86_64) supports shared libraries... yes checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking for dlopen in -lc... no checking for dlopen in -ldl... (cached) yes checking Magick++.h usability... no checking Magick++.h presence... no checking for Magick++.h... no *** Magick++ Output target disabled checking for pkg-config... /usr/bin/pkg-config checking for freetype2... yes checking FREETYPE_CFLAGS... -I/usr/include/freetype2 checking FREETYPE_LIBS... -lfreetype checking for fontconfig... yes checking FONTCONFIG_CFLAGS... checking FONTCONFIG_LIBS... -lfontconfig checking for OpenEXR... yes checking OPENEXR_CFLAGS... -I/usr/include/OpenEXR checking OPENEXR_LIBS... -lIlmImf -lImath -lHalf -lIex -lIlmThread checking which extension is used for runtime loadable modules... .so checking which variable specifies run-time module search path... LD_LIBRARY_PATH checking for the default library search path... /lib /usr/lib checking for library containing dlopen... -ldl checking for dlerror... yes checking for shl_load... (cached) no checking for shl_load in -ldld... (cached) no checking for dld_link in -ldld... no checking for _ prefix in compiled symbols... no checking whether deplibs are loaded by dlopen... yes checking for argz.h... yes checking for error_t... yes checking for argz_add... yes checking for argz_append... yes checking for argz_count... yes checking for argz_create_sep... yes checking for argz_insert... yes checking for argz_next... yes checking for argz_stringify... yes checking if argz actually works... yes checking whether libtool supports -dlopen/-dlpreopen... yes checking for ltdl.h... yes checking whether lt_dlinterface_register is declared... yes checking for lt_dladvise_preload in -lltdl... yes checking where to find libltdl headers... checking where to find libltdl library... -lltdl checking for unistd.h... (cached) yes checking for dl.h... no checking for sys/dl.h... no checking for dld.h... no checking for mach-o/dyld.h... no checking for dirent.h... yes checking for closedir... yes checking for opendir... yes checking for readdir... yes checking for strlcat... no checking for strlcpy... no checking whether NLS is requested... yes checking for msgfmt... no checking for gmsgfmt... : checking for xgettext... no checking for msgmerge... no checking for ld used by GCC... /usr/bin/ld -m elf_x86_64 checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes checking for shared library run path origin... done checking for CFPreferencesCopyAppValue... no checking for CFLocaleCopyCurrent... no checking for GNU gettext in libc... yes checking whether to use NLS... yes checking where the gettext function comes from... libc checking for ETL >= 0.04.13... yes checking ETL_CFLAGS... checking ETL_LIBS... -lpthread checking for libxml++-2.6... yes checking LIBXMLPP_CFLAGS... -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include checking LIBXMLPP_LIBS... -lxml++-2.6 -lxml2 -lglibmm-2.4 -lgobject-2.0 -lsigc-2.0 -lglib-2.0 checking for sigc++-2.0... yes checking LIBSIGC_CFLAGS... -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include checking LIBSIGC_LIBS... -lsigc-2.0 checking for png_write_row in -lpng... yes checking for mng_initialize in -lmng... yes checking for jpeg_CreateCompress in -ljpeg... yes checking for unordered_map::const_iterator... yes checking for unordered_set::const_iterator... yes checking signal.h usability... yes checking signal.h presence... yes checking for signal.h... yes checking termios.h usability... yes checking termios.h presence... yes checking for termios.h... yes checking sys/errno.h usability... yes checking sys/errno.h presence... yes checking for sys/errno.h... yes checking for sys/wait.h that is POSIX.1 compatible... yes checking process.h usability... no checking process.h presence... no checking for process.h... no checking io.h usability... no checking io.h presence... no checking for io.h... no checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking for fork... yes checking for kill... yes checking for pipe... yes checking for waitpid... yes checking for isnan... yes checking for isnanf... yes checking for floorl... yes checking for pthread_create in -lpthread... yes configure: creating ./config.status config.status: creating synfig-config config.status: WARNING: 'synfig-config.in' seems to ignore the --datarootdir setting config.status: creating build_tools/Makefile config.status: creating synfig.pc config.status: creating doxygen.cfg config.status: creating Makefile config.status: creating po/Makefile.in config.status: creating src/Makefile config.status: creating src/synfig/Makefile config.status: creating src/modules/Makefile config.status: creating src/modules/lyr_freetype/Makefile config.status: creating src/modules/lyr_std/Makefile config.status: creating src/modules/mod_bmp/Makefile config.status: creating src/modules/mod_dv/Makefile config.status: creating src/modules/mod_ffmpeg/Makefile config.status: creating src/modules/mod_filter/Makefile config.status: creating src/modules/mod_geometry/Makefile config.status: creating src/modules/mod_gif/Makefile config.status: creating src/modules/mod_gradient/Makefile config.status: creating src/modules/mod_imagemagick/Makefile config.status: creating src/modules/mod_jpeg/Makefile config.status: creating src/modules/mod_libavcodec/Makefile config.status: creating src/modules/mod_magickpp/Makefile config.status: creating src/modules/mod_mng/Makefile config.status: creating src/modules/mod_noise/Makefile config.status: creating src/modules/mod_openexr/Makefile config.status: creating src/modules/mod_particle/Makefile config.status: creating src/modules/mod_png/Makefile config.status: creating src/modules/mod_ppm/Makefile config.status: creating src/modules/mod_yuv420p/Makefile config.status: creating src/modules/mod_svg/Makefile config.status: creating src/modules/example/Makefile config.status: creating src/tool/Makefile config.status: creating src/modules/synfig_modules.cfg config.status: creating examples/walk/Makefile config.status: creating examples/Makefile config.status: creating win32inst.nsi config.status: creating pkg-info/macosx/synfig-core.info config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands config.status: executing po-directories commands config.status: creating po/POTFILES config.status: creating po/Makefile === configuring in libltdl (/builddir/build/BUILD/synfig-0.62.00/libltdl) configure: running /bin/sh ./configure --disable-option-checking '--prefix=/usr' '--build=x86_64-redhat-linux-gnu' '--host=x86_64-redhat-linux-gnu' '--target=x86_64-redhat-linux-gnu' '--program-prefix=' '--exec-prefix=/usr' '--bindir=/usr/bin' '--sbindir=/usr/sbin' '--sysconfdir=/etc' '--datadir=/usr/share' '--includedir=/usr/include' '--libdir=/usr/lib64' '--libexecdir=/usr/libexec' '--localstatedir=/var' '--sharedstatedir=/var/lib' '--mandir=/usr/share/man' '--infodir=/usr/share/info' '--disable-static' '--with-imagemagick' '--with-magickpp' '--without-libavcodec' 'build_alias=x86_64-redhat-linux-gnu' 'host_alias=x86_64-redhat-linux-gnu' 'target_alias=x86_64-redhat-linux-gnu' 'CFLAGS=-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic' 'CXXFLAGS=-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic' '--enable-ltdl-convenience' --cache-file=/dev/null --srcdir=. 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 build system type... x86_64-redhat-linux-gnu checking host system type... x86_64-redhat-linux-gnu checking for style of include used by make... GNU checking for x86_64-redhat-linux-gnu-gcc... no checking for gcc... gcc 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 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 x86_64-redhat-linux-gnu-objdump... no checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for x86_64-redhat-linux-gnu-ar... no checking for ar... ar checking for x86_64-redhat-linux-gnu-strip... no checking for strip... strip checking for x86_64-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 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... no checking if gcc supports -c -o file.o... yes checking if gcc supports -c -o file.o... (cached) yes checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking for shl_load... no checking for shl_load in -ldld... no checking for dlopen... no checking for dlopen in -ldl... yes checking whether a program can dlopen itself... yes checking whether a statically linked program can dlopen itself... yes 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 which extension is used for runtime loadable modules... .so checking which variable specifies run-time module search path... LD_LIBRARY_PATH checking for the default library search path... /lib /usr/lib checking for library containing dlopen... -ldl checking for dlerror... yes checking for shl_load... (cached) no checking for shl_load in -ldld... (cached) no checking for dld_link in -ldld... no checking for _ prefix in compiled symbols... no checking whether deplibs are loaded by dlopen... yes checking for argz.h... yes checking for error_t... yes checking for argz_add... yes checking for argz_append... yes checking for argz_count... yes checking for argz_create_sep... yes checking for argz_insert... yes checking for argz_next... yes checking for argz_stringify... yes checking if argz actually works... yes checking whether libtool supports -dlopen/-dlpreopen... yes checking for unistd.h... (cached) yes checking for dl.h... no checking for sys/dl.h... no checking for dld.h... no checking for mach-o/dyld.h... no checking for dirent.h... yes checking for closedir... yes checking for opendir... yes checking for readdir... yes checking for strlcat... no checking for strlcpy... no configure: creating ./config.status config.status: creating Makefile config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands Synfig Core v.0.62.00 Configuration Summary - - - - - - Install Prefix -------------------> /usr Module directory -----------------> /usr/lib64/synfig/modules Build Platform -------------------> x86_64-redhat-linux-gnu Host Platform --------------------> x86_64-redhat-linux-gnu Arc Profiling --------------------> no GProf Profiling ------------------> no Debug Mode -----------------------> no (-DNDEBUG) Optimization ---------------------> 2 PNG output target support --------> yes MNG output target support --------> yes JPEG output target support -------> yes ETL_CFLAGS -----------------------> FreeType2 ------------------------> yes fontconfig -----------------------> yes libavcodec -----------------------> no libswscale -----------------------> vImage ---------------------------> no ImageMagick ----------------------> yes Magick++ -------------------------> no FFMPEG ---------------------------> yes libdv ----------------------------> yes OpenEXR --------------------------> yes Using OpenEXR's "half" type ------> no $CXX -----------------------------> 'g++' $CXXFLAGS ------------------------> ' -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W' $SYNFIG_LIBS ---------------------> '-lxml++-2.6 -lxml2 -lglibmm-2.4 -lgobject-2.0 -lsigc-2.0 -lglib-2.0 -lpthread -lsigc-2.0' $LIBXMLPP_LIBS -------------------> '-lxml++-2.6 -lxml2 -lglibmm-2.4 -lgobject-2.0 -lsigc-2.0 -lglib-2.0 ' $ETL_LIBS ------------------------> '-lpthread ' $LIBSIGC_LIBS --------------------> '-lsigc-2.0 ' $SYNFIG_CFLAGS -------------------> '-I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\"' $LIBADD_DL -----------------------> '-ldl ' + CPPFLAGS='-DMagickLib=MagickCore -I/usr/include/ImageMagick' + sed -i.rpath 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool + sed -i.rpath 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool + make -j8 make all-recursive make[1]: Entering directory `/builddir/build/BUILD/synfig-0.62.00' Making all in libltdl make[2]: Entering directory `/builddir/build/BUILD/synfig-0.62.00/libltdl' make all-am make[3]: Entering directory `/builddir/build/BUILD/synfig-0.62.00/libltdl' /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -DLT_CONFIG_H='' -DLTDL -I. -I. -Ilibltdl -I./libltdl -I./libltdl -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -MT dlopen.lo -MD -MP -MF .deps/dlopen.Tpo -c -o dlopen.lo `test -f 'loaders/dlopen.c' || echo './'`loaders/dlopen.c /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -DLTDLOPEN=libltdlc -DLT_CONFIG_H='' -DLTDL -I. -I. -Ilibltdl -I./libltdl -I./libltdl -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -MT libltdlc_la-preopen.lo -MD -MP -MF .deps/libltdlc_la-preopen.Tpo -c -o libltdlc_la-preopen.lo `test -f 'loaders/preopen.c' || echo './'`loaders/preopen.c /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -DLTDLOPEN=libltdlc -DLT_CONFIG_H='' -DLTDL -I. -I. -Ilibltdl -I./libltdl -I./libltdl -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -MT libltdlc_la-lt__alloc.lo -MD -MP -MF .deps/libltdlc_la-lt__alloc.Tpo -c -o libltdlc_la-lt__alloc.lo `test -f 'lt__alloc.c' || echo './'`lt__alloc.c /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -DLTDLOPEN=libltdlc -DLT_CONFIG_H='' -DLTDL -I. -I. -Ilibltdl -I./libltdl -I./libltdl -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -MT libltdlc_la-lt_dlloader.lo -MD -MP -MF .deps/libltdlc_la-lt_dlloader.Tpo -c -o libltdlc_la-lt_dlloader.lo `test -f 'lt_dlloader.c' || echo './'`lt_dlloader.c /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -DLTDLOPEN=libltdlc -DLT_CONFIG_H='' -DLTDL -I. -I. -Ilibltdl -I./libltdl -I./libltdl -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -MT libltdlc_la-lt_error.lo -MD -MP -MF .deps/libltdlc_la-lt_error.Tpo -c -o libltdlc_la-lt_error.lo `test -f 'lt_error.c' || echo './'`lt_error.c /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -DLTDLOPEN=libltdlc -DLT_CONFIG_H='' -DLTDL -I. -I. -Ilibltdl -I./libltdl -I./libltdl -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -MT libltdlc_la-ltdl.lo -MD -MP -MF .deps/libltdlc_la-ltdl.Tpo -c -o libltdlc_la-ltdl.lo `test -f 'ltdl.c' || echo './'`ltdl.c /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -DLTDLOPEN=libltdlc -DLT_CONFIG_H='' -DLTDL -I. -I. -Ilibltdl -I./libltdl -I./libltdl -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -MT libltdlc_la-slist.lo -MD -MP -MF .deps/libltdlc_la-slist.Tpo -c -o libltdlc_la-slist.lo `test -f 'slist.c' || echo './'`slist.c /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -DLT_CONFIG_H='' -DLTDL -I. -I. -Ilibltdl -I./libltdl -I./libltdl -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -MT lt__strl.lo -MD -MP -MF .deps/lt__strl.Tpo -c -o lt__strl.lo lt__strl.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -DLTDLOPEN=libltdlc "-DLT_CONFIG_H=" -DLTDL -I. -I. -Ilibltdl -I./libltdl -I./libltdl -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -MT libltdlc_la-ltdl.lo -MD -MP -MF .deps/libltdlc_la-ltdl.Tpo -c ltdl.c -fPIC -DPIC -o .libs/libltdlc_la-ltdl.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -DLTDLOPEN=libltdlc "-DLT_CONFIG_H=" -DLTDL -I. -I. -Ilibltdl -I./libltdl -I./libltdl -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -MT libltdlc_la-preopen.lo -MD -MP -MF .deps/libltdlc_la-preopen.Tpo -c loaders/preopen.c -fPIC -DPIC -o .libs/libltdlc_la-preopen.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -DLTDLOPEN=libltdlc "-DLT_CONFIG_H=" -DLTDL -I. -I. -Ilibltdl -I./libltdl -I./libltdl -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -MT libltdlc_la-lt_dlloader.lo -MD -MP -MF .deps/libltdlc_la-lt_dlloader.Tpo -c lt_dlloader.c -fPIC -DPIC -o .libs/libltdlc_la-lt_dlloader.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -DLTDLOPEN=libltdlc "-DLT_CONFIG_H=" -DLTDL -I. -I. -Ilibltdl -I./libltdl -I./libltdl -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -MT libltdlc_la-slist.lo -MD -MP -MF .deps/libltdlc_la-slist.Tpo -c slist.c -fPIC -DPIC -o .libs/libltdlc_la-slist.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -DLTDLOPEN=libltdlc "-DLT_CONFIG_H=" -DLTDL -I. -I. -Ilibltdl -I./libltdl -I./libltdl -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -MT libltdlc_la-lt_error.lo -MD -MP -MF .deps/libltdlc_la-lt_error.Tpo -c lt_error.c -fPIC -DPIC -o .libs/libltdlc_la-lt_error.o libtool: compile: gcc -DHAVE_CONFIG_H -I. "-DLT_CONFIG_H=" -DLTDL -I. -I. -Ilibltdl -I./libltdl -I./libltdl -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -MT lt__strl.lo -MD -MP -MF .deps/lt__strl.Tpo -c lt__strl.c -fPIC -DPIC -o .libs/lt__strl.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -DLTDLOPEN=libltdlc "-DLT_CONFIG_H=" -DLTDL -I. -I. -Ilibltdl -I./libltdl -I./libltdl -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -MT libltdlc_la-lt__alloc.lo -MD -MP -MF .deps/libltdlc_la-lt__alloc.Tpo -c lt__alloc.c -fPIC -DPIC -o .libs/libltdlc_la-lt__alloc.o ltdl.c: In function 'try_dlopen': ltdl.c:1267: warning: the address of 'libext' will always evaluate as 'true' mv -f .deps/lt__strl.Tpo .deps/lt__strl.Plo mv -f .deps/libltdlc_la-lt_error.Tpo .deps/libltdlc_la-lt_error.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. "-DLT_CONFIG_H=" -DLTDL -I. -I. -Ilibltdl -I./libltdl -I./libltdl -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -MT dlopen.lo -MD -MP -MF .deps/dlopen.Tpo -c loaders/dlopen.c -fPIC -DPIC -o .libs/dlopen.o mv -f .deps/libltdlc_la-slist.Tpo .deps/libltdlc_la-slist.Plo mv -f .deps/libltdlc_la-lt__alloc.Tpo .deps/libltdlc_la-lt__alloc.Plo mv -f .deps/libltdlc_la-lt_dlloader.Tpo .deps/libltdlc_la-lt_dlloader.Plo mv -f .deps/libltdlc_la-preopen.Tpo .deps/libltdlc_la-preopen.Plo mv -f .deps/dlopen.Tpo .deps/dlopen.Plo /bin/sh ./libtool --tag=CC --mode=link gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -module -avoid-version -o dlopen.la dlopen.lo -ldl -ldl libtool: link: ar cru .libs/dlopen.a .libs/dlopen.o libtool: link: ranlib .libs/dlopen.a libtool: link: ( cd ".libs" && rm -f "dlopen.la" && ln -s "../dlopen.la" "dlopen.la" ) mv -f .deps/libltdlc_la-ltdl.Tpo .deps/libltdlc_la-ltdl.Plo /bin/sh ./libtool --tag=CC --mode=link gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -no-undefined -dlpreopen dlopen.la -o libltdlc.la libltdlc_la-preopen.lo libltdlc_la-lt__alloc.lo libltdlc_la-lt_dlloader.lo libltdlc_la-lt_error.lo libltdlc_la-ltdl.lo libltdlc_la-slist.lo lt__strl.lo -ldl libtool: link: rm -f .libs/libltdlc.nm .libs/libltdlc.nmS .libs/libltdlc.nmT libtool: link: (cd .libs && gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c -fno-builtin -fPIC -DPIC "libltdlcS.c") libtool: link: rm -f ".libs/libltdlcS.c" ".libs/libltdlc.nm" ".libs/libltdlc.nmS" ".libs/libltdlc.nmT" libtool: link: (cd .libs/libltdlc.lax/dlopen.a && ar x "/builddir/build/BUILD/synfig-0.62.00/libltdl/./.libs/dlopen.a") libtool: link: ar cru .libs/libltdlc.a .libs/libltdlc_la-preopen.o .libs/libltdlc_la-lt__alloc.o .libs/libltdlc_la-lt_dlloader.o .libs/libltdlc_la-lt_error.o .libs/libltdlc_la-ltdl.o .libs/libltdlc_la-slist.o .libs/lt__strl.o .libs/libltdlcS.o .libs/libltdlc.lax/dlopen.a/dlopen.o libtool: link: ranlib .libs/libltdlc.a libtool: link: rm -fr .libs/libltdlc.lax libtool: link: ( cd ".libs" && rm -f "libltdlc.la" && ln -s "../libltdlc.la" "libltdlc.la" ) make[3]: Leaving directory `/builddir/build/BUILD/synfig-0.62.00/libltdl' make[2]: Leaving directory `/builddir/build/BUILD/synfig-0.62.00/libltdl' Making all in build_tools make[2]: Entering directory `/builddir/build/BUILD/synfig-0.62.00/build_tools' sh ./autorevision.sh ".." ".." make[2]: Leaving directory `/builddir/build/BUILD/synfig-0.62.00/build_tools' Making all in src make[2]: Entering directory `/builddir/build/BUILD/synfig-0.62.00/src' Making all in synfig make[3]: Entering directory `/builddir/build/BUILD/synfig-0.62.00/src/synfig' /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I../.. -I../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -DLIBDIR="\"/usr/lib64\"" -DSYSCONFDIR="\"/etc\"" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libsynfig_la-blinepoint.lo -MD -MP -MF .deps/libsynfig_la-blinepoint.Tpo -c -o libsynfig_la-blinepoint.lo `test -f 'blinepoint.cpp' || echo './'`blinepoint.cpp /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I../.. -I../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -DLIBDIR="\"/usr/lib64\"" -DSYSCONFDIR="\"/etc\"" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libsynfig_la-gradient.lo -MD -MP -MF .deps/libsynfig_la-gradient.Tpo -c -o libsynfig_la-gradient.lo `test -f 'gradient.cpp' || echo './'`gradient.cpp /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I../.. -I../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -DLIBDIR="\"/usr/lib64\"" -DSYSCONFDIR="\"/etc\"" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libsynfig_la-value.lo -MD -MP -MF .deps/libsynfig_la-value.Tpo -c -o libsynfig_la-value.lo `test -f 'value.cpp' || echo './'`value.cpp /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I../.. -I../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -DLIBDIR="\"/usr/lib64\"" -DSYSCONFDIR="\"/etc\"" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libsynfig_la-layer_bitmap.lo -MD -MP -MF .deps/libsynfig_la-layer_bitmap.Tpo -c -o libsynfig_la-layer_bitmap.lo `test -f 'layer_bitmap.cpp' || echo './'`layer_bitmap.cpp /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I../.. -I../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -DLIBDIR="\"/usr/lib64\"" -DSYSCONFDIR="\"/etc\"" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libsynfig_la-layer_composite.lo -MD -MP -MF .deps/libsynfig_la-layer_composite.Tpo -c -o libsynfig_la-layer_composite.lo `test -f 'layer_composite.cpp' || echo './'`layer_composite.cpp /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I../.. -I../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -DLIBDIR="\"/usr/lib64\"" -DSYSCONFDIR="\"/etc\"" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libsynfig_la-layer_duplicate.lo -MD -MP -MF .deps/libsynfig_la-layer_duplicate.Tpo -c -o libsynfig_la-layer_duplicate.lo `test -f 'layer_duplicate.cpp' || echo './'`layer_duplicate.cpp /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I../.. -I../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -DLIBDIR="\"/usr/lib64\"" -DSYSCONFDIR="\"/etc\"" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libsynfig_la-layer_mime.lo -MD -MP -MF .deps/libsynfig_la-layer_mime.Tpo -c -o libsynfig_la-layer_mime.lo `test -f 'layer_mime.cpp' || echo './'`layer_mime.cpp /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I../.. -I../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -DLIBDIR="\"/usr/lib64\"" -DSYSCONFDIR="\"/etc\"" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libsynfig_la-layer_motionblur.lo -MD -MP -MF .deps/libsynfig_la-layer_motionblur.Tpo -c -o libsynfig_la-layer_motionblur.lo `test -f 'layer_motionblur.cpp' || echo './'`layer_motionblur.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I../.. -I../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -DLIBDIR=\"/usr/lib64\" -DSYSCONFDIR=\"/etc\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libsynfig_la-blinepoint.lo -MD -MP -MF .deps/libsynfig_la-blinepoint.Tpo -c blinepoint.cpp -fPIC -DPIC -o .libs/libsynfig_la-blinepoint.o libtool: compile: g++ -DHAVE_CONFIG_H -I../.. -I../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -DLIBDIR=\"/usr/lib64\" -DSYSCONFDIR=\"/etc\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libsynfig_la-gradient.lo -MD -MP -MF .deps/libsynfig_la-gradient.Tpo -c gradient.cpp -fPIC -DPIC -o .libs/libsynfig_la-gradient.o libtool: compile: g++ -DHAVE_CONFIG_H -I../.. -I../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -DLIBDIR=\"/usr/lib64\" -DSYSCONFDIR=\"/etc\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libsynfig_la-layer_bitmap.lo -MD -MP -MF .deps/libsynfig_la-layer_bitmap.Tpo -c layer_bitmap.cpp -fPIC -DPIC -o .libs/libsynfig_la-layer_bitmap.o libtool: compile: g++ -DHAVE_CONFIG_H -I../.. -I../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -DLIBDIR=\"/usr/lib64\" -DSYSCONFDIR=\"/etc\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libsynfig_la-layer_duplicate.lo -MD -MP -MF .deps/libsynfig_la-layer_duplicate.Tpo -c layer_duplicate.cpp -fPIC -DPIC -o .libs/libsynfig_la-layer_duplicate.o libtool: compile: g++ -DHAVE_CONFIG_H -I../.. -I../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -DLIBDIR=\"/usr/lib64\" -DSYSCONFDIR=\"/etc\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libsynfig_la-layer_composite.lo -MD -MP -MF .deps/libsynfig_la-layer_composite.Tpo -c layer_composite.cpp -fPIC -DPIC -o .libs/libsynfig_la-layer_composite.o libtool: compile: g++ -DHAVE_CONFIG_H -I../.. -I../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -DLIBDIR=\"/usr/lib64\" -DSYSCONFDIR=\"/etc\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libsynfig_la-layer_mime.lo -MD -MP -MF .deps/libsynfig_la-layer_mime.Tpo -c layer_mime.cpp -fPIC -DPIC -o .libs/libsynfig_la-layer_mime.o libtool: compile: g++ -DHAVE_CONFIG_H -I../.. -I../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -DLIBDIR=\"/usr/lib64\" -DSYSCONFDIR=\"/etc\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libsynfig_la-layer_motionblur.lo -MD -MP -MF .deps/libsynfig_la-layer_motionblur.Tpo -c layer_motionblur.cpp -fPIC -DPIC -o .libs/libsynfig_la-layer_motionblur.o libtool: compile: g++ -DHAVE_CONFIG_H -I../.. -I../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -DLIBDIR=\"/usr/lib64\" -DSYSCONFDIR=\"/etc\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libsynfig_la-value.lo -MD -MP -MF .deps/libsynfig_la-value.Tpo -c value.cpp -fPIC -DPIC -o .libs/libsynfig_la-value.o mv -f .deps/libsynfig_la-blinepoint.Tpo .deps/libsynfig_la-blinepoint.Plo /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I../.. -I../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -DLIBDIR="\"/usr/lib64\"" -DSYSCONFDIR="\"/etc\"" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libsynfig_la-layer_pastecanvas.lo -MD -MP -MF .deps/libsynfig_la-layer_pastecanvas.Tpo -c -o libsynfig_la-layer_pastecanvas.lo `test -f 'layer_pastecanvas.cpp' || echo './'`layer_pastecanvas.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I../.. -I../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -DLIBDIR=\"/usr/lib64\" -DSYSCONFDIR=\"/etc\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libsynfig_la-layer_pastecanvas.lo -MD -MP -MF .deps/libsynfig_la-layer_pastecanvas.Tpo -c layer_pastecanvas.cpp -fPIC -DPIC -o .libs/libsynfig_la-layer_pastecanvas.o mv -f .deps/libsynfig_la-gradient.Tpo .deps/libsynfig_la-gradient.Plo mv -f .deps/libsynfig_la-value.Tpo .deps/libsynfig_la-value.Plo /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I../.. -I../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -DLIBDIR="\"/usr/lib64\"" -DSYSCONFDIR="\"/etc\"" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libsynfig_la-layer_polygon.lo -MD -MP -MF .deps/libsynfig_la-layer_polygon.Tpo -c -o libsynfig_la-layer_polygon.lo `test -f 'layer_polygon.cpp' || echo './'`layer_polygon.cpp /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I../.. -I../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -DLIBDIR="\"/usr/lib64\"" -DSYSCONFDIR="\"/etc\"" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libsynfig_la-layer_shape.lo -MD -MP -MF .deps/libsynfig_la-layer_shape.Tpo -c -o libsynfig_la-layer_shape.lo `test -f 'layer_shape.cpp' || echo './'`layer_shape.cpp mv -f .deps/libsynfig_la-layer_motionblur.Tpo .deps/libsynfig_la-layer_motionblur.Plo /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I../.. -I../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -DLIBDIR="\"/usr/lib64\"" -DSYSCONFDIR="\"/etc\"" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libsynfig_la-layer_solidcolor.lo -MD -MP -MF .deps/libsynfig_la-layer_solidcolor.Tpo -c -o libsynfig_la-layer_solidcolor.lo `test -f 'layer_solidcolor.cpp' || echo './'`layer_solidcolor.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I../.. -I../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -DLIBDIR=\"/usr/lib64\" -DSYSCONFDIR=\"/etc\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libsynfig_la-layer_polygon.lo -MD -MP -MF .deps/libsynfig_la-layer_polygon.Tpo -c layer_polygon.cpp -fPIC -DPIC -o .libs/libsynfig_la-layer_polygon.o mv -f .deps/libsynfig_la-layer_mime.Tpo .deps/libsynfig_la-layer_mime.Plo libtool: compile: g++ -DHAVE_CONFIG_H -I../.. -I../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -DLIBDIR=\"/usr/lib64\" -DSYSCONFDIR=\"/etc\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libsynfig_la-layer_shape.lo -MD -MP -MF .deps/libsynfig_la-layer_shape.Tpo -c layer_shape.cpp -fPIC -DPIC -o .libs/libsynfig_la-layer_shape.o /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I../.. -I../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -DLIBDIR="\"/usr/lib64\"" -DSYSCONFDIR="\"/etc\"" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libsynfig_la-target_multi.lo -MD -MP -MF .deps/libsynfig_la-target_multi.Tpo -c -o libsynfig_la-target_multi.lo `test -f 'target_multi.cpp' || echo './'`target_multi.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I../.. -I../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -DLIBDIR=\"/usr/lib64\" -DSYSCONFDIR=\"/etc\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libsynfig_la-layer_solidcolor.lo -MD -MP -MF .deps/libsynfig_la-layer_solidcolor.Tpo -c layer_solidcolor.cpp -fPIC -DPIC -o .libs/libsynfig_la-layer_solidcolor.o libtool: compile: g++ -DHAVE_CONFIG_H -I../.. -I../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -DLIBDIR=\"/usr/lib64\" -DSYSCONFDIR=\"/etc\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libsynfig_la-target_multi.lo -MD -MP -MF .deps/libsynfig_la-target_multi.Tpo -c target_multi.cpp -fPIC -DPIC -o .libs/libsynfig_la-target_multi.o mv -f .deps/libsynfig_la-layer_composite.Tpo .deps/libsynfig_la-layer_composite.Plo /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I../.. -I../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -DLIBDIR="\"/usr/lib64\"" -DSYSCONFDIR="\"/etc\"" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libsynfig_la-target_null.lo -MD -MP -MF .deps/libsynfig_la-target_null.Tpo -c -o libsynfig_la-target_null.lo `test -f 'target_null.cpp' || echo './'`target_null.cpp mv -f .deps/libsynfig_la-layer_duplicate.Tpo .deps/libsynfig_la-layer_duplicate.Plo /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I../.. -I../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -DLIBDIR="\"/usr/lib64\"" -DSYSCONFDIR="\"/etc\"" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libsynfig_la-target_null_tile.lo -MD -MP -MF .deps/libsynfig_la-target_null_tile.Tpo -c -o libsynfig_la-target_null_tile.lo `test -f 'target_null_tile.cpp' || echo './'`target_null_tile.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I../.. -I../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -DLIBDIR=\"/usr/lib64\" -DSYSCONFDIR=\"/etc\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libsynfig_la-target_null.lo -MD -MP -MF .deps/libsynfig_la-target_null.Tpo -c target_null.cpp -fPIC -DPIC -o .libs/libsynfig_la-target_null.o mv -f .deps/libsynfig_la-target_null.Tpo .deps/libsynfig_la-target_null.Plo /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I../.. -I../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -DLIBDIR="\"/usr/lib64\"" -DSYSCONFDIR="\"/etc\"" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libsynfig_la-target_scanline.lo -MD -MP -MF .deps/libsynfig_la-target_scanline.Tpo -c -o libsynfig_la-target_scanline.lo `test -f 'target_scanline.cpp' || echo './'`target_scanline.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I../.. -I../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -DLIBDIR=\"/usr/lib64\" -DSYSCONFDIR=\"/etc\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libsynfig_la-target_null_tile.lo -MD -MP -MF .deps/libsynfig_la-target_null_tile.Tpo -c target_null_tile.cpp -fPIC -DPIC -o .libs/libsynfig_la-target_null_tile.o mv -f .deps/libsynfig_la-target_null_tile.Tpo .deps/libsynfig_la-target_null_tile.Plo /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I../.. -I../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -DLIBDIR="\"/usr/lib64\"" -DSYSCONFDIR="\"/etc\"" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libsynfig_la-target_tile.lo -MD -MP -MF .deps/libsynfig_la-target_tile.Tpo -c -o libsynfig_la-target_tile.lo `test -f 'target_tile.cpp' || echo './'`target_tile.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I../.. -I../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -DLIBDIR=\"/usr/lib64\" -DSYSCONFDIR=\"/etc\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libsynfig_la-target_scanline.lo -MD -MP -MF .deps/libsynfig_la-target_scanline.Tpo -c target_scanline.cpp -fPIC -DPIC -o .libs/libsynfig_la-target_scanline.o libtool: compile: g++ -DHAVE_CONFIG_H -I../.. -I../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -DLIBDIR=\"/usr/lib64\" -DSYSCONFDIR=\"/etc\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libsynfig_la-target_tile.lo -MD -MP -MF .deps/libsynfig_la-target_tile.Tpo -c target_tile.cpp -fPIC -DPIC -o .libs/libsynfig_la-target_tile.o mv -f .deps/libsynfig_la-layer_bitmap.Tpo .deps/libsynfig_la-layer_bitmap.Plo /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I../.. -I../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -DLIBDIR="\"/usr/lib64\"" -DSYSCONFDIR="\"/etc\"" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libsynfig_la-valuenode_add.lo -MD -MP -MF .deps/libsynfig_la-valuenode_add.Tpo -c -o libsynfig_la-valuenode_add.lo `test -f 'valuenode_add.cpp' || echo './'`valuenode_add.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I../.. -I../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -DLIBDIR=\"/usr/lib64\" -DSYSCONFDIR=\"/etc\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libsynfig_la-valuenode_add.lo -MD -MP -MF .deps/libsynfig_la-valuenode_add.Tpo -c valuenode_add.cpp -fPIC -DPIC -o .libs/libsynfig_la-valuenode_add.o mv -f .deps/libsynfig_la-layer_solidcolor.Tpo .deps/libsynfig_la-layer_solidcolor.Plo /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I../.. -I../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -DLIBDIR="\"/usr/lib64\"" -DSYSCONFDIR="\"/etc\"" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libsynfig_la-valuenode_and.lo -MD -MP -MF .deps/libsynfig_la-valuenode_and.Tpo -c -o libsynfig_la-valuenode_and.lo `test -f 'valuenode_and.cpp' || echo './'`valuenode_and.cpp mv -f .deps/libsynfig_la-layer_pastecanvas.Tpo .deps/libsynfig_la-layer_pastecanvas.Plo /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I../.. -I../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -DLIBDIR="\"/usr/lib64\"" -DSYSCONFDIR="\"/etc\"" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libsynfig_la-valuenode_anglestring.lo -MD -MP -MF .deps/libsynfig_la-valuenode_anglestring.Tpo -c -o libsynfig_la-valuenode_anglestring.lo `test -f 'valuenode_anglestring.cpp' || echo './'`valuenode_anglestring.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I../.. -I../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -DLIBDIR=\"/usr/lib64\" -DSYSCONFDIR=\"/etc\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libsynfig_la-valuenode_and.lo -MD -MP -MF .deps/libsynfig_la-valuenode_and.Tpo -c valuenode_and.cpp -fPIC -DPIC -o .libs/libsynfig_la-valuenode_and.o mv -f .deps/libsynfig_la-layer_polygon.Tpo .deps/libsynfig_la-layer_polygon.Plo /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I../.. -I../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -DLIBDIR="\"/usr/lib64\"" -DSYSCONFDIR="\"/etc\"" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libsynfig_la-valuenode_animated.lo -MD -MP -MF .deps/libsynfig_la-valuenode_animated.Tpo -c -o libsynfig_la-valuenode_animated.lo `test -f 'valuenode_animated.cpp' || echo './'`valuenode_animated.cpp mv -f .deps/libsynfig_la-target_multi.Tpo .deps/libsynfig_la-target_multi.Plo /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I../.. -I../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -DLIBDIR="\"/usr/lib64\"" -DSYSCONFDIR="\"/etc\"" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libsynfig_la-valuenode_atan2.lo -MD -MP -MF .deps/libsynfig_la-valuenode_atan2.Tpo -c -o libsynfig_la-valuenode_atan2.lo `test -f 'valuenode_atan2.cpp' || echo './'`valuenode_atan2.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I../.. -I../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -DLIBDIR=\"/usr/lib64\" -DSYSCONFDIR=\"/etc\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libsynfig_la-valuenode_anglestring.lo -MD -MP -MF .deps/libsynfig_la-valuenode_anglestring.Tpo -c valuenode_anglestring.cpp -fPIC -DPIC -o .libs/libsynfig_la-valuenode_anglestring.o libtool: compile: g++ -DHAVE_CONFIG_H -I../.. -I../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -DLIBDIR=\"/usr/lib64\" -DSYSCONFDIR=\"/etc\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libsynfig_la-valuenode_atan2.lo -MD -MP -MF .deps/libsynfig_la-valuenode_atan2.Tpo -c valuenode_atan2.cpp -fPIC -DPIC -o .libs/libsynfig_la-valuenode_atan2.o libtool: compile: g++ -DHAVE_CONFIG_H -I../.. -I../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -DLIBDIR=\"/usr/lib64\" -DSYSCONFDIR=\"/etc\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libsynfig_la-valuenode_animated.lo -MD -MP -MF .deps/libsynfig_la-valuenode_animated.Tpo -c valuenode_animated.cpp -fPIC -DPIC -o .libs/libsynfig_la-valuenode_animated.o mv -f .deps/libsynfig_la-target_scanline.Tpo .deps/libsynfig_la-target_scanline.Plo /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I../.. -I../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -DLIBDIR="\"/usr/lib64\"" -DSYSCONFDIR="\"/etc\"" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libsynfig_la-valuenode_bline.lo -MD -MP -MF .deps/libsynfig_la-valuenode_bline.Tpo -c -o libsynfig_la-valuenode_bline.lo `test -f 'valuenode_bline.cpp' || echo './'`valuenode_bline.cpp mv -f .deps/libsynfig_la-target_tile.Tpo .deps/libsynfig_la-target_tile.Plo /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I../.. -I../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -DLIBDIR="\"/usr/lib64\"" -DSYSCONFDIR="\"/etc\"" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libsynfig_la-valuenode_blinecalctangent.lo -MD -MP -MF .deps/libsynfig_la-valuenode_blinecalctangent.Tpo -c -o libsynfig_la-valuenode_blinecalctangent.lo `test -f 'valuenode_blinecalctangent.cpp' || echo './'`valuenode_blinecalctangent.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I../.. -I../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -DLIBDIR=\"/usr/lib64\" -DSYSCONFDIR=\"/etc\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libsynfig_la-valuenode_bline.lo -MD -MP -MF .deps/libsynfig_la-valuenode_bline.Tpo -c valuenode_bline.cpp -fPIC -DPIC -o .libs/libsynfig_la-valuenode_bline.o libtool: compile: g++ -DHAVE_CONFIG_H -I../.. -I../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -DLIBDIR=\"/usr/lib64\" -DSYSCONFDIR=\"/etc\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libsynfig_la-valuenode_blinecalctangent.lo -MD -MP -MF .deps/libsynfig_la-valuenode_blinecalctangent.Tpo -c valuenode_blinecalctangent.cpp -fPIC -DPIC -o .libs/libsynfig_la-valuenode_blinecalctangent.o mv -f .deps/libsynfig_la-valuenode_and.Tpo .deps/libsynfig_la-valuenode_and.Plo /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I../.. -I../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -DLIBDIR="\"/usr/lib64\"" -DSYSCONFDIR="\"/etc\"" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libsynfig_la-valuenode_blinecalcvertex.lo -MD -MP -MF .deps/libsynfig_la-valuenode_blinecalcvertex.Tpo -c -o libsynfig_la-valuenode_blinecalcvertex.lo `test -f 'valuenode_blinecalcvertex.cpp' || echo './'`valuenode_blinecalcvertex.cpp mv -f .deps/libsynfig_la-valuenode_add.Tpo .deps/libsynfig_la-valuenode_add.Plo /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I../.. -I../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -DLIBDIR="\"/usr/lib64\"" -DSYSCONFDIR="\"/etc\"" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libsynfig_la-valuenode_blinecalcwidth.lo -MD -MP -MF .deps/libsynfig_la-valuenode_blinecalcwidth.Tpo -c -o libsynfig_la-valuenode_blinecalcwidth.lo `test -f 'valuenode_blinecalcwidth.cpp' || echo './'`valuenode_blinecalcwidth.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I../.. -I../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -DLIBDIR=\"/usr/lib64\" -DSYSCONFDIR=\"/etc\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libsynfig_la-valuenode_blinecalcvertex.lo -MD -MP -MF .deps/libsynfig_la-valuenode_blinecalcvertex.Tpo -c valuenode_blinecalcvertex.cpp -fPIC -DPIC -o .libs/libsynfig_la-valuenode_blinecalcvertex.o libtool: compile: g++ -DHAVE_CONFIG_H -I../.. -I../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -DLIBDIR=\"/usr/lib64\" -DSYSCONFDIR=\"/etc\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libsynfig_la-valuenode_blinecalcwidth.lo -MD -MP -MF .deps/libsynfig_la-valuenode_blinecalcwidth.Tpo -c valuenode_blinecalcwidth.cpp -fPIC -DPIC -o .libs/libsynfig_la-valuenode_blinecalcwidth.o mv -f .deps/libsynfig_la-valuenode_anglestring.Tpo .deps/libsynfig_la-valuenode_anglestring.Plo /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I../.. -I../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -DLIBDIR="\"/usr/lib64\"" -DSYSCONFDIR="\"/etc\"" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libsynfig_la-valuenode_blinereversetangent.lo -MD -MP -MF .deps/libsynfig_la-valuenode_blinereversetangent.Tpo -c -o libsynfig_la-valuenode_blinereversetangent.lo `test -f 'valuenode_blinereversetangent.cpp' || echo './'`valuenode_blinereversetangent.cpp mv -f .deps/libsynfig_la-valuenode_atan2.Tpo .deps/libsynfig_la-valuenode_atan2.Plo /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I../.. -I../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -DLIBDIR="\"/usr/lib64\"" -DSYSCONFDIR="\"/etc\"" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libsynfig_la-valuenode_compare.lo -MD -MP -MF .deps/libsynfig_la-valuenode_compare.Tpo -c -o libsynfig_la-valuenode_compare.lo `test -f 'valuenode_compare.cpp' || echo './'`valuenode_compare.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I../.. -I../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -DLIBDIR=\"/usr/lib64\" -DSYSCONFDIR=\"/etc\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libsynfig_la-valuenode_blinereversetangent.lo -MD -MP -MF .deps/libsynfig_la-valuenode_blinereversetangent.Tpo -c valuenode_blinereversetangent.cpp -fPIC -DPIC -o .libs/libsynfig_la-valuenode_blinereversetangent.o libtool: compile: g++ -DHAVE_CONFIG_H -I../.. -I../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -DLIBDIR=\"/usr/lib64\" -DSYSCONFDIR=\"/etc\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libsynfig_la-valuenode_compare.lo -MD -MP -MF .deps/libsynfig_la-valuenode_compare.Tpo -c valuenode_compare.cpp -fPIC -DPIC -o .libs/libsynfig_la-valuenode_compare.o mv -f .deps/libsynfig_la-valuenode_blinecalctangent.Tpo .deps/libsynfig_la-valuenode_blinecalctangent.Plo /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I../.. -I../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -DLIBDIR="\"/usr/lib64\"" -DSYSCONFDIR="\"/etc\"" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libsynfig_la-valuenode_composite.lo -MD -MP -MF .deps/libsynfig_la-valuenode_composite.Tpo -c -o libsynfig_la-valuenode_composite.lo `test -f 'valuenode_composite.cpp' || echo './'`valuenode_composite.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I../.. -I../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -DLIBDIR=\"/usr/lib64\" -DSYSCONFDIR=\"/etc\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libsynfig_la-valuenode_composite.lo -MD -MP -MF .deps/libsynfig_la-valuenode_composite.Tpo -c valuenode_composite.cpp -fPIC -DPIC -o .libs/libsynfig_la-valuenode_composite.o mv -f .deps/libsynfig_la-valuenode_blinecalcvertex.Tpo .deps/libsynfig_la-valuenode_blinecalcvertex.Plo /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I../.. -I../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -DLIBDIR="\"/usr/lib64\"" -DSYSCONFDIR="\"/etc\"" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libsynfig_la-valuenode_const.lo -MD -MP -MF .deps/libsynfig_la-valuenode_const.Tpo -c -o libsynfig_la-valuenode_const.lo `test -f 'valuenode_const.cpp' || echo './'`valuenode_const.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I../.. -I../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -DLIBDIR=\"/usr/lib64\" -DSYSCONFDIR=\"/etc\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libsynfig_la-valuenode_const.lo -MD -MP -MF .deps/libsynfig_la-valuenode_const.Tpo -c valuenode_const.cpp -fPIC -DPIC -o .libs/libsynfig_la-valuenode_const.o mv -f .deps/libsynfig_la-valuenode_bline.Tpo .deps/libsynfig_la-valuenode_bline.Plo /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I../.. -I../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -DLIBDIR="\"/usr/lib64\"" -DSYSCONFDIR="\"/etc\"" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libsynfig_la-valuenode_cos.lo -MD -MP -MF .deps/libsynfig_la-valuenode_cos.Tpo -c -o libsynfig_la-valuenode_cos.lo `test -f 'valuenode_cos.cpp' || echo './'`valuenode_cos.cpp mv -f .deps/libsynfig_la-valuenode_blinereversetangent.Tpo .deps/libsynfig_la-valuenode_blinereversetangent.Plo /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I../.. -I../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -DLIBDIR="\"/usr/lib64\"" -DSYSCONFDIR="\"/etc\"" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libsynfig_la-valuenode_dotproduct.lo -MD -MP -MF .deps/libsynfig_la-valuenode_dotproduct.Tpo -c -o libsynfig_la-valuenode_dotproduct.lo `test -f 'valuenode_dotproduct.cpp' || echo './'`valuenode_dotproduct.cpp mv -f .deps/libsynfig_la-layer_shape.Tpo .deps/libsynfig_la-layer_shape.Plo /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I../.. -I../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -DLIBDIR="\"/usr/lib64\"" -DSYSCONFDIR="\"/etc\"" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libsynfig_la-valuenode_duplicate.lo -MD -MP -MF .deps/libsynfig_la-valuenode_duplicate.Tpo -c -o libsynfig_la-valuenode_duplicate.lo `test -f 'valuenode_duplicate.cpp' || echo './'`valuenode_duplicate.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I../.. -I../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -DLIBDIR=\"/usr/lib64\" -DSYSCONFDIR=\"/etc\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libsynfig_la-valuenode_cos.lo -MD -MP -MF .deps/libsynfig_la-valuenode_cos.Tpo -c valuenode_cos.cpp -fPIC -DPIC -o .libs/libsynfig_la-valuenode_cos.o libtool: compile: g++ -DHAVE_CONFIG_H -I../.. -I../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -DLIBDIR=\"/usr/lib64\" -DSYSCONFDIR=\"/etc\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libsynfig_la-valuenode_dotproduct.lo -MD -MP -MF .deps/libsynfig_la-valuenode_dotproduct.Tpo -c valuenode_dotproduct.cpp -fPIC -DPIC -o .libs/libsynfig_la-valuenode_dotproduct.o mv -f .deps/libsynfig_la-valuenode_blinecalcwidth.Tpo .deps/libsynfig_la-valuenode_blinecalcwidth.Plo /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I../.. -I../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -DLIBDIR="\"/usr/lib64\"" -DSYSCONFDIR="\"/etc\"" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libsynfig_la-valuenode_dynamiclist.lo -MD -MP -MF .deps/libsynfig_la-valuenode_dynamiclist.Tpo -c -o libsynfig_la-valuenode_dynamiclist.lo `test -f 'valuenode_dynamiclist.cpp' || echo './'`valuenode_dynamiclist.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I../.. -I../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -DLIBDIR=\"/usr/lib64\" -DSYSCONFDIR=\"/etc\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libsynfig_la-valuenode_duplicate.lo -MD -MP -MF .deps/libsynfig_la-valuenode_duplicate.Tpo -c valuenode_duplicate.cpp -fPIC -DPIC -o .libs/libsynfig_la-valuenode_duplicate.o libtool: compile: g++ -DHAVE_CONFIG_H -I../.. -I../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -DLIBDIR=\"/usr/lib64\" -DSYSCONFDIR=\"/etc\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libsynfig_la-valuenode_dynamiclist.lo -MD -MP -MF .deps/libsynfig_la-valuenode_dynamiclist.Tpo -c valuenode_dynamiclist.cpp -fPIC -DPIC -o .libs/libsynfig_la-valuenode_dynamiclist.o mv -f .deps/libsynfig_la-valuenode_compare.Tpo .deps/libsynfig_la-valuenode_compare.Plo /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I../.. -I../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -DLIBDIR="\"/usr/lib64\"" -DSYSCONFDIR="\"/etc\"" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libsynfig_la-valuenode_exp.lo -MD -MP -MF .deps/libsynfig_la-valuenode_exp.Tpo -c -o libsynfig_la-valuenode_exp.lo `test -f 'valuenode_exp.cpp' || echo './'`valuenode_exp.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I../.. -I../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -DLIBDIR=\"/usr/lib64\" -DSYSCONFDIR=\"/etc\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libsynfig_la-valuenode_exp.lo -MD -MP -MF .deps/libsynfig_la-valuenode_exp.Tpo -c valuenode_exp.cpp -fPIC -DPIC -o .libs/libsynfig_la-valuenode_exp.o mv -f .deps/libsynfig_la-valuenode_const.Tpo .deps/libsynfig_la-valuenode_const.Plo /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I../.. -I../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -DLIBDIR="\"/usr/lib64\"" -DSYSCONFDIR="\"/etc\"" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libsynfig_la-valuenode_gradientcolor.lo -MD -MP -MF .deps/libsynfig_la-valuenode_gradientcolor.Tpo -c -o libsynfig_la-valuenode_gradientcolor.lo `test -f 'valuenode_gradientcolor.cpp' || echo './'`valuenode_gradientcolor.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I../.. -I../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -DLIBDIR=\"/usr/lib64\" -DSYSCONFDIR=\"/etc\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libsynfig_la-valuenode_gradientcolor.lo -MD -MP -MF .deps/libsynfig_la-valuenode_gradientcolor.Tpo -c valuenode_gradientcolor.cpp -fPIC -DPIC -o .libs/libsynfig_la-valuenode_gradientcolor.o mv -f .deps/libsynfig_la-valuenode_cos.Tpo .deps/libsynfig_la-valuenode_cos.Plo /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I../.. -I../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -DLIBDIR="\"/usr/lib64\"" -DSYSCONFDIR="\"/etc\"" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libsynfig_la-valuenode_gradientrotate.lo -MD -MP -MF .deps/libsynfig_la-valuenode_gradientrotate.Tpo -c -o libsynfig_la-valuenode_gradientrotate.lo `test -f 'valuenode_gradientrotate.cpp' || echo './'`valuenode_gradientrotate.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I../.. -I../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -DLIBDIR=\"/usr/lib64\" -DSYSCONFDIR=\"/etc\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libsynfig_la-valuenode_gradientrotate.lo -MD -MP -MF .deps/libsynfig_la-valuenode_gradientrotate.Tpo -c valuenode_gradientrotate.cpp -fPIC -DPIC -o .libs/libsynfig_la-valuenode_gradientrotate.o mv -f .deps/libsynfig_la-valuenode_duplicate.Tpo .deps/libsynfig_la-valuenode_duplicate.Plo /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I../.. -I../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -DLIBDIR="\"/usr/lib64\"" -DSYSCONFDIR="\"/etc\"" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libsynfig_la-valuenode_greyed.lo -MD -MP -MF .deps/libsynfig_la-valuenode_greyed.Tpo -c -o libsynfig_la-valuenode_greyed.lo `test -f 'valuenode_greyed.cpp' || echo './'`valuenode_greyed.cpp mv -f .deps/libsynfig_la-valuenode_dotproduct.Tpo .deps/libsynfig_la-valuenode_dotproduct.Plo /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I../.. -I../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -DLIBDIR="\"/usr/lib64\"" -DSYSCONFDIR="\"/etc\"" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libsynfig_la-valuenode_integer.lo -MD -MP -MF .deps/libsynfig_la-valuenode_integer.Tpo -c -o libsynfig_la-valuenode_integer.lo `test -f 'valuenode_integer.cpp' || echo './'`valuenode_integer.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I../.. -I../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -DLIBDIR=\"/usr/lib64\" -DSYSCONFDIR=\"/etc\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libsynfig_la-valuenode_integer.lo -MD -MP -MF .deps/libsynfig_la-valuenode_integer.Tpo -c valuenode_integer.cpp -fPIC -DPIC -o .libs/libsynfig_la-valuenode_integer.o libtool: compile: g++ -DHAVE_CONFIG_H -I../.. -I../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -DLIBDIR=\"/usr/lib64\" -DSYSCONFDIR=\"/etc\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libsynfig_la-valuenode_greyed.lo -MD -MP -MF .deps/libsynfig_la-valuenode_greyed.Tpo -c valuenode_greyed.cpp -fPIC -DPIC -o .libs/libsynfig_la-valuenode_greyed.o mv -f .deps/libsynfig_la-valuenode_exp.Tpo .deps/libsynfig_la-valuenode_exp.Plo /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I../.. -I../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -DLIBDIR="\"/usr/lib64\"" -DSYSCONFDIR="\"/etc\"" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libsynfig_la-valuenode_intstring.lo -MD -MP -MF .deps/libsynfig_la-valuenode_intstring.Tpo -c -o libsynfig_la-valuenode_intstring.lo `test -f 'valuenode_intstring.cpp' || echo './'`valuenode_intstring.cpp mv -f .deps/libsynfig_la-valuenode_composite.Tpo .deps/libsynfig_la-valuenode_composite.Plo /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I../.. -I../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -DLIBDIR="\"/usr/lib64\"" -DSYSCONFDIR="\"/etc\"" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libsynfig_la-valuenode_join.lo -MD -MP -MF .deps/libsynfig_la-valuenode_join.Tpo -c -o libsynfig_la-valuenode_join.lo `test -f 'valuenode_join.cpp' || echo './'`valuenode_join.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I../.. -I../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -DLIBDIR=\"/usr/lib64\" -DSYSCONFDIR=\"/etc\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libsynfig_la-valuenode_intstring.lo -MD -MP -MF .deps/libsynfig_la-valuenode_intstring.Tpo -c valuenode_intstring.cpp -fPIC -DPIC -o .libs/libsynfig_la-valuenode_intstring.o mv -f .deps/libsynfig_la-valuenode_gradientcolor.Tpo .deps/libsynfig_la-valuenode_gradientcolor.Plo /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I../.. -I../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -DLIBDIR="\"/usr/lib64\"" -DSYSCONFDIR="\"/etc\"" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libsynfig_la-valuenode_linear.lo -MD -MP -MF .deps/libsynfig_la-valuenode_linear.Tpo -c -o libsynfig_la-valuenode_linear.lo `test -f 'valuenode_linear.cpp' || echo './'`valuenode_linear.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I../.. -I../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -DLIBDIR=\"/usr/lib64\" -DSYSCONFDIR=\"/etc\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libsynfig_la-valuenode_join.lo -MD -MP -MF .deps/libsynfig_la-valuenode_join.Tpo -c valuenode_join.cpp -fPIC -DPIC -o .libs/libsynfig_la-valuenode_join.o libtool: compile: g++ -DHAVE_CONFIG_H -I../.. -I../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -DLIBDIR=\"/usr/lib64\" -DSYSCONFDIR=\"/etc\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libsynfig_la-valuenode_linear.lo -MD -MP -MF .deps/libsynfig_la-valuenode_linear.Tpo -c valuenode_linear.cpp -fPIC -DPIC -o .libs/libsynfig_la-valuenode_linear.o mv -f .deps/libsynfig_la-valuenode_greyed.Tpo .deps/libsynfig_la-valuenode_greyed.Plo /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I../.. -I../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -DLIBDIR="\"/usr/lib64\"" -DSYSCONFDIR="\"/etc\"" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libsynfig_la-valuenode_log.lo -MD -MP -MF .deps/libsynfig_la-valuenode_log.Tpo -c -o libsynfig_la-valuenode_log.lo `test -f 'valuenode_log.cpp' || echo './'`valuenode_log.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I../.. -I../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -DLIBDIR=\"/usr/lib64\" -DSYSCONFDIR=\"/etc\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libsynfig_la-valuenode_log.lo -MD -MP -MF .deps/libsynfig_la-valuenode_log.Tpo -c valuenode_log.cpp -fPIC -DPIC -o .libs/libsynfig_la-valuenode_log.o mv -f .deps/libsynfig_la-valuenode_gradientrotate.Tpo .deps/libsynfig_la-valuenode_gradientrotate.Plo /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I../.. -I../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -DLIBDIR="\"/usr/lib64\"" -DSYSCONFDIR="\"/etc\"" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libsynfig_la-valuenode_not.lo -MD -MP -MF .deps/libsynfig_la-valuenode_not.Tpo -c -o libsynfig_la-valuenode_not.lo `test -f 'valuenode_not.cpp' || echo './'`valuenode_not.cpp mv -f .deps/libsynfig_la-valuenode_integer.Tpo .deps/libsynfig_la-valuenode_integer.Plo /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I../.. -I../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -DLIBDIR="\"/usr/lib64\"" -DSYSCONFDIR="\"/etc\"" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libsynfig_la-valuenode_or.lo -MD -MP -MF .deps/libsynfig_la-valuenode_or.Tpo -c -o libsynfig_la-valuenode_or.lo `test -f 'valuenode_or.cpp' || echo './'`valuenode_or.cpp mv -f .deps/libsynfig_la-valuenode_dynamiclist.Tpo .deps/libsynfig_la-valuenode_dynamiclist.Plo /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I../.. -I../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -DLIBDIR="\"/usr/lib64\"" -DSYSCONFDIR="\"/etc\"" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libsynfig_la-valuenode_pow.lo -MD -MP -MF .deps/libsynfig_la-valuenode_pow.Tpo -c -o libsynfig_la-valuenode_pow.lo `test -f 'valuenode_pow.cpp' || echo './'`valuenode_pow.cpp mv -f .deps/libsynfig_la-valuenode_animated.Tpo .deps/libsynfig_la-valuenode_animated.Plo /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I../.. -I../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -DLIBDIR="\"/usr/lib64\"" -DSYSCONFDIR="\"/etc\"" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libsynfig_la-valuenode_radialcomposite.lo -MD -MP -MF .deps/libsynfig_la-valuenode_radialcomposite.Tpo -c -o libsynfig_la-valuenode_radialcomposite.lo `test -f 'valuenode_radialcomposite.cpp' || echo './'`valuenode_radialcomposite.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I../.. -I../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -DLIBDIR=\"/usr/lib64\" -DSYSCONFDIR=\"/etc\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libsynfig_la-valuenode_not.lo -MD -MP -MF .deps/libsynfig_la-valuenode_not.Tpo -c valuenode_not.cpp -fPIC -DPIC -o .libs/libsynfig_la-valuenode_not.o libtool: compile: g++ -DHAVE_CONFIG_H -I../.. -I../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -DLIBDIR=\"/usr/lib64\" -DSYSCONFDIR=\"/etc\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libsynfig_la-valuenode_pow.lo -MD -MP -MF .deps/libsynfig_la-valuenode_pow.Tpo -c valuenode_pow.cpp -fPIC -DPIC -o .libs/libsynfig_la-valuenode_pow.o libtool: compile: g++ -DHAVE_CONFIG_H -I../.. -I../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -DLIBDIR=\"/usr/lib64\" -DSYSCONFDIR=\"/etc\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libsynfig_la-valuenode_radialcomposite.lo -MD -MP -MF .deps/libsynfig_la-valuenode_radialcomposite.Tpo -c valuenode_radialcomposite.cpp -fPIC -DPIC -o .libs/libsynfig_la-valuenode_radialcomposite.o libtool: compile: g++ -DHAVE_CONFIG_H -I../.. -I../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -DLIBDIR=\"/usr/lib64\" -DSYSCONFDIR=\"/etc\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libsynfig_la-valuenode_or.lo -MD -MP -MF .deps/libsynfig_la-valuenode_or.Tpo -c valuenode_or.cpp -fPIC -DPIC -o .libs/libsynfig_la-valuenode_or.o mv -f .deps/libsynfig_la-valuenode_intstring.Tpo .deps/libsynfig_la-valuenode_intstring.Plo /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I../.. -I../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -DLIBDIR="\"/usr/lib64\"" -DSYSCONFDIR="\"/etc\"" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libsynfig_la-valuenode_range.lo -MD -MP -MF .deps/libsynfig_la-valuenode_range.Tpo -c -o libsynfig_la-valuenode_range.lo `test -f 'valuenode_range.cpp' || echo './'`valuenode_range.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I../.. -I../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -DLIBDIR=\"/usr/lib64\" -DSYSCONFDIR=\"/etc\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libsynfig_la-valuenode_range.lo -MD -MP -MF .deps/libsynfig_la-valuenode_range.Tpo -c valuenode_range.cpp -fPIC -DPIC -o .libs/libsynfig_la-valuenode_range.o mv -f .deps/libsynfig_la-valuenode_linear.Tpo .deps/libsynfig_la-valuenode_linear.Plo /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I../.. -I../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -DLIBDIR="\"/usr/lib64\"" -DSYSCONFDIR="\"/etc\"" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libsynfig_la-valuenode_realstring.lo -MD -MP -MF .deps/libsynfig_la-valuenode_realstring.Tpo -c -o libsynfig_la-valuenode_realstring.lo `test -f 'valuenode_realstring.cpp' || echo './'`valuenode_realstring.cpp mv -f .deps/libsynfig_la-valuenode_join.Tpo .deps/libsynfig_la-valuenode_join.Plo /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I../.. -I../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -DLIBDIR="\"/usr/lib64\"" -DSYSCONFDIR="\"/etc\"" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libsynfig_la-valuenode_reciprocal.lo -MD -MP -MF .deps/libsynfig_la-valuenode_reciprocal.Tpo -c -o libsynfig_la-valuenode_reciprocal.lo `test -f 'valuenode_reciprocal.cpp' || echo './'`valuenode_reciprocal.cpp mv -f .deps/libsynfig_la-valuenode_log.Tpo .deps/libsynfig_la-valuenode_log.Plo /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I../.. -I../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -DLIBDIR="\"/usr/lib64\"" -DSYSCONFDIR="\"/etc\"" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libsynfig_la-valuenode_reference.lo -MD -MP -MF .deps/libsynfig_la-valuenode_reference.Tpo -c -o libsynfig_la-valuenode_reference.lo `test -f 'valuenode_reference.cpp' || echo './'`valuenode_reference.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I../.. -I../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -DLIBDIR=\"/usr/lib64\" -DSYSCONFDIR=\"/etc\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libsynfig_la-valuenode_realstring.lo -MD -MP -MF .deps/libsynfig_la-valuenode_realstring.Tpo -c valuenode_realstring.cpp -fPIC -DPIC -o .libs/libsynfig_la-valuenode_realstring.o libtool: compile: g++ -DHAVE_CONFIG_H -I../.. -I../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -DLIBDIR=\"/usr/lib64\" -DSYSCONFDIR=\"/etc\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libsynfig_la-valuenode_reciprocal.lo -MD -MP -MF .deps/libsynfig_la-valuenode_reciprocal.Tpo -c valuenode_reciprocal.cpp -fPIC -DPIC -o .libs/libsynfig_la-valuenode_reciprocal.o libtool: compile: g++ -DHAVE_CONFIG_H -I../.. -I../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -DLIBDIR=\"/usr/lib64\" -DSYSCONFDIR=\"/etc\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libsynfig_la-valuenode_reference.lo -MD -MP -MF .deps/libsynfig_la-valuenode_reference.Tpo -c valuenode_reference.cpp -fPIC -DPIC -o .libs/libsynfig_la-valuenode_reference.o mv -f .deps/libsynfig_la-valuenode_not.Tpo .deps/libsynfig_la-valuenode_not.Plo /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I../.. -I../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -DLIBDIR="\"/usr/lib64\"" -DSYSCONFDIR="\"/etc\"" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libsynfig_la-valuenode_repeat_gradient.lo -MD -MP -MF .deps/libsynfig_la-valuenode_repeat_gradient.Tpo -c -o libsynfig_la-valuenode_repeat_gradient.lo `test -f 'valuenode_repeat_gradient.cpp' || echo './'`valuenode_repeat_gradient.cpp mv -f .deps/libsynfig_la-valuenode_or.Tpo .deps/libsynfig_la-valuenode_or.Plo /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I../.. -I../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -DLIBDIR="\"/usr/lib64\"" -DSYSCONFDIR="\"/etc\"" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libsynfig_la-valuenode_scale.lo -MD -MP -MF .deps/libsynfig_la-valuenode_scale.Tpo -c -o libsynfig_la-valuenode_scale.lo `test -f 'valuenode_scale.cpp' || echo './'`valuenode_scale.cpp mv -f .deps/libsynfig_la-valuenode_pow.Tpo .deps/libsynfig_la-valuenode_pow.Plo /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I../.. -I../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -DLIBDIR="\"/usr/lib64\"" -DSYSCONFDIR="\"/etc\"" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libsynfig_la-valuenode_segcalctangent.lo -MD -MP -MF .deps/libsynfig_la-valuenode_segcalctangent.Tpo -c -o libsynfig_la-valuenode_segcalctangent.lo `test -f 'valuenode_segcalctangent.cpp' || echo './'`valuenode_segcalctangent.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I../.. -I../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -DLIBDIR=\"/usr/lib64\" -DSYSCONFDIR=\"/etc\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libsynfig_la-valuenode_repeat_gradient.lo -MD -MP -MF .deps/libsynfig_la-valuenode_repeat_gradient.Tpo -c valuenode_repeat_gradient.cpp -fPIC -DPIC -o .libs/libsynfig_la-valuenode_repeat_gradient.o mv -f .deps/libsynfig_la-valuenode_radialcomposite.Tpo .deps/libsynfig_la-valuenode_radialcomposite.Plo /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I../.. -I../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -DLIBDIR="\"/usr/lib64\"" -DSYSCONFDIR="\"/etc\"" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libsynfig_la-valuenode_segcalcvertex.lo -MD -MP -MF .deps/libsynfig_la-valuenode_segcalcvertex.Tpo -c -o libsynfig_la-valuenode_segcalcvertex.lo `test -f 'valuenode_segcalcvertex.cpp' || echo './'`valuenode_segcalcvertex.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I../.. -I../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -DLIBDIR=\"/usr/lib64\" -DSYSCONFDIR=\"/etc\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libsynfig_la-valuenode_scale.lo -MD -MP -MF .deps/libsynfig_la-valuenode_scale.Tpo -c valuenode_scale.cpp -fPIC -DPIC -o .libs/libsynfig_la-valuenode_scale.o libtool: compile: g++ -DHAVE_CONFIG_H -I../.. -I../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -DLIBDIR=\"/usr/lib64\" -DSYSCONFDIR=\"/etc\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libsynfig_la-valuenode_segcalcvertex.lo -MD -MP -MF .deps/libsynfig_la-valuenode_segcalcvertex.Tpo -c valuenode_segcalcvertex.cpp -fPIC -DPIC -o .libs/libsynfig_la-valuenode_segcalcvertex.o libtool: compile: g++ -DHAVE_CONFIG_H -I../.. -I../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -DLIBDIR=\"/usr/lib64\" -DSYSCONFDIR=\"/etc\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libsynfig_la-valuenode_segcalctangent.lo -MD -MP -MF .deps/libsynfig_la-valuenode_segcalctangent.Tpo -c valuenode_segcalctangent.cpp -fPIC -DPIC -o .libs/libsynfig_la-valuenode_segcalctangent.o mv -f .deps/libsynfig_la-valuenode_range.Tpo .deps/libsynfig_la-valuenode_range.Plo /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I../.. -I../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -DLIBDIR="\"/usr/lib64\"" -DSYSCONFDIR="\"/etc\"" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libsynfig_la-valuenode_sine.lo -MD -MP -MF .deps/libsynfig_la-valuenode_sine.Tpo -c -o libsynfig_la-valuenode_sine.lo `test -f 'valuenode_sine.cpp' || echo './'`valuenode_sine.cpp mv -f .deps/libsynfig_la-valuenode_reciprocal.Tpo .deps/libsynfig_la-valuenode_reciprocal.Plo /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I../.. -I../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -DLIBDIR="\"/usr/lib64\"" -DSYSCONFDIR="\"/etc\"" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libsynfig_la-valuenode_step.lo -MD -MP -MF .deps/libsynfig_la-valuenode_step.Tpo -c -o libsynfig_la-valuenode_step.lo `test -f 'valuenode_step.cpp' || echo './'`valuenode_step.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I../.. -I../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -DLIBDIR=\"/usr/lib64\" -DSYSCONFDIR=\"/etc\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libsynfig_la-valuenode_sine.lo -MD -MP -MF .deps/libsynfig_la-valuenode_sine.Tpo -c valuenode_sine.cpp -fPIC -DPIC -o .libs/libsynfig_la-valuenode_sine.o mv -f .deps/libsynfig_la-valuenode_realstring.Tpo .deps/libsynfig_la-valuenode_realstring.Plo mv -f .deps/libsynfig_la-valuenode_reference.Tpo .deps/libsynfig_la-valuenode_reference.Plo /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I../.. -I../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -DLIBDIR="\"/usr/lib64\"" -DSYSCONFDIR="\"/etc\"" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libsynfig_la-valuenode_stripes.lo -MD -MP -MF .deps/libsynfig_la-valuenode_stripes.Tpo -c -o libsynfig_la-valuenode_stripes.lo `test -f 'valuenode_stripes.cpp' || echo './'`valuenode_stripes.cpp /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I../.. -I../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -DLIBDIR="\"/usr/lib64\"" -DSYSCONFDIR="\"/etc\"" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libsynfig_la-valuenode_subtract.lo -MD -MP -MF .deps/libsynfig_la-valuenode_subtract.Tpo -c -o libsynfig_la-valuenode_subtract.lo `test -f 'valuenode_subtract.cpp' || echo './'`valuenode_subtract.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I../.. -I../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -DLIBDIR=\"/usr/lib64\" -DSYSCONFDIR=\"/etc\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libsynfig_la-valuenode_stripes.lo -MD -MP -MF .deps/libsynfig_la-valuenode_stripes.Tpo -c valuenode_stripes.cpp -fPIC -DPIC -o .libs/libsynfig_la-valuenode_stripes.o mv -f .deps/libsynfig_la-valuenode_segcalcvertex.Tpo .deps/libsynfig_la-valuenode_segcalcvertex.Plo /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I../.. -I../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -DLIBDIR="\"/usr/lib64\"" -DSYSCONFDIR="\"/etc\"" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libsynfig_la-valuenode_switch.lo -MD -MP -MF .deps/libsynfig_la-valuenode_switch.Tpo -c -o libsynfig_la-valuenode_switch.lo `test -f 'valuenode_switch.cpp' || echo './'`valuenode_switch.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I../.. -I../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -DLIBDIR=\"/usr/lib64\" -DSYSCONFDIR=\"/etc\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libsynfig_la-valuenode_switch.lo -MD -MP -MF .deps/libsynfig_la-valuenode_switch.Tpo -c valuenode_switch.cpp -fPIC -DPIC -o .libs/libsynfig_la-valuenode_switch.o mv -f .deps/libsynfig_la-valuenode_segcalctangent.Tpo .deps/libsynfig_la-valuenode_segcalctangent.Plo /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I../.. -I../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -DLIBDIR="\"/usr/lib64\"" -DSYSCONFDIR="\"/etc\"" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libsynfig_la-valuenode_timedswap.lo -MD -MP -MF .deps/libsynfig_la-valuenode_timedswap.Tpo -c -o libsynfig_la-valuenode_timedswap.lo `test -f 'valuenode_timedswap.cpp' || echo './'`valuenode_timedswap.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I../.. -I../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -DLIBDIR=\"/usr/lib64\" -DSYSCONFDIR=\"/etc\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libsynfig_la-valuenode_step.lo -MD -MP -MF .deps/libsynfig_la-valuenode_step.Tpo -c valuenode_step.cpp -fPIC -DPIC -o .libs/libsynfig_la-valuenode_step.o mv -f .deps/libsynfig_la-valuenode_scale.Tpo .deps/libsynfig_la-valuenode_scale.Plo /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I../.. -I../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -DLIBDIR="\"/usr/lib64\"" -DSYSCONFDIR="\"/etc\"" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libsynfig_la-valuenode_timeloop.lo -MD -MP -MF .deps/libsynfig_la-valuenode_timeloop.Tpo -c -o libsynfig_la-valuenode_timeloop.lo `test -f 'valuenode_timeloop.cpp' || echo './'`valuenode_timeloop.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I../.. -I../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -DLIBDIR=\"/usr/lib64\" -DSYSCONFDIR=\"/etc\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libsynfig_la-valuenode_subtract.lo -MD -MP -MF .deps/libsynfig_la-valuenode_subtract.Tpo -c valuenode_subtract.cpp -fPIC -DPIC -o .libs/libsynfig_la-valuenode_subtract.o libtool: compile: g++ -DHAVE_CONFIG_H -I../.. -I../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -DLIBDIR=\"/usr/lib64\" -DSYSCONFDIR=\"/etc\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libsynfig_la-valuenode_timeloop.lo -MD -MP -MF .deps/libsynfig_la-valuenode_timeloop.Tpo -c valuenode_timeloop.cpp -fPIC -DPIC -o .libs/libsynfig_la-valuenode_timeloop.o mv -f .deps/libsynfig_la-valuenode_repeat_gradient.Tpo .deps/libsynfig_la-valuenode_repeat_gradient.Plo libtool: compile: g++ -DHAVE_CONFIG_H -I../.. -I../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -DLIBDIR=\"/usr/lib64\" -DSYSCONFDIR=\"/etc\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libsynfig_la-valuenode_timedswap.lo -MD -MP -MF .deps/libsynfig_la-valuenode_timedswap.Tpo -c valuenode_timedswap.cpp -fPIC -DPIC -o .libs/libsynfig_la-valuenode_timedswap.o /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I../.. -I../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -DLIBDIR="\"/usr/lib64\"" -DSYSCONFDIR="\"/etc\"" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libsynfig_la-valuenode_timestring.lo -MD -MP -MF .deps/libsynfig_la-valuenode_timestring.Tpo -c -o libsynfig_la-valuenode_timestring.lo `test -f 'valuenode_timestring.cpp' || echo './'`valuenode_timestring.cpp mv -f .deps/libsynfig_la-valuenode_sine.Tpo .deps/libsynfig_la-valuenode_sine.Plo /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I../.. -I../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -DLIBDIR="\"/usr/lib64\"" -DSYSCONFDIR="\"/etc\"" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libsynfig_la-valuenode_twotone.lo -MD -MP -MF .deps/libsynfig_la-valuenode_twotone.Tpo -c -o libsynfig_la-valuenode_twotone.lo `test -f 'valuenode_twotone.cpp' || echo './'`valuenode_twotone.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I../.. -I../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -DLIBDIR=\"/usr/lib64\" -DSYSCONFDIR=\"/etc\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libsynfig_la-valuenode_timestring.lo -MD -MP -MF .deps/libsynfig_la-valuenode_timestring.Tpo -c valuenode_timestring.cpp -fPIC -DPIC -o .libs/libsynfig_la-valuenode_timestring.o mv -f .deps/libsynfig_la-valuenode_switch.Tpo .deps/libsynfig_la-valuenode_switch.Plo /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I../.. -I../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -DLIBDIR="\"/usr/lib64\"" -DSYSCONFDIR="\"/etc\"" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libsynfig_la-valuenode_vectorangle.lo -MD -MP -MF .deps/libsynfig_la-valuenode_vectorangle.Tpo -c -o libsynfig_la-valuenode_vectorangle.lo `test -f 'valuenode_vectorangle.cpp' || echo './'`valuenode_vectorangle.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I../.. -I../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -DLIBDIR=\"/usr/lib64\" -DSYSCONFDIR=\"/etc\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libsynfig_la-valuenode_vectorangle.lo -MD -MP -MF .deps/libsynfig_la-valuenode_vectorangle.Tpo -c valuenode_vectorangle.cpp -fPIC -DPIC -o .libs/libsynfig_la-valuenode_vectorangle.o mv -f .deps/libsynfig_la-valuenode_stripes.Tpo .deps/libsynfig_la-valuenode_stripes.Plo /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I../.. -I../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -DLIBDIR="\"/usr/lib64\"" -DSYSCONFDIR="\"/etc\"" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libsynfig_la-valuenode_vectorlength.lo -MD -MP -MF .deps/libsynfig_la-valuenode_vectorlength.Tpo -c -o libsynfig_la-valuenode_vectorlength.lo `test -f 'valuenode_vectorlength.cpp' || echo './'`valuenode_vectorlength.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I../.. -I../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -DLIBDIR=\"/usr/lib64\" -DSYSCONFDIR=\"/etc\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libsynfig_la-valuenode_twotone.lo -MD -MP -MF .deps/libsynfig_la-valuenode_twotone.Tpo -c valuenode_twotone.cpp -fPIC -DPIC -o .libs/libsynfig_la-valuenode_twotone.o mv -f .deps/libsynfig_la-valuenode_step.Tpo .deps/libsynfig_la-valuenode_step.Plo /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I../.. -I../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -DLIBDIR="\"/usr/lib64\"" -DSYSCONFDIR="\"/etc\"" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libsynfig_la-valuenode_vectorx.lo -MD -MP -MF .deps/libsynfig_la-valuenode_vectorx.Tpo -c -o libsynfig_la-valuenode_vectorx.lo `test -f 'valuenode_vectorx.cpp' || echo './'`valuenode_vectorx.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I../.. -I../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -DLIBDIR=\"/usr/lib64\" -DSYSCONFDIR=\"/etc\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libsynfig_la-valuenode_vectorlength.lo -MD -MP -MF .deps/libsynfig_la-valuenode_vectorlength.Tpo -c valuenode_vectorlength.cpp -fPIC -DPIC -o .libs/libsynfig_la-valuenode_vectorlength.o mv -f .deps/libsynfig_la-valuenode_timeloop.Tpo .deps/libsynfig_la-valuenode_timeloop.Plo /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I../.. -I../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -DLIBDIR="\"/usr/lib64\"" -DSYSCONFDIR="\"/etc\"" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libsynfig_la-valuenode_vectory.lo -MD -MP -MF .deps/libsynfig_la-valuenode_vectory.Tpo -c -o libsynfig_la-valuenode_vectory.lo `test -f 'valuenode_vectory.cpp' || echo './'`valuenode_vectory.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I../.. -I../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -DLIBDIR=\"/usr/lib64\" -DSYSCONFDIR=\"/etc\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libsynfig_la-valuenode_vectorx.lo -MD -MP -MF .deps/libsynfig_la-valuenode_vectorx.Tpo -c valuenode_vectorx.cpp -fPIC -DPIC -o .libs/libsynfig_la-valuenode_vectorx.o mv -f .deps/libsynfig_la-valuenode_subtract.Tpo .deps/libsynfig_la-valuenode_subtract.Plo /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I../.. -I../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -DLIBDIR="\"/usr/lib64\"" -DSYSCONFDIR="\"/etc\"" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libsynfig_la-activepoint.lo -MD -MP -MF .deps/libsynfig_la-activepoint.Tpo -c -o libsynfig_la-activepoint.lo `test -f 'activepoint.cpp' || echo './'`activepoint.cpp mv -f .deps/libsynfig_la-valuenode_timedswap.Tpo .deps/libsynfig_la-valuenode_timedswap.Plo /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I../.. -I../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -DLIBDIR="\"/usr/lib64\"" -DSYSCONFDIR="\"/etc\"" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libsynfig_la-blur.lo -MD -MP -MF .deps/libsynfig_la-blur.Tpo -c -o libsynfig_la-blur.lo `test -f 'blur.cpp' || echo './'`blur.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I../.. -I../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -DLIBDIR=\"/usr/lib64\" -DSYSCONFDIR=\"/etc\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libsynfig_la-valuenode_vectory.lo -MD -MP -MF .deps/libsynfig_la-valuenode_vectory.Tpo -c valuenode_vectory.cpp -fPIC -DPIC -o .libs/libsynfig_la-valuenode_vectory.o libtool: compile: g++ -DHAVE_CONFIG_H -I../.. -I../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -DLIBDIR=\"/usr/lib64\" -DSYSCONFDIR=\"/etc\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libsynfig_la-blur.lo -MD -MP -MF .deps/libsynfig_la-blur.Tpo -c blur.cpp -fPIC -DPIC -o .libs/libsynfig_la-blur.o libtool: compile: g++ -DHAVE_CONFIG_H -I../.. -I../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -DLIBDIR=\"/usr/lib64\" -DSYSCONFDIR=\"/etc\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libsynfig_la-activepoint.lo -MD -MP -MF .deps/libsynfig_la-activepoint.Tpo -c activepoint.cpp -fPIC -DPIC -o .libs/libsynfig_la-activepoint.o mv -f .deps/libsynfig_la-valuenode_timestring.Tpo .deps/libsynfig_la-valuenode_timestring.Plo /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I../.. -I../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -DLIBDIR="\"/usr/lib64\"" -DSYSCONFDIR="\"/etc\"" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libsynfig_la-canvas.lo -MD -MP -MF .deps/libsynfig_la-canvas.Tpo -c -o libsynfig_la-canvas.lo `test -f 'canvas.cpp' || echo './'`canvas.cpp mv -f .deps/libsynfig_la-valuenode_vectorangle.Tpo .deps/libsynfig_la-valuenode_vectorangle.Plo /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I../.. -I../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -DLIBDIR="\"/usr/lib64\"" -DSYSCONFDIR="\"/etc\"" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libsynfig_la-color.lo -MD -MP -MF .deps/libsynfig_la-color.Tpo -c -o libsynfig_la-color.lo `test -f 'color.cpp' || echo './'`color.cpp mv -f .deps/libsynfig_la-activepoint.Tpo .deps/libsynfig_la-activepoint.Plo /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I../.. -I../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -DLIBDIR="\"/usr/lib64\"" -DSYSCONFDIR="\"/etc\"" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libsynfig_la-context.lo -MD -MP -MF .deps/libsynfig_la-context.Tpo -c -o libsynfig_la-context.lo `test -f 'context.cpp' || echo './'`context.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I../.. -I../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -DLIBDIR=\"/usr/lib64\" -DSYSCONFDIR=\"/etc\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libsynfig_la-canvas.lo -MD -MP -MF .deps/libsynfig_la-canvas.Tpo -c canvas.cpp -fPIC -DPIC -o .libs/libsynfig_la-canvas.o libtool: compile: g++ -DHAVE_CONFIG_H -I../.. -I../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -DLIBDIR=\"/usr/lib64\" -DSYSCONFDIR=\"/etc\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libsynfig_la-color.lo -MD -MP -MF .deps/libsynfig_la-color.Tpo -c color.cpp -fPIC -DPIC -o .libs/libsynfig_la-color.o mv -f .deps/libsynfig_la-valuenode_twotone.Tpo .deps/libsynfig_la-valuenode_twotone.Plo /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I../.. -I../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -DLIBDIR="\"/usr/lib64\"" -DSYSCONFDIR="\"/etc\"" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libsynfig_la-curve_helper.lo -MD -MP -MF .deps/libsynfig_la-curve_helper.Tpo -c -o libsynfig_la-curve_helper.lo `test -f 'curve_helper.cpp' || echo './'`curve_helper.cpp mv -f .deps/libsynfig_la-valuenode_vectorx.Tpo .deps/libsynfig_la-valuenode_vectorx.Plo /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I../.. -I../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -DLIBDIR="\"/usr/lib64\"" -DSYSCONFDIR="\"/etc\"" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libsynfig_la-curveset.lo -MD -MP -MF .deps/libsynfig_la-curveset.Tpo -c -o libsynfig_la-curveset.lo `test -f 'curveset.cpp' || echo './'`curveset.cpp mv -f .deps/libsynfig_la-valuenode_vectorlength.Tpo .deps/libsynfig_la-valuenode_vectorlength.Plo /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I../.. -I../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -DLIBDIR="\"/usr/lib64\"" -DSYSCONFDIR="\"/etc\"" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libsynfig_la-distance.lo -MD -MP -MF .deps/libsynfig_la-distance.Tpo -c -o libsynfig_la-distance.lo `test -f 'distance.cpp' || echo './'`distance.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I../.. -I../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -DLIBDIR=\"/usr/lib64\" -DSYSCONFDIR=\"/etc\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libsynfig_la-context.lo -MD -MP -MF .deps/libsynfig_la-context.Tpo -c context.cpp -fPIC -DPIC -o .libs/libsynfig_la-context.o mv -f .deps/libsynfig_la-valuenode_vectory.Tpo .deps/libsynfig_la-valuenode_vectory.Plo /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I../.. -I../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -DLIBDIR="\"/usr/lib64\"" -DSYSCONFDIR="\"/etc\"" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libsynfig_la-exception.lo -MD -MP -MF .deps/libsynfig_la-exception.Tpo -c -o libsynfig_la-exception.lo `test -f 'exception.cpp' || echo './'`exception.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I../.. -I../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -DLIBDIR=\"/usr/lib64\" -DSYSCONFDIR=\"/etc\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libsynfig_la-curveset.lo -MD -MP -MF .deps/libsynfig_la-curveset.Tpo -c curveset.cpp -fPIC -DPIC -o .libs/libsynfig_la-curveset.o libtool: compile: g++ -DHAVE_CONFIG_H -I../.. -I../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -DLIBDIR=\"/usr/lib64\" -DSYSCONFDIR=\"/etc\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libsynfig_la-curve_helper.lo -MD -MP -MF .deps/libsynfig_la-curve_helper.Tpo -c curve_helper.cpp -fPIC -DPIC -o .libs/libsynfig_la-curve_helper.o libtool: compile: g++ -DHAVE_CONFIG_H -I../.. -I../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -DLIBDIR=\"/usr/lib64\" -DSYSCONFDIR=\"/etc\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libsynfig_la-distance.lo -MD -MP -MF .deps/libsynfig_la-distance.Tpo -c distance.cpp -fPIC -DPIC -o .libs/libsynfig_la-distance.o mv -f .deps/libsynfig_la-color.Tpo .deps/libsynfig_la-color.Plo /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I../.. -I../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -DLIBDIR="\"/usr/lib64\"" -DSYSCONFDIR="\"/etc\"" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libsynfig_la-gamma.lo -MD -MP -MF .deps/libsynfig_la-gamma.Tpo -c -o libsynfig_la-gamma.lo `test -f 'gamma.cpp' || echo './'`gamma.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I../.. -I../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -DLIBDIR=\"/usr/lib64\" -DSYSCONFDIR=\"/etc\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libsynfig_la-exception.lo -MD -MP -MF .deps/libsynfig_la-exception.Tpo -c exception.cpp -fPIC -DPIC -o .libs/libsynfig_la-exception.o mv -f .deps/libsynfig_la-curveset.Tpo .deps/libsynfig_la-curveset.Plo /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I../.. -I../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -DLIBDIR="\"/usr/lib64\"" -DSYSCONFDIR="\"/etc\"" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libsynfig_la-guid.lo -MD -MP -MF .deps/libsynfig_la-guid.Tpo -c -o libsynfig_la-guid.lo `test -f 'guid.cpp' || echo './'`guid.cpp mv -f .deps/libsynfig_la-distance.Tpo .deps/libsynfig_la-distance.Plo libtool: compile: g++ -DHAVE_CONFIG_H -I../.. -I../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -DLIBDIR=\"/usr/lib64\" -DSYSCONFDIR=\"/etc\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libsynfig_la-guid.lo -MD -MP -MF .deps/libsynfig_la-guid.Tpo -c guid.cpp -fPIC -DPIC -o .libs/libsynfig_la-guid.o /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I../.. -I../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -DLIBDIR="\"/usr/lib64\"" -DSYSCONFDIR="\"/etc\"" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libsynfig_la-importer.lo -MD -MP -MF .deps/libsynfig_la-importer.Tpo -c -o libsynfig_la-importer.lo `test -f 'importer.cpp' || echo './'`importer.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I../.. -I../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -DLIBDIR=\"/usr/lib64\" -DSYSCONFDIR=\"/etc\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libsynfig_la-gamma.lo -MD -MP -MF .deps/libsynfig_la-gamma.Tpo -c gamma.cpp -fPIC -DPIC -o .libs/libsynfig_la-gamma.o mv -f .deps/libsynfig_la-blur.Tpo .deps/libsynfig_la-blur.Plo /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I../.. -I../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -DLIBDIR="\"/usr/lib64\"" -DSYSCONFDIR="\"/etc\"" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libsynfig_la-keyframe.lo -MD -MP -MF .deps/libsynfig_la-keyframe.Tpo -c -o libsynfig_la-keyframe.lo `test -f 'keyframe.cpp' || echo './'`keyframe.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I../.. -I../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -DLIBDIR=\"/usr/lib64\" -DSYSCONFDIR=\"/etc\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libsynfig_la-keyframe.lo -MD -MP -MF .deps/libsynfig_la-keyframe.Tpo -c keyframe.cpp -fPIC -DPIC -o .libs/libsynfig_la-keyframe.o mv -f .deps/libsynfig_la-curve_helper.Tpo .deps/libsynfig_la-curve_helper.Plo libtool: compile: g++ -DHAVE_CONFIG_H -I../.. -I../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -DLIBDIR=\"/usr/lib64\" -DSYSCONFDIR=\"/etc\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libsynfig_la-importer.lo -MD -MP -MF .deps/libsynfig_la-importer.Tpo -c importer.cpp -fPIC -DPIC -o .libs/libsynfig_la-importer.o /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I../.. -I../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -DLIBDIR="\"/usr/lib64\"" -DSYSCONFDIR="\"/etc\"" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libsynfig_la-layer.lo -MD -MP -MF .deps/libsynfig_la-layer.Tpo -c -o libsynfig_la-layer.lo `test -f 'layer.cpp' || echo './'`layer.cpp mv -f .deps/libsynfig_la-gamma.Tpo .deps/libsynfig_la-gamma.Plo /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I../.. -I../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -DLIBDIR="\"/usr/lib64\"" -DSYSCONFDIR="\"/etc\"" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libsynfig_la-loadcanvas.lo -MD -MP -MF .deps/libsynfig_la-loadcanvas.Tpo -c -o libsynfig_la-loadcanvas.lo `test -f 'loadcanvas.cpp' || echo './'`loadcanvas.cpp mv -f .deps/libsynfig_la-exception.Tpo .deps/libsynfig_la-exception.Plo /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I../.. -I../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -DLIBDIR="\"/usr/lib64\"" -DSYSCONFDIR="\"/etc\"" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libsynfig_la-main.lo -MD -MP -MF .deps/libsynfig_la-main.Tpo -c -o libsynfig_la-main.lo `test -f 'main.cpp' || echo './'`main.cpp mv -f .deps/libsynfig_la-guid.Tpo .deps/libsynfig_la-guid.Plo /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I../.. -I../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -DLIBDIR="\"/usr/lib64\"" -DSYSCONFDIR="\"/etc\"" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libsynfig_la-module.lo -MD -MP -MF .deps/libsynfig_la-module.Tpo -c -o libsynfig_la-module.lo `test -f 'module.cpp' || echo './'`module.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I../.. -I../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -DLIBDIR=\"/usr/lib64\" -DSYSCONFDIR=\"/etc\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libsynfig_la-layer.lo -MD -MP -MF .deps/libsynfig_la-layer.Tpo -c layer.cpp -fPIC -DPIC -o .libs/libsynfig_la-layer.o libtool: compile: g++ -DHAVE_CONFIG_H -I../.. -I../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -DLIBDIR=\"/usr/lib64\" -DSYSCONFDIR=\"/etc\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libsynfig_la-loadcanvas.lo -MD -MP -MF .deps/libsynfig_la-loadcanvas.Tpo -c loadcanvas.cpp -fPIC -DPIC -o .libs/libsynfig_la-loadcanvas.o libtool: compile: g++ -DHAVE_CONFIG_H -I../.. -I../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -DLIBDIR=\"/usr/lib64\" -DSYSCONFDIR=\"/etc\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libsynfig_la-main.lo -MD -MP -MF .deps/libsynfig_la-main.Tpo -c main.cpp -fPIC -DPIC -o .libs/libsynfig_la-main.o mv -f .deps/libsynfig_la-context.Tpo .deps/libsynfig_la-context.Plo /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I../.. -I../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -DLIBDIR="\"/usr/lib64\"" -DSYSCONFDIR="\"/etc\"" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libsynfig_la-mutex.lo -MD -MP -MF .deps/libsynfig_la-mutex.Tpo -c -o libsynfig_la-mutex.lo `test -f 'mutex.cpp' || echo './'`mutex.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I../.. -I../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -DLIBDIR=\"/usr/lib64\" -DSYSCONFDIR=\"/etc\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libsynfig_la-module.lo -MD -MP -MF .deps/libsynfig_la-module.Tpo -c module.cpp -fPIC -DPIC -o .libs/libsynfig_la-module.o libtool: compile: g++ -DHAVE_CONFIG_H -I../.. -I../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -DLIBDIR=\"/usr/lib64\" -DSYSCONFDIR=\"/etc\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libsynfig_la-mutex.lo -MD -MP -MF .deps/libsynfig_la-mutex.Tpo -c mutex.cpp -fPIC -DPIC -o .libs/libsynfig_la-mutex.o mv -f .deps/libsynfig_la-mutex.Tpo .deps/libsynfig_la-mutex.Plo /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I../.. -I../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -DLIBDIR="\"/usr/lib64\"" -DSYSCONFDIR="\"/etc\"" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libsynfig_la-node.lo -MD -MP -MF .deps/libsynfig_la-node.Tpo -c -o libsynfig_la-node.lo `test -f 'node.cpp' || echo './'`node.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I../.. -I../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -DLIBDIR=\"/usr/lib64\" -DSYSCONFDIR=\"/etc\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libsynfig_la-node.lo -MD -MP -MF .deps/libsynfig_la-node.Tpo -c node.cpp -fPIC -DPIC -o .libs/libsynfig_la-node.o mv -f .deps/libsynfig_la-keyframe.Tpo .deps/libsynfig_la-keyframe.Plo /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I../.. -I../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -DLIBDIR="\"/usr/lib64\"" -DSYSCONFDIR="\"/etc\"" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libsynfig_la-palette.lo -MD -MP -MF .deps/libsynfig_la-palette.Tpo -c -o libsynfig_la-palette.lo `test -f 'palette.cpp' || echo './'`palette.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I../.. -I../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -DLIBDIR=\"/usr/lib64\" -DSYSCONFDIR=\"/etc\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libsynfig_la-palette.lo -MD -MP -MF .deps/libsynfig_la-palette.Tpo -c palette.cpp -fPIC -DPIC -o .libs/libsynfig_la-palette.o mv -f .deps/libsynfig_la-importer.Tpo .deps/libsynfig_la-importer.Plo mv -f .deps/libsynfig_la-module.Tpo .deps/libsynfig_la-module.Plo /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I../.. -I../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -DLIBDIR="\"/usr/lib64\"" -DSYSCONFDIR="\"/etc\"" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libsynfig_la-paramdesc.lo -MD -MP -MF .deps/libsynfig_la-paramdesc.Tpo -c -o libsynfig_la-paramdesc.lo `test -f 'paramdesc.cpp' || echo './'`paramdesc.cpp /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I../.. -I../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -DLIBDIR="\"/usr/lib64\"" -DSYSCONFDIR="\"/etc\"" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libsynfig_la-polynomial_root.lo -MD -MP -MF .deps/libsynfig_la-polynomial_root.Tpo -c -o libsynfig_la-polynomial_root.lo `test -f 'polynomial_root.cpp' || echo './'`polynomial_root.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I../.. -I../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -DLIBDIR=\"/usr/lib64\" -DSYSCONFDIR=\"/etc\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libsynfig_la-polynomial_root.lo -MD -MP -MF .deps/libsynfig_la-polynomial_root.Tpo -c polynomial_root.cpp -fPIC -DPIC -o .libs/libsynfig_la-polynomial_root.o libtool: compile: g++ -DHAVE_CONFIG_H -I../.. -I../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -DLIBDIR=\"/usr/lib64\" -DSYSCONFDIR=\"/etc\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libsynfig_la-paramdesc.lo -MD -MP -MF .deps/libsynfig_la-paramdesc.Tpo -c paramdesc.cpp -fPIC -DPIC -o .libs/libsynfig_la-paramdesc.o mv -f .deps/libsynfig_la-node.Tpo .deps/libsynfig_la-node.Plo /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I../.. -I../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -DLIBDIR="\"/usr/lib64\"" -DSYSCONFDIR="\"/etc\"" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libsynfig_la-rect.lo -MD -MP -MF .deps/libsynfig_la-rect.Tpo -c -o libsynfig_la-rect.lo `test -f 'rect.cpp' || echo './'`rect.cpp mv -f .deps/libsynfig_la-main.Tpo .deps/libsynfig_la-main.Plo /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I../.. -I../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -DLIBDIR="\"/usr/lib64\"" -DSYSCONFDIR="\"/etc\"" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libsynfig_la-renddesc.lo -MD -MP -MF .deps/libsynfig_la-renddesc.Tpo -c -o libsynfig_la-renddesc.lo `test -f 'renddesc.cpp' || echo './'`renddesc.cpp mv -f .deps/libsynfig_la-polynomial_root.Tpo .deps/libsynfig_la-polynomial_root.Plo /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I../.. -I../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -DLIBDIR="\"/usr/lib64\"" -DSYSCONFDIR="\"/etc\"" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libsynfig_la-render.lo -MD -MP -MF .deps/libsynfig_la-render.Tpo -c -o libsynfig_la-render.lo `test -f 'render.cpp' || echo './'`render.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I../.. -I../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -DLIBDIR=\"/usr/lib64\" -DSYSCONFDIR=\"/etc\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libsynfig_la-rect.lo -MD -MP -MF .deps/libsynfig_la-rect.Tpo -c rect.cpp -fPIC -DPIC -o .libs/libsynfig_la-rect.o libtool: compile: g++ -DHAVE_CONFIG_H -I../.. -I../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -DLIBDIR=\"/usr/lib64\" -DSYSCONFDIR=\"/etc\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libsynfig_la-renddesc.lo -MD -MP -MF .deps/libsynfig_la-renddesc.Tpo -c renddesc.cpp -fPIC -DPIC -o .libs/libsynfig_la-renddesc.o libtool: compile: g++ -DHAVE_CONFIG_H -I../.. -I../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -DLIBDIR=\"/usr/lib64\" -DSYSCONFDIR=\"/etc\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libsynfig_la-render.lo -MD -MP -MF .deps/libsynfig_la-render.Tpo -c render.cpp -fPIC -DPIC -o .libs/libsynfig_la-render.o mv -f .deps/libsynfig_la-rect.Tpo .deps/libsynfig_la-rect.Plo /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I../.. -I../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -DLIBDIR="\"/usr/lib64\"" -DSYSCONFDIR="\"/etc\"" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libsynfig_la-savecanvas.lo -MD -MP -MF .deps/libsynfig_la-savecanvas.Tpo -c -o libsynfig_la-savecanvas.lo `test -f 'savecanvas.cpp' || echo './'`savecanvas.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I../.. -I../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -DLIBDIR=\"/usr/lib64\" -DSYSCONFDIR=\"/etc\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libsynfig_la-savecanvas.lo -MD -MP -MF .deps/libsynfig_la-savecanvas.Tpo -c savecanvas.cpp -fPIC -DPIC -o .libs/libsynfig_la-savecanvas.o mv -f .deps/libsynfig_la-palette.Tpo .deps/libsynfig_la-palette.Plo /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I../.. -I../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -DLIBDIR="\"/usr/lib64\"" -DSYSCONFDIR="\"/etc\"" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libsynfig_la-surface.lo -MD -MP -MF .deps/libsynfig_la-surface.Tpo -c -o libsynfig_la-surface.lo `test -f 'surface.cpp' || echo './'`surface.cpp mv -f .deps/libsynfig_la-renddesc.Tpo .deps/libsynfig_la-renddesc.Plo /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I../.. -I../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -DLIBDIR="\"/usr/lib64\"" -DSYSCONFDIR="\"/etc\"" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libsynfig_la-target.lo -MD -MP -MF .deps/libsynfig_la-target.Tpo -c -o libsynfig_la-target.lo `test -f 'target.cpp' || echo './'`target.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I../.. -I../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -DLIBDIR=\"/usr/lib64\" -DSYSCONFDIR=\"/etc\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libsynfig_la-surface.lo -MD -MP -MF .deps/libsynfig_la-surface.Tpo -c surface.cpp -fPIC -DPIC -o .libs/libsynfig_la-surface.o mv -f .deps/libsynfig_la-paramdesc.Tpo .deps/libsynfig_la-paramdesc.Plo /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I../.. -I../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -DLIBDIR="\"/usr/lib64\"" -DSYSCONFDIR="\"/etc\"" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libsynfig_la-time.lo -MD -MP -MF .deps/libsynfig_la-time.Tpo -c -o libsynfig_la-time.lo `test -f 'time.cpp' || echo './'`time.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I../.. -I../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -DLIBDIR=\"/usr/lib64\" -DSYSCONFDIR=\"/etc\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libsynfig_la-target.lo -MD -MP -MF .deps/libsynfig_la-target.Tpo -c target.cpp -fPIC -DPIC -o .libs/libsynfig_la-target.o mv -f .deps/libsynfig_la-layer.Tpo .deps/libsynfig_la-layer.Plo /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I../.. -I../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -DLIBDIR="\"/usr/lib64\"" -DSYSCONFDIR="\"/etc\"" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libsynfig_la-timepointcollect.lo -MD -MP -MF .deps/libsynfig_la-timepointcollect.Tpo -c -o libsynfig_la-timepointcollect.lo `test -f 'timepointcollect.cpp' || echo './'`timepointcollect.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I../.. -I../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -DLIBDIR=\"/usr/lib64\" -DSYSCONFDIR=\"/etc\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libsynfig_la-time.lo -MD -MP -MF .deps/libsynfig_la-time.Tpo -c time.cpp -fPIC -DPIC -o .libs/libsynfig_la-time.o render.cpp: In constructor 'synfig::render_threaded(synfig::Context, etl::handle, const synfig::RendDesc&, synfig::ProgressCallback*, int)::_render_thread::_render_thread()': render.cpp:338: warning: ignoring return value of 'int pipe(int*)', declared with attribute warn_unused_result render.cpp: In constructor 'synfig::render_threaded(synfig::Context, etl::handle, const synfig::RendDesc&, synfig::ProgressCallback*, int)::_render_thread::_render_thread()': render.cpp:338: warning: ignoring return value of 'int pipe(int*)', declared with attribute warn_unused_result render.cpp: In constructor 'synfig::render_threaded(synfig::Context, etl::handle, const synfig::RendDesc&, synfig::ProgressCallback*, int)::_render_thread::_render_thread()': render.cpp:338: warning: ignoring return value of 'int pipe(int*)', declared with attribute warn_unused_result render.cpp: In function 'bool synfig::render_threaded(synfig::Context, etl::handle, const synfig::RendDesc&, synfig::ProgressCallback*, int)': render.cpp:443: warning: ignoring return value of 'ssize_t read(int, void*, size_t)', declared with attribute warn_unused_result render.cpp:515: warning: ignoring return value of 'ssize_t write(int, const void*, size_t)', declared with attribute warn_unused_result libtool: compile: g++ -DHAVE_CONFIG_H -I../.. -I../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -DLIBDIR=\"/usr/lib64\" -DSYSCONFDIR=\"/etc\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libsynfig_la-timepointcollect.lo -MD -MP -MF .deps/libsynfig_la-timepointcollect.Tpo -c timepointcollect.cpp -fPIC -DPIC -o .libs/libsynfig_la-timepointcollect.o mv -f .deps/libsynfig_la-render.Tpo .deps/libsynfig_la-render.Plo /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I../.. -I../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -DLIBDIR="\"/usr/lib64\"" -DSYSCONFDIR="\"/etc\"" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libsynfig_la-transform.lo -MD -MP -MF .deps/libsynfig_la-transform.Tpo -c -o libsynfig_la-transform.lo `test -f 'transform.cpp' || echo './'`transform.cpp mv -f .deps/libsynfig_la-time.Tpo .deps/libsynfig_la-time.Plo /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I../.. -I../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -DLIBDIR="\"/usr/lib64\"" -DSYSCONFDIR="\"/etc\"" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libsynfig_la-uniqueid.lo -MD -MP -MF .deps/libsynfig_la-uniqueid.Tpo -c -o libsynfig_la-uniqueid.lo `test -f 'uniqueid.cpp' || echo './'`uniqueid.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I../.. -I../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -DLIBDIR=\"/usr/lib64\" -DSYSCONFDIR=\"/etc\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libsynfig_la-transform.lo -MD -MP -MF .deps/libsynfig_la-transform.Tpo -c transform.cpp -fPIC -DPIC -o .libs/libsynfig_la-transform.o libtool: compile: g++ -DHAVE_CONFIG_H -I../.. -I../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -DLIBDIR=\"/usr/lib64\" -DSYSCONFDIR=\"/etc\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libsynfig_la-uniqueid.lo -MD -MP -MF .deps/libsynfig_la-uniqueid.Tpo -c uniqueid.cpp -fPIC -DPIC -o .libs/libsynfig_la-uniqueid.o mv -f .deps/libsynfig_la-uniqueid.Tpo .deps/libsynfig_la-uniqueid.Plo /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I../.. -I../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -DLIBDIR="\"/usr/lib64\"" -DSYSCONFDIR="\"/etc\"" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libsynfig_la-valuenode.lo -MD -MP -MF .deps/libsynfig_la-valuenode.Tpo -c -o libsynfig_la-valuenode.lo `test -f 'valuenode.cpp' || echo './'`valuenode.cpp mv -f .deps/libsynfig_la-surface.Tpo .deps/libsynfig_la-surface.Plo /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I../.. -I../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -DLIBDIR="\"/usr/lib64\"" -DSYSCONFDIR="\"/etc\"" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libsynfig_la-waypoint.lo -MD -MP -MF .deps/libsynfig_la-waypoint.Tpo -c -o libsynfig_la-waypoint.lo `test -f 'waypoint.cpp' || echo './'`waypoint.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I../.. -I../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -DLIBDIR=\"/usr/lib64\" -DSYSCONFDIR=\"/etc\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libsynfig_la-waypoint.lo -MD -MP -MF .deps/libsynfig_la-waypoint.Tpo -c waypoint.cpp -fPIC -DPIC -o .libs/libsynfig_la-waypoint.o mv -f .deps/libsynfig_la-transform.Tpo .deps/libsynfig_la-transform.Plo /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I../.. -I../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -DLIBDIR="\"/usr/lib64\"" -DSYSCONFDIR="\"/etc\"" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libsynfig_la-listimporter.lo -MD -MP -MF .deps/libsynfig_la-listimporter.Tpo -c -o libsynfig_la-listimporter.lo `test -f 'listimporter.cpp' || echo './'`listimporter.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I../.. -I../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -DLIBDIR=\"/usr/lib64\" -DSYSCONFDIR=\"/etc\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libsynfig_la-valuenode.lo -MD -MP -MF .deps/libsynfig_la-valuenode.Tpo -c valuenode.cpp -fPIC -DPIC -o .libs/libsynfig_la-valuenode.o mv -f .deps/libsynfig_la-canvas.Tpo .deps/libsynfig_la-canvas.Plo libtool: compile: g++ -DHAVE_CONFIG_H -I../.. -I../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -DLIBDIR=\"/usr/lib64\" -DSYSCONFDIR=\"/etc\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libsynfig_la-listimporter.lo -MD -MP -MF .deps/libsynfig_la-listimporter.Tpo -c listimporter.cpp -fPIC -DPIC -o .libs/libsynfig_la-listimporter.o mv -f .deps/libsynfig_la-target.Tpo .deps/libsynfig_la-target.Plo mv -f .deps/libsynfig_la-timepointcollect.Tpo .deps/libsynfig_la-timepointcollect.Plo mv -f .deps/libsynfig_la-waypoint.Tpo .deps/libsynfig_la-waypoint.Plo mv -f .deps/libsynfig_la-listimporter.Tpo .deps/libsynfig_la-listimporter.Plo mv -f .deps/libsynfig_la-savecanvas.Tpo .deps/libsynfig_la-savecanvas.Plo mv -f .deps/libsynfig_la-valuenode.Tpo .deps/libsynfig_la-valuenode.Plo mv -f .deps/libsynfig_la-loadcanvas.Tpo .deps/libsynfig_la-loadcanvas.Plo /bin/sh ../../libtool --tag=CXX --mode=link g++ -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -DLIBDIR="\"/usr/lib64\"" -DSYSCONFDIR="\"/etc\"" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -export-dynamic -no-undefined -version-info 0:0:0 -o libsynfig.la -rpath /usr/lib64 libsynfig_la-blinepoint.lo libsynfig_la-gradient.lo libsynfig_la-value.lo libsynfig_la-layer_bitmap.lo libsynfig_la-layer_composite.lo libsynfig_la-layer_duplicate.lo libsynfig_la-layer_mime.lo libsynfig_la-layer_motionblur.lo libsynfig_la-layer_pastecanvas.lo libsynfig_la-layer_polygon.lo libsynfig_la-layer_shape.lo libsynfig_la-layer_solidcolor.lo libsynfig_la-target_multi.lo libsynfig_la-target_null.lo libsynfig_la-target_null_tile.lo libsynfig_la-target_scanline.lo libsynfig_la-target_tile.lo libsynfig_la-valuenode_add.lo libsynfig_la-valuenode_and.lo libsynfig_la-valuenode_anglestring.lo libsynfig_la-valuenode_animated.lo libsynfig_la-valuenode_atan2.lo libsynfig_la-valuenode_bline.lo libsynfig_la-valuenode_blinecalctangent.lo libsynfig_la-valuenode_blinecalcvertex.lo libsynfig_la-valuenode_blinecalcwidth.lo libsynfig_la-valuenode_blinereversetangent.lo libsynfig_la-valuenode_compare.lo libsynfig_la-valuenode_composite.lo libsynfig_la-valuenode_const.lo libsynfig_la-valuenode_cos.lo libsynfig_la-valuenode_dotproduct.lo libsynfig_la-valuenode_duplicate.lo libsynfig_la-valuenode_dynamiclist.lo libsynfig_la-valuenode_exp.lo libsynfig_la-valuenode_gradientcolor.lo libsynfig_la-valuenode_gradientrotate.lo libsynfig_la-valuenode_greyed.lo libsynfig_la-valuenode_integer.lo libsynfig_la-valuenode_intstring.lo libsynfig_la-valuenode_join.lo libsynfig_la-valuenode_linear.lo libsynfig_la-valuenode_log.lo libsynfig_la-valuenode_not.lo libsynfig_la-valuenode_or.lo libsynfig_la-valuenode_pow.lo libsynfig_la-valuenode_radialcomposite.lo libsynfig_la-valuenode_range.lo libsynfig_la-valuenode_realstring.lo libsynfig_la-valuenode_reciprocal.lo libsynfig_la-valuenode_reference.lo libsynfig_la-valuenode_repeat_gradient.lo libsynfig_la-valuenode_scale.lo libsynfig_la-valuenode_segcalctangent.lo libsynfig_la-valuenode_segcalcvertex.lo libsynfig_la-valuenode_sine.lo libsynfig_la-valuenode_step.lo libsynfig_la-valuenode_stripes.lo libsynfig_la-valuenode_subtract.lo libsynfig_la-valuenode_switch.lo libsynfig_la-valuenode_timedswap.lo libsynfig_la-valuenode_timeloop.lo libsynfig_la-valuenode_timestring.lo libsynfig_la-valuenode_twotone.lo libsynfig_la-valuenode_vectorangle.lo libsynfig_la-valuenode_vectorlength.lo libsynfig_la-valuenode_vectorx.lo libsynfig_la-valuenode_vectory.lo libsynfig_la-activepoint.lo libsynfig_la-blur.lo libsynfig_la-canvas.lo libsynfig_la-color.lo libsynfig_la-context.lo libsynfig_la-curve_helper.lo libsynfig_la-curveset.lo libsynfig_la-distance.lo libsynfig_la-exception.lo libsynfig_la-gamma.lo libsynfig_la-guid.lo libsynfig_la-importer.lo libsynfig_la-keyframe.lo libsynfig_la-layer.lo libsynfig_la-loadcanvas.lo libsynfig_la-main.lo libsynfig_la-module.lo libsynfig_la-mutex.lo libsynfig_la-node.lo libsynfig_la-palette.lo libsynfig_la-paramdesc.lo libsynfig_la-polynomial_root.lo libsynfig_la-rect.lo libsynfig_la-renddesc.lo libsynfig_la-render.lo libsynfig_la-savecanvas.lo libsynfig_la-surface.lo libsynfig_la-target.lo libsynfig_la-time.lo libsynfig_la-timepointcollect.lo libsynfig_la-transform.lo libsynfig_la-uniqueid.lo libsynfig_la-valuenode.lo libsynfig_la-waypoint.lo libsynfig_la-listimporter.lo -lltdl -lxml++-2.6 -lxml2 -lglibmm-2.4 -lgobject-2.0 -lsigc-2.0 -lglib-2.0 -lpthread -lsigc-2.0 -ldl -lpthread -ldl libtool: link: g++ -shared -nostdlib /usr/lib/gcc/x86_64-redhat-linux/4.4.2/../../../../lib64/crti.o /usr/lib/gcc/x86_64-redhat-linux/4.4.2/crtbeginS.o .libs/libsynfig_la-blinepoint.o .libs/libsynfig_la-gradient.o .libs/libsynfig_la-value.o .libs/libsynfig_la-layer_bitmap.o .libs/libsynfig_la-layer_composite.o .libs/libsynfig_la-layer_duplicate.o .libs/libsynfig_la-layer_mime.o .libs/libsynfig_la-layer_motionblur.o .libs/libsynfig_la-layer_pastecanvas.o .libs/libsynfig_la-layer_polygon.o .libs/libsynfig_la-layer_shape.o .libs/libsynfig_la-layer_solidcolor.o .libs/libsynfig_la-target_multi.o .libs/libsynfig_la-target_null.o .libs/libsynfig_la-target_null_tile.o .libs/libsynfig_la-target_scanline.o .libs/libsynfig_la-target_tile.o .libs/libsynfig_la-valuenode_add.o .libs/libsynfig_la-valuenode_and.o .libs/libsynfig_la-valuenode_anglestring.o .libs/libsynfig_la-valuenode_animated.o .libs/libsynfig_la-valuenode_atan2.o .libs/libsynfig_la-valuenode_bline.o .libs/libsynfig_la-valuenode_blinecalctangent.o .libs/libsynfig_la-valuenode_blinecalcvertex.o .libs/libsynfig_la-valuenode_blinecalcwidth.o .libs/libsynfig_la-valuenode_blinereversetangent.o .libs/libsynfig_la-valuenode_compare.o .libs/libsynfig_la-valuenode_composite.o .libs/libsynfig_la-valuenode_const.o .libs/libsynfig_la-valuenode_cos.o .libs/libsynfig_la-valuenode_dotproduct.o .libs/libsynfig_la-valuenode_duplicate.o .libs/libsynfig_la-valuenode_dynamiclist.o .libs/libsynfig_la-valuenode_exp.o .libs/libsynfig_la-valuenode_gradientcolor.o .libs/libsynfig_la-valuenode_gradientrotate.o .libs/libsynfig_la-valuenode_greyed.o .libs/libsynfig_la-valuenode_integer.o .libs/libsynfig_la-valuenode_intstring.o .libs/libsynfig_la-valuenode_join.o .libs/libsynfig_la-valuenode_linear.o .libs/libsynfig_la-valuenode_log.o .libs/libsynfig_la-valuenode_not.o .libs/libsynfig_la-valuenode_or.o .libs/libsynfig_la-valuenode_pow.o .libs/libsynfig_la-valuenode_radialcomposite.o .libs/libsynfig_la-valuenode_range.o .libs/libsynfig_la-valuenode_realstring.o .libs/libsynfig_la-valuenode_reciprocal.o .libs/libsynfig_la-valuenode_reference.o .libs/libsynfig_la-valuenode_repeat_gradient.o .libs/libsynfig_la-valuenode_scale.o .libs/libsynfig_la-valuenode_segcalctangent.o .libs/libsynfig_la-valuenode_segcalcvertex.o .libs/libsynfig_la-valuenode_sine.o .libs/libsynfig_la-valuenode_step.o .libs/libsynfig_la-valuenode_stripes.o .libs/libsynfig_la-valuenode_subtract.o .libs/libsynfig_la-valuenode_switch.o .libs/libsynfig_la-valuenode_timedswap.o .libs/libsynfig_la-valuenode_timeloop.o .libs/libsynfig_la-valuenode_timestring.o .libs/libsynfig_la-valuenode_twotone.o .libs/libsynfig_la-valuenode_vectorangle.o .libs/libsynfig_la-valuenode_vectorlength.o .libs/libsynfig_la-valuenode_vectorx.o .libs/libsynfig_la-valuenode_vectory.o .libs/libsynfig_la-activepoint.o .libs/libsynfig_la-blur.o .libs/libsynfig_la-canvas.o .libs/libsynfig_la-color.o .libs/libsynfig_la-context.o .libs/libsynfig_la-curve_helper.o .libs/libsynfig_la-curveset.o .libs/libsynfig_la-distance.o .libs/libsynfig_la-exception.o .libs/libsynfig_la-gamma.o .libs/libsynfig_la-guid.o .libs/libsynfig_la-importer.o .libs/libsynfig_la-keyframe.o .libs/libsynfig_la-layer.o .libs/libsynfig_la-loadcanvas.o .libs/libsynfig_la-main.o .libs/libsynfig_la-module.o .libs/libsynfig_la-mutex.o .libs/libsynfig_la-node.o .libs/libsynfig_la-palette.o .libs/libsynfig_la-paramdesc.o .libs/libsynfig_la-polynomial_root.o .libs/libsynfig_la-rect.o .libs/libsynfig_la-renddesc.o .libs/libsynfig_la-render.o .libs/libsynfig_la-savecanvas.o .libs/libsynfig_la-surface.o .libs/libsynfig_la-target.o .libs/libsynfig_la-time.o .libs/libsynfig_la-timepointcollect.o .libs/libsynfig_la-transform.o .libs/libsynfig_la-uniqueid.o .libs/libsynfig_la-valuenode.o .libs/libsynfig_la-waypoint.o .libs/libsynfig_la-listimporter.o -lltdl -lxml++-2.6 -lxml2 -lglibmm-2.4 -lgobject-2.0 -lglib-2.0 -lsigc-2.0 -lpthread -ldl -L/usr/lib/gcc/x86_64-redhat-linux/4.4.2 -L/usr/lib/gcc/x86_64-redhat-linux/4.4.2/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-redhat-linux/4.4.2/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-redhat-linux/4.4.2/crtendS.o /usr/lib/gcc/x86_64-redhat-linux/4.4.2/../../../../lib64/crtn.o -m64 -mtune=generic -Wl,-soname -Wl,libsynfig.so.0 -o .libs/libsynfig.so.0.0.0 libtool: link: (cd ".libs" && rm -f "libsynfig.so.0" && ln -s "libsynfig.so.0.0.0" "libsynfig.so.0") libtool: link: (cd ".libs" && rm -f "libsynfig.so" && ln -s "libsynfig.so.0.0.0" "libsynfig.so") libtool: link: ( cd ".libs" && rm -f "libsynfig.la" && ln -s "../libsynfig.la" "libsynfig.la" ) make[3]: Leaving directory `/builddir/build/BUILD/synfig-0.62.00/src/synfig' Making all in modules make[3]: Entering directory `/builddir/build/BUILD/synfig-0.62.00/src/modules' Making all in mod_particle make[4]: Entering directory `/builddir/build/BUILD/synfig-0.62.00/src/modules/mod_particle' /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I../../.. -I../../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libmod_particle_la-random.lo -MD -MP -MF .deps/libmod_particle_la-random.Tpo -c -o libmod_particle_la-random.lo `test -f 'random.cpp' || echo './'`random.cpp /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I../../.. -I../../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libmod_particle_la-plant.lo -MD -MP -MF .deps/libmod_particle_la-plant.Tpo -c -o libmod_particle_la-plant.lo `test -f 'plant.cpp' || echo './'`plant.cpp /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I../../.. -I../../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libmod_particle_la-main.lo -MD -MP -MF .deps/libmod_particle_la-main.Tpo -c -o libmod_particle_la-main.lo `test -f 'main.cpp' || echo './'`main.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I../../.. -I../../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libmod_particle_la-plant.lo -MD -MP -MF .deps/libmod_particle_la-plant.Tpo -c plant.cpp -fPIC -DPIC -o .libs/libmod_particle_la-plant.o libtool: compile: g++ -DHAVE_CONFIG_H -I../../.. -I../../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libmod_particle_la-random.lo -MD -MP -MF .deps/libmod_particle_la-random.Tpo -c random.cpp -fPIC -DPIC -o .libs/libmod_particle_la-random.o libtool: compile: g++ -DHAVE_CONFIG_H -I../../.. -I../../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libmod_particle_la-main.lo -MD -MP -MF .deps/libmod_particle_la-main.Tpo -c main.cpp -fPIC -DPIC -o .libs/libmod_particle_la-main.o mv -f .deps/libmod_particle_la-main.Tpo .deps/libmod_particle_la-main.Plo mv -f .deps/libmod_particle_la-plant.Tpo .deps/libmod_particle_la-plant.Plo mv -f .deps/libmod_particle_la-random.Tpo .deps/libmod_particle_la-random.Plo /bin/sh ../../../libtool --tag=CXX --mode=link g++ -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -module -no-undefined -avoid-version -o libmod_particle.la -rpath /usr/lib64/synfig/modules libmod_particle_la-random.lo libmod_particle_la-plant.lo libmod_particle_la-main.lo ../../synfig/libsynfig.la -lxml++-2.6 -lxml2 -lglibmm-2.4 -lgobject-2.0 -lsigc-2.0 -lglib-2.0 -lpthread -lsigc-2.0 -lpthread -ldl libtool: link: g++ -shared -nostdlib /usr/lib/gcc/x86_64-redhat-linux/4.4.2/../../../../lib64/crti.o /usr/lib/gcc/x86_64-redhat-linux/4.4.2/crtbeginS.o .libs/libmod_particle_la-random.o .libs/libmod_particle_la-plant.o .libs/libmod_particle_la-main.o ../../synfig/.libs/libsynfig.so -lltdl -lxml++-2.6 -lxml2 -lglibmm-2.4 -lgobject-2.0 -lglib-2.0 -lsigc-2.0 -lpthread -ldl -L/usr/lib/gcc/x86_64-redhat-linux/4.4.2 -L/usr/lib/gcc/x86_64-redhat-linux/4.4.2/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-redhat-linux/4.4.2/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-redhat-linux/4.4.2/crtendS.o /usr/lib/gcc/x86_64-redhat-linux/4.4.2/../../../../lib64/crtn.o -m64 -mtune=generic -Wl,-soname -Wl,libmod_particle.so -o .libs/libmod_particle.so libtool: link: ( cd ".libs" && rm -f "libmod_particle.la" && ln -s "../libmod_particle.la" "libmod_particle.la" ) make[4]: Leaving directory `/builddir/build/BUILD/synfig-0.62.00/src/modules/mod_particle' Making all in mod_filter make[4]: Entering directory `/builddir/build/BUILD/synfig-0.62.00/src/modules/mod_filter' /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I../../.. -I../../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libmod_filter_la-blur.lo -MD -MP -MF .deps/libmod_filter_la-blur.Tpo -c -o libmod_filter_la-blur.lo `test -f 'blur.cpp' || echo './'`blur.cpp /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I../../.. -I../../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libmod_filter_la-colorcorrect.lo -MD -MP -MF .deps/libmod_filter_la-colorcorrect.Tpo -c -o libmod_filter_la-colorcorrect.lo `test -f 'colorcorrect.cpp' || echo './'`colorcorrect.cpp /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I../../.. -I../../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libmod_filter_la-halftone2.lo -MD -MP -MF .deps/libmod_filter_la-halftone2.Tpo -c -o libmod_filter_la-halftone2.lo `test -f 'halftone2.cpp' || echo './'`halftone2.cpp /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I../../.. -I../../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libmod_filter_la-lumakey.lo -MD -MP -MF .deps/libmod_filter_la-lumakey.Tpo -c -o libmod_filter_la-lumakey.lo `test -f 'lumakey.cpp' || echo './'`lumakey.cpp /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I../../.. -I../../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libmod_filter_la-radialblur.lo -MD -MP -MF .deps/libmod_filter_la-radialblur.Tpo -c -o libmod_filter_la-radialblur.lo `test -f 'radialblur.cpp' || echo './'`radialblur.cpp /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I../../.. -I../../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libmod_filter_la-main.lo -MD -MP -MF .deps/libmod_filter_la-main.Tpo -c -o libmod_filter_la-main.lo `test -f 'main.cpp' || echo './'`main.cpp /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I../../.. -I../../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libmod_filter_la-halftone.lo -MD -MP -MF .deps/libmod_filter_la-halftone.Tpo -c -o libmod_filter_la-halftone.lo `test -f 'halftone.cpp' || echo './'`halftone.cpp /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I../../.. -I../../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libmod_filter_la-halftone3.lo -MD -MP -MF .deps/libmod_filter_la-halftone3.Tpo -c -o libmod_filter_la-halftone3.lo `test -f 'halftone3.cpp' || echo './'`halftone3.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I../../.. -I../../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libmod_filter_la-main.lo -MD -MP -MF .deps/libmod_filter_la-main.Tpo -c main.cpp -fPIC -DPIC -o .libs/libmod_filter_la-main.o libtool: compile: g++ -DHAVE_CONFIG_H -I../../.. -I../../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libmod_filter_la-halftone2.lo -MD -MP -MF .deps/libmod_filter_la-halftone2.Tpo -c halftone2.cpp -fPIC -DPIC -o .libs/libmod_filter_la-halftone2.o libtool: compile: g++ -DHAVE_CONFIG_H -I../../.. -I../../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libmod_filter_la-blur.lo -MD -MP -MF .deps/libmod_filter_la-blur.Tpo -c blur.cpp -fPIC -DPIC -o .libs/libmod_filter_la-blur.o libtool: compile: g++ -DHAVE_CONFIG_H -I../../.. -I../../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libmod_filter_la-halftone3.lo -MD -MP -MF .deps/libmod_filter_la-halftone3.Tpo -c halftone3.cpp -fPIC -DPIC -o .libs/libmod_filter_la-halftone3.o libtool: compile: g++ -DHAVE_CONFIG_H -I../../.. -I../../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libmod_filter_la-colorcorrect.lo -MD -MP -MF .deps/libmod_filter_la-colorcorrect.Tpo -c colorcorrect.cpp -fPIC -DPIC -o .libs/libmod_filter_la-colorcorrect.o libtool: compile: g++ -DHAVE_CONFIG_H -I../../.. -I../../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libmod_filter_la-radialblur.lo -MD -MP -MF .deps/libmod_filter_la-radialblur.Tpo -c radialblur.cpp -fPIC -DPIC -o .libs/libmod_filter_la-radialblur.o libtool: compile: g++ -DHAVE_CONFIG_H -I../../.. -I../../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libmod_filter_la-halftone.lo -MD -MP -MF .deps/libmod_filter_la-halftone.Tpo -c halftone.cpp -fPIC -DPIC -o .libs/libmod_filter_la-halftone.o libtool: compile: g++ -DHAVE_CONFIG_H -I../../.. -I../../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libmod_filter_la-lumakey.lo -MD -MP -MF .deps/libmod_filter_la-lumakey.Tpo -c lumakey.cpp -fPIC -DPIC -o .libs/libmod_filter_la-lumakey.o mv -f .deps/libmod_filter_la-halftone.Tpo .deps/libmod_filter_la-halftone.Plo mv -f .deps/libmod_filter_la-lumakey.Tpo .deps/libmod_filter_la-lumakey.Plo mv -f .deps/libmod_filter_la-radialblur.Tpo .deps/libmod_filter_la-radialblur.Plo mv -f .deps/libmod_filter_la-blur.Tpo .deps/libmod_filter_la-blur.Plo mv -f .deps/libmod_filter_la-main.Tpo .deps/libmod_filter_la-main.Plo mv -f .deps/libmod_filter_la-colorcorrect.Tpo .deps/libmod_filter_la-colorcorrect.Plo mv -f .deps/libmod_filter_la-halftone2.Tpo .deps/libmod_filter_la-halftone2.Plo mv -f .deps/libmod_filter_la-halftone3.Tpo .deps/libmod_filter_la-halftone3.Plo /bin/sh ../../../libtool --tag=CXX --mode=link g++ -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -module -no-undefined -avoid-version -o libmod_filter.la -rpath /usr/lib64/synfig/modules libmod_filter_la-blur.lo libmod_filter_la-colorcorrect.lo libmod_filter_la-halftone2.lo libmod_filter_la-lumakey.lo libmod_filter_la-radialblur.lo libmod_filter_la-main.lo libmod_filter_la-halftone.lo libmod_filter_la-halftone3.lo ../../synfig/libsynfig.la -lxml++-2.6 -lxml2 -lglibmm-2.4 -lgobject-2.0 -lsigc-2.0 -lglib-2.0 -lpthread -lsigc-2.0 -lpthread -ldl libtool: link: g++ -shared -nostdlib /usr/lib/gcc/x86_64-redhat-linux/4.4.2/../../../../lib64/crti.o /usr/lib/gcc/x86_64-redhat-linux/4.4.2/crtbeginS.o .libs/libmod_filter_la-blur.o .libs/libmod_filter_la-colorcorrect.o .libs/libmod_filter_la-halftone2.o .libs/libmod_filter_la-lumakey.o .libs/libmod_filter_la-radialblur.o .libs/libmod_filter_la-main.o .libs/libmod_filter_la-halftone.o .libs/libmod_filter_la-halftone3.o ../../synfig/.libs/libsynfig.so -lltdl -lxml++-2.6 -lxml2 -lglibmm-2.4 -lgobject-2.0 -lglib-2.0 -lsigc-2.0 -lpthread -ldl -L/usr/lib/gcc/x86_64-redhat-linux/4.4.2 -L/usr/lib/gcc/x86_64-redhat-linux/4.4.2/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-redhat-linux/4.4.2/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-redhat-linux/4.4.2/crtendS.o /usr/lib/gcc/x86_64-redhat-linux/4.4.2/../../../../lib64/crtn.o -m64 -mtune=generic -Wl,-soname -Wl,libmod_filter.so -o .libs/libmod_filter.so libtool: link: ( cd ".libs" && rm -f "libmod_filter.la" && ln -s "../libmod_filter.la" "libmod_filter.la" ) make[4]: Leaving directory `/builddir/build/BUILD/synfig-0.62.00/src/modules/mod_filter' Making all in mod_yuv420p make[4]: Entering directory `/builddir/build/BUILD/synfig-0.62.00/src/modules/mod_yuv420p' /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I../../.. -I../../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libmod_yuv420p_la-main.lo -MD -MP -MF .deps/libmod_yuv420p_la-main.Tpo -c -o libmod_yuv420p_la-main.lo `test -f 'main.cpp' || echo './'`main.cpp /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I../../.. -I../../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libmod_yuv420p_la-trgt_yuv.lo -MD -MP -MF .deps/libmod_yuv420p_la-trgt_yuv.Tpo -c -o libmod_yuv420p_la-trgt_yuv.lo `test -f 'trgt_yuv.cpp' || echo './'`trgt_yuv.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I../../.. -I../../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libmod_yuv420p_la-trgt_yuv.lo -MD -MP -MF .deps/libmod_yuv420p_la-trgt_yuv.Tpo -c trgt_yuv.cpp -fPIC -DPIC -o .libs/libmod_yuv420p_la-trgt_yuv.o libtool: compile: g++ -DHAVE_CONFIG_H -I../../.. -I../../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libmod_yuv420p_la-main.lo -MD -MP -MF .deps/libmod_yuv420p_la-main.Tpo -c main.cpp -fPIC -DPIC -o .libs/libmod_yuv420p_la-main.o mv -f .deps/libmod_yuv420p_la-trgt_yuv.Tpo .deps/libmod_yuv420p_la-trgt_yuv.Plo mv -f .deps/libmod_yuv420p_la-main.Tpo .deps/libmod_yuv420p_la-main.Plo /bin/sh ../../../libtool --tag=CXX --mode=link g++ -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -module -no-undefined -avoid-version -o libmod_yuv420p.la -rpath /usr/lib64/synfig/modules libmod_yuv420p_la-main.lo libmod_yuv420p_la-trgt_yuv.lo ../../synfig/libsynfig.la -lxml++-2.6 -lxml2 -lglibmm-2.4 -lgobject-2.0 -lsigc-2.0 -lglib-2.0 -lpthread -lsigc-2.0 -lpthread -ldl libtool: link: g++ -shared -nostdlib /usr/lib/gcc/x86_64-redhat-linux/4.4.2/../../../../lib64/crti.o /usr/lib/gcc/x86_64-redhat-linux/4.4.2/crtbeginS.o .libs/libmod_yuv420p_la-main.o .libs/libmod_yuv420p_la-trgt_yuv.o ../../synfig/.libs/libsynfig.so -lltdl -lxml++-2.6 -lxml2 -lglibmm-2.4 -lgobject-2.0 -lglib-2.0 -lsigc-2.0 -lpthread -ldl -L/usr/lib/gcc/x86_64-redhat-linux/4.4.2 -L/usr/lib/gcc/x86_64-redhat-linux/4.4.2/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-redhat-linux/4.4.2/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-redhat-linux/4.4.2/crtendS.o /usr/lib/gcc/x86_64-redhat-linux/4.4.2/../../../../lib64/crtn.o -m64 -mtune=generic -Wl,-soname -Wl,libmod_yuv420p.so -o .libs/libmod_yuv420p.so libtool: link: ( cd ".libs" && rm -f "libmod_yuv420p.la" && ln -s "../libmod_yuv420p.la" "libmod_yuv420p.la" ) make[4]: Leaving directory `/builddir/build/BUILD/synfig-0.62.00/src/modules/mod_yuv420p' Making all in mod_gif make[4]: Entering directory `/builddir/build/BUILD/synfig-0.62.00/src/modules/mod_gif' /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I../../.. -I../../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libmod_gif_la-main.lo -MD -MP -MF .deps/libmod_gif_la-main.Tpo -c -o libmod_gif_la-main.lo `test -f 'main.cpp' || echo './'`main.cpp /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I../../.. -I../../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libmod_gif_la-trgt_gif.lo -MD -MP -MF .deps/libmod_gif_la-trgt_gif.Tpo -c -o libmod_gif_la-trgt_gif.lo `test -f 'trgt_gif.cpp' || echo './'`trgt_gif.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I../../.. -I../../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libmod_gif_la-main.lo -MD -MP -MF .deps/libmod_gif_la-main.Tpo -c main.cpp -fPIC -DPIC -o .libs/libmod_gif_la-main.o libtool: compile: g++ -DHAVE_CONFIG_H -I../../.. -I../../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libmod_gif_la-trgt_gif.lo -MD -MP -MF .deps/libmod_gif_la-trgt_gif.Tpo -c trgt_gif.cpp -fPIC -DPIC -o .libs/libmod_gif_la-trgt_gif.o In file included from trgt_gif.cpp:38: trgt_gif.h: In member function 'void gif::bitstream::dump()': trgt_gif.h:93: warning: ignoring return value of 'size_t fwrite(const void*, size_t, size_t, FILE*)', declared with attribute warn_unused_result In file included from main.cpp:37: trgt_gif.h: In member function 'void gif::bitstream::dump()': trgt_gif.h:93: warning: ignoring return value of 'size_t fwrite(const void*, size_t, size_t, FILE*)', declared with attribute warn_unused_result mv -f .deps/libmod_gif_la-main.Tpo .deps/libmod_gif_la-main.Plo mv -f .deps/libmod_gif_la-trgt_gif.Tpo .deps/libmod_gif_la-trgt_gif.Plo /bin/sh ../../../libtool --tag=CXX --mode=link g++ -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -module -no-undefined -avoid-version -o libmod_gif.la -rpath /usr/lib64/synfig/modules libmod_gif_la-main.lo libmod_gif_la-trgt_gif.lo ../../synfig/libsynfig.la -lxml++-2.6 -lxml2 -lglibmm-2.4 -lgobject-2.0 -lsigc-2.0 -lglib-2.0 -lpthread -lsigc-2.0 -lpthread -ldl libtool: link: g++ -shared -nostdlib /usr/lib/gcc/x86_64-redhat-linux/4.4.2/../../../../lib64/crti.o /usr/lib/gcc/x86_64-redhat-linux/4.4.2/crtbeginS.o .libs/libmod_gif_la-main.o .libs/libmod_gif_la-trgt_gif.o ../../synfig/.libs/libsynfig.so -lltdl -lxml++-2.6 -lxml2 -lglibmm-2.4 -lgobject-2.0 -lglib-2.0 -lsigc-2.0 -lpthread -ldl -L/usr/lib/gcc/x86_64-redhat-linux/4.4.2 -L/usr/lib/gcc/x86_64-redhat-linux/4.4.2/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-redhat-linux/4.4.2/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-redhat-linux/4.4.2/crtendS.o /usr/lib/gcc/x86_64-redhat-linux/4.4.2/../../../../lib64/crtn.o -m64 -mtune=generic -Wl,-soname -Wl,libmod_gif.so -o .libs/libmod_gif.so libtool: link: ( cd ".libs" && rm -f "libmod_gif.la" && ln -s "../libmod_gif.la" "libmod_gif.la" ) make[4]: Leaving directory `/builddir/build/BUILD/synfig-0.62.00/src/modules/mod_gif' Making all in mod_gradient make[4]: Entering directory `/builddir/build/BUILD/synfig-0.62.00/src/modules/mod_gradient' /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I../../.. -I../../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libmod_gradient_la-curvegradient.lo -MD -MP -MF .deps/libmod_gradient_la-curvegradient.Tpo -c -o libmod_gradient_la-curvegradient.lo `test -f 'curvegradient.cpp' || echo './'`curvegradient.cpp /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I../../.. -I../../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libmod_gradient_la-lineargradient.lo -MD -MP -MF .deps/libmod_gradient_la-lineargradient.Tpo -c -o libmod_gradient_la-lineargradient.lo `test -f 'lineargradient.cpp' || echo './'`lineargradient.cpp /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I../../.. -I../../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libmod_gradient_la-conicalgradient.lo -MD -MP -MF .deps/libmod_gradient_la-conicalgradient.Tpo -c -o libmod_gradient_la-conicalgradient.lo `test -f 'conicalgradient.cpp' || echo './'`conicalgradient.cpp /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I../../.. -I../../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libmod_gradient_la-spiralgradient.lo -MD -MP -MF .deps/libmod_gradient_la-spiralgradient.Tpo -c -o libmod_gradient_la-spiralgradient.lo `test -f 'spiralgradient.cpp' || echo './'`spiralgradient.cpp /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I../../.. -I../../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libmod_gradient_la-radialgradient.lo -MD -MP -MF .deps/libmod_gradient_la-radialgradient.Tpo -c -o libmod_gradient_la-radialgradient.lo `test -f 'radialgradient.cpp' || echo './'`radialgradient.cpp /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I../../.. -I../../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libmod_gradient_la-main.lo -MD -MP -MF .deps/libmod_gradient_la-main.Tpo -c -o libmod_gradient_la-main.lo `test -f 'main.cpp' || echo './'`main.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I../../.. -I../../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libmod_gradient_la-spiralgradient.lo -MD -MP -MF .deps/libmod_gradient_la-spiralgradient.Tpo -c spiralgradient.cpp -fPIC -DPIC -o .libs/libmod_gradient_la-spiralgradient.o libtool: compile: g++ -DHAVE_CONFIG_H -I../../.. -I../../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libmod_gradient_la-conicalgradient.lo -MD -MP -MF .deps/libmod_gradient_la-conicalgradient.Tpo -c conicalgradient.cpp -fPIC -DPIC -o .libs/libmod_gradient_la-conicalgradient.o libtool: compile: g++ -DHAVE_CONFIG_H -I../../.. -I../../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libmod_gradient_la-main.lo -MD -MP -MF .deps/libmod_gradient_la-main.Tpo -c main.cpp -fPIC -DPIC -o .libs/libmod_gradient_la-main.o libtool: compile: g++ -DHAVE_CONFIG_H -I../../.. -I../../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libmod_gradient_la-curvegradient.lo -MD -MP -MF .deps/libmod_gradient_la-curvegradient.Tpo -c curvegradient.cpp -fPIC -DPIC -o .libs/libmod_gradient_la-curvegradient.o libtool: compile: g++ -DHAVE_CONFIG_H -I../../.. -I../../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libmod_gradient_la-lineargradient.lo -MD -MP -MF .deps/libmod_gradient_la-lineargradient.Tpo -c lineargradient.cpp -fPIC -DPIC -o .libs/libmod_gradient_la-lineargradient.o libtool: compile: g++ -DHAVE_CONFIG_H -I../../.. -I../../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libmod_gradient_la-radialgradient.lo -MD -MP -MF .deps/libmod_gradient_la-radialgradient.Tpo -c radialgradient.cpp -fPIC -DPIC -o .libs/libmod_gradient_la-radialgradient.o mv -f .deps/libmod_gradient_la-main.Tpo .deps/libmod_gradient_la-main.Plo mv -f .deps/libmod_gradient_la-radialgradient.Tpo .deps/libmod_gradient_la-radialgradient.Plo mv -f .deps/libmod_gradient_la-spiralgradient.Tpo .deps/libmod_gradient_la-spiralgradient.Plo mv -f .deps/libmod_gradient_la-lineargradient.Tpo .deps/libmod_gradient_la-lineargradient.Plo mv -f .deps/libmod_gradient_la-conicalgradient.Tpo .deps/libmod_gradient_la-conicalgradient.Plo curvegradient.cpp: In member function 'synfig::Color CurveGradient::color_func(const synfig::Point&, int, float) const': curvegradient.cpp:239: warning: 'thickness' may be used uninitialized in this function mv -f .deps/libmod_gradient_la-curvegradient.Tpo .deps/libmod_gradient_la-curvegradient.Plo /bin/sh ../../../libtool --tag=CXX --mode=link g++ -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -module -no-undefined -avoid-version -o libmod_gradient.la -rpath /usr/lib64/synfig/modules libmod_gradient_la-curvegradient.lo libmod_gradient_la-lineargradient.lo libmod_gradient_la-conicalgradient.lo libmod_gradient_la-spiralgradient.lo libmod_gradient_la-radialgradient.lo libmod_gradient_la-main.lo ../../synfig/libsynfig.la -lxml++-2.6 -lxml2 -lglibmm-2.4 -lgobject-2.0 -lsigc-2.0 -lglib-2.0 -lpthread -lsigc-2.0 -lpthread -ldl libtool: link: g++ -shared -nostdlib /usr/lib/gcc/x86_64-redhat-linux/4.4.2/../../../../lib64/crti.o /usr/lib/gcc/x86_64-redhat-linux/4.4.2/crtbeginS.o .libs/libmod_gradient_la-curvegradient.o .libs/libmod_gradient_la-lineargradient.o .libs/libmod_gradient_la-conicalgradient.o .libs/libmod_gradient_la-spiralgradient.o .libs/libmod_gradient_la-radialgradient.o .libs/libmod_gradient_la-main.o ../../synfig/.libs/libsynfig.so -lltdl -lxml++-2.6 -lxml2 -lglibmm-2.4 -lgobject-2.0 -lglib-2.0 -lsigc-2.0 -lpthread -ldl -L/usr/lib/gcc/x86_64-redhat-linux/4.4.2 -L/usr/lib/gcc/x86_64-redhat-linux/4.4.2/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-redhat-linux/4.4.2/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-redhat-linux/4.4.2/crtendS.o /usr/lib/gcc/x86_64-redhat-linux/4.4.2/../../../../lib64/crtn.o -m64 -mtune=generic -Wl,-soname -Wl,libmod_gradient.so -o .libs/libmod_gradient.so libtool: link: ( cd ".libs" && rm -f "libmod_gradient.la" && ln -s "../libmod_gradient.la" "libmod_gradient.la" ) make[4]: Leaving directory `/builddir/build/BUILD/synfig-0.62.00/src/modules/mod_gradient' Making all in mod_geometry make[4]: Entering directory `/builddir/build/BUILD/synfig-0.62.00/src/modules/mod_geometry' /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I../../.. -I../../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libmod_geometry_la-rectangle.lo -MD -MP -MF .deps/libmod_geometry_la-rectangle.Tpo -c -o libmod_geometry_la-rectangle.lo `test -f 'rectangle.cpp' || echo './'`rectangle.cpp /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I../../.. -I../../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libmod_geometry_la-star.lo -MD -MP -MF .deps/libmod_geometry_la-star.Tpo -c -o libmod_geometry_la-star.lo `test -f 'star.cpp' || echo './'`star.cpp /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I../../.. -I../../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libmod_geometry_la-checkerboard.lo -MD -MP -MF .deps/libmod_geometry_la-checkerboard.Tpo -c -o libmod_geometry_la-checkerboard.lo `test -f 'checkerboard.cpp' || echo './'`checkerboard.cpp /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I../../.. -I../../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libmod_geometry_la-circle.lo -MD -MP -MF .deps/libmod_geometry_la-circle.Tpo -c -o libmod_geometry_la-circle.lo `test -f 'circle.cpp' || echo './'`circle.cpp /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I../../.. -I../../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libmod_geometry_la-region.lo -MD -MP -MF .deps/libmod_geometry_la-region.Tpo -c -o libmod_geometry_la-region.lo `test -f 'region.cpp' || echo './'`region.cpp /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I../../.. -I../../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libmod_geometry_la-outline.lo -MD -MP -MF .deps/libmod_geometry_la-outline.Tpo -c -o libmod_geometry_la-outline.lo `test -f 'outline.cpp' || echo './'`outline.cpp /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I../../.. -I../../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libmod_geometry_la-main.lo -MD -MP -MF .deps/libmod_geometry_la-main.Tpo -c -o libmod_geometry_la-main.lo `test -f 'main.cpp' || echo './'`main.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I../../.. -I../../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libmod_geometry_la-checkerboard.lo -MD -MP -MF .deps/libmod_geometry_la-checkerboard.Tpo -c checkerboard.cpp -fPIC -DPIC -o .libs/libmod_geometry_la-checkerboard.o libtool: compile: g++ -DHAVE_CONFIG_H -I../../.. -I../../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libmod_geometry_la-star.lo -MD -MP -MF .deps/libmod_geometry_la-star.Tpo -c star.cpp -fPIC -DPIC -o .libs/libmod_geometry_la-star.o libtool: compile: g++ -DHAVE_CONFIG_H -I../../.. -I../../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libmod_geometry_la-rectangle.lo -MD -MP -MF .deps/libmod_geometry_la-rectangle.Tpo -c rectangle.cpp -fPIC -DPIC -o .libs/libmod_geometry_la-rectangle.o libtool: compile: g++ -DHAVE_CONFIG_H -I../../.. -I../../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libmod_geometry_la-main.lo -MD -MP -MF .deps/libmod_geometry_la-main.Tpo -c main.cpp -fPIC -DPIC -o .libs/libmod_geometry_la-main.o libtool: compile: g++ -DHAVE_CONFIG_H -I../../.. -I../../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libmod_geometry_la-circle.lo -MD -MP -MF .deps/libmod_geometry_la-circle.Tpo -c circle.cpp -fPIC -DPIC -o .libs/libmod_geometry_la-circle.o libtool: compile: g++ -DHAVE_CONFIG_H -I../../.. -I../../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libmod_geometry_la-region.lo -MD -MP -MF .deps/libmod_geometry_la-region.Tpo -c region.cpp -fPIC -DPIC -o .libs/libmod_geometry_la-region.o libtool: compile: g++ -DHAVE_CONFIG_H -I../../.. -I../../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libmod_geometry_la-outline.lo -MD -MP -MF .deps/libmod_geometry_la-outline.Tpo -c outline.cpp -fPIC -DPIC -o .libs/libmod_geometry_la-outline.o mv -f .deps/libmod_geometry_la-checkerboard.Tpo .deps/libmod_geometry_la-checkerboard.Plo mv -f .deps/libmod_geometry_la-star.Tpo .deps/libmod_geometry_la-star.Plo mv -f .deps/libmod_geometry_la-main.Tpo .deps/libmod_geometry_la-main.Plo mv -f .deps/libmod_geometry_la-rectangle.Tpo .deps/libmod_geometry_la-rectangle.Plo mv -f .deps/libmod_geometry_la-region.Tpo .deps/libmod_geometry_la-region.Plo mv -f .deps/libmod_geometry_la-circle.Tpo .deps/libmod_geometry_la-circle.Plo mv -f .deps/libmod_geometry_la-outline.Tpo .deps/libmod_geometry_la-outline.Plo /bin/sh ../../../libtool --tag=CXX --mode=link g++ -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -module -no-undefined -avoid-version -o libmod_geometry.la -rpath /usr/lib64/synfig/modules libmod_geometry_la-rectangle.lo libmod_geometry_la-star.lo libmod_geometry_la-checkerboard.lo libmod_geometry_la-circle.lo libmod_geometry_la-region.lo libmod_geometry_la-outline.lo libmod_geometry_la-main.lo ../../synfig/libsynfig.la -lxml++-2.6 -lxml2 -lglibmm-2.4 -lgobject-2.0 -lsigc-2.0 -lglib-2.0 -lpthread -lsigc-2.0 -lpthread -ldl libtool: link: g++ -shared -nostdlib /usr/lib/gcc/x86_64-redhat-linux/4.4.2/../../../../lib64/crti.o /usr/lib/gcc/x86_64-redhat-linux/4.4.2/crtbeginS.o .libs/libmod_geometry_la-rectangle.o .libs/libmod_geometry_la-star.o .libs/libmod_geometry_la-checkerboard.o .libs/libmod_geometry_la-circle.o .libs/libmod_geometry_la-region.o .libs/libmod_geometry_la-outline.o .libs/libmod_geometry_la-main.o ../../synfig/.libs/libsynfig.so -lltdl -lxml++-2.6 -lxml2 -lglibmm-2.4 -lgobject-2.0 -lglib-2.0 -lsigc-2.0 -lpthread -ldl -L/usr/lib/gcc/x86_64-redhat-linux/4.4.2 -L/usr/lib/gcc/x86_64-redhat-linux/4.4.2/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-redhat-linux/4.4.2/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-redhat-linux/4.4.2/crtendS.o /usr/lib/gcc/x86_64-redhat-linux/4.4.2/../../../../lib64/crtn.o -m64 -mtune=generic -Wl,-soname -Wl,libmod_geometry.so -o .libs/libmod_geometry.so libtool: link: ( cd ".libs" && rm -f "libmod_geometry.la" && ln -s "../libmod_geometry.la" "libmod_geometry.la" ) make[4]: Leaving directory `/builddir/build/BUILD/synfig-0.62.00/src/modules/mod_geometry' Making all in mod_noise make[4]: Entering directory `/builddir/build/BUILD/synfig-0.62.00/src/modules/mod_noise' /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I../../.. -I../../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libmod_noise_la-random_noise.lo -MD -MP -MF .deps/libmod_noise_la-random_noise.Tpo -c -o libmod_noise_la-random_noise.lo `test -f 'random_noise.cpp' || echo './'`random_noise.cpp /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I../../.. -I../../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libmod_noise_la-distort.lo -MD -MP -MF .deps/libmod_noise_la-distort.Tpo -c -o libmod_noise_la-distort.lo `test -f 'distort.cpp' || echo './'`distort.cpp /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I../../.. -I../../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libmod_noise_la-noise.lo -MD -MP -MF .deps/libmod_noise_la-noise.Tpo -c -o libmod_noise_la-noise.lo `test -f 'noise.cpp' || echo './'`noise.cpp /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I../../.. -I../../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libmod_noise_la-valuenode_random.lo -MD -MP -MF .deps/libmod_noise_la-valuenode_random.Tpo -c -o libmod_noise_la-valuenode_random.lo `test -f 'valuenode_random.cpp' || echo './'`valuenode_random.cpp /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I../../.. -I../../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libmod_noise_la-main.lo -MD -MP -MF .deps/libmod_noise_la-main.Tpo -c -o libmod_noise_la-main.lo `test -f 'main.cpp' || echo './'`main.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I../../.. -I../../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libmod_noise_la-random_noise.lo -MD -MP -MF .deps/libmod_noise_la-random_noise.Tpo -c random_noise.cpp -fPIC -DPIC -o .libs/libmod_noise_la-random_noise.o libtool: compile: g++ -DHAVE_CONFIG_H -I../../.. -I../../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libmod_noise_la-noise.lo -MD -MP -MF .deps/libmod_noise_la-noise.Tpo -c noise.cpp -fPIC -DPIC -o .libs/libmod_noise_la-noise.o libtool: compile: g++ -DHAVE_CONFIG_H -I../../.. -I../../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libmod_noise_la-main.lo -MD -MP -MF .deps/libmod_noise_la-main.Tpo -c main.cpp -fPIC -DPIC -o .libs/libmod_noise_la-main.o libtool: compile: g++ -DHAVE_CONFIG_H -I../../.. -I../../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libmod_noise_la-valuenode_random.lo -MD -MP -MF .deps/libmod_noise_la-valuenode_random.Tpo -c valuenode_random.cpp -fPIC -DPIC -o .libs/libmod_noise_la-valuenode_random.o libtool: compile: g++ -DHAVE_CONFIG_H -I../../.. -I../../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libmod_noise_la-distort.lo -MD -MP -MF .deps/libmod_noise_la-distort.Tpo -c distort.cpp -fPIC -DPIC -o .libs/libmod_noise_la-distort.o mv -f .deps/libmod_noise_la-main.Tpo .deps/libmod_noise_la-main.Plo mv -f .deps/libmod_noise_la-distort.Tpo .deps/libmod_noise_la-distort.Plo mv -f .deps/libmod_noise_la-valuenode_random.Tpo .deps/libmod_noise_la-valuenode_random.Plo mv -f .deps/libmod_noise_la-noise.Tpo .deps/libmod_noise_la-noise.Plo mv -f .deps/libmod_noise_la-random_noise.Tpo .deps/libmod_noise_la-random_noise.Plo /bin/sh ../../../libtool --tag=CXX --mode=link g++ -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -module -no-undefined -avoid-version -o libmod_noise.la -rpath /usr/lib64/synfig/modules libmod_noise_la-random_noise.lo libmod_noise_la-distort.lo libmod_noise_la-noise.lo libmod_noise_la-valuenode_random.lo libmod_noise_la-main.lo ../../synfig/libsynfig.la -lxml++-2.6 -lxml2 -lglibmm-2.4 -lgobject-2.0 -lsigc-2.0 -lglib-2.0 -lpthread -lsigc-2.0 -lpthread -ldl libtool: link: g++ -shared -nostdlib /usr/lib/gcc/x86_64-redhat-linux/4.4.2/../../../../lib64/crti.o /usr/lib/gcc/x86_64-redhat-linux/4.4.2/crtbeginS.o .libs/libmod_noise_la-random_noise.o .libs/libmod_noise_la-distort.o .libs/libmod_noise_la-noise.o .libs/libmod_noise_la-valuenode_random.o .libs/libmod_noise_la-main.o ../../synfig/.libs/libsynfig.so -lltdl -lxml++-2.6 -lxml2 -lglibmm-2.4 -lgobject-2.0 -lglib-2.0 -lsigc-2.0 -lpthread -ldl -L/usr/lib/gcc/x86_64-redhat-linux/4.4.2 -L/usr/lib/gcc/x86_64-redhat-linux/4.4.2/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-redhat-linux/4.4.2/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-redhat-linux/4.4.2/crtendS.o /usr/lib/gcc/x86_64-redhat-linux/4.4.2/../../../../lib64/crtn.o -m64 -mtune=generic -Wl,-soname -Wl,libmod_noise.so -o .libs/libmod_noise.so libtool: link: ( cd ".libs" && rm -f "libmod_noise.la" && ln -s "../libmod_noise.la" "libmod_noise.la" ) make[4]: Leaving directory `/builddir/build/BUILD/synfig-0.62.00/src/modules/mod_noise' Making all in mod_libavcodec make[4]: Entering directory `/builddir/build/BUILD/synfig-0.62.00/src/modules/mod_libavcodec' make[4]: Nothing to be done for `all'. make[4]: Leaving directory `/builddir/build/BUILD/synfig-0.62.00/src/modules/mod_libavcodec' Making all in mod_jpeg make[4]: Entering directory `/builddir/build/BUILD/synfig-0.62.00/src/modules/mod_jpeg' /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I../../.. -I../../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libmod_jpeg_la-main.lo -MD -MP -MF .deps/libmod_jpeg_la-main.Tpo -c -o libmod_jpeg_la-main.lo `test -f 'main.cpp' || echo './'`main.cpp /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I../../.. -I../../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libmod_jpeg_la-trgt_jpeg.lo -MD -MP -MF .deps/libmod_jpeg_la-trgt_jpeg.Tpo -c -o libmod_jpeg_la-trgt_jpeg.lo `test -f 'trgt_jpeg.cpp' || echo './'`trgt_jpeg.cpp /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I../../.. -I../../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libmod_jpeg_la-mptr_jpeg.lo -MD -MP -MF .deps/libmod_jpeg_la-mptr_jpeg.Tpo -c -o libmod_jpeg_la-mptr_jpeg.lo `test -f 'mptr_jpeg.cpp' || echo './'`mptr_jpeg.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I../../.. -I../../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libmod_jpeg_la-mptr_jpeg.lo -MD -MP -MF .deps/libmod_jpeg_la-mptr_jpeg.Tpo -c mptr_jpeg.cpp -fPIC -DPIC -o .libs/libmod_jpeg_la-mptr_jpeg.o libtool: compile: g++ -DHAVE_CONFIG_H -I../../.. -I../../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libmod_jpeg_la-main.lo -MD -MP -MF .deps/libmod_jpeg_la-main.Tpo -c main.cpp -fPIC -DPIC -o .libs/libmod_jpeg_la-main.o libtool: compile: g++ -DHAVE_CONFIG_H -I../../.. -I../../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libmod_jpeg_la-trgt_jpeg.lo -MD -MP -MF .deps/libmod_jpeg_la-trgt_jpeg.Tpo -c trgt_jpeg.cpp -fPIC -DPIC -o .libs/libmod_jpeg_la-trgt_jpeg.o mv -f .deps/libmod_jpeg_la-mptr_jpeg.Tpo .deps/libmod_jpeg_la-mptr_jpeg.Plo mv -f .deps/libmod_jpeg_la-trgt_jpeg.Tpo .deps/libmod_jpeg_la-trgt_jpeg.Plo mv -f .deps/libmod_jpeg_la-main.Tpo .deps/libmod_jpeg_la-main.Plo /bin/sh ../../../libtool --tag=CXX --mode=link g++ -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -module -ljpeg -no-undefined -avoid-version -o libmod_jpeg.la -rpath /usr/lib64/synfig/modules libmod_jpeg_la-main.lo libmod_jpeg_la-trgt_jpeg.lo libmod_jpeg_la-mptr_jpeg.lo ../../synfig/libsynfig.la -lxml++-2.6 -lxml2 -lglibmm-2.4 -lgobject-2.0 -lsigc-2.0 -lglib-2.0 -lpthread -lsigc-2.0 -lpthread -ldl libtool: link: g++ -shared -nostdlib /usr/lib/gcc/x86_64-redhat-linux/4.4.2/../../../../lib64/crti.o /usr/lib/gcc/x86_64-redhat-linux/4.4.2/crtbeginS.o .libs/libmod_jpeg_la-main.o .libs/libmod_jpeg_la-trgt_jpeg.o .libs/libmod_jpeg_la-mptr_jpeg.o -ljpeg ../../synfig/.libs/libsynfig.so -lltdl -lxml++-2.6 -lxml2 -lglibmm-2.4 -lgobject-2.0 -lglib-2.0 -lsigc-2.0 -lpthread -ldl -L/usr/lib/gcc/x86_64-redhat-linux/4.4.2 -L/usr/lib/gcc/x86_64-redhat-linux/4.4.2/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-redhat-linux/4.4.2/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-redhat-linux/4.4.2/crtendS.o /usr/lib/gcc/x86_64-redhat-linux/4.4.2/../../../../lib64/crtn.o -m64 -mtune=generic -Wl,-soname -Wl,libmod_jpeg.so -o .libs/libmod_jpeg.so libtool: link: ( cd ".libs" && rm -f "libmod_jpeg.la" && ln -s "../libmod_jpeg.la" "libmod_jpeg.la" ) make[4]: Leaving directory `/builddir/build/BUILD/synfig-0.62.00/src/modules/mod_jpeg' Making all in mod_openexr make[4]: Entering directory `/builddir/build/BUILD/synfig-0.62.00/src/modules/mod_openexr' /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I../../.. -I../../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -I/usr/include/OpenEXR -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libmod_openexr_la-main.lo -MD -MP -MF .deps/libmod_openexr_la-main.Tpo -c -o libmod_openexr_la-main.lo `test -f 'main.cpp' || echo './'`main.cpp /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I../../.. -I../../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -I/usr/include/OpenEXR -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libmod_openexr_la-mptr_openexr.lo -MD -MP -MF .deps/libmod_openexr_la-mptr_openexr.Tpo -c -o libmod_openexr_la-mptr_openexr.lo `test -f 'mptr_openexr.cpp' || echo './'`mptr_openexr.cpp /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I../../.. -I../../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -I/usr/include/OpenEXR -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libmod_openexr_la-trgt_openexr.lo -MD -MP -MF .deps/libmod_openexr_la-trgt_openexr.Tpo -c -o libmod_openexr_la-trgt_openexr.lo `test -f 'trgt_openexr.cpp' || echo './'`trgt_openexr.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I../../.. -I../../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -I/usr/include/OpenEXR -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libmod_openexr_la-main.lo -MD -MP -MF .deps/libmod_openexr_la-main.Tpo -c main.cpp -fPIC -DPIC -o .libs/libmod_openexr_la-main.o libtool: compile: g++ -DHAVE_CONFIG_H -I../../.. -I../../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -I/usr/include/OpenEXR -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libmod_openexr_la-mptr_openexr.lo -MD -MP -MF .deps/libmod_openexr_la-mptr_openexr.Tpo -c mptr_openexr.cpp -fPIC -DPIC -o .libs/libmod_openexr_la-mptr_openexr.o libtool: compile: g++ -DHAVE_CONFIG_H -I../../.. -I../../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -I/usr/include/OpenEXR -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libmod_openexr_la-trgt_openexr.lo -MD -MP -MF .deps/libmod_openexr_la-trgt_openexr.Tpo -c trgt_openexr.cpp -fPIC -DPIC -o .libs/libmod_openexr_la-trgt_openexr.o mv -f .deps/libmod_openexr_la-mptr_openexr.Tpo .deps/libmod_openexr_la-mptr_openexr.Plo mv -f .deps/libmod_openexr_la-trgt_openexr.Tpo .deps/libmod_openexr_la-trgt_openexr.Plo mv -f .deps/libmod_openexr_la-main.Tpo .deps/libmod_openexr_la-main.Plo /bin/sh ../../../libtool --tag=CXX --mode=link g++ -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -I/usr/include/OpenEXR -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -module -lpng -no-undefined -avoid-version -o libmod_openexr.la -rpath /usr/lib64/synfig/modules libmod_openexr_la-main.lo libmod_openexr_la-mptr_openexr.lo libmod_openexr_la-trgt_openexr.lo ../../synfig/libsynfig.la -lxml++-2.6 -lxml2 -lglibmm-2.4 -lgobject-2.0 -lsigc-2.0 -lglib-2.0 -lpthread -lsigc-2.0 -lIlmImf -lImath -lHalf -lIex -lIlmThread -lpthread -ldl libtool: link: g++ -shared -nostdlib /usr/lib/gcc/x86_64-redhat-linux/4.4.2/../../../../lib64/crti.o /usr/lib/gcc/x86_64-redhat-linux/4.4.2/crtbeginS.o .libs/libmod_openexr_la-main.o .libs/libmod_openexr_la-mptr_openexr.o .libs/libmod_openexr_la-trgt_openexr.o -lpng ../../synfig/.libs/libsynfig.so -lltdl -lxml++-2.6 -lxml2 -lglibmm-2.4 -lgobject-2.0 -lglib-2.0 -lsigc-2.0 -lIlmImf -lImath -lHalf -lIex -lIlmThread -lpthread -ldl -L/usr/lib/gcc/x86_64-redhat-linux/4.4.2 -L/usr/lib/gcc/x86_64-redhat-linux/4.4.2/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-redhat-linux/4.4.2/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-redhat-linux/4.4.2/crtendS.o /usr/lib/gcc/x86_64-redhat-linux/4.4.2/../../../../lib64/crtn.o -m64 -mtune=generic -Wl,-soname -Wl,libmod_openexr.so -o .libs/libmod_openexr.so libtool: link: ( cd ".libs" && rm -f "libmod_openexr.la" && ln -s "../libmod_openexr.la" "libmod_openexr.la" ) make[4]: Leaving directory `/builddir/build/BUILD/synfig-0.62.00/src/modules/mod_openexr' Making all in mod_bmp make[4]: Entering directory `/builddir/build/BUILD/synfig-0.62.00/src/modules/mod_bmp' /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I../../.. -I../../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libmod_bmp_la-main.lo -MD -MP -MF .deps/libmod_bmp_la-main.Tpo -c -o libmod_bmp_la-main.lo `test -f 'main.cpp' || echo './'`main.cpp /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I../../.. -I../../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libmod_bmp_la-trgt_bmp.lo -MD -MP -MF .deps/libmod_bmp_la-trgt_bmp.Tpo -c -o libmod_bmp_la-trgt_bmp.lo `test -f 'trgt_bmp.cpp' || echo './'`trgt_bmp.cpp /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I../../.. -I../../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libmod_bmp_la-mptr_bmp.lo -MD -MP -MF .deps/libmod_bmp_la-mptr_bmp.Tpo -c -o libmod_bmp_la-mptr_bmp.lo `test -f 'mptr_bmp.cpp' || echo './'`mptr_bmp.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I../../.. -I../../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libmod_bmp_la-mptr_bmp.lo -MD -MP -MF .deps/libmod_bmp_la-mptr_bmp.Tpo -c mptr_bmp.cpp -fPIC -DPIC -o .libs/libmod_bmp_la-mptr_bmp.o libtool: compile: g++ -DHAVE_CONFIG_H -I../../.. -I../../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libmod_bmp_la-main.lo -MD -MP -MF .deps/libmod_bmp_la-main.Tpo -c main.cpp -fPIC -DPIC -o .libs/libmod_bmp_la-main.o libtool: compile: g++ -DHAVE_CONFIG_H -I../../.. -I../../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libmod_bmp_la-trgt_bmp.lo -MD -MP -MF .deps/libmod_bmp_la-trgt_bmp.Tpo -c trgt_bmp.cpp -fPIC -DPIC -o .libs/libmod_bmp_la-trgt_bmp.o mv -f .deps/libmod_bmp_la-mptr_bmp.Tpo .deps/libmod_bmp_la-mptr_bmp.Plo mv -f .deps/libmod_bmp_la-trgt_bmp.Tpo .deps/libmod_bmp_la-trgt_bmp.Plo mv -f .deps/libmod_bmp_la-main.Tpo .deps/libmod_bmp_la-main.Plo /bin/sh ../../../libtool --tag=CXX --mode=link g++ -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -module -no-undefined -avoid-version -o libmod_bmp.la -rpath /usr/lib64/synfig/modules libmod_bmp_la-main.lo libmod_bmp_la-trgt_bmp.lo libmod_bmp_la-mptr_bmp.lo ../../synfig/libsynfig.la -lxml++-2.6 -lxml2 -lglibmm-2.4 -lgobject-2.0 -lsigc-2.0 -lglib-2.0 -lpthread -lsigc-2.0 -lpthread -ldl libtool: link: g++ -shared -nostdlib /usr/lib/gcc/x86_64-redhat-linux/4.4.2/../../../../lib64/crti.o /usr/lib/gcc/x86_64-redhat-linux/4.4.2/crtbeginS.o .libs/libmod_bmp_la-main.o .libs/libmod_bmp_la-trgt_bmp.o .libs/libmod_bmp_la-mptr_bmp.o ../../synfig/.libs/libsynfig.so -lltdl -lxml++-2.6 -lxml2 -lglibmm-2.4 -lgobject-2.0 -lglib-2.0 -lsigc-2.0 -lpthread -ldl -L/usr/lib/gcc/x86_64-redhat-linux/4.4.2 -L/usr/lib/gcc/x86_64-redhat-linux/4.4.2/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-redhat-linux/4.4.2/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-redhat-linux/4.4.2/crtendS.o /usr/lib/gcc/x86_64-redhat-linux/4.4.2/../../../../lib64/crtn.o -m64 -mtune=generic -Wl,-soname -Wl,libmod_bmp.so -o .libs/libmod_bmp.so libtool: link: ( cd ".libs" && rm -f "libmod_bmp.la" && ln -s "../libmod_bmp.la" "libmod_bmp.la" ) make[4]: Leaving directory `/builddir/build/BUILD/synfig-0.62.00/src/modules/mod_bmp' Making all in mod_ppm make[4]: Entering directory `/builddir/build/BUILD/synfig-0.62.00/src/modules/mod_ppm' /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I../../.. -I../../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libmod_ppm_la-main.lo -MD -MP -MF .deps/libmod_ppm_la-main.Tpo -c -o libmod_ppm_la-main.lo `test -f 'main.cpp' || echo './'`main.cpp /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I../../.. -I../../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libmod_ppm_la-trgt_ppm.lo -MD -MP -MF .deps/libmod_ppm_la-trgt_ppm.Tpo -c -o libmod_ppm_la-trgt_ppm.lo `test -f 'trgt_ppm.cpp' || echo './'`trgt_ppm.cpp /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I../../.. -I../../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libmod_ppm_la-mptr_ppm.lo -MD -MP -MF .deps/libmod_ppm_la-mptr_ppm.Tpo -c -o libmod_ppm_la-mptr_ppm.lo `test -f 'mptr_ppm.cpp' || echo './'`mptr_ppm.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I../../.. -I../../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libmod_ppm_la-trgt_ppm.lo -MD -MP -MF .deps/libmod_ppm_la-trgt_ppm.Tpo -c trgt_ppm.cpp -fPIC -DPIC -o .libs/libmod_ppm_la-trgt_ppm.o libtool: compile: g++ -DHAVE_CONFIG_H -I../../.. -I../../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libmod_ppm_la-mptr_ppm.lo -MD -MP -MF .deps/libmod_ppm_la-mptr_ppm.Tpo -c mptr_ppm.cpp -fPIC -DPIC -o .libs/libmod_ppm_la-mptr_ppm.o libtool: compile: g++ -DHAVE_CONFIG_H -I../../.. -I../../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libmod_ppm_la-main.lo -MD -MP -MF .deps/libmod_ppm_la-main.Tpo -c main.cpp -fPIC -DPIC -o .libs/libmod_ppm_la-main.o mptr_ppm.cpp: In member function 'virtual bool ppm_mptr::get_frame(synfig::Surface&, synfig::Time, synfig::ProgressCallback*)': mptr_ppm.cpp:91: warning: ignoring return value of 'int fscanf(FILE*, const char*, ...)', declared with attribute warn_unused_result mptr_ppm.cpp:92: warning: ignoring return value of 'int fscanf(FILE*, const char*, ...)', declared with attribute warn_unused_result mv -f .deps/libmod_ppm_la-mptr_ppm.Tpo .deps/libmod_ppm_la-mptr_ppm.Plo mv -f .deps/libmod_ppm_la-trgt_ppm.Tpo .deps/libmod_ppm_la-trgt_ppm.Plo mv -f .deps/libmod_ppm_la-main.Tpo .deps/libmod_ppm_la-main.Plo /bin/sh ../../../libtool --tag=CXX --mode=link g++ -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -module -no-undefined -avoid-version -o libmod_ppm.la -rpath /usr/lib64/synfig/modules libmod_ppm_la-main.lo libmod_ppm_la-trgt_ppm.lo libmod_ppm_la-mptr_ppm.lo ../../synfig/libsynfig.la -lxml++-2.6 -lxml2 -lglibmm-2.4 -lgobject-2.0 -lsigc-2.0 -lglib-2.0 -lpthread -lsigc-2.0 -lpthread -ldl libtool: link: g++ -shared -nostdlib /usr/lib/gcc/x86_64-redhat-linux/4.4.2/../../../../lib64/crti.o /usr/lib/gcc/x86_64-redhat-linux/4.4.2/crtbeginS.o .libs/libmod_ppm_la-main.o .libs/libmod_ppm_la-trgt_ppm.o .libs/libmod_ppm_la-mptr_ppm.o ../../synfig/.libs/libsynfig.so -lltdl -lxml++-2.6 -lxml2 -lglibmm-2.4 -lgobject-2.0 -lglib-2.0 -lsigc-2.0 -lpthread -ldl -L/usr/lib/gcc/x86_64-redhat-linux/4.4.2 -L/usr/lib/gcc/x86_64-redhat-linux/4.4.2/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-redhat-linux/4.4.2/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-redhat-linux/4.4.2/crtendS.o /usr/lib/gcc/x86_64-redhat-linux/4.4.2/../../../../lib64/crtn.o -m64 -mtune=generic -Wl,-soname -Wl,libmod_ppm.so -o .libs/libmod_ppm.so libtool: link: ( cd ".libs" && rm -f "libmod_ppm.la" && ln -s "../libmod_ppm.la" "libmod_ppm.la" ) make[4]: Leaving directory `/builddir/build/BUILD/synfig-0.62.00/src/modules/mod_ppm' Making all in mod_png make[4]: Entering directory `/builddir/build/BUILD/synfig-0.62.00/src/modules/mod_png' /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I../../.. -I../../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libmod_png_la-main.lo -MD -MP -MF .deps/libmod_png_la-main.Tpo -c -o libmod_png_la-main.lo `test -f 'main.cpp' || echo './'`main.cpp /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I../../.. -I../../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libmod_png_la-trgt_png.lo -MD -MP -MF .deps/libmod_png_la-trgt_png.Tpo -c -o libmod_png_la-trgt_png.lo `test -f 'trgt_png.cpp' || echo './'`trgt_png.cpp /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I../../.. -I../../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libmod_png_la-mptr_png.lo -MD -MP -MF .deps/libmod_png_la-mptr_png.Tpo -c -o libmod_png_la-mptr_png.lo `test -f 'mptr_png.cpp' || echo './'`mptr_png.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I../../.. -I../../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libmod_png_la-main.lo -MD -MP -MF .deps/libmod_png_la-main.Tpo -c main.cpp -fPIC -DPIC -o .libs/libmod_png_la-main.o libtool: compile: g++ -DHAVE_CONFIG_H -I../../.. -I../../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libmod_png_la-trgt_png.lo -MD -MP -MF .deps/libmod_png_la-trgt_png.Tpo -c trgt_png.cpp -fPIC -DPIC -o .libs/libmod_png_la-trgt_png.o libtool: compile: g++ -DHAVE_CONFIG_H -I../../.. -I../../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libmod_png_la-mptr_png.lo -MD -MP -MF .deps/libmod_png_la-mptr_png.Tpo -c mptr_png.cpp -fPIC -DPIC -o .libs/libmod_png_la-mptr_png.o mptr_png.cpp: In constructor 'png_mptr::png_mptr(const char*)': mptr_png.cpp:121: warning: ignoring return value of 'size_t fread(void*, size_t, size_t, FILE*)', declared with attribute warn_unused_result mptr_png.cpp: In constructor 'png_mptr::png_mptr(const char*)': mptr_png.cpp:121: warning: ignoring return value of 'size_t fread(void*, size_t, size_t, FILE*)', declared with attribute warn_unused_result mptr_png.cpp: In constructor 'png_mptr::png_mptr(const char*)': mptr_png.cpp:121: warning: ignoring return value of 'size_t fread(void*, size_t, size_t, FILE*)', declared with attribute warn_unused_result mv -f .deps/libmod_png_la-mptr_png.Tpo .deps/libmod_png_la-mptr_png.Plo mv -f .deps/libmod_png_la-trgt_png.Tpo .deps/libmod_png_la-trgt_png.Plo mv -f .deps/libmod_png_la-main.Tpo .deps/libmod_png_la-main.Plo /bin/sh ../../../libtool --tag=CXX --mode=link g++ -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -module -lpng -no-undefined -avoid-version -o libmod_png.la -rpath /usr/lib64/synfig/modules libmod_png_la-main.lo libmod_png_la-trgt_png.lo libmod_png_la-mptr_png.lo ../../synfig/libsynfig.la -lxml++-2.6 -lxml2 -lglibmm-2.4 -lgobject-2.0 -lsigc-2.0 -lglib-2.0 -lpthread -lsigc-2.0 -lpthread -ldl libtool: link: g++ -shared -nostdlib /usr/lib/gcc/x86_64-redhat-linux/4.4.2/../../../../lib64/crti.o /usr/lib/gcc/x86_64-redhat-linux/4.4.2/crtbeginS.o .libs/libmod_png_la-main.o .libs/libmod_png_la-trgt_png.o .libs/libmod_png_la-mptr_png.o -lpng ../../synfig/.libs/libsynfig.so -lltdl -lxml++-2.6 -lxml2 -lglibmm-2.4 -lgobject-2.0 -lglib-2.0 -lsigc-2.0 -lpthread -ldl -L/usr/lib/gcc/x86_64-redhat-linux/4.4.2 -L/usr/lib/gcc/x86_64-redhat-linux/4.4.2/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-redhat-linux/4.4.2/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-redhat-linux/4.4.2/crtendS.o /usr/lib/gcc/x86_64-redhat-linux/4.4.2/../../../../lib64/crtn.o -m64 -mtune=generic -Wl,-soname -Wl,libmod_png.so -o .libs/libmod_png.so libtool: link: ( cd ".libs" && rm -f "libmod_png.la" && ln -s "../libmod_png.la" "libmod_png.la" ) make[4]: Leaving directory `/builddir/build/BUILD/synfig-0.62.00/src/modules/mod_png' Making all in mod_dv make[4]: Entering directory `/builddir/build/BUILD/synfig-0.62.00/src/modules/mod_dv' /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I../../.. -I../../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libmod_dv_la-main.lo -MD -MP -MF .deps/libmod_dv_la-main.Tpo -c -o libmod_dv_la-main.lo `test -f 'main.cpp' || echo './'`main.cpp /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I../../.. -I../../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libmod_dv_la-trgt_dv.lo -MD -MP -MF .deps/libmod_dv_la-trgt_dv.Tpo -c -o libmod_dv_la-trgt_dv.lo `test -f 'trgt_dv.cpp' || echo './'`trgt_dv.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I../../.. -I../../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libmod_dv_la-trgt_dv.lo -MD -MP -MF .deps/libmod_dv_la-trgt_dv.Tpo -c trgt_dv.cpp -fPIC -DPIC -o .libs/libmod_dv_la-trgt_dv.o libtool: compile: g++ -DHAVE_CONFIG_H -I../../.. -I../../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libmod_dv_la-main.lo -MD -MP -MF .deps/libmod_dv_la-main.Tpo -c main.cpp -fPIC -DPIC -o .libs/libmod_dv_la-main.o mv -f .deps/libmod_dv_la-trgt_dv.Tpo .deps/libmod_dv_la-trgt_dv.Plo mv -f .deps/libmod_dv_la-main.Tpo .deps/libmod_dv_la-main.Plo /bin/sh ../../../libtool --tag=CXX --mode=link g++ -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -module -no-undefined -avoid-version -o libmod_dv.la -rpath /usr/lib64/synfig/modules libmod_dv_la-main.lo libmod_dv_la-trgt_dv.lo ../../synfig/libsynfig.la -lxml++-2.6 -lxml2 -lglibmm-2.4 -lgobject-2.0 -lsigc-2.0 -lglib-2.0 -lpthread -lsigc-2.0 -lpthread -ldl libtool: link: g++ -shared -nostdlib /usr/lib/gcc/x86_64-redhat-linux/4.4.2/../../../../lib64/crti.o /usr/lib/gcc/x86_64-redhat-linux/4.4.2/crtbeginS.o .libs/libmod_dv_la-main.o .libs/libmod_dv_la-trgt_dv.o ../../synfig/.libs/libsynfig.so -lltdl -lxml++-2.6 -lxml2 -lglibmm-2.4 -lgobject-2.0 -lglib-2.0 -lsigc-2.0 -lpthread -ldl -L/usr/lib/gcc/x86_64-redhat-linux/4.4.2 -L/usr/lib/gcc/x86_64-redhat-linux/4.4.2/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-redhat-linux/4.4.2/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-redhat-linux/4.4.2/crtendS.o /usr/lib/gcc/x86_64-redhat-linux/4.4.2/../../../../lib64/crtn.o -m64 -mtune=generic -Wl,-soname -Wl,libmod_dv.so -o .libs/libmod_dv.so libtool: link: ( cd ".libs" && rm -f "libmod_dv.la" && ln -s "../libmod_dv.la" "libmod_dv.la" ) make[4]: Leaving directory `/builddir/build/BUILD/synfig-0.62.00/src/modules/mod_dv' Making all in mod_imagemagick make[4]: Entering directory `/builddir/build/BUILD/synfig-0.62.00/src/modules/mod_imagemagick' /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I../../.. -I../../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libmod_imagemagick_la-main.lo -MD -MP -MF .deps/libmod_imagemagick_la-main.Tpo -c -o libmod_imagemagick_la-main.lo `test -f 'main.cpp' || echo './'`main.cpp /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I../../.. -I../../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libmod_imagemagick_la-mptr_imagemagick.lo -MD -MP -MF .deps/libmod_imagemagick_la-mptr_imagemagick.Tpo -c -o libmod_imagemagick_la-mptr_imagemagick.lo `test -f 'mptr_imagemagick.cpp' || echo './'`mptr_imagemagick.cpp /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I../../.. -I../../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libmod_imagemagick_la-trgt_imagemagick.lo -MD -MP -MF .deps/libmod_imagemagick_la-trgt_imagemagick.Tpo -c -o libmod_imagemagick_la-trgt_imagemagick.lo `test -f 'trgt_imagemagick.cpp' || echo './'`trgt_imagemagick.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I../../.. -I../../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libmod_imagemagick_la-main.lo -MD -MP -MF .deps/libmod_imagemagick_la-main.Tpo -c main.cpp -fPIC -DPIC -o .libs/libmod_imagemagick_la-main.o libtool: compile: g++ -DHAVE_CONFIG_H -I../../.. -I../../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libmod_imagemagick_la-mptr_imagemagick.lo -MD -MP -MF .deps/libmod_imagemagick_la-mptr_imagemagick.Tpo -c mptr_imagemagick.cpp -fPIC -DPIC -o .libs/libmod_imagemagick_la-mptr_imagemagick.o libtool: compile: g++ -DHAVE_CONFIG_H -I../../.. -I../../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libmod_imagemagick_la-trgt_imagemagick.lo -MD -MP -MF .deps/libmod_imagemagick_la-trgt_imagemagick.Tpo -c trgt_imagemagick.cpp -fPIC -DPIC -o .libs/libmod_imagemagick_la-trgt_imagemagick.o mv -f .deps/libmod_imagemagick_la-mptr_imagemagick.Tpo .deps/libmod_imagemagick_la-mptr_imagemagick.Plo mv -f .deps/libmod_imagemagick_la-trgt_imagemagick.Tpo .deps/libmod_imagemagick_la-trgt_imagemagick.Plo mv -f .deps/libmod_imagemagick_la-main.Tpo .deps/libmod_imagemagick_la-main.Plo /bin/sh ../../../libtool --tag=CXX --mode=link g++ -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -module -no-undefined -avoid-version -o libmod_imagemagick.la -rpath /usr/lib64/synfig/modules libmod_imagemagick_la-main.lo libmod_imagemagick_la-mptr_imagemagick.lo libmod_imagemagick_la-trgt_imagemagick.lo ../../synfig/libsynfig.la -lxml++-2.6 -lxml2 -lglibmm-2.4 -lgobject-2.0 -lsigc-2.0 -lglib-2.0 -lpthread -lsigc-2.0 -lpthread -ldl libtool: link: g++ -shared -nostdlib /usr/lib/gcc/x86_64-redhat-linux/4.4.2/../../../../lib64/crti.o /usr/lib/gcc/x86_64-redhat-linux/4.4.2/crtbeginS.o .libs/libmod_imagemagick_la-main.o .libs/libmod_imagemagick_la-mptr_imagemagick.o .libs/libmod_imagemagick_la-trgt_imagemagick.o ../../synfig/.libs/libsynfig.so -lltdl -lxml++-2.6 -lxml2 -lglibmm-2.4 -lgobject-2.0 -lglib-2.0 -lsigc-2.0 -lpthread -ldl -L/usr/lib/gcc/x86_64-redhat-linux/4.4.2 -L/usr/lib/gcc/x86_64-redhat-linux/4.4.2/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-redhat-linux/4.4.2/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-redhat-linux/4.4.2/crtendS.o /usr/lib/gcc/x86_64-redhat-linux/4.4.2/../../../../lib64/crtn.o -m64 -mtune=generic -Wl,-soname -Wl,libmod_imagemagick.so -o .libs/libmod_imagemagick.so libtool: link: ( cd ".libs" && rm -f "libmod_imagemagick.la" && ln -s "../libmod_imagemagick.la" "libmod_imagemagick.la" ) make[4]: Leaving directory `/builddir/build/BUILD/synfig-0.62.00/src/modules/mod_imagemagick' Making all in mod_ffmpeg make[4]: Entering directory `/builddir/build/BUILD/synfig-0.62.00/src/modules/mod_ffmpeg' /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I../../.. -I../../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libmod_ffmpeg_la-main.lo -MD -MP -MF .deps/libmod_ffmpeg_la-main.Tpo -c -o libmod_ffmpeg_la-main.lo `test -f 'main.cpp' || echo './'`main.cpp /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I../../.. -I../../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libmod_ffmpeg_la-mptr_ffmpeg.lo -MD -MP -MF .deps/libmod_ffmpeg_la-mptr_ffmpeg.Tpo -c -o libmod_ffmpeg_la-mptr_ffmpeg.lo `test -f 'mptr_ffmpeg.cpp' || echo './'`mptr_ffmpeg.cpp /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I../../.. -I../../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libmod_ffmpeg_la-trgt_ffmpeg.lo -MD -MP -MF .deps/libmod_ffmpeg_la-trgt_ffmpeg.Tpo -c -o libmod_ffmpeg_la-trgt_ffmpeg.lo `test -f 'trgt_ffmpeg.cpp' || echo './'`trgt_ffmpeg.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I../../.. -I../../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libmod_ffmpeg_la-main.lo -MD -MP -MF .deps/libmod_ffmpeg_la-main.Tpo -c main.cpp -fPIC -DPIC -o .libs/libmod_ffmpeg_la-main.o libtool: compile: g++ -DHAVE_CONFIG_H -I../../.. -I../../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libmod_ffmpeg_la-trgt_ffmpeg.lo -MD -MP -MF .deps/libmod_ffmpeg_la-trgt_ffmpeg.Tpo -c trgt_ffmpeg.cpp -fPIC -DPIC -o .libs/libmod_ffmpeg_la-trgt_ffmpeg.o libtool: compile: g++ -DHAVE_CONFIG_H -I../../.. -I../../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libmod_ffmpeg_la-mptr_ffmpeg.lo -MD -MP -MF .deps/libmod_ffmpeg_la-mptr_ffmpeg.Tpo -c mptr_ffmpeg.cpp -fPIC -DPIC -o .libs/libmod_ffmpeg_la-mptr_ffmpeg.o mptr_ffmpeg.cpp: In member function 'bool ffmpeg_mptr::grab_frame()': mptr_ffmpeg.cpp:195: warning: ignoring return value of 'int fscanf(FILE*, const char*, ...)', declared with attribute warn_unused_result mptr_ffmpeg.cpp:196: warning: ignoring return value of 'int fscanf(FILE*, const char*, ...)', declared with attribute warn_unused_result mv -f .deps/libmod_ffmpeg_la-mptr_ffmpeg.Tpo .deps/libmod_ffmpeg_la-mptr_ffmpeg.Plo mv -f .deps/libmod_ffmpeg_la-trgt_ffmpeg.Tpo .deps/libmod_ffmpeg_la-trgt_ffmpeg.Plo mv -f .deps/libmod_ffmpeg_la-main.Tpo .deps/libmod_ffmpeg_la-main.Plo /bin/sh ../../../libtool --tag=CXX --mode=link g++ -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -module -no-undefined -avoid-version -o libmod_ffmpeg.la -rpath /usr/lib64/synfig/modules libmod_ffmpeg_la-main.lo libmod_ffmpeg_la-mptr_ffmpeg.lo libmod_ffmpeg_la-trgt_ffmpeg.lo ../../synfig/libsynfig.la -lxml++-2.6 -lxml2 -lglibmm-2.4 -lgobject-2.0 -lsigc-2.0 -lglib-2.0 -lpthread -lsigc-2.0 -lpthread -ldl libtool: link: g++ -shared -nostdlib /usr/lib/gcc/x86_64-redhat-linux/4.4.2/../../../../lib64/crti.o /usr/lib/gcc/x86_64-redhat-linux/4.4.2/crtbeginS.o .libs/libmod_ffmpeg_la-main.o .libs/libmod_ffmpeg_la-mptr_ffmpeg.o .libs/libmod_ffmpeg_la-trgt_ffmpeg.o ../../synfig/.libs/libsynfig.so -lltdl -lxml++-2.6 -lxml2 -lglibmm-2.4 -lgobject-2.0 -lglib-2.0 -lsigc-2.0 -lpthread -ldl -L/usr/lib/gcc/x86_64-redhat-linux/4.4.2 -L/usr/lib/gcc/x86_64-redhat-linux/4.4.2/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-redhat-linux/4.4.2/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-redhat-linux/4.4.2/crtendS.o /usr/lib/gcc/x86_64-redhat-linux/4.4.2/../../../../lib64/crtn.o -m64 -mtune=generic -Wl,-soname -Wl,libmod_ffmpeg.so -o .libs/libmod_ffmpeg.so libtool: link: ( cd ".libs" && rm -f "libmod_ffmpeg.la" && ln -s "../libmod_ffmpeg.la" "libmod_ffmpeg.la" ) make[4]: Leaving directory `/builddir/build/BUILD/synfig-0.62.00/src/modules/mod_ffmpeg' Making all in lyr_freetype make[4]: Entering directory `/builddir/build/BUILD/synfig-0.62.00/src/modules/lyr_freetype' /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I../../.. -I../../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -I/usr/include/freetype2 -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT liblyr_freetype_la-main.lo -MD -MP -MF .deps/liblyr_freetype_la-main.Tpo -c -o liblyr_freetype_la-main.lo `test -f 'main.cpp' || echo './'`main.cpp /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I../../.. -I../../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -I/usr/include/freetype2 -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT liblyr_freetype_la-lyr_freetype.lo -MD -MP -MF .deps/liblyr_freetype_la-lyr_freetype.Tpo -c -o liblyr_freetype_la-lyr_freetype.lo `test -f 'lyr_freetype.cpp' || echo './'`lyr_freetype.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I../../.. -I../../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -I/usr/include/freetype2 -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT liblyr_freetype_la-lyr_freetype.lo -MD -MP -MF .deps/liblyr_freetype_la-lyr_freetype.Tpo -c lyr_freetype.cpp -fPIC -DPIC -o .libs/liblyr_freetype_la-lyr_freetype.o libtool: compile: g++ -DHAVE_CONFIG_H -I../../.. -I../../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -I/usr/include/freetype2 -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT liblyr_freetype_la-main.lo -MD -MP -MF .deps/liblyr_freetype_la-main.Tpo -c main.cpp -fPIC -DPIC -o .libs/liblyr_freetype_la-main.o mv -f .deps/liblyr_freetype_la-main.Tpo .deps/liblyr_freetype_la-main.Plo mv -f .deps/liblyr_freetype_la-lyr_freetype.Tpo .deps/liblyr_freetype_la-lyr_freetype.Plo /bin/sh ../../../libtool --tag=CXX --mode=link g++ -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -I/usr/include/freetype2 -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -module -no-undefined -avoid-version -o liblyr_freetype.la -rpath /usr/lib64/synfig/modules liblyr_freetype_la-main.lo liblyr_freetype_la-lyr_freetype.lo ../../synfig/libsynfig.la -lfreetype -lxml++-2.6 -lxml2 -lglibmm-2.4 -lgobject-2.0 -lsigc-2.0 -lglib-2.0 -lpthread -lsigc-2.0 -lfontconfig -lpthread -ldl libtool: link: g++ -shared -nostdlib /usr/lib/gcc/x86_64-redhat-linux/4.4.2/../../../../lib64/crti.o /usr/lib/gcc/x86_64-redhat-linux/4.4.2/crtbeginS.o .libs/liblyr_freetype_la-main.o .libs/liblyr_freetype_la-lyr_freetype.o ../../synfig/.libs/libsynfig.so -lltdl -lfreetype -lxml++-2.6 -lxml2 -lglibmm-2.4 -lgobject-2.0 -lglib-2.0 -lsigc-2.0 -lfontconfig -lpthread -ldl -L/usr/lib/gcc/x86_64-redhat-linux/4.4.2 -L/usr/lib/gcc/x86_64-redhat-linux/4.4.2/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-redhat-linux/4.4.2/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-redhat-linux/4.4.2/crtendS.o /usr/lib/gcc/x86_64-redhat-linux/4.4.2/../../../../lib64/crtn.o -m64 -mtune=generic -Wl,-soname -Wl,liblyr_freetype.so -o .libs/liblyr_freetype.so libtool: link: ( cd ".libs" && rm -f "liblyr_freetype.la" && ln -s "../liblyr_freetype.la" "liblyr_freetype.la" ) make[4]: Leaving directory `/builddir/build/BUILD/synfig-0.62.00/src/modules/lyr_freetype' Making all in lyr_std make[4]: Entering directory `/builddir/build/BUILD/synfig-0.62.00/src/modules/lyr_std' /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I../../.. -I../../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT liblyr_std_la-main.lo -MD -MP -MF .deps/liblyr_std_la-main.Tpo -c -o liblyr_std_la-main.lo `test -f 'main.cpp' || echo './'`main.cpp /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I../../.. -I../../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT liblyr_std_la-timeloop.lo -MD -MP -MF .deps/liblyr_std_la-timeloop.Tpo -c -o liblyr_std_la-timeloop.lo `test -f 'timeloop.cpp' || echo './'`timeloop.cpp /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I../../.. -I../../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT liblyr_std_la-warp.lo -MD -MP -MF .deps/liblyr_std_la-warp.Tpo -c -o liblyr_std_la-warp.lo `test -f 'warp.cpp' || echo './'`warp.cpp /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I../../.. -I../../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT liblyr_std_la-xorpattern.lo -MD -MP -MF .deps/liblyr_std_la-xorpattern.Tpo -c -o liblyr_std_la-xorpattern.lo `test -f 'xorpattern.cpp' || echo './'`xorpattern.cpp /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I../../.. -I../../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT liblyr_std_la-booleancurve.lo -MD -MP -MF .deps/liblyr_std_la-booleancurve.Tpo -c -o liblyr_std_la-booleancurve.lo `test -f 'booleancurve.cpp' || echo './'`booleancurve.cpp /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I../../.. -I../../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT liblyr_std_la-bevel.lo -MD -MP -MF .deps/liblyr_std_la-bevel.Tpo -c -o liblyr_std_la-bevel.lo `test -f 'bevel.cpp' || echo './'`bevel.cpp /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I../../.. -I../../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT liblyr_std_la-shade.lo -MD -MP -MF .deps/liblyr_std_la-shade.Tpo -c -o liblyr_std_la-shade.lo `test -f 'shade.cpp' || echo './'`shade.cpp /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I../../.. -I../../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT liblyr_std_la-twirl.lo -MD -MP -MF .deps/liblyr_std_la-twirl.Tpo -c -o liblyr_std_la-twirl.lo `test -f 'twirl.cpp' || echo './'`twirl.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I../../.. -I../../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT liblyr_std_la-warp.lo -MD -MP -MF .deps/liblyr_std_la-warp.Tpo -c warp.cpp -fPIC -DPIC -o .libs/liblyr_std_la-warp.o libtool: compile: g++ -DHAVE_CONFIG_H -I../../.. -I../../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT liblyr_std_la-timeloop.lo -MD -MP -MF .deps/liblyr_std_la-timeloop.Tpo -c timeloop.cpp -fPIC -DPIC -o .libs/liblyr_std_la-timeloop.o libtool: compile: g++ -DHAVE_CONFIG_H -I../../.. -I../../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT liblyr_std_la-shade.lo -MD -MP -MF .deps/liblyr_std_la-shade.Tpo -c shade.cpp -fPIC -DPIC -o .libs/liblyr_std_la-shade.o libtool: compile: g++ -DHAVE_CONFIG_H -I../../.. -I../../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT liblyr_std_la-booleancurve.lo -MD -MP -MF .deps/liblyr_std_la-booleancurve.Tpo -c booleancurve.cpp -fPIC -DPIC -o .libs/liblyr_std_la-booleancurve.o libtool: compile: g++ -DHAVE_CONFIG_H -I../../.. -I../../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT liblyr_std_la-bevel.lo -MD -MP -MF .deps/liblyr_std_la-bevel.Tpo -c bevel.cpp -fPIC -DPIC -o .libs/liblyr_std_la-bevel.o libtool: compile: g++ -DHAVE_CONFIG_H -I../../.. -I../../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT liblyr_std_la-main.lo -MD -MP -MF .deps/liblyr_std_la-main.Tpo -c main.cpp -fPIC -DPIC -o .libs/liblyr_std_la-main.o libtool: compile: g++ -DHAVE_CONFIG_H -I../../.. -I../../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT liblyr_std_la-twirl.lo -MD -MP -MF .deps/liblyr_std_la-twirl.Tpo -c twirl.cpp -fPIC -DPIC -o .libs/liblyr_std_la-twirl.o libtool: compile: g++ -DHAVE_CONFIG_H -I../../.. -I../../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT liblyr_std_la-xorpattern.lo -MD -MP -MF .deps/liblyr_std_la-xorpattern.Tpo -c xorpattern.cpp -fPIC -DPIC -o .libs/liblyr_std_la-xorpattern.o mv -f .deps/liblyr_std_la-xorpattern.Tpo .deps/liblyr_std_la-xorpattern.Plo /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I../../.. -I../../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT liblyr_std_la-stretch.lo -MD -MP -MF .deps/liblyr_std_la-stretch.Tpo -c -o liblyr_std_la-stretch.lo `test -f 'stretch.cpp' || echo './'`stretch.cpp mv -f .deps/liblyr_std_la-timeloop.Tpo .deps/liblyr_std_la-timeloop.Plo /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I../../.. -I../../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT liblyr_std_la-clamp.lo -MD -MP -MF .deps/liblyr_std_la-clamp.Tpo -c -o liblyr_std_la-clamp.lo `test -f 'clamp.cpp' || echo './'`clamp.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I../../.. -I../../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT liblyr_std_la-clamp.lo -MD -MP -MF .deps/liblyr_std_la-clamp.Tpo -c clamp.cpp -fPIC -DPIC -o .libs/liblyr_std_la-clamp.o mv -f .deps/liblyr_std_la-booleancurve.Tpo .deps/liblyr_std_la-booleancurve.Plo /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I../../.. -I../../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT liblyr_std_la-supersample.lo -MD -MP -MF .deps/liblyr_std_la-supersample.Tpo -c -o liblyr_std_la-supersample.lo `test -f 'supersample.cpp' || echo './'`supersample.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I../../.. -I../../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT liblyr_std_la-stretch.lo -MD -MP -MF .deps/liblyr_std_la-stretch.Tpo -c stretch.cpp -fPIC -DPIC -o .libs/liblyr_std_la-stretch.o mv -f .deps/liblyr_std_la-shade.Tpo .deps/liblyr_std_la-shade.Plo /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I../../.. -I../../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT liblyr_std_la-insideout.lo -MD -MP -MF .deps/liblyr_std_la-insideout.Tpo -c -o liblyr_std_la-insideout.lo `test -f 'insideout.cpp' || echo './'`insideout.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I../../.. -I../../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT liblyr_std_la-supersample.lo -MD -MP -MF .deps/liblyr_std_la-supersample.Tpo -c supersample.cpp -fPIC -DPIC -o .libs/liblyr_std_la-supersample.o mv -f .deps/liblyr_std_la-twirl.Tpo .deps/liblyr_std_la-twirl.Plo /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I../../.. -I../../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT liblyr_std_la-julia.lo -MD -MP -MF .deps/liblyr_std_la-julia.Tpo -c -o liblyr_std_la-julia.lo `test -f 'julia.cpp' || echo './'`julia.cpp mv -f .deps/liblyr_std_la-warp.Tpo .deps/liblyr_std_la-warp.Plo /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I../../.. -I../../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT liblyr_std_la-rotate.lo -MD -MP -MF .deps/liblyr_std_la-rotate.Tpo -c -o liblyr_std_la-rotate.lo `test -f 'rotate.cpp' || echo './'`rotate.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I../../.. -I../../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT liblyr_std_la-insideout.lo -MD -MP -MF .deps/liblyr_std_la-insideout.Tpo -c insideout.cpp -fPIC -DPIC -o .libs/liblyr_std_la-insideout.o mv -f .deps/liblyr_std_la-bevel.Tpo .deps/liblyr_std_la-bevel.Plo /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I../../.. -I../../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT liblyr_std_la-mandelbrot.lo -MD -MP -MF .deps/liblyr_std_la-mandelbrot.Tpo -c -o liblyr_std_la-mandelbrot.lo `test -f 'mandelbrot.cpp' || echo './'`mandelbrot.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I../../.. -I../../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT liblyr_std_la-rotate.lo -MD -MP -MF .deps/liblyr_std_la-rotate.Tpo -c rotate.cpp -fPIC -DPIC -o .libs/liblyr_std_la-rotate.o libtool: compile: g++ -DHAVE_CONFIG_H -I../../.. -I../../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT liblyr_std_la-julia.lo -MD -MP -MF .deps/liblyr_std_la-julia.Tpo -c julia.cpp -fPIC -DPIC -o .libs/liblyr_std_la-julia.o libtool: compile: g++ -DHAVE_CONFIG_H -I../../.. -I../../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT liblyr_std_la-mandelbrot.lo -MD -MP -MF .deps/liblyr_std_la-mandelbrot.Tpo -c mandelbrot.cpp -fPIC -DPIC -o .libs/liblyr_std_la-mandelbrot.o mv -f .deps/liblyr_std_la-clamp.Tpo .deps/liblyr_std_la-clamp.Plo /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I../../.. -I../../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT liblyr_std_la-zoom.lo -MD -MP -MF .deps/liblyr_std_la-zoom.Tpo -c -o liblyr_std_la-zoom.lo `test -f 'zoom.cpp' || echo './'`zoom.cpp mv -f .deps/liblyr_std_la-main.Tpo .deps/liblyr_std_la-main.Plo /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I../../.. -I../../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT liblyr_std_la-import.lo -MD -MP -MF .deps/liblyr_std_la-import.Tpo -c -o liblyr_std_la-import.lo `test -f 'import.cpp' || echo './'`import.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I../../.. -I../../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT liblyr_std_la-zoom.lo -MD -MP -MF .deps/liblyr_std_la-zoom.Tpo -c zoom.cpp -fPIC -DPIC -o .libs/liblyr_std_la-zoom.o mv -f .deps/liblyr_std_la-stretch.Tpo .deps/liblyr_std_la-stretch.Plo /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I../../.. -I../../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT liblyr_std_la-translate.lo -MD -MP -MF .deps/liblyr_std_la-translate.Tpo -c -o liblyr_std_la-translate.lo `test -f 'translate.cpp' || echo './'`translate.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I../../.. -I../../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT liblyr_std_la-import.lo -MD -MP -MF .deps/liblyr_std_la-import.Tpo -c import.cpp -fPIC -DPIC -o .libs/liblyr_std_la-import.o libtool: compile: g++ -DHAVE_CONFIG_H -I../../.. -I../../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT liblyr_std_la-translate.lo -MD -MP -MF .deps/liblyr_std_la-translate.Tpo -c translate.cpp -fPIC -DPIC -o .libs/liblyr_std_la-translate.o mv -f .deps/liblyr_std_la-insideout.Tpo .deps/liblyr_std_la-insideout.Plo /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I../../.. -I../../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT liblyr_std_la-sphere_distort.lo -MD -MP -MF .deps/liblyr_std_la-sphere_distort.Tpo -c -o liblyr_std_la-sphere_distort.lo `test -f 'sphere_distort.cpp' || echo './'`sphere_distort.cpp mv -f .deps/liblyr_std_la-supersample.Tpo .deps/liblyr_std_la-supersample.Plo /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I../../.. -I../../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT liblyr_std_la-curvewarp.lo -MD -MP -MF .deps/liblyr_std_la-curvewarp.Tpo -c -o liblyr_std_la-curvewarp.lo `test -f 'curvewarp.cpp' || echo './'`curvewarp.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I../../.. -I../../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT liblyr_std_la-sphere_distort.lo -MD -MP -MF .deps/liblyr_std_la-sphere_distort.Tpo -c sphere_distort.cpp -fPIC -DPIC -o .libs/liblyr_std_la-sphere_distort.o mv -f .deps/liblyr_std_la-rotate.Tpo .deps/liblyr_std_la-rotate.Plo libtool: compile: g++ -DHAVE_CONFIG_H -I../../.. -I../../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT liblyr_std_la-curvewarp.lo -MD -MP -MF .deps/liblyr_std_la-curvewarp.Tpo -c curvewarp.cpp -fPIC -DPIC -o .libs/liblyr_std_la-curvewarp.o mv -f .deps/liblyr_std_la-zoom.Tpo .deps/liblyr_std_la-zoom.Plo mv -f .deps/liblyr_std_la-julia.Tpo .deps/liblyr_std_la-julia.Plo mv -f .deps/liblyr_std_la-mandelbrot.Tpo .deps/liblyr_std_la-mandelbrot.Plo mv -f .deps/liblyr_std_la-translate.Tpo .deps/liblyr_std_la-translate.Plo mv -f .deps/liblyr_std_la-import.Tpo .deps/liblyr_std_la-import.Plo mv -f .deps/liblyr_std_la-sphere_distort.Tpo .deps/liblyr_std_la-sphere_distort.Plo mv -f .deps/liblyr_std_la-curvewarp.Tpo .deps/liblyr_std_la-curvewarp.Plo /bin/sh ../../../libtool --tag=CXX --mode=link g++ -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -module -no-undefined -avoid-version -o liblyr_std.la -rpath /usr/lib64/synfig/modules liblyr_std_la-main.lo liblyr_std_la-timeloop.lo liblyr_std_la-warp.lo liblyr_std_la-xorpattern.lo liblyr_std_la-booleancurve.lo liblyr_std_la-bevel.lo liblyr_std_la-shade.lo liblyr_std_la-twirl.lo liblyr_std_la-stretch.lo liblyr_std_la-clamp.lo liblyr_std_la-supersample.lo liblyr_std_la-insideout.lo liblyr_std_la-julia.lo liblyr_std_la-rotate.lo liblyr_std_la-mandelbrot.lo liblyr_std_la-zoom.lo liblyr_std_la-import.lo liblyr_std_la-translate.lo liblyr_std_la-sphere_distort.lo liblyr_std_la-curvewarp.lo ../../synfig/libsynfig.la -lxml++-2.6 -lxml2 -lglibmm-2.4 -lgobject-2.0 -lsigc-2.0 -lglib-2.0 -lpthread -lsigc-2.0 -lpthread -ldl libtool: link: g++ -shared -nostdlib /usr/lib/gcc/x86_64-redhat-linux/4.4.2/../../../../lib64/crti.o /usr/lib/gcc/x86_64-redhat-linux/4.4.2/crtbeginS.o .libs/liblyr_std_la-main.o .libs/liblyr_std_la-timeloop.o .libs/liblyr_std_la-warp.o .libs/liblyr_std_la-xorpattern.o .libs/liblyr_std_la-booleancurve.o .libs/liblyr_std_la-bevel.o .libs/liblyr_std_la-shade.o .libs/liblyr_std_la-twirl.o .libs/liblyr_std_la-stretch.o .libs/liblyr_std_la-clamp.o .libs/liblyr_std_la-supersample.o .libs/liblyr_std_la-insideout.o .libs/liblyr_std_la-julia.o .libs/liblyr_std_la-rotate.o .libs/liblyr_std_la-mandelbrot.o .libs/liblyr_std_la-zoom.o .libs/liblyr_std_la-import.o .libs/liblyr_std_la-translate.o .libs/liblyr_std_la-sphere_distort.o .libs/liblyr_std_la-curvewarp.o ../../synfig/.libs/libsynfig.so -lltdl -lxml++-2.6 -lxml2 -lglibmm-2.4 -lgobject-2.0 -lglib-2.0 -lsigc-2.0 -lpthread -ldl -L/usr/lib/gcc/x86_64-redhat-linux/4.4.2 -L/usr/lib/gcc/x86_64-redhat-linux/4.4.2/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-redhat-linux/4.4.2/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-redhat-linux/4.4.2/crtendS.o /usr/lib/gcc/x86_64-redhat-linux/4.4.2/../../../../lib64/crtn.o -m64 -mtune=generic -Wl,-soname -Wl,liblyr_std.so -o .libs/liblyr_std.so libtool: link: ( cd ".libs" && rm -f "liblyr_std.la" && ln -s "../liblyr_std.la" "liblyr_std.la" ) make[4]: Leaving directory `/builddir/build/BUILD/synfig-0.62.00/src/modules/lyr_std' Making all in mod_mng make[4]: Entering directory `/builddir/build/BUILD/synfig-0.62.00/src/modules/mod_mng' /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I../../.. -I../../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libmod_mng_la-main.lo -MD -MP -MF .deps/libmod_mng_la-main.Tpo -c -o libmod_mng_la-main.lo `test -f 'main.cpp' || echo './'`main.cpp /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I../../.. -I../../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libmod_mng_la-trgt_mng.lo -MD -MP -MF .deps/libmod_mng_la-trgt_mng.Tpo -c -o libmod_mng_la-trgt_mng.lo `test -f 'trgt_mng.cpp' || echo './'`trgt_mng.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I../../.. -I../../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libmod_mng_la-main.lo -MD -MP -MF .deps/libmod_mng_la-main.Tpo -c main.cpp -fPIC -DPIC -o .libs/libmod_mng_la-main.o libtool: compile: g++ -DHAVE_CONFIG_H -I../../.. -I../../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libmod_mng_la-trgt_mng.lo -MD -MP -MF .deps/libmod_mng_la-trgt_mng.Tpo -c trgt_mng.cpp -fPIC -DPIC -o .libs/libmod_mng_la-trgt_mng.o mv -f .deps/libmod_mng_la-trgt_mng.Tpo .deps/libmod_mng_la-trgt_mng.Plo mv -f .deps/libmod_mng_la-main.Tpo .deps/libmod_mng_la-main.Plo /bin/sh ../../../libtool --tag=CXX --mode=link g++ -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -module -lmng -lz -no-undefined -avoid-version -o libmod_mng.la -rpath /usr/lib64/synfig/modules libmod_mng_la-main.lo libmod_mng_la-trgt_mng.lo ../../synfig/libsynfig.la -lxml++-2.6 -lxml2 -lglibmm-2.4 -lgobject-2.0 -lsigc-2.0 -lglib-2.0 -lpthread -lsigc-2.0 -lpthread -ldl libtool: link: g++ -shared -nostdlib /usr/lib/gcc/x86_64-redhat-linux/4.4.2/../../../../lib64/crti.o /usr/lib/gcc/x86_64-redhat-linux/4.4.2/crtbeginS.o .libs/libmod_mng_la-main.o .libs/libmod_mng_la-trgt_mng.o -lmng -lz ../../synfig/.libs/libsynfig.so -lltdl -lxml++-2.6 -lxml2 -lglibmm-2.4 -lgobject-2.0 -lglib-2.0 -lsigc-2.0 -lpthread -ldl -L/usr/lib/gcc/x86_64-redhat-linux/4.4.2 -L/usr/lib/gcc/x86_64-redhat-linux/4.4.2/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-redhat-linux/4.4.2/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-redhat-linux/4.4.2/crtendS.o /usr/lib/gcc/x86_64-redhat-linux/4.4.2/../../../../lib64/crtn.o -m64 -mtune=generic -Wl,-soname -Wl,libmod_mng.so -o .libs/libmod_mng.so libtool: link: ( cd ".libs" && rm -f "libmod_mng.la" && ln -s "../libmod_mng.la" "libmod_mng.la" ) make[4]: Leaving directory `/builddir/build/BUILD/synfig-0.62.00/src/modules/mod_mng' Making all in mod_svg make[4]: Entering directory `/builddir/build/BUILD/synfig-0.62.00/src/modules/mod_svg' /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I../../.. -I../../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libmod_svg_la-main.lo -MD -MP -MF .deps/libmod_svg_la-main.Tpo -c -o libmod_svg_la-main.lo `test -f 'main.cpp' || echo './'`main.cpp /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I../../.. -I../../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libmod_svg_la-layer_svg.lo -MD -MP -MF .deps/libmod_svg_la-layer_svg.Tpo -c -o libmod_svg_la-layer_svg.lo `test -f 'layer_svg.cpp' || echo './'`layer_svg.cpp /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I../../.. -I../../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libmod_svg_la-svg_parser.lo -MD -MP -MF .deps/libmod_svg_la-svg_parser.Tpo -c -o libmod_svg_la-svg_parser.lo `test -f 'svg_parser.cpp' || echo './'`svg_parser.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I../../.. -I../../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libmod_svg_la-svg_parser.lo -MD -MP -MF .deps/libmod_svg_la-svg_parser.Tpo -c svg_parser.cpp -fPIC -DPIC -o .libs/libmod_svg_la-svg_parser.o libtool: compile: g++ -DHAVE_CONFIG_H -I../../.. -I../../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libmod_svg_la-main.lo -MD -MP -MF .deps/libmod_svg_la-main.Tpo -c main.cpp -fPIC -DPIC -o .libs/libmod_svg_la-main.o libtool: compile: g++ -DHAVE_CONFIG_H -I../../.. -I../../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libmod_svg_la-layer_svg.lo -MD -MP -MF .deps/libmod_svg_la-layer_svg.Tpo -c layer_svg.cpp -fPIC -DPIC -o .libs/libmod_svg_la-layer_svg.o mv -f .deps/libmod_svg_la-main.Tpo .deps/libmod_svg_la-main.Plo mv -f .deps/libmod_svg_la-layer_svg.Tpo .deps/libmod_svg_la-layer_svg.Plo mv -f .deps/libmod_svg_la-svg_parser.Tpo .deps/libmod_svg_la-svg_parser.Plo /bin/sh ../../../libtool --tag=CXX --mode=link g++ -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -module -no-undefined -avoid-version -o libmod_svg.la -rpath /usr/lib64/synfig/modules libmod_svg_la-main.lo libmod_svg_la-layer_svg.lo libmod_svg_la-svg_parser.lo ../../synfig/libsynfig.la -lxml++-2.6 -lxml2 -lglibmm-2.4 -lgobject-2.0 -lsigc-2.0 -lglib-2.0 -lpthread -lsigc-2.0 -lpthread -ldl libtool: link: g++ -shared -nostdlib /usr/lib/gcc/x86_64-redhat-linux/4.4.2/../../../../lib64/crti.o /usr/lib/gcc/x86_64-redhat-linux/4.4.2/crtbeginS.o .libs/libmod_svg_la-main.o .libs/libmod_svg_la-layer_svg.o .libs/libmod_svg_la-svg_parser.o ../../synfig/.libs/libsynfig.so -lltdl -lxml++-2.6 -lxml2 -lglibmm-2.4 -lgobject-2.0 -lglib-2.0 -lsigc-2.0 -lpthread -ldl -L/usr/lib/gcc/x86_64-redhat-linux/4.4.2 -L/usr/lib/gcc/x86_64-redhat-linux/4.4.2/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-redhat-linux/4.4.2/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-redhat-linux/4.4.2/crtendS.o /usr/lib/gcc/x86_64-redhat-linux/4.4.2/../../../../lib64/crtn.o -m64 -mtune=generic -Wl,-soname -Wl,libmod_svg.so -o .libs/libmod_svg.so libtool: link: ( cd ".libs" && rm -f "libmod_svg.la" && ln -s "../libmod_svg.la" "libmod_svg.la" ) make[4]: Leaving directory `/builddir/build/BUILD/synfig-0.62.00/src/modules/mod_svg' Making all in mod_magickpp make[4]: Entering directory `/builddir/build/BUILD/synfig-0.62.00/src/modules/mod_magickpp' make[4]: Nothing to be done for `all'. make[4]: Leaving directory `/builddir/build/BUILD/synfig-0.62.00/src/modules/mod_magickpp' Making all in example make[4]: Entering directory `/builddir/build/BUILD/synfig-0.62.00/src/modules/example' /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I../../.. -I../../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libexample_la-main.lo -MD -MP -MF .deps/libexample_la-main.Tpo -c -o libexample_la-main.lo `test -f 'main.cpp' || echo './'`main.cpp /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I../../.. -I../../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libexample_la-simplecircle.lo -MD -MP -MF .deps/libexample_la-simplecircle.Tpo -c -o libexample_la-simplecircle.lo `test -f 'simplecircle.cpp' || echo './'`simplecircle.cpp /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I../../.. -I../../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libexample_la-filledrect.lo -MD -MP -MF .deps/libexample_la-filledrect.Tpo -c -o libexample_la-filledrect.lo `test -f 'filledrect.cpp' || echo './'`filledrect.cpp /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I../../.. -I../../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libexample_la-metaballs.lo -MD -MP -MF .deps/libexample_la-metaballs.Tpo -c -o libexample_la-metaballs.lo `test -f 'metaballs.cpp' || echo './'`metaballs.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I../../.. -I../../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libexample_la-main.lo -MD -MP -MF .deps/libexample_la-main.Tpo -c main.cpp -fPIC -DPIC -o .libs/libexample_la-main.o libtool: compile: g++ -DHAVE_CONFIG_H -I../../.. -I../../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libexample_la-metaballs.lo -MD -MP -MF .deps/libexample_la-metaballs.Tpo -c metaballs.cpp -fPIC -DPIC -o .libs/libexample_la-metaballs.o libtool: compile: g++ -DHAVE_CONFIG_H -I../../.. -I../../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libexample_la-simplecircle.lo -MD -MP -MF .deps/libexample_la-simplecircle.Tpo -c simplecircle.cpp -fPIC -DPIC -o .libs/libexample_la-simplecircle.o libtool: compile: g++ -DHAVE_CONFIG_H -I../../.. -I../../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT libexample_la-filledrect.lo -MD -MP -MF .deps/libexample_la-filledrect.Tpo -c filledrect.cpp -fPIC -DPIC -o .libs/libexample_la-filledrect.o mv -f .deps/libexample_la-main.Tpo .deps/libexample_la-main.Plo mv -f .deps/libexample_la-simplecircle.Tpo .deps/libexample_la-simplecircle.Plo mv -f .deps/libexample_la-filledrect.Tpo .deps/libexample_la-filledrect.Plo mv -f .deps/libexample_la-metaballs.Tpo .deps/libexample_la-metaballs.Plo /bin/sh ../../../libtool --tag=CXX --mode=link g++ -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -module -no-undefined -avoid-version -o libexample.la -rpath /usr/lib64/synfig/modules libexample_la-main.lo libexample_la-simplecircle.lo libexample_la-filledrect.lo libexample_la-metaballs.lo ../../synfig/libsynfig.la -lxml++-2.6 -lxml2 -lglibmm-2.4 -lgobject-2.0 -lsigc-2.0 -lglib-2.0 -lpthread -lsigc-2.0 -lpthread -ldl libtool: link: g++ -shared -nostdlib /usr/lib/gcc/x86_64-redhat-linux/4.4.2/../../../../lib64/crti.o /usr/lib/gcc/x86_64-redhat-linux/4.4.2/crtbeginS.o .libs/libexample_la-main.o .libs/libexample_la-simplecircle.o .libs/libexample_la-filledrect.o .libs/libexample_la-metaballs.o ../../synfig/.libs/libsynfig.so -lltdl -lxml++-2.6 -lxml2 -lglibmm-2.4 -lgobject-2.0 -lglib-2.0 -lsigc-2.0 -lpthread -ldl -L/usr/lib/gcc/x86_64-redhat-linux/4.4.2 -L/usr/lib/gcc/x86_64-redhat-linux/4.4.2/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-redhat-linux/4.4.2/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-redhat-linux/4.4.2/crtendS.o /usr/lib/gcc/x86_64-redhat-linux/4.4.2/../../../../lib64/crtn.o -m64 -mtune=generic -Wl,-soname -Wl,libexample.so -o .libs/libexample.so libtool: link: ( cd ".libs" && rm -f "libexample.la" && ln -s "../libexample.la" "libexample.la" ) make[4]: Leaving directory `/builddir/build/BUILD/synfig-0.62.00/src/modules/example' make[4]: Entering directory `/builddir/build/BUILD/synfig-0.62.00/src/modules' make[4]: Nothing to be done for `all-am'. make[4]: Leaving directory `/builddir/build/BUILD/synfig-0.62.00/src/modules' make[3]: Leaving directory `/builddir/build/BUILD/synfig-0.62.00/src/modules' Making all in tool make[3]: Entering directory `/builddir/build/BUILD/synfig-0.62.00/src/tool' g++ -DHAVE_CONFIG_H -I../.. -I../../src -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -MT synfig-main.o -MD -MP -MF .deps/synfig-main.Tpo -c -o synfig-main.o `test -f 'main.cpp' || echo './'`main.cpp mv -f .deps/synfig-main.Tpo .deps/synfig-main.Po /bin/sh ../../libtool --tag=CXX --mode=link g++ -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -o synfig synfig-main.o ../synfig/libsynfig.la -lxml++-2.6 -lxml2 -lglibmm-2.4 -lgobject-2.0 -lsigc-2.0 -lglib-2.0 -lpthread -lsigc-2.0 -lpthread -ldl libtool: link: DIE_RPATH_DIE="/usr/lib64:" g++ -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -o .libs/synfig synfig-main.o ../synfig/.libs/libsynfig.so -lltdl -lxml++-2.6 -lxml2 -lglibmm-2.4 -lgobject-2.0 -lglib-2.0 -lsigc-2.0 -lpthread -ldl make[3]: Leaving directory `/builddir/build/BUILD/synfig-0.62.00/src/tool' make[3]: Entering directory `/builddir/build/BUILD/synfig-0.62.00/src' make[3]: Nothing to be done for `all-am'. make[3]: Leaving directory `/builddir/build/BUILD/synfig-0.62.00/src' make[2]: Leaving directory `/builddir/build/BUILD/synfig-0.62.00/src' Making all in examples make[2]: Entering directory `/builddir/build/BUILD/synfig-0.62.00/examples' Making all in walk make[3]: Entering directory `/builddir/build/BUILD/synfig-0.62.00/examples/walk' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/builddir/build/BUILD/synfig-0.62.00/examples/walk' make[3]: Entering directory `/builddir/build/BUILD/synfig-0.62.00/examples' make[3]: Nothing to be done for `all-am'. make[3]: Leaving directory `/builddir/build/BUILD/synfig-0.62.00/examples' make[2]: Leaving directory `/builddir/build/BUILD/synfig-0.62.00/examples' Making all in po make[2]: Entering directory `/builddir/build/BUILD/synfig-0.62.00/po' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/builddir/build/BUILD/synfig-0.62.00/po' make[2]: Entering directory `/builddir/build/BUILD/synfig-0.62.00' make[2]: Nothing to be done for `all-am'. make[2]: Leaving directory `/builddir/build/BUILD/synfig-0.62.00' make[1]: Leaving directory `/builddir/build/BUILD/synfig-0.62.00' + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.6g9t8y + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64 ++ dirname /builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64 + cd synfig-0.62.00 + LANG=C + export LANG + unset DISPLAY + rm -rf /builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64 + make install DESTDIR=/builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64 'INSTALL=install -p' Making install in libltdl make[1]: Entering directory `/builddir/build/BUILD/synfig-0.62.00/libltdl' make install-am make[2]: Entering directory `/builddir/build/BUILD/synfig-0.62.00/libltdl' make[3]: Entering directory `/builddir/build/BUILD/synfig-0.62.00/libltdl' test -z "/usr/lib64" || /bin/mkdir -p "/builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64/usr/lib64" test -z "/usr/include" || /bin/mkdir -p "/builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64/usr/include" test -z "" || /bin/mkdir -p "/builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64" make[3]: Leaving directory `/builddir/build/BUILD/synfig-0.62.00/libltdl' make[2]: Leaving directory `/builddir/build/BUILD/synfig-0.62.00/libltdl' make[1]: Leaving directory `/builddir/build/BUILD/synfig-0.62.00/libltdl' Making install in build_tools make[1]: Entering directory `/builddir/build/BUILD/synfig-0.62.00/build_tools' sh ./autorevision.sh ".." ".." make[2]: Entering directory `/builddir/build/BUILD/synfig-0.62.00/build_tools' 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/synfig-0.62.00/build_tools' make[1]: Leaving directory `/builddir/build/BUILD/synfig-0.62.00/build_tools' Making install in src make[1]: Entering directory `/builddir/build/BUILD/synfig-0.62.00/src' Making install in synfig make[2]: Entering directory `/builddir/build/BUILD/synfig-0.62.00/src/synfig' make[3]: Entering directory `/builddir/build/BUILD/synfig-0.62.00/src/synfig' test -z "/usr/lib64" || /bin/mkdir -p "/builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64/usr/lib64" /bin/sh ../../libtool --mode=install install -p 'libsynfig.la' '/builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64/usr/lib64/libsynfig.la' libtool: install: install -p .libs/libsynfig.so.0.0.0 /builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64/usr/lib64/libsynfig.so.0.0.0 libtool: install: (cd /builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64/usr/lib64 && { ln -s -f libsynfig.so.0.0.0 libsynfig.so.0 || { rm -f libsynfig.so.0 && ln -s libsynfig.so.0.0.0 libsynfig.so.0; }; }) libtool: install: (cd /builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64/usr/lib64 && { ln -s -f libsynfig.so.0.0.0 libsynfig.so || { rm -f libsynfig.so && ln -s libsynfig.so.0.0.0 libsynfig.so; }; }) libtool: install: install -p .libs/libsynfig.lai /builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64/usr/lib64/libsynfig.la libtool: install: warning: remember to run `libtool --finish /usr/lib64' test -z "/usr/include/synfig-0.0/synfig" || /bin/mkdir -p "/builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64/usr/include/synfig-0.0/synfig" install -p -m 644 'angle.h' '/builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64/usr/include/synfig-0.0/synfig/angle.h' install -p -m 644 'canvasbase.h' '/builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64/usr/include/synfig-0.0/synfig/canvasbase.h' install -p -m 644 'general.h' '/builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64/usr/include/synfig-0.0/synfig/general.h' install -p -m 644 'guidset.h' '/builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64/usr/include/synfig-0.0/synfig/guidset.h' install -p -m 644 'interpolation.h' '/builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64/usr/include/synfig-0.0/synfig/interpolation.h' install -p -m 644 'nodebase.h' '/builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64/usr/include/synfig-0.0/synfig/nodebase.h' install -p -m 644 'protocol.h' '/builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64/usr/include/synfig-0.0/synfig/protocol.h' install -p -m 644 'quick_rng.h' '/builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64/usr/include/synfig-0.0/synfig/quick_rng.h' install -p -m 644 'real.h' '/builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64/usr/include/synfig-0.0/synfig/real.h' install -p -m 644 'releases.h' '/builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64/usr/include/synfig-0.0/synfig/releases.h' install -p -m 644 'segment.h' '/builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64/usr/include/synfig-0.0/synfig/segment.h' install -p -m 644 'smartfile.h' '/builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64/usr/include/synfig-0.0/synfig/smartfile.h' install -p -m 644 'string.h' '/builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64/usr/include/synfig-0.0/synfig/string.h' install -p -m 644 'string_decl.h' '/builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64/usr/include/synfig-0.0/synfig/string_decl.h' install -p -m 644 'surfacenew.h' '/builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64/usr/include/synfig-0.0/synfig/surfacenew.h' install -p -m 644 'synfig.h' '/builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64/usr/include/synfig-0.0/synfig/synfig.h' install -p -m 644 'types.h' '/builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64/usr/include/synfig-0.0/synfig/types.h' install -p -m 644 'vector.h' '/builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64/usr/include/synfig-0.0/synfig/vector.h' install -p -m 644 'version.h' '/builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64/usr/include/synfig-0.0/synfig/version.h' install -p -m 644 'activepoint.h' '/builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64/usr/include/synfig-0.0/synfig/activepoint.h' install -p -m 644 'blur.h' '/builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64/usr/include/synfig-0.0/synfig/blur.h' install -p -m 644 'canvas.h' '/builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64/usr/include/synfig-0.0/synfig/canvas.h' install -p -m 644 'color.h' '/builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64/usr/include/synfig-0.0/synfig/color.h' install -p -m 644 'context.h' '/builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64/usr/include/synfig-0.0/synfig/context.h' install -p -m 644 'curve_helper.h' '/builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64/usr/include/synfig-0.0/synfig/curve_helper.h' install -p -m 644 'curveset.h' '/builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64/usr/include/synfig-0.0/synfig/curveset.h' install -p -m 644 'distance.h' '/builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64/usr/include/synfig-0.0/synfig/distance.h' install -p -m 644 'exception.h' '/builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64/usr/include/synfig-0.0/synfig/exception.h' install -p -m 644 'gamma.h' '/builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64/usr/include/synfig-0.0/synfig/gamma.h' install -p -m 644 'guid.h' '/builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64/usr/include/synfig-0.0/synfig/guid.h' install -p -m 644 'importer.h' '/builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64/usr/include/synfig-0.0/synfig/importer.h' install -p -m 644 'keyframe.h' '/builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64/usr/include/synfig-0.0/synfig/keyframe.h' install -p -m 644 'layer.h' '/builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64/usr/include/synfig-0.0/synfig/layer.h' install -p -m 644 'loadcanvas.h' '/builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64/usr/include/synfig-0.0/synfig/loadcanvas.h' install -p -m 644 'main.h' '/builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64/usr/include/synfig-0.0/synfig/main.h' install -p -m 644 'module.h' '/builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64/usr/include/synfig-0.0/synfig/module.h' install -p -m 644 'mutex.h' '/builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64/usr/include/synfig-0.0/synfig/mutex.h' install -p -m 644 'node.h' '/builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64/usr/include/synfig-0.0/synfig/node.h' install -p -m 644 'palette.h' '/builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64/usr/include/synfig-0.0/synfig/palette.h' install -p -m 644 'paramdesc.h' '/builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64/usr/include/synfig-0.0/synfig/paramdesc.h' install -p -m 644 'polynomial_root.h' '/builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64/usr/include/synfig-0.0/synfig/polynomial_root.h' install -p -m 644 'rect.h' '/builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64/usr/include/synfig-0.0/synfig/rect.h' install -p -m 644 'renddesc.h' '/builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64/usr/include/synfig-0.0/synfig/renddesc.h' install -p -m 644 'render.h' '/builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64/usr/include/synfig-0.0/synfig/render.h' install -p -m 644 'savecanvas.h' '/builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64/usr/include/synfig-0.0/synfig/savecanvas.h' install -p -m 644 'surface.h' '/builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64/usr/include/synfig-0.0/synfig/surface.h' install -p -m 644 'target.h' '/builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64/usr/include/synfig-0.0/synfig/target.h' install -p -m 644 'time.h' '/builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64/usr/include/synfig-0.0/synfig/time.h' install -p -m 644 'timepointcollect.h' '/builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64/usr/include/synfig-0.0/synfig/timepointcollect.h' install -p -m 644 'transform.h' '/builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64/usr/include/synfig-0.0/synfig/transform.h' install -p -m 644 'uniqueid.h' '/builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64/usr/include/synfig-0.0/synfig/uniqueid.h' install -p -m 644 'valuenode.h' '/builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64/usr/include/synfig-0.0/synfig/valuenode.h' install -p -m 644 'waypoint.h' '/builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64/usr/include/synfig-0.0/synfig/waypoint.h' install -p -m 644 'layer_bitmap.h' '/builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64/usr/include/synfig-0.0/synfig/layer_bitmap.h' install -p -m 644 'layer_composite.h' '/builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64/usr/include/synfig-0.0/synfig/layer_composite.h' install -p -m 644 'layer_duplicate.h' '/builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64/usr/include/synfig-0.0/synfig/layer_duplicate.h' install -p -m 644 'layer_mime.h' '/builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64/usr/include/synfig-0.0/synfig/layer_mime.h' install -p -m 644 'layer_motionblur.h' '/builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64/usr/include/synfig-0.0/synfig/layer_motionblur.h' install -p -m 644 'layer_pastecanvas.h' '/builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64/usr/include/synfig-0.0/synfig/layer_pastecanvas.h' install -p -m 644 'layer_polygon.h' '/builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64/usr/include/synfig-0.0/synfig/layer_polygon.h' install -p -m 644 'layer_shape.h' '/builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64/usr/include/synfig-0.0/synfig/layer_shape.h' install -p -m 644 'layer_solidcolor.h' '/builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64/usr/include/synfig-0.0/synfig/layer_solidcolor.h' install -p -m 644 'target_multi.h' '/builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64/usr/include/synfig-0.0/synfig/target_multi.h' install -p -m 644 'target_null.h' '/builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64/usr/include/synfig-0.0/synfig/target_null.h' install -p -m 644 'target_null_tile.h' '/builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64/usr/include/synfig-0.0/synfig/target_null_tile.h' install -p -m 644 'target_scanline.h' '/builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64/usr/include/synfig-0.0/synfig/target_scanline.h' install -p -m 644 'target_tile.h' '/builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64/usr/include/synfig-0.0/synfig/target_tile.h' install -p -m 644 'valuenode_add.h' '/builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64/usr/include/synfig-0.0/synfig/valuenode_add.h' install -p -m 644 'valuenode_and.h' '/builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64/usr/include/synfig-0.0/synfig/valuenode_and.h' install -p -m 644 'valuenode_anglestring.h' '/builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64/usr/include/synfig-0.0/synfig/valuenode_anglestring.h' install -p -m 644 'valuenode_animated.h' '/builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64/usr/include/synfig-0.0/synfig/valuenode_animated.h' install -p -m 644 'valuenode_atan2.h' '/builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64/usr/include/synfig-0.0/synfig/valuenode_atan2.h' install -p -m 644 'valuenode_bline.h' '/builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64/usr/include/synfig-0.0/synfig/valuenode_bline.h' install -p -m 644 'valuenode_blinecalctangent.h' '/builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64/usr/include/synfig-0.0/synfig/valuenode_blinecalctangent.h' install -p -m 644 'valuenode_blinecalcvertex.h' '/builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64/usr/include/synfig-0.0/synfig/valuenode_blinecalcvertex.h' install -p -m 644 'valuenode_blinecalcwidth.h' '/builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64/usr/include/synfig-0.0/synfig/valuenode_blinecalcwidth.h' install -p -m 644 'valuenode_blinereversetangent.h' '/builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64/usr/include/synfig-0.0/synfig/valuenode_blinereversetangent.h' install -p -m 644 'valuenode_compare.h' '/builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64/usr/include/synfig-0.0/synfig/valuenode_compare.h' install -p -m 644 'valuenode_composite.h' '/builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64/usr/include/synfig-0.0/synfig/valuenode_composite.h' install -p -m 644 'valuenode_const.h' '/builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64/usr/include/synfig-0.0/synfig/valuenode_const.h' install -p -m 644 'valuenode_cos.h' '/builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64/usr/include/synfig-0.0/synfig/valuenode_cos.h' install -p -m 644 'valuenode_dotproduct.h' '/builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64/usr/include/synfig-0.0/synfig/valuenode_dotproduct.h' install -p -m 644 'valuenode_duplicate.h' '/builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64/usr/include/synfig-0.0/synfig/valuenode_duplicate.h' install -p -m 644 'valuenode_dynamiclist.h' '/builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64/usr/include/synfig-0.0/synfig/valuenode_dynamiclist.h' install -p -m 644 'valuenode_exp.h' '/builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64/usr/include/synfig-0.0/synfig/valuenode_exp.h' install -p -m 644 'valuenode_gradientcolor.h' '/builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64/usr/include/synfig-0.0/synfig/valuenode_gradientcolor.h' install -p -m 644 'valuenode_gradientrotate.h' '/builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64/usr/include/synfig-0.0/synfig/valuenode_gradientrotate.h' install -p -m 644 'valuenode_greyed.h' '/builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64/usr/include/synfig-0.0/synfig/valuenode_greyed.h' install -p -m 644 'valuenode_integer.h' '/builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64/usr/include/synfig-0.0/synfig/valuenode_integer.h' install -p -m 644 'valuenode_intstring.h' '/builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64/usr/include/synfig-0.0/synfig/valuenode_intstring.h' install -p -m 644 'valuenode_join.h' '/builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64/usr/include/synfig-0.0/synfig/valuenode_join.h' install -p -m 644 'valuenode_linear.h' '/builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64/usr/include/synfig-0.0/synfig/valuenode_linear.h' install -p -m 644 'valuenode_log.h' '/builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64/usr/include/synfig-0.0/synfig/valuenode_log.h' install -p -m 644 'valuenode_not.h' '/builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64/usr/include/synfig-0.0/synfig/valuenode_not.h' install -p -m 644 'valuenode_or.h' '/builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64/usr/include/synfig-0.0/synfig/valuenode_or.h' install -p -m 644 'valuenode_pow.h' '/builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64/usr/include/synfig-0.0/synfig/valuenode_pow.h' install -p -m 644 'valuenode_radialcomposite.h' '/builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64/usr/include/synfig-0.0/synfig/valuenode_radialcomposite.h' install -p -m 644 'valuenode_range.h' '/builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64/usr/include/synfig-0.0/synfig/valuenode_range.h' install -p -m 644 'valuenode_realstring.h' '/builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64/usr/include/synfig-0.0/synfig/valuenode_realstring.h' install -p -m 644 'valuenode_reciprocal.h' '/builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64/usr/include/synfig-0.0/synfig/valuenode_reciprocal.h' install -p -m 644 'valuenode_reference.h' '/builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64/usr/include/synfig-0.0/synfig/valuenode_reference.h' install -p -m 644 'valuenode_repeat_gradient.h' '/builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64/usr/include/synfig-0.0/synfig/valuenode_repeat_gradient.h' install -p -m 644 'valuenode_scale.h' '/builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64/usr/include/synfig-0.0/synfig/valuenode_scale.h' install -p -m 644 'valuenode_segcalctangent.h' '/builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64/usr/include/synfig-0.0/synfig/valuenode_segcalctangent.h' install -p -m 644 'valuenode_segcalcvertex.h' '/builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64/usr/include/synfig-0.0/synfig/valuenode_segcalcvertex.h' install -p -m 644 'valuenode_sine.h' '/builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64/usr/include/synfig-0.0/synfig/valuenode_sine.h' install -p -m 644 'valuenode_step.h' '/builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64/usr/include/synfig-0.0/synfig/valuenode_step.h' install -p -m 644 'valuenode_stripes.h' '/builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64/usr/include/synfig-0.0/synfig/valuenode_stripes.h' install -p -m 644 'valuenode_subtract.h' '/builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64/usr/include/synfig-0.0/synfig/valuenode_subtract.h' install -p -m 644 'valuenode_switch.h' '/builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64/usr/include/synfig-0.0/synfig/valuenode_switch.h' install -p -m 644 'valuenode_timedswap.h' '/builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64/usr/include/synfig-0.0/synfig/valuenode_timedswap.h' install -p -m 644 'valuenode_timeloop.h' '/builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64/usr/include/synfig-0.0/synfig/valuenode_timeloop.h' install -p -m 644 'valuenode_timestring.h' '/builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64/usr/include/synfig-0.0/synfig/valuenode_timestring.h' install -p -m 644 'valuenode_twotone.h' '/builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64/usr/include/synfig-0.0/synfig/valuenode_twotone.h' install -p -m 644 'valuenode_vectorangle.h' '/builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64/usr/include/synfig-0.0/synfig/valuenode_vectorangle.h' install -p -m 644 'valuenode_vectorlength.h' '/builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64/usr/include/synfig-0.0/synfig/valuenode_vectorlength.h' install -p -m 644 'valuenode_vectorx.h' '/builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64/usr/include/synfig-0.0/synfig/valuenode_vectorx.h' install -p -m 644 'valuenode_vectory.h' '/builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64/usr/include/synfig-0.0/synfig/valuenode_vectory.h' install -p -m 644 'listimporter.h' '/builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64/usr/include/synfig-0.0/synfig/listimporter.h' install -p -m 644 'blinepoint.h' '/builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64/usr/include/synfig-0.0/synfig/blinepoint.h' install -p -m 644 'gradient.h' '/builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64/usr/include/synfig-0.0/synfig/gradient.h' install -p -m 644 'value.h' '/builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64/usr/include/synfig-0.0/synfig/value.h' make[3]: Leaving directory `/builddir/build/BUILD/synfig-0.62.00/src/synfig' make[2]: Leaving directory `/builddir/build/BUILD/synfig-0.62.00/src/synfig' Making install in modules make[2]: Entering directory `/builddir/build/BUILD/synfig-0.62.00/src/modules' Making install in mod_particle make[3]: Entering directory `/builddir/build/BUILD/synfig-0.62.00/src/modules/mod_particle' make[4]: Entering directory `/builddir/build/BUILD/synfig-0.62.00/src/modules/mod_particle' make[4]: Nothing to be done for `install-exec-am'. test -z "/usr/lib64/synfig/modules" || /bin/mkdir -p "/builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64/usr/lib64/synfig/modules" /bin/sh ../../../libtool --mode=install install -p 'libmod_particle.la' '/builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64/usr/lib64/synfig/modules/libmod_particle.la' libtool: install: warning: relinking `libmod_particle.la' libtool: install: (cd /builddir/build/BUILD/synfig-0.62.00/src/modules/mod_particle; /bin/sh /builddir/build/BUILD/synfig-0.62.00/libtool --tag CXX --mode=relink g++ -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -module -no-undefined -avoid-version -o libmod_particle.la -rpath /usr/lib64/synfig/modules libmod_particle_la-random.lo libmod_particle_la-plant.lo libmod_particle_la-main.lo ../../synfig/libsynfig.la -lxml++-2.6 -lxml2 -lglibmm-2.4 -lgobject-2.0 -lsigc-2.0 -lglib-2.0 -lpthread -lsigc-2.0 -lpthread -ldl -inst-prefix-dir /builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64) libtool: relink: g++ -shared -nostdlib /usr/lib/gcc/x86_64-redhat-linux/4.4.2/../../../../lib64/crti.o /usr/lib/gcc/x86_64-redhat-linux/4.4.2/crtbeginS.o .libs/libmod_particle_la-random.o .libs/libmod_particle_la-plant.o .libs/libmod_particle_la-main.o -L/builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64/usr/lib64 -L/usr/lib64 -lsynfig -lltdl -lxml++-2.6 -lxml2 -lglibmm-2.4 -lgobject-2.0 -lglib-2.0 -lsigc-2.0 -lpthread -ldl -L/usr/lib/gcc/x86_64-redhat-linux/4.4.2 -L/usr/lib/gcc/x86_64-redhat-linux/4.4.2/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-redhat-linux/4.4.2/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-redhat-linux/4.4.2/crtendS.o /usr/lib/gcc/x86_64-redhat-linux/4.4.2/../../../../lib64/crtn.o -m64 -mtune=generic -Wl,-soname -Wl,libmod_particle.so -o .libs/libmod_particle.so libtool: install: install -p .libs/libmod_particle.soT /builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64/usr/lib64/synfig/modules/libmod_particle.so libtool: install: install -p .libs/libmod_particle.lai /builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64/usr/lib64/synfig/modules/libmod_particle.la libtool: install: warning: remember to run `libtool --finish /usr/lib64/synfig/modules' make[4]: Leaving directory `/builddir/build/BUILD/synfig-0.62.00/src/modules/mod_particle' make[3]: Leaving directory `/builddir/build/BUILD/synfig-0.62.00/src/modules/mod_particle' Making install in mod_filter make[3]: Entering directory `/builddir/build/BUILD/synfig-0.62.00/src/modules/mod_filter' make[4]: Entering directory `/builddir/build/BUILD/synfig-0.62.00/src/modules/mod_filter' make[4]: Nothing to be done for `install-exec-am'. test -z "/usr/lib64/synfig/modules" || /bin/mkdir -p "/builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64/usr/lib64/synfig/modules" /bin/sh ../../../libtool --mode=install install -p 'libmod_filter.la' '/builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64/usr/lib64/synfig/modules/libmod_filter.la' libtool: install: warning: relinking `libmod_filter.la' libtool: install: (cd /builddir/build/BUILD/synfig-0.62.00/src/modules/mod_filter; /bin/sh /builddir/build/BUILD/synfig-0.62.00/libtool --tag CXX --mode=relink g++ -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -module -no-undefined -avoid-version -o libmod_filter.la -rpath /usr/lib64/synfig/modules libmod_filter_la-blur.lo libmod_filter_la-colorcorrect.lo libmod_filter_la-halftone2.lo libmod_filter_la-lumakey.lo libmod_filter_la-radialblur.lo libmod_filter_la-main.lo libmod_filter_la-halftone.lo libmod_filter_la-halftone3.lo ../../synfig/libsynfig.la -lxml++-2.6 -lxml2 -lglibmm-2.4 -lgobject-2.0 -lsigc-2.0 -lglib-2.0 -lpthread -lsigc-2.0 -lpthread -ldl -inst-prefix-dir /builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64) libtool: relink: g++ -shared -nostdlib /usr/lib/gcc/x86_64-redhat-linux/4.4.2/../../../../lib64/crti.o /usr/lib/gcc/x86_64-redhat-linux/4.4.2/crtbeginS.o .libs/libmod_filter_la-blur.o .libs/libmod_filter_la-colorcorrect.o .libs/libmod_filter_la-halftone2.o .libs/libmod_filter_la-lumakey.o .libs/libmod_filter_la-radialblur.o .libs/libmod_filter_la-main.o .libs/libmod_filter_la-halftone.o .libs/libmod_filter_la-halftone3.o -L/builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64/usr/lib64 -L/usr/lib64 -lsynfig -lltdl -lxml++-2.6 -lxml2 -lglibmm-2.4 -lgobject-2.0 -lglib-2.0 -lsigc-2.0 -lpthread -ldl -L/usr/lib/gcc/x86_64-redhat-linux/4.4.2 -L/usr/lib/gcc/x86_64-redhat-linux/4.4.2/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-redhat-linux/4.4.2/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-redhat-linux/4.4.2/crtendS.o /usr/lib/gcc/x86_64-redhat-linux/4.4.2/../../../../lib64/crtn.o -m64 -mtune=generic -Wl,-soname -Wl,libmod_filter.so -o .libs/libmod_filter.so libtool: install: install -p .libs/libmod_filter.soT /builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64/usr/lib64/synfig/modules/libmod_filter.so libtool: install: install -p .libs/libmod_filter.lai /builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64/usr/lib64/synfig/modules/libmod_filter.la libtool: install: warning: remember to run `libtool --finish /usr/lib64/synfig/modules' make[4]: Leaving directory `/builddir/build/BUILD/synfig-0.62.00/src/modules/mod_filter' make[3]: Leaving directory `/builddir/build/BUILD/synfig-0.62.00/src/modules/mod_filter' Making install in mod_yuv420p make[3]: Entering directory `/builddir/build/BUILD/synfig-0.62.00/src/modules/mod_yuv420p' make[4]: Entering directory `/builddir/build/BUILD/synfig-0.62.00/src/modules/mod_yuv420p' make[4]: Nothing to be done for `install-exec-am'. test -z "/usr/lib64/synfig/modules" || /bin/mkdir -p "/builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64/usr/lib64/synfig/modules" /bin/sh ../../../libtool --mode=install install -p 'libmod_yuv420p.la' '/builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64/usr/lib64/synfig/modules/libmod_yuv420p.la' libtool: install: warning: relinking `libmod_yuv420p.la' libtool: install: (cd /builddir/build/BUILD/synfig-0.62.00/src/modules/mod_yuv420p; /bin/sh /builddir/build/BUILD/synfig-0.62.00/libtool --tag CXX --mode=relink g++ -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -module -no-undefined -avoid-version -o libmod_yuv420p.la -rpath /usr/lib64/synfig/modules libmod_yuv420p_la-main.lo libmod_yuv420p_la-trgt_yuv.lo ../../synfig/libsynfig.la -lxml++-2.6 -lxml2 -lglibmm-2.4 -lgobject-2.0 -lsigc-2.0 -lglib-2.0 -lpthread -lsigc-2.0 -lpthread -ldl -inst-prefix-dir /builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64) libtool: relink: g++ -shared -nostdlib /usr/lib/gcc/x86_64-redhat-linux/4.4.2/../../../../lib64/crti.o /usr/lib/gcc/x86_64-redhat-linux/4.4.2/crtbeginS.o .libs/libmod_yuv420p_la-main.o .libs/libmod_yuv420p_la-trgt_yuv.o -L/builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64/usr/lib64 -L/usr/lib64 -lsynfig -lltdl -lxml++-2.6 -lxml2 -lglibmm-2.4 -lgobject-2.0 -lglib-2.0 -lsigc-2.0 -lpthread -ldl -L/usr/lib/gcc/x86_64-redhat-linux/4.4.2 -L/usr/lib/gcc/x86_64-redhat-linux/4.4.2/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-redhat-linux/4.4.2/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-redhat-linux/4.4.2/crtendS.o /usr/lib/gcc/x86_64-redhat-linux/4.4.2/../../../../lib64/crtn.o -m64 -mtune=generic -Wl,-soname -Wl,libmod_yuv420p.so -o .libs/libmod_yuv420p.so libtool: install: install -p .libs/libmod_yuv420p.soT /builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64/usr/lib64/synfig/modules/libmod_yuv420p.so libtool: install: install -p .libs/libmod_yuv420p.lai /builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64/usr/lib64/synfig/modules/libmod_yuv420p.la libtool: install: warning: remember to run `libtool --finish /usr/lib64/synfig/modules' make[4]: Leaving directory `/builddir/build/BUILD/synfig-0.62.00/src/modules/mod_yuv420p' make[3]: Leaving directory `/builddir/build/BUILD/synfig-0.62.00/src/modules/mod_yuv420p' Making install in mod_gif make[3]: Entering directory `/builddir/build/BUILD/synfig-0.62.00/src/modules/mod_gif' make[4]: Entering directory `/builddir/build/BUILD/synfig-0.62.00/src/modules/mod_gif' make[4]: Nothing to be done for `install-exec-am'. test -z "/usr/lib64/synfig/modules" || /bin/mkdir -p "/builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64/usr/lib64/synfig/modules" /bin/sh ../../../libtool --mode=install install -p 'libmod_gif.la' '/builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64/usr/lib64/synfig/modules/libmod_gif.la' libtool: install: warning: relinking `libmod_gif.la' libtool: install: (cd /builddir/build/BUILD/synfig-0.62.00/src/modules/mod_gif; /bin/sh /builddir/build/BUILD/synfig-0.62.00/libtool --tag CXX --mode=relink g++ -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -module -no-undefined -avoid-version -o libmod_gif.la -rpath /usr/lib64/synfig/modules libmod_gif_la-main.lo libmod_gif_la-trgt_gif.lo ../../synfig/libsynfig.la -lxml++-2.6 -lxml2 -lglibmm-2.4 -lgobject-2.0 -lsigc-2.0 -lglib-2.0 -lpthread -lsigc-2.0 -lpthread -ldl -inst-prefix-dir /builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64) libtool: relink: g++ -shared -nostdlib /usr/lib/gcc/x86_64-redhat-linux/4.4.2/../../../../lib64/crti.o /usr/lib/gcc/x86_64-redhat-linux/4.4.2/crtbeginS.o .libs/libmod_gif_la-main.o .libs/libmod_gif_la-trgt_gif.o -L/builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64/usr/lib64 -L/usr/lib64 -lsynfig -lltdl -lxml++-2.6 -lxml2 -lglibmm-2.4 -lgobject-2.0 -lglib-2.0 -lsigc-2.0 -lpthread -ldl -L/usr/lib/gcc/x86_64-redhat-linux/4.4.2 -L/usr/lib/gcc/x86_64-redhat-linux/4.4.2/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-redhat-linux/4.4.2/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-redhat-linux/4.4.2/crtendS.o /usr/lib/gcc/x86_64-redhat-linux/4.4.2/../../../../lib64/crtn.o -m64 -mtune=generic -Wl,-soname -Wl,libmod_gif.so -o .libs/libmod_gif.so libtool: install: install -p .libs/libmod_gif.soT /builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64/usr/lib64/synfig/modules/libmod_gif.so libtool: install: install -p .libs/libmod_gif.lai /builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64/usr/lib64/synfig/modules/libmod_gif.la libtool: install: warning: remember to run `libtool --finish /usr/lib64/synfig/modules' make[4]: Leaving directory `/builddir/build/BUILD/synfig-0.62.00/src/modules/mod_gif' make[3]: Leaving directory `/builddir/build/BUILD/synfig-0.62.00/src/modules/mod_gif' Making install in mod_gradient make[3]: Entering directory `/builddir/build/BUILD/synfig-0.62.00/src/modules/mod_gradient' make[4]: Entering directory `/builddir/build/BUILD/synfig-0.62.00/src/modules/mod_gradient' make[4]: Nothing to be done for `install-exec-am'. test -z "/usr/lib64/synfig/modules" || /bin/mkdir -p "/builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64/usr/lib64/synfig/modules" /bin/sh ../../../libtool --mode=install install -p 'libmod_gradient.la' '/builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64/usr/lib64/synfig/modules/libmod_gradient.la' libtool: install: warning: relinking `libmod_gradient.la' libtool: install: (cd /builddir/build/BUILD/synfig-0.62.00/src/modules/mod_gradient; /bin/sh /builddir/build/BUILD/synfig-0.62.00/libtool --tag CXX --mode=relink g++ -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -module -no-undefined -avoid-version -o libmod_gradient.la -rpath /usr/lib64/synfig/modules libmod_gradient_la-curvegradient.lo libmod_gradient_la-lineargradient.lo libmod_gradient_la-conicalgradient.lo libmod_gradient_la-spiralgradient.lo libmod_gradient_la-radialgradient.lo libmod_gradient_la-main.lo ../../synfig/libsynfig.la -lxml++-2.6 -lxml2 -lglibmm-2.4 -lgobject-2.0 -lsigc-2.0 -lglib-2.0 -lpthread -lsigc-2.0 -lpthread -ldl -inst-prefix-dir /builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64) libtool: relink: g++ -shared -nostdlib /usr/lib/gcc/x86_64-redhat-linux/4.4.2/../../../../lib64/crti.o /usr/lib/gcc/x86_64-redhat-linux/4.4.2/crtbeginS.o .libs/libmod_gradient_la-curvegradient.o .libs/libmod_gradient_la-lineargradient.o .libs/libmod_gradient_la-conicalgradient.o .libs/libmod_gradient_la-spiralgradient.o .libs/libmod_gradient_la-radialgradient.o .libs/libmod_gradient_la-main.o -L/builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64/usr/lib64 -L/usr/lib64 -lsynfig -lltdl -lxml++-2.6 -lxml2 -lglibmm-2.4 -lgobject-2.0 -lglib-2.0 -lsigc-2.0 -lpthread -ldl -L/usr/lib/gcc/x86_64-redhat-linux/4.4.2 -L/usr/lib/gcc/x86_64-redhat-linux/4.4.2/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-redhat-linux/4.4.2/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-redhat-linux/4.4.2/crtendS.o /usr/lib/gcc/x86_64-redhat-linux/4.4.2/../../../../lib64/crtn.o -m64 -mtune=generic -Wl,-soname -Wl,libmod_gradient.so -o .libs/libmod_gradient.so libtool: install: install -p .libs/libmod_gradient.soT /builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64/usr/lib64/synfig/modules/libmod_gradient.so libtool: install: install -p .libs/libmod_gradient.lai /builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64/usr/lib64/synfig/modules/libmod_gradient.la libtool: install: warning: remember to run `libtool --finish /usr/lib64/synfig/modules' make[4]: Leaving directory `/builddir/build/BUILD/synfig-0.62.00/src/modules/mod_gradient' make[3]: Leaving directory `/builddir/build/BUILD/synfig-0.62.00/src/modules/mod_gradient' Making install in mod_geometry make[3]: Entering directory `/builddir/build/BUILD/synfig-0.62.00/src/modules/mod_geometry' make[4]: Entering directory `/builddir/build/BUILD/synfig-0.62.00/src/modules/mod_geometry' make[4]: Nothing to be done for `install-exec-am'. test -z "/usr/lib64/synfig/modules" || /bin/mkdir -p "/builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64/usr/lib64/synfig/modules" /bin/sh ../../../libtool --mode=install install -p 'libmod_geometry.la' '/builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64/usr/lib64/synfig/modules/libmod_geometry.la' libtool: install: warning: relinking `libmod_geometry.la' libtool: install: (cd /builddir/build/BUILD/synfig-0.62.00/src/modules/mod_geometry; /bin/sh /builddir/build/BUILD/synfig-0.62.00/libtool --tag CXX --mode=relink g++ -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -module -no-undefined -avoid-version -o libmod_geometry.la -rpath /usr/lib64/synfig/modules libmod_geometry_la-rectangle.lo libmod_geometry_la-star.lo libmod_geometry_la-checkerboard.lo libmod_geometry_la-circle.lo libmod_geometry_la-region.lo libmod_geometry_la-outline.lo libmod_geometry_la-main.lo ../../synfig/libsynfig.la -lxml++-2.6 -lxml2 -lglibmm-2.4 -lgobject-2.0 -lsigc-2.0 -lglib-2.0 -lpthread -lsigc-2.0 -lpthread -ldl -inst-prefix-dir /builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64) libtool: relink: g++ -shared -nostdlib /usr/lib/gcc/x86_64-redhat-linux/4.4.2/../../../../lib64/crti.o /usr/lib/gcc/x86_64-redhat-linux/4.4.2/crtbeginS.o .libs/libmod_geometry_la-rectangle.o .libs/libmod_geometry_la-star.o .libs/libmod_geometry_la-checkerboard.o .libs/libmod_geometry_la-circle.o .libs/libmod_geometry_la-region.o .libs/libmod_geometry_la-outline.o .libs/libmod_geometry_la-main.o -L/builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64/usr/lib64 -L/usr/lib64 -lsynfig -lltdl -lxml++-2.6 -lxml2 -lglibmm-2.4 -lgobject-2.0 -lglib-2.0 -lsigc-2.0 -lpthread -ldl -L/usr/lib/gcc/x86_64-redhat-linux/4.4.2 -L/usr/lib/gcc/x86_64-redhat-linux/4.4.2/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-redhat-linux/4.4.2/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-redhat-linux/4.4.2/crtendS.o /usr/lib/gcc/x86_64-redhat-linux/4.4.2/../../../../lib64/crtn.o -m64 -mtune=generic -Wl,-soname -Wl,libmod_geometry.so -o .libs/libmod_geometry.so libtool: install: install -p .libs/libmod_geometry.soT /builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64/usr/lib64/synfig/modules/libmod_geometry.so libtool: install: install -p .libs/libmod_geometry.lai /builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64/usr/lib64/synfig/modules/libmod_geometry.la libtool: install: warning: remember to run `libtool --finish /usr/lib64/synfig/modules' make[4]: Leaving directory `/builddir/build/BUILD/synfig-0.62.00/src/modules/mod_geometry' make[3]: Leaving directory `/builddir/build/BUILD/synfig-0.62.00/src/modules/mod_geometry' Making install in mod_noise make[3]: Entering directory `/builddir/build/BUILD/synfig-0.62.00/src/modules/mod_noise' make[4]: Entering directory `/builddir/build/BUILD/synfig-0.62.00/src/modules/mod_noise' make[4]: Nothing to be done for `install-exec-am'. test -z "/usr/lib64/synfig/modules" || /bin/mkdir -p "/builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64/usr/lib64/synfig/modules" /bin/sh ../../../libtool --mode=install install -p 'libmod_noise.la' '/builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64/usr/lib64/synfig/modules/libmod_noise.la' libtool: install: warning: relinking `libmod_noise.la' libtool: install: (cd /builddir/build/BUILD/synfig-0.62.00/src/modules/mod_noise; /bin/sh /builddir/build/BUILD/synfig-0.62.00/libtool --tag CXX --mode=relink g++ -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -module -no-undefined -avoid-version -o libmod_noise.la -rpath /usr/lib64/synfig/modules libmod_noise_la-random_noise.lo libmod_noise_la-distort.lo libmod_noise_la-noise.lo libmod_noise_la-valuenode_random.lo libmod_noise_la-main.lo ../../synfig/libsynfig.la -lxml++-2.6 -lxml2 -lglibmm-2.4 -lgobject-2.0 -lsigc-2.0 -lglib-2.0 -lpthread -lsigc-2.0 -lpthread -ldl -inst-prefix-dir /builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64) libtool: relink: g++ -shared -nostdlib /usr/lib/gcc/x86_64-redhat-linux/4.4.2/../../../../lib64/crti.o /usr/lib/gcc/x86_64-redhat-linux/4.4.2/crtbeginS.o .libs/libmod_noise_la-random_noise.o .libs/libmod_noise_la-distort.o .libs/libmod_noise_la-noise.o .libs/libmod_noise_la-valuenode_random.o .libs/libmod_noise_la-main.o -L/builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64/usr/lib64 -L/usr/lib64 -lsynfig -lltdl -lxml++-2.6 -lxml2 -lglibmm-2.4 -lgobject-2.0 -lglib-2.0 -lsigc-2.0 -lpthread -ldl -L/usr/lib/gcc/x86_64-redhat-linux/4.4.2 -L/usr/lib/gcc/x86_64-redhat-linux/4.4.2/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-redhat-linux/4.4.2/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-redhat-linux/4.4.2/crtendS.o /usr/lib/gcc/x86_64-redhat-linux/4.4.2/../../../../lib64/crtn.o -m64 -mtune=generic -Wl,-soname -Wl,libmod_noise.so -o .libs/libmod_noise.so libtool: install: install -p .libs/libmod_noise.soT /builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64/usr/lib64/synfig/modules/libmod_noise.so libtool: install: install -p .libs/libmod_noise.lai /builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64/usr/lib64/synfig/modules/libmod_noise.la libtool: install: warning: remember to run `libtool --finish /usr/lib64/synfig/modules' make[4]: Leaving directory `/builddir/build/BUILD/synfig-0.62.00/src/modules/mod_noise' make[3]: Leaving directory `/builddir/build/BUILD/synfig-0.62.00/src/modules/mod_noise' Making install in mod_libavcodec make[3]: Entering directory `/builddir/build/BUILD/synfig-0.62.00/src/modules/mod_libavcodec' make[4]: Entering directory `/builddir/build/BUILD/synfig-0.62.00/src/modules/mod_libavcodec' make[4]: Nothing to be done for `install-exec-am'. test -z "/usr/lib64/synfig/modules" || /bin/mkdir -p "/builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64/usr/lib64/synfig/modules" make[4]: Leaving directory `/builddir/build/BUILD/synfig-0.62.00/src/modules/mod_libavcodec' make[3]: Leaving directory `/builddir/build/BUILD/synfig-0.62.00/src/modules/mod_libavcodec' Making install in mod_jpeg make[3]: Entering directory `/builddir/build/BUILD/synfig-0.62.00/src/modules/mod_jpeg' make[4]: Entering directory `/builddir/build/BUILD/synfig-0.62.00/src/modules/mod_jpeg' make[4]: Nothing to be done for `install-exec-am'. test -z "/usr/lib64/synfig/modules" || /bin/mkdir -p "/builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64/usr/lib64/synfig/modules" /bin/sh ../../../libtool --mode=install install -p 'libmod_jpeg.la' '/builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64/usr/lib64/synfig/modules/libmod_jpeg.la' libtool: install: warning: relinking `libmod_jpeg.la' libtool: install: (cd /builddir/build/BUILD/synfig-0.62.00/src/modules/mod_jpeg; /bin/sh /builddir/build/BUILD/synfig-0.62.00/libtool --tag CXX --mode=relink g++ -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -module -ljpeg -no-undefined -avoid-version -o libmod_jpeg.la -rpath /usr/lib64/synfig/modules libmod_jpeg_la-main.lo libmod_jpeg_la-trgt_jpeg.lo libmod_jpeg_la-mptr_jpeg.lo ../../synfig/libsynfig.la -lxml++-2.6 -lxml2 -lglibmm-2.4 -lgobject-2.0 -lsigc-2.0 -lglib-2.0 -lpthread -lsigc-2.0 -lpthread -ldl -inst-prefix-dir /builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64) libtool: relink: g++ -shared -nostdlib /usr/lib/gcc/x86_64-redhat-linux/4.4.2/../../../../lib64/crti.o /usr/lib/gcc/x86_64-redhat-linux/4.4.2/crtbeginS.o .libs/libmod_jpeg_la-main.o .libs/libmod_jpeg_la-trgt_jpeg.o .libs/libmod_jpeg_la-mptr_jpeg.o -ljpeg -L/builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64/usr/lib64 -L/usr/lib64 -lsynfig -lltdl -lxml++-2.6 -lxml2 -lglibmm-2.4 -lgobject-2.0 -lglib-2.0 -lsigc-2.0 -lpthread -ldl -L/usr/lib/gcc/x86_64-redhat-linux/4.4.2 -L/usr/lib/gcc/x86_64-redhat-linux/4.4.2/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-redhat-linux/4.4.2/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-redhat-linux/4.4.2/crtendS.o /usr/lib/gcc/x86_64-redhat-linux/4.4.2/../../../../lib64/crtn.o -m64 -mtune=generic -Wl,-soname -Wl,libmod_jpeg.so -o .libs/libmod_jpeg.so libtool: install: install -p .libs/libmod_jpeg.soT /builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64/usr/lib64/synfig/modules/libmod_jpeg.so libtool: install: install -p .libs/libmod_jpeg.lai /builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64/usr/lib64/synfig/modules/libmod_jpeg.la libtool: install: warning: remember to run `libtool --finish /usr/lib64/synfig/modules' make[4]: Leaving directory `/builddir/build/BUILD/synfig-0.62.00/src/modules/mod_jpeg' make[3]: Leaving directory `/builddir/build/BUILD/synfig-0.62.00/src/modules/mod_jpeg' Making install in mod_openexr make[3]: Entering directory `/builddir/build/BUILD/synfig-0.62.00/src/modules/mod_openexr' make[4]: Entering directory `/builddir/build/BUILD/synfig-0.62.00/src/modules/mod_openexr' make[4]: Nothing to be done for `install-exec-am'. test -z "/usr/lib64/synfig/modules" || /bin/mkdir -p "/builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64/usr/lib64/synfig/modules" /bin/sh ../../../libtool --mode=install install -p 'libmod_openexr.la' '/builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64/usr/lib64/synfig/modules/libmod_openexr.la' libtool: install: warning: relinking `libmod_openexr.la' libtool: install: (cd /builddir/build/BUILD/synfig-0.62.00/src/modules/mod_openexr; /bin/sh /builddir/build/BUILD/synfig-0.62.00/libtool --tag CXX --mode=relink g++ -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -I/usr/include/OpenEXR -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -module -lpng -no-undefined -avoid-version -o libmod_openexr.la -rpath /usr/lib64/synfig/modules libmod_openexr_la-main.lo libmod_openexr_la-mptr_openexr.lo libmod_openexr_la-trgt_openexr.lo ../../synfig/libsynfig.la -lxml++-2.6 -lxml2 -lglibmm-2.4 -lgobject-2.0 -lsigc-2.0 -lglib-2.0 -lpthread -lsigc-2.0 -lIlmImf -lImath -lHalf -lIex -lIlmThread -lpthread -ldl -inst-prefix-dir /builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64) libtool: relink: g++ -shared -nostdlib /usr/lib/gcc/x86_64-redhat-linux/4.4.2/../../../../lib64/crti.o /usr/lib/gcc/x86_64-redhat-linux/4.4.2/crtbeginS.o .libs/libmod_openexr_la-main.o .libs/libmod_openexr_la-mptr_openexr.o .libs/libmod_openexr_la-trgt_openexr.o -lpng -L/builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64/usr/lib64 -L/usr/lib64 -lsynfig -lltdl -lxml++-2.6 -lxml2 -lglibmm-2.4 -lgobject-2.0 -lglib-2.0 -lsigc-2.0 -lIlmImf -lImath -lHalf -lIex -lIlmThread -lpthread -ldl -L/usr/lib/gcc/x86_64-redhat-linux/4.4.2 -L/usr/lib/gcc/x86_64-redhat-linux/4.4.2/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-redhat-linux/4.4.2/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-redhat-linux/4.4.2/crtendS.o /usr/lib/gcc/x86_64-redhat-linux/4.4.2/../../../../lib64/crtn.o -m64 -mtune=generic -Wl,-soname -Wl,libmod_openexr.so -o .libs/libmod_openexr.so libtool: install: install -p .libs/libmod_openexr.soT /builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64/usr/lib64/synfig/modules/libmod_openexr.so libtool: install: install -p .libs/libmod_openexr.lai /builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64/usr/lib64/synfig/modules/libmod_openexr.la libtool: install: warning: remember to run `libtool --finish /usr/lib64/synfig/modules' make[4]: Leaving directory `/builddir/build/BUILD/synfig-0.62.00/src/modules/mod_openexr' make[3]: Leaving directory `/builddir/build/BUILD/synfig-0.62.00/src/modules/mod_openexr' Making install in mod_bmp make[3]: Entering directory `/builddir/build/BUILD/synfig-0.62.00/src/modules/mod_bmp' make[4]: Entering directory `/builddir/build/BUILD/synfig-0.62.00/src/modules/mod_bmp' make[4]: Nothing to be done for `install-exec-am'. test -z "/usr/lib64/synfig/modules" || /bin/mkdir -p "/builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64/usr/lib64/synfig/modules" /bin/sh ../../../libtool --mode=install install -p 'libmod_bmp.la' '/builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64/usr/lib64/synfig/modules/libmod_bmp.la' libtool: install: warning: relinking `libmod_bmp.la' libtool: install: (cd /builddir/build/BUILD/synfig-0.62.00/src/modules/mod_bmp; /bin/sh /builddir/build/BUILD/synfig-0.62.00/libtool --tag CXX --mode=relink g++ -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -module -no-undefined -avoid-version -o libmod_bmp.la -rpath /usr/lib64/synfig/modules libmod_bmp_la-main.lo libmod_bmp_la-trgt_bmp.lo libmod_bmp_la-mptr_bmp.lo ../../synfig/libsynfig.la -lxml++-2.6 -lxml2 -lglibmm-2.4 -lgobject-2.0 -lsigc-2.0 -lglib-2.0 -lpthread -lsigc-2.0 -lpthread -ldl -inst-prefix-dir /builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64) libtool: relink: g++ -shared -nostdlib /usr/lib/gcc/x86_64-redhat-linux/4.4.2/../../../../lib64/crti.o /usr/lib/gcc/x86_64-redhat-linux/4.4.2/crtbeginS.o .libs/libmod_bmp_la-main.o .libs/libmod_bmp_la-trgt_bmp.o .libs/libmod_bmp_la-mptr_bmp.o -L/builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64/usr/lib64 -L/usr/lib64 -lsynfig -lltdl -lxml++-2.6 -lxml2 -lglibmm-2.4 -lgobject-2.0 -lglib-2.0 -lsigc-2.0 -lpthread -ldl -L/usr/lib/gcc/x86_64-redhat-linux/4.4.2 -L/usr/lib/gcc/x86_64-redhat-linux/4.4.2/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-redhat-linux/4.4.2/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-redhat-linux/4.4.2/crtendS.o /usr/lib/gcc/x86_64-redhat-linux/4.4.2/../../../../lib64/crtn.o -m64 -mtune=generic -Wl,-soname -Wl,libmod_bmp.so -o .libs/libmod_bmp.so libtool: install: install -p .libs/libmod_bmp.soT /builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64/usr/lib64/synfig/modules/libmod_bmp.so libtool: install: install -p .libs/libmod_bmp.lai /builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64/usr/lib64/synfig/modules/libmod_bmp.la libtool: install: warning: remember to run `libtool --finish /usr/lib64/synfig/modules' make[4]: Leaving directory `/builddir/build/BUILD/synfig-0.62.00/src/modules/mod_bmp' make[3]: Leaving directory `/builddir/build/BUILD/synfig-0.62.00/src/modules/mod_bmp' Making install in mod_ppm make[3]: Entering directory `/builddir/build/BUILD/synfig-0.62.00/src/modules/mod_ppm' make[4]: Entering directory `/builddir/build/BUILD/synfig-0.62.00/src/modules/mod_ppm' make[4]: Nothing to be done for `install-exec-am'. test -z "/usr/lib64/synfig/modules" || /bin/mkdir -p "/builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64/usr/lib64/synfig/modules" /bin/sh ../../../libtool --mode=install install -p 'libmod_ppm.la' '/builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64/usr/lib64/synfig/modules/libmod_ppm.la' libtool: install: warning: relinking `libmod_ppm.la' libtool: install: (cd /builddir/build/BUILD/synfig-0.62.00/src/modules/mod_ppm; /bin/sh /builddir/build/BUILD/synfig-0.62.00/libtool --tag CXX --mode=relink g++ -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -module -no-undefined -avoid-version -o libmod_ppm.la -rpath /usr/lib64/synfig/modules libmod_ppm_la-main.lo libmod_ppm_la-trgt_ppm.lo libmod_ppm_la-mptr_ppm.lo ../../synfig/libsynfig.la -lxml++-2.6 -lxml2 -lglibmm-2.4 -lgobject-2.0 -lsigc-2.0 -lglib-2.0 -lpthread -lsigc-2.0 -lpthread -ldl -inst-prefix-dir /builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64) libtool: relink: g++ -shared -nostdlib /usr/lib/gcc/x86_64-redhat-linux/4.4.2/../../../../lib64/crti.o /usr/lib/gcc/x86_64-redhat-linux/4.4.2/crtbeginS.o .libs/libmod_ppm_la-main.o .libs/libmod_ppm_la-trgt_ppm.o .libs/libmod_ppm_la-mptr_ppm.o -L/builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64/usr/lib64 -L/usr/lib64 -lsynfig -lltdl -lxml++-2.6 -lxml2 -lglibmm-2.4 -lgobject-2.0 -lglib-2.0 -lsigc-2.0 -lpthread -ldl -L/usr/lib/gcc/x86_64-redhat-linux/4.4.2 -L/usr/lib/gcc/x86_64-redhat-linux/4.4.2/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-redhat-linux/4.4.2/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-redhat-linux/4.4.2/crtendS.o /usr/lib/gcc/x86_64-redhat-linux/4.4.2/../../../../lib64/crtn.o -m64 -mtune=generic -Wl,-soname -Wl,libmod_ppm.so -o .libs/libmod_ppm.so libtool: install: install -p .libs/libmod_ppm.soT /builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64/usr/lib64/synfig/modules/libmod_ppm.so libtool: install: install -p .libs/libmod_ppm.lai /builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64/usr/lib64/synfig/modules/libmod_ppm.la libtool: install: warning: remember to run `libtool --finish /usr/lib64/synfig/modules' make[4]: Leaving directory `/builddir/build/BUILD/synfig-0.62.00/src/modules/mod_ppm' make[3]: Leaving directory `/builddir/build/BUILD/synfig-0.62.00/src/modules/mod_ppm' Making install in mod_png make[3]: Entering directory `/builddir/build/BUILD/synfig-0.62.00/src/modules/mod_png' make[4]: Entering directory `/builddir/build/BUILD/synfig-0.62.00/src/modules/mod_png' make[4]: Nothing to be done for `install-exec-am'. test -z "/usr/lib64/synfig/modules" || /bin/mkdir -p "/builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64/usr/lib64/synfig/modules" /bin/sh ../../../libtool --mode=install install -p 'libmod_png.la' '/builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64/usr/lib64/synfig/modules/libmod_png.la' libtool: install: warning: relinking `libmod_png.la' libtool: install: (cd /builddir/build/BUILD/synfig-0.62.00/src/modules/mod_png; /bin/sh /builddir/build/BUILD/synfig-0.62.00/libtool --tag CXX --mode=relink g++ -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -module -lpng -no-undefined -avoid-version -o libmod_png.la -rpath /usr/lib64/synfig/modules libmod_png_la-main.lo libmod_png_la-trgt_png.lo libmod_png_la-mptr_png.lo ../../synfig/libsynfig.la -lxml++-2.6 -lxml2 -lglibmm-2.4 -lgobject-2.0 -lsigc-2.0 -lglib-2.0 -lpthread -lsigc-2.0 -lpthread -ldl -inst-prefix-dir /builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64) libtool: relink: g++ -shared -nostdlib /usr/lib/gcc/x86_64-redhat-linux/4.4.2/../../../../lib64/crti.o /usr/lib/gcc/x86_64-redhat-linux/4.4.2/crtbeginS.o .libs/libmod_png_la-main.o .libs/libmod_png_la-trgt_png.o .libs/libmod_png_la-mptr_png.o -lpng -L/builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64/usr/lib64 -L/usr/lib64 -lsynfig -lltdl -lxml++-2.6 -lxml2 -lglibmm-2.4 -lgobject-2.0 -lglib-2.0 -lsigc-2.0 -lpthread -ldl -L/usr/lib/gcc/x86_64-redhat-linux/4.4.2 -L/usr/lib/gcc/x86_64-redhat-linux/4.4.2/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-redhat-linux/4.4.2/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-redhat-linux/4.4.2/crtendS.o /usr/lib/gcc/x86_64-redhat-linux/4.4.2/../../../../lib64/crtn.o -m64 -mtune=generic -Wl,-soname -Wl,libmod_png.so -o .libs/libmod_png.so libtool: install: install -p .libs/libmod_png.soT /builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64/usr/lib64/synfig/modules/libmod_png.so libtool: install: install -p .libs/libmod_png.lai /builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64/usr/lib64/synfig/modules/libmod_png.la libtool: install: warning: remember to run `libtool --finish /usr/lib64/synfig/modules' make[4]: Leaving directory `/builddir/build/BUILD/synfig-0.62.00/src/modules/mod_png' make[3]: Leaving directory `/builddir/build/BUILD/synfig-0.62.00/src/modules/mod_png' Making install in mod_dv make[3]: Entering directory `/builddir/build/BUILD/synfig-0.62.00/src/modules/mod_dv' make[4]: Entering directory `/builddir/build/BUILD/synfig-0.62.00/src/modules/mod_dv' make[4]: Nothing to be done for `install-exec-am'. test -z "/usr/lib64/synfig/modules" || /bin/mkdir -p "/builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64/usr/lib64/synfig/modules" /bin/sh ../../../libtool --mode=install install -p 'libmod_dv.la' '/builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64/usr/lib64/synfig/modules/libmod_dv.la' libtool: install: warning: relinking `libmod_dv.la' libtool: install: (cd /builddir/build/BUILD/synfig-0.62.00/src/modules/mod_dv; /bin/sh /builddir/build/BUILD/synfig-0.62.00/libtool --tag CXX --mode=relink g++ -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -module -no-undefined -avoid-version -o libmod_dv.la -rpath /usr/lib64/synfig/modules libmod_dv_la-main.lo libmod_dv_la-trgt_dv.lo ../../synfig/libsynfig.la -lxml++-2.6 -lxml2 -lglibmm-2.4 -lgobject-2.0 -lsigc-2.0 -lglib-2.0 -lpthread -lsigc-2.0 -lpthread -ldl -inst-prefix-dir /builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64) libtool: relink: g++ -shared -nostdlib /usr/lib/gcc/x86_64-redhat-linux/4.4.2/../../../../lib64/crti.o /usr/lib/gcc/x86_64-redhat-linux/4.4.2/crtbeginS.o .libs/libmod_dv_la-main.o .libs/libmod_dv_la-trgt_dv.o -L/builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64/usr/lib64 -L/usr/lib64 -lsynfig -lltdl -lxml++-2.6 -lxml2 -lglibmm-2.4 -lgobject-2.0 -lglib-2.0 -lsigc-2.0 -lpthread -ldl -L/usr/lib/gcc/x86_64-redhat-linux/4.4.2 -L/usr/lib/gcc/x86_64-redhat-linux/4.4.2/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-redhat-linux/4.4.2/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-redhat-linux/4.4.2/crtendS.o /usr/lib/gcc/x86_64-redhat-linux/4.4.2/../../../../lib64/crtn.o -m64 -mtune=generic -Wl,-soname -Wl,libmod_dv.so -o .libs/libmod_dv.so libtool: install: install -p .libs/libmod_dv.soT /builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64/usr/lib64/synfig/modules/libmod_dv.so libtool: install: install -p .libs/libmod_dv.lai /builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64/usr/lib64/synfig/modules/libmod_dv.la libtool: install: warning: remember to run `libtool --finish /usr/lib64/synfig/modules' make[4]: Leaving directory `/builddir/build/BUILD/synfig-0.62.00/src/modules/mod_dv' make[3]: Leaving directory `/builddir/build/BUILD/synfig-0.62.00/src/modules/mod_dv' Making install in mod_imagemagick make[3]: Entering directory `/builddir/build/BUILD/synfig-0.62.00/src/modules/mod_imagemagick' make[4]: Entering directory `/builddir/build/BUILD/synfig-0.62.00/src/modules/mod_imagemagick' make[4]: Nothing to be done for `install-exec-am'. test -z "/usr/lib64/synfig/modules" || /bin/mkdir -p "/builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64/usr/lib64/synfig/modules" /bin/sh ../../../libtool --mode=install install -p 'libmod_imagemagick.la' '/builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64/usr/lib64/synfig/modules/libmod_imagemagick.la' libtool: install: warning: relinking `libmod_imagemagick.la' libtool: install: (cd /builddir/build/BUILD/synfig-0.62.00/src/modules/mod_imagemagick; /bin/sh /builddir/build/BUILD/synfig-0.62.00/libtool --tag CXX --mode=relink g++ -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -module -no-undefined -avoid-version -o libmod_imagemagick.la -rpath /usr/lib64/synfig/modules libmod_imagemagick_la-main.lo libmod_imagemagick_la-mptr_imagemagick.lo libmod_imagemagick_la-trgt_imagemagick.lo ../../synfig/libsynfig.la -lxml++-2.6 -lxml2 -lglibmm-2.4 -lgobject-2.0 -lsigc-2.0 -lglib-2.0 -lpthread -lsigc-2.0 -lpthread -ldl -inst-prefix-dir /builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64) libtool: relink: g++ -shared -nostdlib /usr/lib/gcc/x86_64-redhat-linux/4.4.2/../../../../lib64/crti.o /usr/lib/gcc/x86_64-redhat-linux/4.4.2/crtbeginS.o .libs/libmod_imagemagick_la-main.o .libs/libmod_imagemagick_la-mptr_imagemagick.o .libs/libmod_imagemagick_la-trgt_imagemagick.o -L/builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64/usr/lib64 -L/usr/lib64 -lsynfig -lltdl -lxml++-2.6 -lxml2 -lglibmm-2.4 -lgobject-2.0 -lglib-2.0 -lsigc-2.0 -lpthread -ldl -L/usr/lib/gcc/x86_64-redhat-linux/4.4.2 -L/usr/lib/gcc/x86_64-redhat-linux/4.4.2/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-redhat-linux/4.4.2/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-redhat-linux/4.4.2/crtendS.o /usr/lib/gcc/x86_64-redhat-linux/4.4.2/../../../../lib64/crtn.o -m64 -mtune=generic -Wl,-soname -Wl,libmod_imagemagick.so -o .libs/libmod_imagemagick.so libtool: install: install -p .libs/libmod_imagemagick.soT /builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64/usr/lib64/synfig/modules/libmod_imagemagick.so libtool: install: install -p .libs/libmod_imagemagick.lai /builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64/usr/lib64/synfig/modules/libmod_imagemagick.la libtool: install: warning: remember to run `libtool --finish /usr/lib64/synfig/modules' make[4]: Leaving directory `/builddir/build/BUILD/synfig-0.62.00/src/modules/mod_imagemagick' make[3]: Leaving directory `/builddir/build/BUILD/synfig-0.62.00/src/modules/mod_imagemagick' Making install in mod_ffmpeg make[3]: Entering directory `/builddir/build/BUILD/synfig-0.62.00/src/modules/mod_ffmpeg' make[4]: Entering directory `/builddir/build/BUILD/synfig-0.62.00/src/modules/mod_ffmpeg' make[4]: Nothing to be done for `install-exec-am'. test -z "/usr/lib64/synfig/modules" || /bin/mkdir -p "/builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64/usr/lib64/synfig/modules" /bin/sh ../../../libtool --mode=install install -p 'libmod_ffmpeg.la' '/builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64/usr/lib64/synfig/modules/libmod_ffmpeg.la' libtool: install: warning: relinking `libmod_ffmpeg.la' libtool: install: (cd /builddir/build/BUILD/synfig-0.62.00/src/modules/mod_ffmpeg; /bin/sh /builddir/build/BUILD/synfig-0.62.00/libtool --tag CXX --mode=relink g++ -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -module -no-undefined -avoid-version -o libmod_ffmpeg.la -rpath /usr/lib64/synfig/modules libmod_ffmpeg_la-main.lo libmod_ffmpeg_la-mptr_ffmpeg.lo libmod_ffmpeg_la-trgt_ffmpeg.lo ../../synfig/libsynfig.la -lxml++-2.6 -lxml2 -lglibmm-2.4 -lgobject-2.0 -lsigc-2.0 -lglib-2.0 -lpthread -lsigc-2.0 -lpthread -ldl -inst-prefix-dir /builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64) libtool: relink: g++ -shared -nostdlib /usr/lib/gcc/x86_64-redhat-linux/4.4.2/../../../../lib64/crti.o /usr/lib/gcc/x86_64-redhat-linux/4.4.2/crtbeginS.o .libs/libmod_ffmpeg_la-main.o .libs/libmod_ffmpeg_la-mptr_ffmpeg.o .libs/libmod_ffmpeg_la-trgt_ffmpeg.o -L/builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64/usr/lib64 -L/usr/lib64 -lsynfig -lltdl -lxml++-2.6 -lxml2 -lglibmm-2.4 -lgobject-2.0 -lglib-2.0 -lsigc-2.0 -lpthread -ldl -L/usr/lib/gcc/x86_64-redhat-linux/4.4.2 -L/usr/lib/gcc/x86_64-redhat-linux/4.4.2/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-redhat-linux/4.4.2/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-redhat-linux/4.4.2/crtendS.o /usr/lib/gcc/x86_64-redhat-linux/4.4.2/../../../../lib64/crtn.o -m64 -mtune=generic -Wl,-soname -Wl,libmod_ffmpeg.so -o .libs/libmod_ffmpeg.so libtool: install: install -p .libs/libmod_ffmpeg.soT /builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64/usr/lib64/synfig/modules/libmod_ffmpeg.so libtool: install: install -p .libs/libmod_ffmpeg.lai /builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64/usr/lib64/synfig/modules/libmod_ffmpeg.la libtool: install: warning: remember to run `libtool --finish /usr/lib64/synfig/modules' make[4]: Leaving directory `/builddir/build/BUILD/synfig-0.62.00/src/modules/mod_ffmpeg' make[3]: Leaving directory `/builddir/build/BUILD/synfig-0.62.00/src/modules/mod_ffmpeg' Making install in lyr_freetype make[3]: Entering directory `/builddir/build/BUILD/synfig-0.62.00/src/modules/lyr_freetype' make[4]: Entering directory `/builddir/build/BUILD/synfig-0.62.00/src/modules/lyr_freetype' make[4]: Nothing to be done for `install-exec-am'. test -z "/usr/lib64/synfig/modules" || /bin/mkdir -p "/builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64/usr/lib64/synfig/modules" /bin/sh ../../../libtool --mode=install install -p 'liblyr_freetype.la' '/builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64/usr/lib64/synfig/modules/liblyr_freetype.la' libtool: install: warning: relinking `liblyr_freetype.la' libtool: install: (cd /builddir/build/BUILD/synfig-0.62.00/src/modules/lyr_freetype; /bin/sh /builddir/build/BUILD/synfig-0.62.00/libtool --tag CXX --mode=relink g++ -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -I/usr/include/freetype2 -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -module -no-undefined -avoid-version -o liblyr_freetype.la -rpath /usr/lib64/synfig/modules liblyr_freetype_la-main.lo liblyr_freetype_la-lyr_freetype.lo ../../synfig/libsynfig.la -lfreetype -lxml++-2.6 -lxml2 -lglibmm-2.4 -lgobject-2.0 -lsigc-2.0 -lglib-2.0 -lpthread -lsigc-2.0 -lfontconfig -lpthread -ldl -inst-prefix-dir /builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64) libtool: relink: g++ -shared -nostdlib /usr/lib/gcc/x86_64-redhat-linux/4.4.2/../../../../lib64/crti.o /usr/lib/gcc/x86_64-redhat-linux/4.4.2/crtbeginS.o .libs/liblyr_freetype_la-main.o .libs/liblyr_freetype_la-lyr_freetype.o -L/builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64/usr/lib64 -L/usr/lib64 -lsynfig -lltdl -lfreetype -lxml++-2.6 -lxml2 -lglibmm-2.4 -lgobject-2.0 -lglib-2.0 -lsigc-2.0 -lfontconfig -lpthread -ldl -L/usr/lib/gcc/x86_64-redhat-linux/4.4.2 -L/usr/lib/gcc/x86_64-redhat-linux/4.4.2/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-redhat-linux/4.4.2/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-redhat-linux/4.4.2/crtendS.o /usr/lib/gcc/x86_64-redhat-linux/4.4.2/../../../../lib64/crtn.o -m64 -mtune=generic -Wl,-soname -Wl,liblyr_freetype.so -o .libs/liblyr_freetype.so libtool: install: install -p .libs/liblyr_freetype.soT /builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64/usr/lib64/synfig/modules/liblyr_freetype.so libtool: install: install -p .libs/liblyr_freetype.lai /builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64/usr/lib64/synfig/modules/liblyr_freetype.la libtool: install: warning: remember to run `libtool --finish /usr/lib64/synfig/modules' make[4]: Leaving directory `/builddir/build/BUILD/synfig-0.62.00/src/modules/lyr_freetype' make[3]: Leaving directory `/builddir/build/BUILD/synfig-0.62.00/src/modules/lyr_freetype' Making install in lyr_std make[3]: Entering directory `/builddir/build/BUILD/synfig-0.62.00/src/modules/lyr_std' make[4]: Entering directory `/builddir/build/BUILD/synfig-0.62.00/src/modules/lyr_std' make[4]: Nothing to be done for `install-exec-am'. test -z "/usr/lib64/synfig/modules" || /bin/mkdir -p "/builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64/usr/lib64/synfig/modules" /bin/sh ../../../libtool --mode=install install -p 'liblyr_std.la' '/builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64/usr/lib64/synfig/modules/liblyr_std.la' libtool: install: warning: relinking `liblyr_std.la' libtool: install: (cd /builddir/build/BUILD/synfig-0.62.00/src/modules/lyr_std; /bin/sh /builddir/build/BUILD/synfig-0.62.00/libtool --tag CXX --mode=relink g++ -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -module -no-undefined -avoid-version -o liblyr_std.la -rpath /usr/lib64/synfig/modules liblyr_std_la-main.lo liblyr_std_la-timeloop.lo liblyr_std_la-warp.lo liblyr_std_la-xorpattern.lo liblyr_std_la-booleancurve.lo liblyr_std_la-bevel.lo liblyr_std_la-shade.lo liblyr_std_la-twirl.lo liblyr_std_la-stretch.lo liblyr_std_la-clamp.lo liblyr_std_la-supersample.lo liblyr_std_la-insideout.lo liblyr_std_la-julia.lo liblyr_std_la-rotate.lo liblyr_std_la-mandelbrot.lo liblyr_std_la-zoom.lo liblyr_std_la-import.lo liblyr_std_la-translate.lo liblyr_std_la-sphere_distort.lo liblyr_std_la-curvewarp.lo ../../synfig/libsynfig.la -lxml++-2.6 -lxml2 -lglibmm-2.4 -lgobject-2.0 -lsigc-2.0 -lglib-2.0 -lpthread -lsigc-2.0 -lpthread -ldl -inst-prefix-dir /builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64) libtool: relink: g++ -shared -nostdlib /usr/lib/gcc/x86_64-redhat-linux/4.4.2/../../../../lib64/crti.o /usr/lib/gcc/x86_64-redhat-linux/4.4.2/crtbeginS.o .libs/liblyr_std_la-main.o .libs/liblyr_std_la-timeloop.o .libs/liblyr_std_la-warp.o .libs/liblyr_std_la-xorpattern.o .libs/liblyr_std_la-booleancurve.o .libs/liblyr_std_la-bevel.o .libs/liblyr_std_la-shade.o .libs/liblyr_std_la-twirl.o .libs/liblyr_std_la-stretch.o .libs/liblyr_std_la-clamp.o .libs/liblyr_std_la-supersample.o .libs/liblyr_std_la-insideout.o .libs/liblyr_std_la-julia.o .libs/liblyr_std_la-rotate.o .libs/liblyr_std_la-mandelbrot.o .libs/liblyr_std_la-zoom.o .libs/liblyr_std_la-import.o .libs/liblyr_std_la-translate.o .libs/liblyr_std_la-sphere_distort.o .libs/liblyr_std_la-curvewarp.o -L/builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64/usr/lib64 -L/usr/lib64 -lsynfig -lltdl -lxml++-2.6 -lxml2 -lglibmm-2.4 -lgobject-2.0 -lglib-2.0 -lsigc-2.0 -lpthread -ldl -L/usr/lib/gcc/x86_64-redhat-linux/4.4.2 -L/usr/lib/gcc/x86_64-redhat-linux/4.4.2/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-redhat-linux/4.4.2/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-redhat-linux/4.4.2/crtendS.o /usr/lib/gcc/x86_64-redhat-linux/4.4.2/../../../../lib64/crtn.o -m64 -mtune=generic -Wl,-soname -Wl,liblyr_std.so -o .libs/liblyr_std.so libtool: install: install -p .libs/liblyr_std.soT /builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64/usr/lib64/synfig/modules/liblyr_std.so libtool: install: install -p .libs/liblyr_std.lai /builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64/usr/lib64/synfig/modules/liblyr_std.la libtool: install: warning: remember to run `libtool --finish /usr/lib64/synfig/modules' make[4]: Leaving directory `/builddir/build/BUILD/synfig-0.62.00/src/modules/lyr_std' make[3]: Leaving directory `/builddir/build/BUILD/synfig-0.62.00/src/modules/lyr_std' Making install in mod_mng make[3]: Entering directory `/builddir/build/BUILD/synfig-0.62.00/src/modules/mod_mng' make[4]: Entering directory `/builddir/build/BUILD/synfig-0.62.00/src/modules/mod_mng' make[4]: Nothing to be done for `install-exec-am'. test -z "/usr/lib64/synfig/modules" || /bin/mkdir -p "/builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64/usr/lib64/synfig/modules" /bin/sh ../../../libtool --mode=install install -p 'libmod_mng.la' '/builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64/usr/lib64/synfig/modules/libmod_mng.la' libtool: install: warning: relinking `libmod_mng.la' libtool: install: (cd /builddir/build/BUILD/synfig-0.62.00/src/modules/mod_mng; /bin/sh /builddir/build/BUILD/synfig-0.62.00/libtool --tag CXX --mode=relink g++ -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -module -lmng -lz -no-undefined -avoid-version -o libmod_mng.la -rpath /usr/lib64/synfig/modules libmod_mng_la-main.lo libmod_mng_la-trgt_mng.lo ../../synfig/libsynfig.la -lxml++-2.6 -lxml2 -lglibmm-2.4 -lgobject-2.0 -lsigc-2.0 -lglib-2.0 -lpthread -lsigc-2.0 -lpthread -ldl -inst-prefix-dir /builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64) libtool: relink: g++ -shared -nostdlib /usr/lib/gcc/x86_64-redhat-linux/4.4.2/../../../../lib64/crti.o /usr/lib/gcc/x86_64-redhat-linux/4.4.2/crtbeginS.o .libs/libmod_mng_la-main.o .libs/libmod_mng_la-trgt_mng.o -lmng -lz -L/builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64/usr/lib64 -L/usr/lib64 -lsynfig -lltdl -lxml++-2.6 -lxml2 -lglibmm-2.4 -lgobject-2.0 -lglib-2.0 -lsigc-2.0 -lpthread -ldl -L/usr/lib/gcc/x86_64-redhat-linux/4.4.2 -L/usr/lib/gcc/x86_64-redhat-linux/4.4.2/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-redhat-linux/4.4.2/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-redhat-linux/4.4.2/crtendS.o /usr/lib/gcc/x86_64-redhat-linux/4.4.2/../../../../lib64/crtn.o -m64 -mtune=generic -Wl,-soname -Wl,libmod_mng.so -o .libs/libmod_mng.so libtool: install: install -p .libs/libmod_mng.soT /builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64/usr/lib64/synfig/modules/libmod_mng.so libtool: install: install -p .libs/libmod_mng.lai /builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64/usr/lib64/synfig/modules/libmod_mng.la libtool: install: warning: remember to run `libtool --finish /usr/lib64/synfig/modules' make[4]: Leaving directory `/builddir/build/BUILD/synfig-0.62.00/src/modules/mod_mng' make[3]: Leaving directory `/builddir/build/BUILD/synfig-0.62.00/src/modules/mod_mng' Making install in mod_svg make[3]: Entering directory `/builddir/build/BUILD/synfig-0.62.00/src/modules/mod_svg' make[4]: Entering directory `/builddir/build/BUILD/synfig-0.62.00/src/modules/mod_svg' make[4]: Nothing to be done for `install-exec-am'. test -z "/usr/lib64/synfig/modules" || /bin/mkdir -p "/builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64/usr/lib64/synfig/modules" /bin/sh ../../../libtool --mode=install install -p 'libmod_svg.la' '/builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64/usr/lib64/synfig/modules/libmod_svg.la' libtool: install: warning: relinking `libmod_svg.la' libtool: install: (cd /builddir/build/BUILD/synfig-0.62.00/src/modules/mod_svg; /bin/sh /builddir/build/BUILD/synfig-0.62.00/libtool --tag CXX --mode=relink g++ -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -module -no-undefined -avoid-version -o libmod_svg.la -rpath /usr/lib64/synfig/modules libmod_svg_la-main.lo libmod_svg_la-layer_svg.lo libmod_svg_la-svg_parser.lo ../../synfig/libsynfig.la -lxml++-2.6 -lxml2 -lglibmm-2.4 -lgobject-2.0 -lsigc-2.0 -lglib-2.0 -lpthread -lsigc-2.0 -lpthread -ldl -inst-prefix-dir /builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64) libtool: relink: g++ -shared -nostdlib /usr/lib/gcc/x86_64-redhat-linux/4.4.2/../../../../lib64/crti.o /usr/lib/gcc/x86_64-redhat-linux/4.4.2/crtbeginS.o .libs/libmod_svg_la-main.o .libs/libmod_svg_la-layer_svg.o .libs/libmod_svg_la-svg_parser.o -L/builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64/usr/lib64 -L/usr/lib64 -lsynfig -lltdl -lxml++-2.6 -lxml2 -lglibmm-2.4 -lgobject-2.0 -lglib-2.0 -lsigc-2.0 -lpthread -ldl -L/usr/lib/gcc/x86_64-redhat-linux/4.4.2 -L/usr/lib/gcc/x86_64-redhat-linux/4.4.2/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-redhat-linux/4.4.2/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-redhat-linux/4.4.2/crtendS.o /usr/lib/gcc/x86_64-redhat-linux/4.4.2/../../../../lib64/crtn.o -m64 -mtune=generic -Wl,-soname -Wl,libmod_svg.so -o .libs/libmod_svg.so libtool: install: install -p .libs/libmod_svg.soT /builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64/usr/lib64/synfig/modules/libmod_svg.so libtool: install: install -p .libs/libmod_svg.lai /builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64/usr/lib64/synfig/modules/libmod_svg.la libtool: install: warning: remember to run `libtool --finish /usr/lib64/synfig/modules' make[4]: Leaving directory `/builddir/build/BUILD/synfig-0.62.00/src/modules/mod_svg' make[3]: Leaving directory `/builddir/build/BUILD/synfig-0.62.00/src/modules/mod_svg' Making install in mod_magickpp make[3]: Entering directory `/builddir/build/BUILD/synfig-0.62.00/src/modules/mod_magickpp' make[4]: Entering directory `/builddir/build/BUILD/synfig-0.62.00/src/modules/mod_magickpp' make[4]: Nothing to be done for `install-exec-am'. test -z "/usr/lib64/synfig/modules" || /bin/mkdir -p "/builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64/usr/lib64/synfig/modules" make[4]: Leaving directory `/builddir/build/BUILD/synfig-0.62.00/src/modules/mod_magickpp' make[3]: Leaving directory `/builddir/build/BUILD/synfig-0.62.00/src/modules/mod_magickpp' Making install in example make[3]: Entering directory `/builddir/build/BUILD/synfig-0.62.00/src/modules/example' make[4]: Entering directory `/builddir/build/BUILD/synfig-0.62.00/src/modules/example' make[4]: Nothing to be done for `install-exec-am'. test -z "/usr/lib64/synfig/modules" || /bin/mkdir -p "/builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64/usr/lib64/synfig/modules" /bin/sh ../../../libtool --mode=install install -p 'libexample.la' '/builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64/usr/lib64/synfig/modules/libexample.la' libtool: install: warning: relinking `libexample.la' libtool: install: (cd /builddir/build/BUILD/synfig-0.62.00/src/modules/example; /bin/sh /builddir/build/BUILD/synfig-0.62.00/libtool --tag CXX --mode=relink g++ -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DNDEBUG -O2 -W -module -no-undefined -avoid-version -o libexample.la -rpath /usr/lib64/synfig/modules libexample_la-main.lo libexample_la-simplecircle.lo libexample_la-filledrect.lo libexample_la-metaballs.lo ../../synfig/libsynfig.la -lxml++-2.6 -lxml2 -lglibmm-2.4 -lgobject-2.0 -lsigc-2.0 -lglib-2.0 -lpthread -lsigc-2.0 -lpthread -ldl -inst-prefix-dir /builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64) libtool: relink: g++ -shared -nostdlib /usr/lib/gcc/x86_64-redhat-linux/4.4.2/../../../../lib64/crti.o /usr/lib/gcc/x86_64-redhat-linux/4.4.2/crtbeginS.o .libs/libexample_la-main.o .libs/libexample_la-simplecircle.o .libs/libexample_la-filledrect.o .libs/libexample_la-metaballs.o -L/builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64/usr/lib64 -L/usr/lib64 -lsynfig -lltdl -lxml++-2.6 -lxml2 -lglibmm-2.4 -lgobject-2.0 -lglib-2.0 -lsigc-2.0 -lpthread -ldl -L/usr/lib/gcc/x86_64-redhat-linux/4.4.2 -L/usr/lib/gcc/x86_64-redhat-linux/4.4.2/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-redhat-linux/4.4.2/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-redhat-linux/4.4.2/crtendS.o /usr/lib/gcc/x86_64-redhat-linux/4.4.2/../../../../lib64/crtn.o -m64 -mtune=generic -Wl,-soname -Wl,libexample.so -o .libs/libexample.so libtool: install: install -p .libs/libexample.soT /builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64/usr/lib64/synfig/modules/libexample.so libtool: install: install -p .libs/libexample.lai /builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64/usr/lib64/synfig/modules/libexample.la libtool: install: warning: remember to run `libtool --finish /usr/lib64/synfig/modules' make[4]: Leaving directory `/builddir/build/BUILD/synfig-0.62.00/src/modules/example' make[3]: Leaving directory `/builddir/build/BUILD/synfig-0.62.00/src/modules/example' make[3]: Entering directory `/builddir/build/BUILD/synfig-0.62.00/src/modules' make[4]: Entering directory `/builddir/build/BUILD/synfig-0.62.00/src/modules' test -z "/etc" || /bin/mkdir -p "/builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64/etc" install -p -m 644 'synfig_modules.cfg' '/builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64/etc/synfig_modules.cfg' make[4]: Nothing to be done for `install-data-am'. make[4]: Leaving directory `/builddir/build/BUILD/synfig-0.62.00/src/modules' make[3]: Leaving directory `/builddir/build/BUILD/synfig-0.62.00/src/modules' make[2]: Leaving directory `/builddir/build/BUILD/synfig-0.62.00/src/modules' Making install in tool make[2]: Entering directory `/builddir/build/BUILD/synfig-0.62.00/src/tool' make[3]: Entering directory `/builddir/build/BUILD/synfig-0.62.00/src/tool' test -z "/usr/bin" || /bin/mkdir -p "/builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64/usr/bin" /bin/sh ../../libtool --mode=install install -p 'synfig' '/builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64/usr/bin/synfig' libtool: install: warning: `../synfig/libsynfig.la' has not been installed in `/usr/lib64' libtool: install: install -p .libs/synfig /builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64/usr/bin/synfig make[3]: Nothing to be done for `install-data-am'. make[3]: Leaving directory `/builddir/build/BUILD/synfig-0.62.00/src/tool' make[2]: Leaving directory `/builddir/build/BUILD/synfig-0.62.00/src/tool' make[2]: Entering directory `/builddir/build/BUILD/synfig-0.62.00/src' make[3]: Entering directory `/builddir/build/BUILD/synfig-0.62.00/src' 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/synfig-0.62.00/src' make[2]: Leaving directory `/builddir/build/BUILD/synfig-0.62.00/src' make[1]: Leaving directory `/builddir/build/BUILD/synfig-0.62.00/src' Making install in examples make[1]: Entering directory `/builddir/build/BUILD/synfig-0.62.00/examples' Making install in walk make[2]: Entering directory `/builddir/build/BUILD/synfig-0.62.00/examples/walk' make[3]: Entering directory `/builddir/build/BUILD/synfig-0.62.00/examples/walk' 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/synfig-0.62.00/examples/walk' make[2]: Leaving directory `/builddir/build/BUILD/synfig-0.62.00/examples/walk' make[2]: Entering directory `/builddir/build/BUILD/synfig-0.62.00/examples' make[3]: Entering directory `/builddir/build/BUILD/synfig-0.62.00/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/synfig-0.62.00/examples' make[2]: Leaving directory `/builddir/build/BUILD/synfig-0.62.00/examples' make[1]: Leaving directory `/builddir/build/BUILD/synfig-0.62.00/examples' Making install in po make[1]: Entering directory `/builddir/build/BUILD/synfig-0.62.00/po' /bin/mkdir -p /builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64/usr/share installing es.gmo as /builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64/usr/share/locale/es/LC_MESSAGES/synfig.mo installing fr.gmo as /builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64/usr/share/locale/fr/LC_MESSAGES/synfig.mo installing ru.gmo as /builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64/usr/share/locale/ru/LC_MESSAGES/synfig.mo if test "synfig" = "gettext-tools"; then \ /bin/mkdir -p /builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64/usr/share/gettext/po; \ for file in Makefile.in.in remove-potcdate.sin quot.sed boldquot.sed en@quot.header en@boldquot.header insert-header.sin Rules-quot Makevars.template; do \ install -p -m 644 ./$file \ /builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64/usr/share/gettext/po/$file; \ done; \ for file in Makevars; do \ rm -f /builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64/usr/share/gettext/po/$file; \ done; \ else \ : ; \ fi make[1]: Leaving directory `/builddir/build/BUILD/synfig-0.62.00/po' make[1]: Entering directory `/builddir/build/BUILD/synfig-0.62.00' make[2]: Entering directory `/builddir/build/BUILD/synfig-0.62.00' test -z "/usr/bin" || /bin/mkdir -p "/builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64/usr/bin" install -p 'synfig-config' '/builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64/usr/bin/synfig-config' test -z "/usr/lib64/pkgconfig" || /bin/mkdir -p "/builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64/usr/lib64/pkgconfig" install -p -m 644 'synfig.pc' '/builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64/usr/lib64/pkgconfig/synfig.pc' make[2]: Leaving directory `/builddir/build/BUILD/synfig-0.62.00' make[1]: Leaving directory `/builddir/build/BUILD/synfig-0.62.00' + find /builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64 -name '*.la' -exec rm -f '{}' ';' + /usr/lib/rpm/find-lang.sh /builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64 synfig + touch -r README /builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64/usr/bin/synfig-config + /usr/lib/rpm/find-debuginfo.sh --strict-build-id /builddir/build/BUILD/synfig-0.62.00 extracting debug info from /builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64/usr/lib64/libsynfig.so.0.0.0 extracting debug info from /builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64/usr/lib64/synfig/modules/libmod_particle.so extracting debug info from /builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64/usr/lib64/synfig/modules/libmod_filter.so extracting debug info from /builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64/usr/lib64/synfig/modules/libmod_yuv420p.so extracting debug info from /builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64/usr/lib64/synfig/modules/libmod_gif.so extracting debug info from /builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64/usr/lib64/synfig/modules/libmod_gradient.so extracting debug info from /builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64/usr/lib64/synfig/modules/libmod_geometry.so extracting debug info from /builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64/usr/lib64/synfig/modules/libmod_noise.so extracting debug info from /builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64/usr/lib64/synfig/modules/libmod_jpeg.so extracting debug info from /builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64/usr/lib64/synfig/modules/libmod_openexr.so extracting debug info from /builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64/usr/lib64/synfig/modules/libmod_bmp.so extracting debug info from /builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64/usr/lib64/synfig/modules/libmod_ppm.so extracting debug info from /builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64/usr/lib64/synfig/modules/libmod_png.so extracting debug info from /builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64/usr/lib64/synfig/modules/libmod_dv.so extracting debug info from /builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64/usr/lib64/synfig/modules/libmod_imagemagick.so extracting debug info from /builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64/usr/lib64/synfig/modules/libmod_ffmpeg.so extracting debug info from /builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64/usr/lib64/synfig/modules/liblyr_freetype.so extracting debug info from /builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64/usr/lib64/synfig/modules/liblyr_std.so extracting debug info from /builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64/usr/lib64/synfig/modules/libmod_mng.so extracting debug info from /builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64/usr/lib64/synfig/modules/libmod_svg.so extracting debug info from /builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64/usr/lib64/synfig/modules/libexample.so extracting debug info from /builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64/usr/bin/synfig symlinked /usr/lib/debug/usr/lib64/libsynfig.so.0.0.0.debug to /usr/lib/debug/usr/lib64/libsynfig.so.0.debug symlinked /usr/lib/debug/usr/lib64/libsynfig.so.0.0.0.debug to /usr/lib/debug/usr/lib64/libsynfig.so.debug + /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 Bytecompiling .py files below /builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64/usr/lib*/python*/ using /usr/bin/python* File "/usr/bin/python2", line 1 SyntaxError: Non-ASCII character '\x88' in file /usr/bin/python2 on line 2, but no encoding declared; see http://www.python.org/peps/pep-0263.html for details File "/usr/bin/python2", line 1 SyntaxError: Non-ASCII character '\x88' in file /usr/bin/python2 on line 2, but no encoding declared; see http://www.python.org/peps/pep-0263.html for details + /usr/lib/rpm/redhat/brp-python-hardlink + /usr/lib/rpm/redhat/brp-java-repack-jars Processing files: synfig-0.62.00-1.fc13.x86_64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.MLPw5g + umask 022 + cd /builddir/build/BUILD + cd synfig-0.62.00 + DOCDIR=/builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64/usr/share/doc/synfig-0.62.00 + export DOCDIR + rm -rf /builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64/usr/share/doc/synfig-0.62.00 + /bin/mkdir -p /builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64/usr/share/doc/synfig-0.62.00 + cp -pr README COPYING AUTHORS NEWS /builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64/usr/share/doc/synfig-0.62.00 + exit 0 Provides: config(synfig) = 0.62.00-1.fc13 libexample.so()(64bit) liblyr_freetype.so()(64bit) liblyr_std.so()(64bit) libmod_bmp.so()(64bit) libmod_dv.so()(64bit) libmod_ffmpeg.so()(64bit) libmod_filter.so()(64bit) libmod_geometry.so()(64bit) libmod_gif.so()(64bit) libmod_gradient.so()(64bit) libmod_imagemagick.so()(64bit) libmod_jpeg.so()(64bit) libmod_mng.so()(64bit) libmod_noise.so()(64bit) libmod_openexr.so()(64bit) libmod_particle.so()(64bit) libmod_png.so()(64bit) libmod_ppm.so()(64bit) libmod_svg.so()(64bit) libmod_yuv420p.so()(64bit) libsynfig.so.0()(64bit) Requires(interp): /sbin/ldconfig /sbin/ldconfig Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires(post): /sbin/ldconfig Requires(postun): /sbin/ldconfig Requires: libHalf.so.6()(64bit) libIex.so.6()(64bit) libIlmImf.so.6()(64bit) libIlmThread.so.6()(64bit) libImath.so.6()(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.11)(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.3.4)(64bit) libc.so.6(GLIBC_2.4)(64bit) libc.so.6(GLIBC_2.7)(64bit) libc.so.6(GLIBC_2.8)(64bit) libdl.so.2()(64bit) libfontconfig.so.1()(64bit) libfreetype.so.6()(64bit) libgcc_s.so.1()(64bit) libgcc_s.so.1(GCC_3.0)(64bit) libgcc_s.so.1(GCC_4.0.0)(64bit) libglib-2.0.so.0()(64bit) libglibmm-2.4.so.1()(64bit) libgobject-2.0.so.0()(64bit) libjpeg.so.62()(64bit) libltdl.so.7()(64bit) libm.so.6()(64bit) libm.so.6(GLIBC_2.2.5)(64bit) libmng.so.1()(64bit) libpng12.so.0()(64bit) libpng12.so.0(PNG12_0)(64bit) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.2.5)(64bit) libsigc-2.0.so.0()(64bit) libstdc++.so.6()(64bit) libstdc++.so.6(CXXABI_1.3)(64bit) libstdc++.so.6(CXXABI_1.3.1)(64bit) libstdc++.so.6(GLIBCXX_3.4)(64bit) libstdc++.so.6(GLIBCXX_3.4.10)(64bit) libstdc++.so.6(GLIBCXX_3.4.11)(64bit) libstdc++.so.6(GLIBCXX_3.4.9)(64bit) libsynfig.so.0()(64bit) libxml++-2.6.so.2()(64bit) libxml2.so.2()(64bit) libxml2.so.2(LIBXML2_2.4.30)(64bit) libz.so.1()(64bit) rtld(GNU_HASH) Processing files: synfig-devel-0.62.00-1.fc13.x86_64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.aFLNjZ + umask 022 + cd /builddir/build/BUILD + cd synfig-0.62.00 + DOCDIR=/builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64/usr/share/doc/synfig-devel-0.62.00 + export DOCDIR + rm -rf /builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64/usr/share/doc/synfig-devel-0.62.00 + /bin/mkdir -p /builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64/usr/share/doc/synfig-devel-0.62.00 + cp -pr doc COPYING TODO /builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64/usr/share/doc/synfig-devel-0.62.00 + exit 0 Provides: pkgconfig(synfig) = 0.62.00 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(VersionedDependencies) <= 3.0.3-1 Requires: /bin/sh /usr/bin/pkg-config libsynfig.so.0()(64bit) pkgconfig(ETL) pkgconfig(libxml++-2.6) pkgconfig(sigc++-2.0) Processing files: synfig-debuginfo-0.62.00-1.fc13.x86_64 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64 warning: Could not canonicalize hostname: xenbuilder4.fedora.phx.redhat.com Wrote: /builddir/build/RPMS/synfig-0.62.00-1.fc13.x86_64.rpm Wrote: /builddir/build/RPMS/synfig-devel-0.62.00-1.fc13.x86_64.rpm Wrote: /builddir/build/RPMS/synfig-debuginfo-0.62.00-1.fc13.x86_64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.eK5bTY + umask 022 + cd /builddir/build/BUILD + cd synfig-0.62.00 + rm -rf /builddir/build/BUILDROOT/synfig-0.62.00-1.fc13.x86_64 + exit 0 Child returncode was: 0 LEAVE do -->