Menu

#198 tilp r4341 dependent on 2 versions of same libraries

open
nobody
None
5
2010-11-01
2010-11-01
No

I was recently having problems with installing SVN r4341 of TiLP onto Arch Linux, and when I ran ldd against it, grepping for "libti", I got this:
% ldd /usr/bin/tilp | grep "libti"
libticalcs2.so.9 => /usr/lib/libticalcs2.so.9 (0xb767b000)
libticables2.so.4 => /usr/lib/libticables2.so.4 (0xb766b000)
libtifiles2.so.7 => not found
libticonv.so.5 => /usr/lib/libticonv.so.5 (0xb7661000)
libtifiles2.so.6 => /usr/lib/libtifiles2.so.6 (0xb6ef4000)
libticonv.so.4 => not found

It seems to depend on both the SVN and stable versions of two of the libraries (libtifiles and libticonv), which are the two that are reported as "not found." Is this an error in the Makefile, or do I really need to have both versions of those two libraries at the same time?
By the way, I really need the SVN version because of the somewhat-recent patch to stop TiLP from hanging when trying to send things to the archive of an 84+.

Discussion

  • Lionel Debroux

    Lionel Debroux - 2010-11-11

    It's odd that your TILP binary ends up depending on multiple versions of libti*. Do you have the full compilation log (of all libti* and tilp, I mean) ?
    And, not that it should fix your problem, but HEAD is currently r4343.

    Lionel.

     
  • Anonymous

    Anonymous - 2010-11-12

    If by the "compile log" you mean the output of "make," here it is:
    TILP:
    make all-recursive
    make[1]: Entering directory `/tmp/yaourt-tmp-archie/aur-tilp-svn/src/tilp-build'
    Making all in build
    make[2]: Entering directory `/tmp/yaourt-tmp-archie/aur-tilp-svn/src/tilp-build/build'
    Making all in mingw
    make[3]: Entering directory `/tmp/yaourt-tmp-archie/aur-tilp-svn/src/tilp-build/build/mingw'
    make[3]: Nothing to be done for `all'.
    make[3]: Leaving directory `/tmp/yaourt-tmp-archie/aur-tilp-svn/src/tilp-build/build/mingw'
    make[3]: Entering directory `/tmp/yaourt-tmp-archie/aur-tilp-svn/src/tilp-build/build'
    make[3]: Nothing to be done for `all-am'.
    make[3]: Leaving directory `/tmp/yaourt-tmp-archie/aur-tilp-svn/src/tilp-build/build'
    make[2]: Leaving directory `/tmp/yaourt-tmp-archie/aur-tilp-svn/src/tilp-build/build'
    Making all in builder
    make[2]: Entering directory `/tmp/yaourt-tmp-archie/aur-tilp-svn/src/tilp-build/builder'
    make[2]: Nothing to be done for `all'.
    make[2]: Leaving directory `/tmp/yaourt-tmp-archie/aur-tilp-svn/src/tilp-build/builder'
    Making all in glade
    make[2]: Entering directory `/tmp/yaourt-tmp-archie/aur-tilp-svn/src/tilp-build/glade'
    make[2]: Nothing to be done for `all'.
    make[2]: Leaving directory `/tmp/yaourt-tmp-archie/aur-tilp-svn/src/tilp-build/glade'
    Making all in help
    make[2]: Entering directory `/tmp/yaourt-tmp-archie/aur-tilp-svn/src/tilp-build/help'
    make[2]: Nothing to be done for `all'.
    make[2]: Leaving directory `/tmp/yaourt-tmp-archie/aur-tilp-svn/src/tilp-build/help'
    Making all in icons
    make[2]: Entering directory `/tmp/yaourt-tmp-archie/aur-tilp-svn/src/tilp-build/icons'
    make[2]: Nothing to be done for `all'.
    make[2]: Leaving directory `/tmp/yaourt-tmp-archie/aur-tilp-svn/src/tilp-build/icons'
    Making all in pixmaps
    make[2]: Entering directory `/tmp/yaourt-tmp-archie/aur-tilp-svn/src/tilp-build/pixmaps'
    make[2]: Nothing to be done for `all'.
    make[2]: Leaving directory `/tmp/yaourt-tmp-archie/aur-tilp-svn/src/tilp-build/pixmaps'
    Making all in po
    make[2]: Entering directory `/tmp/yaourt-tmp-archie/aur-tilp-svn/src/tilp-build/po'
    test ! -f ./tilp2.pot || \
    test -z "fr.gmo" || make fr.gmo
    make[3]: Entering directory `/tmp/yaourt-tmp-archie/aur-tilp-svn/src/tilp-build/po'
    /usr/bin/msgmerge --update fr.po tilp2.pot
    ...................................... done.
    rm -f fr.gmo && /usr/bin/msgfmt -c --statistics -o fr.gmo fr.po
    376 translated messages.
    make[3]: Leaving directory `/tmp/yaourt-tmp-archie/aur-tilp-svn/src/tilp-build/po'
    touch stamp-po
    make[2]: Leaving directory `/tmp/yaourt-tmp-archie/aur-tilp-svn/src/tilp-build/po'
    Making all in src
    make[2]: Entering directory `/tmp/yaourt-tmp-archie/aur-tilp-svn/src/tilp-build/src'
    gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -pthread -I/usr/include/libglade-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libxml2 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -DSHARE_DIR=\"/usr/share/tilp2\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/usr/etc\" -DGTK_DISABLE_DEPRECATED -Wall -march=i686 -mtune=generic -O2 -pipe -D__LINUX__ -fvisibility=hidden -DGTK_DISABLE_DEPRECATED -MT tilp-tilp_calcs.o -MD -MP -MF .deps/tilp-tilp_calcs.Tpo -c -o tilp-tilp_calcs.o `test -f 'tilp_calcs.c' || echo './'`tilp_calcs.c
    mv -f .deps/tilp-tilp_calcs.Tpo .deps/tilp-tilp_calcs.Po
    gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -pthread -I/usr/include/libglade-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libxml2 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -DSHARE_DIR=\"/usr/share/tilp2\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/usr/etc\" -DGTK_DISABLE_DEPRECATED -Wall -march=i686 -mtune=generic -O2 -pipe -D__LINUX__ -fvisibility=hidden -DGTK_DISABLE_DEPRECATED -MT tilp-tilp_cmdline.o -MD -MP -MF .deps/tilp-tilp_cmdline.Tpo -c -o tilp-tilp_cmdline.o `test -f 'tilp_cmdline.c' || echo './'`tilp_cmdline.c
    mv -f .deps/tilp-tilp_cmdline.Tpo .deps/tilp-tilp_cmdline.Po
    gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -pthread -I/usr/include/libglade-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libxml2 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -DSHARE_DIR=\"/usr/share/tilp2\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/usr/etc\" -DGTK_DISABLE_DEPRECATED -Wall -march=i686 -mtune=generic -O2 -pipe -D__LINUX__ -fvisibility=hidden -DGTK_DISABLE_DEPRECATED -MT tilp-tilp_config.o -MD -MP -MF .deps/tilp-tilp_config.Tpo -c -o tilp-tilp_config.o `test -f 'tilp_config.c' || echo './'`tilp_config.c
    mv -f .deps/tilp-tilp_config.Tpo .deps/tilp-tilp_config.Po
    gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -pthread -I/usr/include/libglade-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libxml2 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -DSHARE_DIR=\"/usr/share/tilp2\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/usr/etc\" -DGTK_DISABLE_DEPRECATED -Wall -march=i686 -mtune=generic -O2 -pipe -D__LINUX__ -fvisibility=hidden -DGTK_DISABLE_DEPRECATED -MT tilp-tilp_error.o -MD -MP -MF .deps/tilp-tilp_error.Tpo -c -o tilp-tilp_error.o `test -f 'tilp_error.c' || echo './'`tilp_error.c
    mv -f .deps/tilp-tilp_error.Tpo .deps/tilp-tilp_error.Po
    gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -pthread -I/usr/include/libglade-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libxml2 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -DSHARE_DIR=\"/usr/share/tilp2\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/usr/etc\" -DGTK_DISABLE_DEPRECATED -Wall -march=i686 -mtune=generic -O2 -pipe -D__LINUX__ -fvisibility=hidden -DGTK_DISABLE_DEPRECATED -MT tilp-tilp_files.o -MD -MP -MF .deps/tilp-tilp_files.Tpo -c -o tilp-tilp_files.o `test -f 'tilp_files.c' || echo './'`tilp_files.c
    mv -f .deps/tilp-tilp_files.Tpo .deps/tilp-tilp_files.Po
    gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -pthread -I/usr/include/libglade-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libxml2 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -DSHARE_DIR=\"/usr/share/tilp2\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/usr/etc\" -DGTK_DISABLE_DEPRECATED -Wall -march=i686 -mtune=generic -O2 -pipe -D__LINUX__ -fvisibility=hidden -DGTK_DISABLE_DEPRECATED -MT tilp-tilp_gif.o -MD -MP -MF .deps/tilp-tilp_gif.Tpo -c -o tilp-tilp_gif.o `test -f 'tilp_gif.c' || echo './'`tilp_gif.c
    mv -f .deps/tilp-tilp_gif.Tpo .deps/tilp-tilp_gif.Po
    gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -pthread -I/usr/include/libglade-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libxml2 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -DSHARE_DIR=\"/usr/share/tilp2\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/usr/etc\" -DGTK_DISABLE_DEPRECATED -Wall -march=i686 -mtune=generic -O2 -pipe -D__LINUX__ -fvisibility=hidden -DGTK_DISABLE_DEPRECATED -MT tilp-tilp_log.o -MD -MP -MF .deps/tilp-tilp_log.Tpo -c -o tilp-tilp_log.o `test -f 'tilp_log.c' || echo './'`tilp_log.c
    mv -f .deps/tilp-tilp_log.Tpo .deps/tilp-tilp_log.Po
    gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -pthread -I/usr/include/libglade-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libxml2 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -DSHARE_DIR=\"/usr/share/tilp2\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/usr/etc\" -DGTK_DISABLE_DEPRECATED -Wall -march=i686 -mtune=generic -O2 -pipe -D__LINUX__ -fvisibility=hidden -DGTK_DISABLE_DEPRECATED -MT tilp-tilp_main.o -MD -MP -MF .deps/tilp-tilp_main.Tpo -c -o tilp-tilp_main.o `test -f 'tilp_main.c' || echo './'`tilp_main.c
    mv -f .deps/tilp-tilp_main.Tpo .deps/tilp-tilp_main.Po
    gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -pthread -I/usr/include/libglade-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libxml2 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -DSHARE_DIR=\"/usr/share/tilp2\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/usr/etc\" -DGTK_DISABLE_DEPRECATED -Wall -march=i686 -mtune=generic -O2 -pipe -D__LINUX__ -fvisibility=hidden -DGTK_DISABLE_DEPRECATED -MT tilp-tilp_misc.o -MD -MP -MF .deps/tilp-tilp_misc.Tpo -c -o tilp-tilp_misc.o `test -f 'tilp_misc.c' || echo './'`tilp_misc.c
    mv -f .deps/tilp-tilp_misc.Tpo .deps/tilp-tilp_misc.Po
    gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -pthread -I/usr/include/libglade-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libxml2 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -DSHARE_DIR=\"/usr/share/tilp2\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/usr/etc\" -DGTK_DISABLE_DEPRECATED -Wall -march=i686 -mtune=generic -O2 -pipe -D__LINUX__ -fvisibility=hidden -DGTK_DISABLE_DEPRECATED -MT tilp-tilp_paths.o -MD -MP -MF .deps/tilp-tilp_paths.Tpo -c -o tilp-tilp_paths.o `test -f 'tilp_paths.c' || echo './'`tilp_paths.c
    mv -f .deps/tilp-tilp_paths.Tpo .deps/tilp-tilp_paths.Po
    gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -pthread -I/usr/include/libglade-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libxml2 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -DSHARE_DIR=\"/usr/share/tilp2\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/usr/etc\" -DGTK_DISABLE_DEPRECATED -Wall -march=i686 -mtune=generic -O2 -pipe -D__LINUX__ -fvisibility=hidden -DGTK_DISABLE_DEPRECATED -MT tilp-tilp_screen.o -MD -MP -MF .deps/tilp-tilp_screen.Tpo -c -o tilp-tilp_screen.o `test -f 'tilp_screen.c' || echo './'`tilp_screen.c
    mv -f .deps/tilp-tilp_screen.Tpo .deps/tilp-tilp_screen.Po
    gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -pthread -I/usr/include/libglade-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libxml2 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -DSHARE_DIR=\"/usr/share/tilp2\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/usr/etc\" -DGTK_DISABLE_DEPRECATED -Wall -march=i686 -mtune=generic -O2 -pipe -D__LINUX__ -fvisibility=hidden -DGTK_DISABLE_DEPRECATED -MT tilp-tilp_slct.o -MD -MP -MF .deps/tilp-tilp_slct.Tpo -c -o tilp-tilp_slct.o `test -f 'tilp_slct.c' || echo './'`tilp_slct.c
    tilp_slct.c: In function ‘tilp_local_update_applist’:
    tilp_slct.c:412:3: warning: missing braces around initializer
    tilp_slct.c:412:3: warning: (near initialization for ‘ve.folder’)
    mv -f .deps/tilp-tilp_slct.Tpo .deps/tilp-tilp_slct.Po
    gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -pthread -I/usr/include/libglade-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libxml2 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -DSHARE_DIR=\"/usr/share/tilp2\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/usr/etc\" -DGTK_DISABLE_DEPRECATED -Wall -march=i686 -mtune=generic -O2 -pipe -D__LINUX__ -fvisibility=hidden -DGTK_DISABLE_DEPRECATED -MT tilp-tilp_update.o -MD -MP -MF .deps/tilp-tilp_update.Tpo -c -o tilp-tilp_update.o `test -f 'tilp_update.c' || echo './'`tilp_update.c
    mv -f .deps/tilp-tilp_update.Tpo .deps/tilp-tilp_update.Po
    gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -pthread -I/usr/include/libglade-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libxml2 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -DSHARE_DIR=\"/usr/share/tilp2\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/usr/etc\" -DGTK_DISABLE_DEPRECATED -Wall -march=i686 -mtune=generic -O2 -pipe -D__LINUX__ -fvisibility=hidden -DGTK_DISABLE_DEPRECATED -MT tilp-tilp_vars.o -MD -MP -MF .deps/tilp-tilp_vars.Tpo -c -o tilp-tilp_vars.o `test -f 'tilp_vars.c' || echo './'`tilp_vars.c
    mv -f .deps/tilp-tilp_vars.Tpo .deps/tilp-tilp_vars.Po
    gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -pthread -I/usr/include/libglade-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libxml2 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -DSHARE_DIR=\"/usr/share/tilp2\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/usr/etc\" -DGTK_DISABLE_DEPRECATED -Wall -march=i686 -mtune=generic -O2 -pipe -D__LINUX__ -fvisibility=hidden -DGTK_DISABLE_DEPRECATED -MT tilp-tilp_device.o -MD -MP -MF .deps/tilp-tilp_device.Tpo -c -o tilp-tilp_device.o `test -f 'tilp_device.c' || echo './'`tilp_device.c
    mv -f .deps/tilp-tilp_device.Tpo .deps/tilp-tilp_device.Po
    gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -pthread -I/usr/include/libglade-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libxml2 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -DSHARE_DIR=\"/usr/share/tilp2\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/usr/etc\" -DGTK_DISABLE_DEPRECATED -Wall -march=i686 -mtune=generic -O2 -pipe -D__LINUX__ -fvisibility=hidden -DGTK_DISABLE_DEPRECATED -MT tilp-tilp.o -MD -MP -MF .deps/tilp-tilp.Tpo -c -o tilp-tilp.o `test -f 'tilp.c' || echo './'`tilp.c
    tilp.c: In function ‘on_rom_dump1_activate’:
    tilp.c:280:2: warning: passing argument 1 of ‘g_free’ discards qualifiers from pointer target type
    /usr/include/glib-2.0/glib/gmem.h:52:7: note: expected ‘gpointer’ but argument is of type ‘const char *’
    tilp.c:287:2: warning: passing argument 1 of ‘g_free’ discards qualifiers from pointer target type
    /usr/include/glib-2.0/glib/gmem.h:52:7: note: expected ‘gpointer’ but argument is of type ‘const char *’
    tilp.c: In function ‘on_tilp_button3b_clicked’:
    tilp.c:338:2: warning: passing argument 1 of ‘g_free’ discards qualifiers from pointer target type
    /usr/include/glib-2.0/glib/gmem.h:52:7: note: expected ‘gpointer’ but argument is of type ‘const char *’
    tilp.c:345:2: warning: passing argument 1 of ‘g_free’ discards qualifiers from pointer target type
    /usr/include/glib-2.0/glib/gmem.h:52:7: note: expected ‘gpointer’ but argument is of type ‘const char *’
    tilp.c: In function ‘save_group’:
    tilp.c:415:2: warning: passing argument 1 of ‘g_free’ discards qualifiers from pointer target type
    /usr/include/glib-2.0/glib/gmem.h:52:7: note: expected ‘gpointer’ but argument is of type ‘const char *’
    tilp.c:422:2: warning: passing argument 1 of ‘g_free’ discards qualifiers from pointer target type
    /usr/include/glib-2.0/glib/gmem.h:52:7: note: expected ‘gpointer’ but argument is of type ‘const char *’
    tilp.c: In function ‘on_tilp_button7_clicked’:
    tilp.c:606:2: warning: passing argument 1 of ‘g_free’ discards qualifiers from pointer target type
    /usr/include/glib-2.0/glib/gmem.h:52:7: note: expected ‘gpointer’ but argument is of type ‘const char *’
    tilp.c:613:2: warning: passing argument 1 of ‘g_free’ discards qualifiers from pointer target type
    /usr/include/glib-2.0/glib/gmem.h:52:7: note: expected ‘gpointer’ but argument is of type ‘const char *’
    mv -f .deps/tilp-tilp.Tpo .deps/tilp-tilp.Po
    gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -pthread -I/usr/include/libglade-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libxml2 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -DSHARE_DIR=\"/usr/share/tilp2\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/usr/etc\" -DGTK_DISABLE_DEPRECATED -Wall -march=i686 -mtune=generic -O2 -pipe -D__LINUX__ -fvisibility=hidden -DGTK_DISABLE_DEPRECATED -MT tilp-main.o -MD -MP -MF .deps/tilp-main.Tpo -c -o tilp-main.o `test -f 'main.c' || echo './'`main.c
    mv -f .deps/tilp-main.Tpo .deps/tilp-main.Po
    gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -pthread -I/usr/include/libglade-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libxml2 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -DSHARE_DIR=\"/usr/share/tilp2\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/usr/etc\" -DGTK_DISABLE_DEPRECATED -Wall -march=i686 -mtune=generic -O2 -pipe -D__LINUX__ -fvisibility=hidden -DGTK_DISABLE_DEPRECATED -MT tilp-about.o -MD -MP -MF .deps/tilp-about.Tpo -c -o tilp-about.o `test -f 'about.c' || echo './'`about.c
    mv -f .deps/tilp-about.Tpo .deps/tilp-about.Po
    gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -pthread -I/usr/include/libglade-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libxml2 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -DSHARE_DIR=\"/usr/share/tilp2\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/usr/etc\" -DGTK_DISABLE_DEPRECATED -Wall -march=i686 -mtune=generic -O2 -pipe -D__LINUX__ -fvisibility=hidden -DGTK_DISABLE_DEPRECATED -MT tilp-action.o -MD -MP -MF .deps/tilp-action.Tpo -c -o tilp-action.o `test -f 'action.c' || echo './'`action.c
    mv -f .deps/tilp-action.Tpo .deps/tilp-action.Po
    gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -pthread -I/usr/include/libglade-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libxml2 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -DSHARE_DIR=\"/usr/share/tilp2\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/usr/etc\" -DGTK_DISABLE_DEPRECATED -Wall -march=i686 -mtune=generic -O2 -pipe -D__LINUX__ -fvisibility=hidden -DGTK_DISABLE_DEPRECATED -MT tilp-bookmark.o -MD -MP -MF .deps/tilp-bookmark.Tpo -c -o tilp-bookmark.o `test -f 'bookmark.c' || echo './'`bookmark.c
    mv -f .deps/tilp-bookmark.Tpo .deps/tilp-bookmark.Po
    gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -pthread -I/usr/include/libglade-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libxml2 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -DSHARE_DIR=\"/usr/share/tilp2\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/usr/etc\" -DGTK_DISABLE_DEPRECATED -Wall -march=i686 -mtune=generic -O2 -pipe -D__LINUX__ -fvisibility=hidden -DGTK_DISABLE_DEPRECATED -MT tilp-clist.o -MD -MP -MF .deps/tilp-clist.Tpo -c -o tilp-clist.o `test -f 'clist.c' || echo './'`clist.c
    mv -f .deps/tilp-clist.Tpo .deps/tilp-clist.Po
    gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -pthread -I/usr/include/libglade-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libxml2 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -DSHARE_DIR=\"/usr/share/tilp2\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/usr/etc\" -DGTK_DISABLE_DEPRECATED -Wall -march=i686 -mtune=generic -O2 -pipe -D__LINUX__ -fvisibility=hidden -DGTK_DISABLE_DEPRECATED -MT tilp-clist_rbm.o -MD -MP -MF .deps/tilp-clist_rbm.Tpo -c -o tilp-clist_rbm.o `test -f 'clist_rbm.c' || echo './'`clist_rbm.c
    mv -f .deps/tilp-clist_rbm.Tpo .deps/tilp-clist_rbm.Po
    gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -pthread -I/usr/include/libglade-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libxml2 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -DSHARE_DIR=\"/usr/share/tilp2\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/usr/etc\" -DGTK_DISABLE_DEPRECATED -Wall -march=i686 -mtune=generic -O2 -pipe -D__LINUX__ -fvisibility=hidden -DGTK_DISABLE_DEPRECATED -MT tilp-clock.o -MD -MP -MF .deps/tilp-clock.Tpo -c -o tilp-clock.o `test -f 'clock.c' || echo './'`clock.c
    mv -f .deps/tilp-clock.Tpo .deps/tilp-clock.Po
    gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -pthread -I/usr/include/libglade-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libxml2 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -DSHARE_DIR=\"/usr/share/tilp2\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/usr/etc\" -DGTK_DISABLE_DEPRECATED -Wall -march=i686 -mtune=generic -O2 -pipe -D__LINUX__ -fvisibility=hidden -DGTK_DISABLE_DEPRECATED -MT tilp-ctree.o -MD -MP -MF .deps/tilp-ctree.Tpo -c -o tilp-ctree.o `test -f 'ctree.c' || echo './'`ctree.c
    mv -f .deps/tilp-ctree.Tpo .deps/tilp-ctree.Po
    gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -pthread -I/usr/include/libglade-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libxml2 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -DSHARE_DIR=\"/usr/share/tilp2\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/usr/etc\" -DGTK_DISABLE_DEPRECATED -Wall -march=i686 -mtune=generic -O2 -pipe -D__LINUX__ -fvisibility=hidden -DGTK_DISABLE_DEPRECATED -MT tilp-ctree_rbm.o -MD -MP -MF .deps/tilp-ctree_rbm.Tpo -c -o tilp-ctree_rbm.o `test -f 'ctree_rbm.c' || echo './'`ctree_rbm.c
    mv -f .deps/tilp-ctree_rbm.Tpo .deps/tilp-ctree_rbm.Po
    gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -pthread -I/usr/include/libglade-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libxml2 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -DSHARE_DIR=\"/usr/share/tilp2\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/usr/etc\" -DGTK_DISABLE_DEPRECATED -Wall -march=i686 -mtune=generic -O2 -pipe -D__LINUX__ -fvisibility=hidden -DGTK_DISABLE_DEPRECATED -MT tilp-dboxes.o -MD -MP -MF .deps/tilp-dboxes.Tpo -c -o tilp-dboxes.o `test -f 'dboxes.c' || echo './'`dboxes.c
    mv -f .deps/tilp-dboxes.Tpo .deps/tilp-dboxes.Po
    gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -pthread -I/usr/include/libglade-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libxml2 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -DSHARE_DIR=\"/usr/share/tilp2\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/usr/etc\" -DGTK_DISABLE_DEPRECATED -Wall -march=i686 -mtune=generic -O2 -pipe -D__LINUX__ -fvisibility=hidden -DGTK_DISABLE_DEPRECATED -MT tilp-device.o -MD -MP -MF .deps/tilp-device.Tpo -c -o tilp-device.o `test -f 'device.c' || echo './'`device.c
    mv -f .deps/tilp-device.Tpo .deps/tilp-device.Po
    gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -pthread -I/usr/include/libglade-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libxml2 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -DSHARE_DIR=\"/usr/share/tilp2\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/usr/etc\" -DGTK_DISABLE_DEPRECATED -Wall -march=i686 -mtune=generic -O2 -pipe -D__LINUX__ -fvisibility=hidden -DGTK_DISABLE_DEPRECATED -MT tilp-dnd.o -MD -MP -MF .deps/tilp-dnd.Tpo -c -o tilp-dnd.o `test -f 'dnd.c' || echo './'`dnd.c
    mv -f .deps/tilp-dnd.Tpo .deps/tilp-dnd.Po
    gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -pthread -I/usr/include/libglade-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libxml2 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -DSHARE_DIR=\"/usr/share/tilp2\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/usr/etc\" -DGTK_DISABLE_DEPRECATED -Wall -march=i686 -mtune=generic -O2 -pipe -D__LINUX__ -fvisibility=hidden -DGTK_DISABLE_DEPRECATED -MT tilp-filesel.o -MD -MP -MF .deps/tilp-filesel.Tpo -c -o tilp-filesel.o `test -f 'filesel.c' || echo './'`filesel.c
    mv -f .deps/tilp-filesel.Tpo .deps/tilp-filesel.Po
    gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -pthread -I/usr/include/libglade-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libxml2 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -DSHARE_DIR=\"/usr/share/tilp2\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/usr/etc\" -DGTK_DISABLE_DEPRECATED -Wall -march=i686 -mtune=generic -O2 -pipe -D__LINUX__ -fvisibility=hidden -DGTK_DISABLE_DEPRECATED -MT tilp-gtk_gif.o -MD -MP -MF .deps/tilp-gtk_gif.Tpo -c -o tilp-gtk_gif.o `test -f 'gtk_gif.c' || echo './'`gtk_gif.c
    mv -f .deps/tilp-gtk_gif.Tpo .deps/tilp-gtk_gif.Po
    gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -pthread -I/usr/include/libglade-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libxml2 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -DSHARE_DIR=\"/usr/share/tilp2\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/usr/etc\" -DGTK_DISABLE_DEPRECATED -Wall -march=i686 -mtune=generic -O2 -pipe -D__LINUX__ -fvisibility=hidden -DGTK_DISABLE_DEPRECATED -MT tilp-gtk_update.o -MD -MP -MF .deps/tilp-gtk_update.Tpo -c -o tilp-gtk_update.o `test -f 'gtk_update.c' || echo './'`gtk_update.c
    mv -f .deps/tilp-gtk_update.Tpo .deps/tilp-gtk_update.Po
    gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -pthread -I/usr/include/libglade-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libxml2 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -DSHARE_DIR=\"/usr/share/tilp2\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/usr/etc\" -DGTK_DISABLE_DEPRECATED -Wall -march=i686 -mtune=generic -O2 -pipe -D__LINUX__ -fvisibility=hidden -DGTK_DISABLE_DEPRECATED -MT tilp-labels.o -MD -MP -MF .deps/tilp-labels.Tpo -c -o tilp-labels.o `test -f 'labels.c' || echo './'`labels.c
    mv -f .deps/tilp-labels.Tpo .deps/tilp-labels.Po
    gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -pthread -I/usr/include/libglade-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libxml2 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -DSHARE_DIR=\"/usr/share/tilp2\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/usr/etc\" -DGTK_DISABLE_DEPRECATED -Wall -march=i686 -mtune=generic -O2 -pipe -D__LINUX__ -fvisibility=hidden -DGTK_DISABLE_DEPRECATED -MT tilp-manpage.o -MD -MP -MF .deps/tilp-manpage.Tpo -c -o tilp-manpage.o `test -f 'manpage.c' || echo './'`manpage.c
    mv -f .deps/tilp-manpage.Tpo .deps/tilp-manpage.Po
    gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -pthread -I/usr/include/libglade-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libxml2 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -DSHARE_DIR=\"/usr/share/tilp2\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/usr/etc\" -DGTK_DISABLE_DEPRECATED -Wall -march=i686 -mtune=generic -O2 -pipe -D__LINUX__ -fvisibility=hidden -DGTK_DISABLE_DEPRECATED -MT tilp-options.o -MD -MP -MF .deps/tilp-options.Tpo -c -o tilp-options.o `test -f 'options.c' || echo './'`options.c
    mv -f .deps/tilp-options.Tpo .deps/tilp-options.Po
    gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -pthread -I/usr/include/libglade-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libxml2 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -DSHARE_DIR=\"/usr/share/tilp2\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/usr/etc\" -DGTK_DISABLE_DEPRECATED -Wall -march=i686 -mtune=generic -O2 -pipe -D__LINUX__ -fvisibility=hidden -DGTK_DISABLE_DEPRECATED -MT tilp-pbars.o -MD -MP -MF .deps/tilp-pbars.Tpo -c -o tilp-pbars.o `test -f 'pbars.c' || echo './'`pbars.c
    mv -f .deps/tilp-pbars.Tpo .deps/tilp-pbars.Po
    gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -pthread -I/usr/include/libglade-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libxml2 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -DSHARE_DIR=\"/usr/share/tilp2\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/usr/etc\" -DGTK_DISABLE_DEPRECATED -Wall -march=i686 -mtune=generic -O2 -pipe -D__LINUX__ -fvisibility=hidden -DGTK_DISABLE_DEPRECATED -MT tilp-release.o -MD -MP -MF .deps/tilp-release.Tpo -c -o tilp-release.o `test -f 'release.c' || echo './'`release.c
    mv -f .deps/tilp-release.Tpo .deps/tilp-release.Po
    gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -pthread -I/usr/include/libglade-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libxml2 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -DSHARE_DIR=\"/usr/share/tilp2\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/usr/etc\" -DGTK_DISABLE_DEPRECATED -Wall -march=i686 -mtune=generic -O2 -pipe -D__LINUX__ -fvisibility=hidden -DGTK_DISABLE_DEPRECATED -MT tilp-screenshot.o -MD -MP -MF .deps/tilp-screenshot.Tpo -c -o tilp-screenshot.o `test -f 'screenshot.c' || echo './'`screenshot.c
    mv -f .deps/tilp-screenshot.Tpo .deps/tilp-screenshot.Po
    gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -pthread -I/usr/include/libglade-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libxml2 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -DSHARE_DIR=\"/usr/share/tilp2\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/usr/etc\" -DGTK_DISABLE_DEPRECATED -Wall -march=i686 -mtune=generic -O2 -pipe -D__LINUX__ -fvisibility=hidden -DGTK_DISABLE_DEPRECATED -MT tilp-scroptions.o -MD -MP -MF .deps/tilp-scroptions.Tpo -c -o tilp-scroptions.o `test -f 'scroptions.c' || echo './'`scroptions.c
    mv -f .deps/tilp-scroptions.Tpo .deps/tilp-scroptions.Po
    gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -pthread -I/usr/include/libglade-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libxml2 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -DSHARE_DIR=\"/usr/share/tilp2\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/usr/etc\" -DGTK_DISABLE_DEPRECATED -Wall -march=i686 -mtune=generic -O2 -pipe -D__LINUX__ -fvisibility=hidden -DGTK_DISABLE_DEPRECATED -MT tilp-splash.o -MD -MP -MF .deps/tilp-splash.Tpo -c -o tilp-splash.o `test -f 'splash.c' || echo './'`splash.c
    mv -f .deps/tilp-splash.Tpo .deps/tilp-splash.Po
    gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -pthread -I/usr/include/libglade-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libxml2 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -DSHARE_DIR=\"/usr/share/tilp2\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/usr/etc\" -DGTK_DISABLE_DEPRECATED -Wall -march=i686 -mtune=generic -O2 -pipe -D__LINUX__ -fvisibility=hidden -DGTK_DISABLE_DEPRECATED -MT tilp-support.o -MD -MP -MF .deps/tilp-support.Tpo -c -o tilp-support.o `test -f 'support.c' || echo './'`support.c
    mv -f .deps/tilp-support.Tpo .deps/tilp-support.Po
    gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -pthread -I/usr/include/libglade-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libxml2 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -DSHARE_DIR=\"/usr/share/tilp2\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/usr/etc\" -DGTK_DISABLE_DEPRECATED -Wall -march=i686 -mtune=generic -O2 -pipe -D__LINUX__ -fvisibility=hidden -DGTK_DISABLE_DEPRECATED -MT tilp-toolbar.o -MD -MP -MF .deps/tilp-toolbar.Tpo -c -o tilp-toolbar.o `test -f 'toolbar.c' || echo './'`toolbar.c
    mv -f .deps/tilp-toolbar.Tpo .deps/tilp-toolbar.Po
    gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -pthread -I/usr/include/libglade-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libxml2 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -DSHARE_DIR=\"/usr/share/tilp2\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/usr/etc\" -DGTK_DISABLE_DEPRECATED -Wall -march=i686 -mtune=generic -O2 -pipe -D__LINUX__ -fvisibility=hidden -DGTK_DISABLE_DEPRECATED -MT tilp-fileprop.o -MD -MP -MF .deps/tilp-fileprop.Tpo -c -o tilp-fileprop.o `test -f 'fileprop.c' || echo './'`fileprop.c
    mv -f .deps/tilp-fileprop.Tpo .deps/tilp-fileprop.Po
    /bin/sh ../libtool --tag=CXX --mode=link g++ -march=i686 -mtune=generic -O2 -pipe -D__LINUX__ -fvisibility=hidden -DGTK_DISABLE_DEPRECATED -fno-rtti -fno-exceptions -export-dynamic -Wl,--hash-style=gnu -Wl,--as-needed -Wl,--export-dynamic -o tilp tilp-tilp_calcs.o tilp-tilp_cmdline.o tilp-tilp_config.o tilp-tilp_error.o tilp-tilp_files.o tilp-tilp_gif.o tilp-tilp_log.o tilp-tilp_main.o tilp-tilp_misc.o tilp-tilp_paths.o tilp-tilp_screen.o tilp-tilp_slct.o tilp-tilp_update.o tilp-tilp_vars.o tilp-tilp_device.o tilp-tilp.o tilp-main.o tilp-about.o tilp-action.o tilp-bookmark.o tilp-clist.o tilp-clist_rbm.o tilp-clock.o tilp-ctree.o tilp-ctree_rbm.o tilp-dboxes.o tilp-device.o tilp-dnd.o tilp-filesel.o tilp-gtk_gif.o tilp-gtk_update.o tilp-labels.o tilp-manpage.o tilp-options.o tilp-pbars.o tilp-release.o tilp-screenshot.o tilp-scroptions.o tilp-splash.o tilp-support.o tilp-toolbar.o tilp-fileprop.o -lticables2 -lglib-2.0 -ltifiles2 -lticonv -lglib-2.0 -lticalcs2 -lticables2 -ltifiles2 -lticonv -lglib-2.0 -lticonv -lglib-2.0 -lglib-2.0 -pthread -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lcairo -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lrt -lglib-2.0 -pthread -lglade-2.0 -lgtk-x11-2.0 -lxml2 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lcairo -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lrt -lglib-2.0 -lz
    mkdir .libs
    g++ -march=i686 -mtune=generic -O2 -pipe -D__LINUX__ -fvisibility=hidden -DGTK_DISABLE_DEPRECATED -fno-rtti -fno-exceptions -Wl,--hash-style=gnu -Wl,--as-needed -Wl,--export-dynamic -o tilp tilp-tilp_calcs.o tilp-tilp_cmdline.o tilp-tilp_config.o tilp-tilp_error.o tilp-tilp_files.o tilp-tilp_gif.o tilp-tilp_log.o tilp-tilp_main.o tilp-tilp_misc.o tilp-tilp_paths.o tilp-tilp_screen.o tilp-tilp_slct.o tilp-tilp_update.o tilp-tilp_vars.o tilp-tilp_device.o tilp-tilp.o tilp-main.o tilp-about.o tilp-action.o tilp-bookmark.o tilp-clist.o tilp-clist_rbm.o tilp-clock.o tilp-ctree.o tilp-ctree_rbm.o tilp-dboxes.o tilp-device.o tilp-dnd.o tilp-filesel.o tilp-gtk_gif.o tilp-gtk_update.o tilp-labels.o tilp-manpage.o tilp-options.o tilp-pbars.o tilp-release.o tilp-screenshot.o tilp-scroptions.o tilp-splash.o tilp-support.o tilp-toolbar.o tilp-fileprop.o -pthread -pthread -Wl,--export-dynamic -lticalcs2 -lticables2 -ltifiles2 -lticonv -lglade-2.0 -lgtk-x11-2.0 -lxml2 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lcairo -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lrt -lglib-2.0 -lz
    /usr/bin/ld: warning: libticables2.so.4, needed by /usr/lib/gcc/i686-pc-linux-gnu/4.5.0/../../../libticalcs2.so, may conflict with libticables2.so.3
    /usr/bin/ld: warning: libticonv.so.5, needed by /usr/lib/gcc/i686-pc-linux-gnu/4.5.0/../../../libticalcs2.so, may conflict with libticonv.so.4
    make[2]: Leaving directory `/tmp/yaourt-tmp-archie/aur-tilp-svn/src/tilp-build/src'
    Making all in wicons
    make[2]: Entering directory `/tmp/yaourt-tmp-archie/aur-tilp-svn/src/tilp-build/wicons'
    make[2]: Nothing to be done for `all'.
    make[2]: Leaving directory `/tmp/yaourt-tmp-archie/aur-tilp-svn/src/tilp-build/wicons'
    Making all in man
    make[2]: Entering directory `/tmp/yaourt-tmp-archie/aur-tilp-svn/src/tilp-build/man'
    groff -Tascii -man tilp.1 > Manpage
    C_INCLUDE_PATH="" LIBRARY_PATH="" gcc cleaner.c -o cleaner
    ./cleaner Manpage
    Processing file <Manpage>:
    Pass 1... Done.
    rm Manpage cleaner
    make[2]: Leaving directory `/tmp/yaourt-tmp-archie/aur-tilp-svn/src/tilp-build/man'
    make[2]: Entering directory `/tmp/yaourt-tmp-archie/aur-tilp-svn/src/tilp-build'
    make[2]: Leaving directory `/tmp/yaourt-tmp-archie/aur-tilp-svn/src/tilp-build'
    make[1]: Leaving directory `/tmp/yaourt-tmp-archie/aur-tilp-svn/src/tilp-build'

    LIBTICALCS:
    make all-recursive
    make[1]: Entering directory `/tmp/yaourt-tmp-archie/aur-libticalcs-svn/src/libticalcs-build'
    Making all in build/mingw
    make[2]: Entering directory `/tmp/yaourt-tmp-archie/aur-libticalcs-svn/src/libticalcs-build/build/mingw'
    make[2]: Nothing to be done for `all'.
    make[2]: Leaving directory `/tmp/yaourt-tmp-archie/aur-libticalcs-svn/src/libticalcs-build/build/mingw'
    Making all in po
    make[2]: Entering directory `/tmp/yaourt-tmp-archie/aur-libticalcs-svn/src/libticalcs-build/po'
    test ! -f ./libticalcs2.pot || \
    test -z "fr.gmo" || make fr.gmo
    make[3]: Entering directory `/tmp/yaourt-tmp-archie/aur-libticalcs-svn/src/libticalcs-build/po'
    rm -f fr.gmo && /usr/bin/msgfmt -c --statistics -o fr.gmo fr.po
    154 translated messages.
    make[3]: Leaving directory `/tmp/yaourt-tmp-archie/aur-libticalcs-svn/src/libticalcs-build/po'
    touch stamp-po
    make[2]: Leaving directory `/tmp/yaourt-tmp-archie/aur-libticalcs-svn/src/libticalcs-build/po'
    Making all in src
    make[2]: Entering directory `/tmp/yaourt-tmp-archie/aur-libticalcs-svn/src/libticalcs-build/src'
    /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -DLOCALEDIR=\"/usr/share/locale\" -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DTICALCS_EXPORTS -Wall -march=i686 -mtune=generic -O2 -pipe -D__LINUX__ -fvisibility=hidden -MT libticalcs2_la-backup.lo -MD -MP -MF .deps/libticalcs2_la-backup.Tpo -c -o libticalcs2_la-backup.lo `test -f 'backup.c' || echo './'`backup.c
    mkdir .libs
    gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -DLOCALEDIR=\"/usr/share/locale\" -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DTICALCS_EXPORTS -Wall -march=i686 -mtune=generic -O2 -pipe -D__LINUX__ -fvisibility=hidden -MT libticalcs2_la-backup.lo -MD -MP -MF .deps/libticalcs2_la-backup.Tpo -c backup.c -fPIC -DPIC -o .libs/libticalcs2_la-backup.o
    mv -f .deps/libticalcs2_la-backup.Tpo .deps/libticalcs2_la-backup.Plo
    /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -DLOCALEDIR=\"/usr/share/locale\" -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DTICALCS_EXPORTS -Wall -march=i686 -mtune=generic -O2 -pipe -D__LINUX__ -fvisibility=hidden -MT libticalcs2_la-calc_00.lo -MD -MP -MF .deps/libticalcs2_la-calc_00.Tpo -c -o libticalcs2_la-calc_00.lo `test -f 'calc_00.c' || echo './'`calc_00.c
    gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -DLOCALEDIR=\"/usr/share/locale\" -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DTICALCS_EXPORTS -Wall -march=i686 -mtune=generic -O2 -pipe -D__LINUX__ -fvisibility=hidden -MT libticalcs2_la-calc_00.lo -MD -MP -MF .deps/libticalcs2_la-calc_00.Tpo -c calc_00.c -fPIC -DPIC -o .libs/libticalcs2_la-calc_00.o
    mv -f .deps/libticalcs2_la-calc_00.Tpo .deps/libticalcs2_la-calc_00.Plo
    /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -DLOCALEDIR=\"/usr/share/locale\" -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DTICALCS_EXPORTS -Wall -march=i686 -mtune=generic -O2 -pipe -D__LINUX__ -fvisibility=hidden -MT libticalcs2_la-calc_xx.lo -MD -MP -MF .deps/libticalcs2_la-calc_xx.Tpo -c -o libticalcs2_la-calc_xx.lo `test -f 'calc_xx.c' || echo './'`calc_xx.c
    gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -DLOCALEDIR=\"/usr/share/locale\" -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DTICALCS_EXPORTS -Wall -march=i686 -mtune=generic -O2 -pipe -D__LINUX__ -fvisibility=hidden -MT libticalcs2_la-calc_xx.lo -MD -MP -MF .deps/libticalcs2_la-calc_xx.Tpo -c calc_xx.c -fPIC -DPIC -o .libs/libticalcs2_la-calc_xx.o
    mv -f .deps/libticalcs2_la-calc_xx.Tpo .deps/libticalcs2_la-calc_xx.Plo
    /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -DLOCALEDIR=\"/usr/share/locale\" -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DTICALCS_EXPORTS -Wall -march=i686 -mtune=generic -O2 -pipe -D__LINUX__ -fvisibility=hidden -MT libticalcs2_la-calc_73.lo -MD -MP -MF .deps/libticalcs2_la-calc_73.Tpo -c -o libticalcs2_la-calc_73.lo `test -f 'calc_73.c' || echo './'`calc_73.c
    gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -DLOCALEDIR=\"/usr/share/locale\" -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DTICALCS_EXPORTS -Wall -march=i686 -mtune=generic -O2 -pipe -D__LINUX__ -fvisibility=hidden -MT libticalcs2_la-calc_73.lo -MD -MP -MF .deps/libticalcs2_la-calc_73.Tpo -c calc_73.c -fPIC -DPIC -o .libs/libticalcs2_la-calc_73.o
    mv -f .deps/libticalcs2_la-calc_73.Tpo .deps/libticalcs2_la-calc_73.Plo
    /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -DLOCALEDIR=\"/usr/share/locale\" -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DTICALCS_EXPORTS -Wall -march=i686 -mtune=generic -O2 -pipe -D__LINUX__ -fvisibility=hidden -MT libticalcs2_la-calc_82.lo -MD -MP -MF .deps/libticalcs2_la-calc_82.Tpo -c -o libticalcs2_la-calc_82.lo `test -f 'calc_82.c' || echo './'`calc_82.c
    gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -DLOCALEDIR=\"/usr/share/locale\" -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DTICALCS_EXPORTS -Wall -march=i686 -mtune=generic -O2 -pipe -D__LINUX__ -fvisibility=hidden -MT libticalcs2_la-calc_82.lo -MD -MP -MF .deps/libticalcs2_la-calc_82.Tpo -c calc_82.c -fPIC -DPIC -o .libs/libticalcs2_la-calc_82.o
    mv -f .deps/libticalcs2_la-calc_82.Tpo .deps/libticalcs2_la-calc_82.Plo
    /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -DLOCALEDIR=\"/usr/share/locale\" -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DTICALCS_EXPORTS -Wall -march=i686 -mtune=generic -O2 -pipe -D__LINUX__ -fvisibility=hidden -MT libticalcs2_la-calc_83.lo -MD -MP -MF .deps/libticalcs2_la-calc_83.Tpo -c -o libticalcs2_la-calc_83.lo `test -f 'calc_83.c' || echo './'`calc_83.c
    gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -DLOCALEDIR=\"/usr/share/locale\" -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DTICALCS_EXPORTS -Wall -march=i686 -mtune=generic -O2 -pipe -D__LINUX__ -fvisibility=hidden -MT libticalcs2_la-calc_83.lo -MD -MP -MF .deps/libticalcs2_la-calc_83.Tpo -c calc_83.c -fPIC -DPIC -o .libs/libticalcs2_la-calc_83.o
    mv -f .deps/libticalcs2_la-calc_83.Tpo .deps/libticalcs2_la-calc_83.Plo
    /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -DLOCALEDIR=\"/usr/share/locale\" -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DTICALCS_EXPORTS -Wall -march=i686 -mtune=generic -O2 -pipe -D__LINUX__ -fvisibility=hidden -MT libticalcs2_la-calc_85.lo -MD -MP -MF .deps/libticalcs2_la-calc_85.Tpo -c -o libticalcs2_la-calc_85.lo `test -f 'calc_85.c' || echo './'`calc_85.c
    gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -DLOCALEDIR=\"/usr/share/locale\" -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DTICALCS_EXPORTS -Wall -march=i686 -mtune=generic -O2 -pipe -D__LINUX__ -fvisibility=hidden -MT libticalcs2_la-calc_85.lo -MD -MP -MF .deps/libticalcs2_la-calc_85.Tpo -c calc_85.c -fPIC -DPIC -o .libs/libticalcs2_la-calc_85.o
    mv -f .deps/libticalcs2_la-calc_85.Tpo .deps/libticalcs2_la-calc_85.Plo
    /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -DLOCALEDIR=\"/usr/share/locale\" -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DTICALCS_EXPORTS -Wall -march=i686 -mtune=generic -O2 -pipe -D__LINUX__ -fvisibility=hidden -MT libticalcs2_la-calc_86.lo -MD -MP -MF .deps/libticalcs2_la-calc_86.Tpo -c -o libticalcs2_la-calc_86.lo `test -f 'calc_86.c' || echo './'`calc_86.c
    gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -DLOCALEDIR=\"/usr/share/locale\" -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DTICALCS_EXPORTS -Wall -march=i686 -mtune=generic -O2 -pipe -D__LINUX__ -fvisibility=hidden -MT libticalcs2_la-calc_86.lo -MD -MP -MF .deps/libticalcs2_la-calc_86.Tpo -c calc_86.c -fPIC -DPIC -o .libs/libticalcs2_la-calc_86.o
    mv -f .deps/libticalcs2_la-calc_86.Tpo .deps/libticalcs2_la-calc_86.Plo
    /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -DLOCALEDIR=\"/usr/share/locale\" -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DTICALCS_EXPORTS -Wall -march=i686 -mtune=generic -O2 -pipe -D__LINUX__ -fvisibility=hidden -MT libticalcs2_la-calc_89.lo -MD -MP -MF .deps/libticalcs2_la-calc_89.Tpo -c -o libticalcs2_la-calc_89.lo `test -f 'calc_89.c' || echo './'`calc_89.c
    gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -DLOCALEDIR=\"/usr/share/locale\" -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DTICALCS_EXPORTS -Wall -march=i686 -mtune=generic -O2 -pipe -D__LINUX__ -fvisibility=hidden -MT libticalcs2_la-calc_89.lo -MD -MP -MF .deps/libticalcs2_la-calc_89.Tpo -c calc_89.c -fPIC -DPIC -o .libs/libticalcs2_la-calc_89.o
    mv -f .deps/libticalcs2_la-calc_89.Tpo .deps/libticalcs2_la-calc_89.Plo
    /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -DLOCALEDIR=\"/usr/share/locale\" -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DTICALCS_EXPORTS -Wall -march=i686 -mtune=generic -O2 -pipe -D__LINUX__ -fvisibility=hidden -MT libticalcs2_la-calc_92.lo -MD -MP -MF .deps/libticalcs2_la-calc_92.Tpo -c -o libticalcs2_la-calc_92.lo `test -f 'calc_92.c' || echo './'`calc_92.c
    gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -DLOCALEDIR=\"/usr/share/locale\" -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DTICALCS_EXPORTS -Wall -march=i686 -mtune=generic -O2 -pipe -D__LINUX__ -fvisibility=hidden -MT libticalcs2_la-calc_92.lo -MD -MP -MF .deps/libticalcs2_la-calc_92.Tpo -c calc_92.c -fPIC -DPIC -o .libs/libticalcs2_la-calc_92.o
    mv -f .deps/libticalcs2_la-calc_92.Tpo .deps/libticalcs2_la-calc_92.Plo
    /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -DLOCALEDIR=\"/usr/share/locale\" -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DTICALCS_EXPORTS -Wall -march=i686 -mtune=generic -O2 -pipe -D__LINUX__ -fvisibility=hidden -MT libticalcs2_la-calc_84p.lo -MD -MP -MF .deps/libticalcs2_la-calc_84p.Tpo -c -o libticalcs2_la-calc_84p.lo `test -f 'calc_84p.c' || echo './'`calc_84p.c
    gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -DLOCALEDIR=\"/usr/share/locale\" -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DTICALCS_EXPORTS -Wall -march=i686 -mtune=generic -O2 -pipe -D__LINUX__ -fvisibility=hidden -MT libticalcs2_la-calc_84p.lo -MD -MP -MF .deps/libticalcs2_la-calc_84p.Tpo -c calc_84p.c -fPIC -DPIC -o .libs/libticalcs2_la-calc_84p.o
    mv -f .deps/libticalcs2_la-calc_84p.Tpo .deps/libticalcs2_la-calc_84p.Plo
    /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -DLOCALEDIR=\"/usr/share/locale\" -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DTICALCS_EXPORTS -Wall -march=i686 -mtune=generic -O2 -pipe -D__LINUX__ -fvisibility=hidden -MT libticalcs2_la-calc_89t.lo -MD -MP -MF .deps/libticalcs2_la-calc_89t.Tpo -c -o libticalcs2_la-calc_89t.lo `test -f 'calc_89t.c' || echo './'`calc_89t.c
    gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -DLOCALEDIR=\"/usr/share/locale\" -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DTICALCS_EXPORTS -Wall -march=i686 -mtune=generic -O2 -pipe -D__LINUX__ -fvisibility=hidden -MT libticalcs2_la-calc_89t.lo -MD -MP -MF .deps/libticalcs2_la-calc_89t.Tpo -c calc_89t.c -fPIC -DPIC -o .libs/libticalcs2_la-calc_89t.o
    mv -f .deps/libticalcs2_la-calc_89t.Tpo .deps/libticalcs2_la-calc_89t.Plo
    /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -DLOCALEDIR=\"/usr/share/locale\" -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DTICALCS_EXPORTS -Wall -march=i686 -mtune=generic -O2 -pipe -D__LINUX__ -fvisibility=hidden -MT libticalcs2_la-calc_nsp.lo -MD -MP -MF .deps/libticalcs2_la-calc_nsp.Tpo -c -o libticalcs2_la-calc_nsp.lo `test -f 'calc_nsp.c' || echo './'`calc_nsp.c
    gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -DLOCALEDIR=\"/usr/share/locale\" -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DTICALCS_EXPORTS -Wall -march=i686 -mtune=generic -O2 -pipe -D__LINUX__ -fvisibility=hidden -MT libticalcs2_la-calc_nsp.lo -MD -MP -MF .deps/libticalcs2_la-calc_nsp.Tpo -c calc_nsp.c -fPIC -DPIC -o .libs/libticalcs2_la-calc_nsp.o
    mv -f .deps/libticalcs2_la-calc_nsp.Tpo .deps/libticalcs2_la-calc_nsp.Plo
    /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -DLOCALEDIR=\"/usr/share/locale\" -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DTICALCS_EXPORTS -Wall -march=i686 -mtune=generic -O2 -pipe -D__LINUX__ -fvisibility=hidden -MT libticalcs2_la-clock.lo -MD -MP -MF .deps/libticalcs2_la-clock.Tpo -c -o libticalcs2_la-clock.lo `test -f 'clock.c' || echo './'`clock.c
    gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -DLOCALEDIR=\"/usr/share/locale\" -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DTICALCS_EXPORTS -Wall -march=i686 -mtune=generic -O2 -pipe -D__LINUX__ -fvisibility=hidden -MT libticalcs2_la-clock.lo -MD -MP -MF .deps/libticalcs2_la-clock.Tpo -c clock.c -fPIC -DPIC -o .libs/libticalcs2_la-clock.o
    mv -f .deps/libticalcs2_la-clock.Tpo .deps/libticalcs2_la-clock.Plo
    /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -DLOCALEDIR=\"/usr/share/locale\" -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DTICALCS_EXPORTS -Wall -march=i686 -mtune=generic -O2 -pipe -D__LINUX__ -fvisibility=hidden -MT libticalcs2_la-cmd73.lo -MD -MP -MF .deps/libticalcs2_la-cmd73.Tpo -c -o libticalcs2_la-cmd73.lo `test -f 'cmd73.c' || echo './'`cmd73.c
    gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -DLOCALEDIR=\"/usr/share/locale\" -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DTICALCS_EXPORTS -Wall -march=i686 -mtune=generic -O2 -pipe -D__LINUX__ -fvisibility=hidden -MT libticalcs2_la-cmd73.lo -MD -MP -MF .deps/libticalcs2_la-cmd73.Tpo -c cmd73.c -fPIC -DPIC -o .libs/libticalcs2_la-cmd73.o
    mv -f .deps/libticalcs2_la-cmd73.Tpo .deps/libticalcs2_la-cmd73.Plo
    /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -DLOCALEDIR=\"/usr/share/locale\" -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DTICALCS_EXPORTS -Wall -march=i686 -mtune=generic -O2 -pipe -D__LINUX__ -fvisibility=hidden -MT libticalcs2_la-cmd82.lo -MD -MP -MF .deps/libticalcs2_la-cmd82.Tpo -c -o libticalcs2_la-cmd82.lo `test -f 'cmd82.c' || echo './'`cmd82.c
    gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -DLOCALEDIR=\"/usr/share/locale\" -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DTICALCS_EXPORTS -Wall -march=i686 -mtune=generic -O2 -pipe -D__LINUX__ -fvisibility=hidden -MT libticalcs2_la-cmd82.lo -MD -MP -MF .deps/libticalcs2_la-cmd82.Tpo -c cmd82.c -fPIC -DPIC -o .libs/libticalcs2_la-cmd82.o
    mv -f .deps/libticalcs2_la-cmd82.Tpo .deps/libticalcs2_la-cmd82.Plo
    /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -DLOCALEDIR=\"/usr/share/locale\" -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DTICALCS_EXPORTS -Wall -march=i686 -mtune=generic -O2 -pipe -D__LINUX__ -fvisibility=hidden -MT libticalcs2_la-cmd85.lo -MD -MP -MF .deps/libticalcs2_la-cmd85.Tpo -c -o libticalcs2_la-cmd85.lo `test -f 'cmd85.c' || echo './'`cmd85.c
    gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -DLOCALEDIR=\"/usr/share/locale\" -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DTICALCS_EXPORTS -Wall -march=i686 -mtune=generic -O2 -pipe -D__LINUX__ -fvisibility=hidden -MT libticalcs2_la-cmd85.lo -MD -MP -MF .deps/libticalcs2_la-cmd85.Tpo -c cmd85.c -fPIC -DPIC -o .libs/libticalcs2_la-cmd85.o
    mv -f .deps/libticalcs2_la-cmd85.Tpo .deps/libticalcs2_la-cmd85.Plo
    /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -DLOCALEDIR=\"/usr/share/locale\" -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DTICALCS_EXPORTS -Wall -march=i686 -mtune=generic -O2 -pipe -D__LINUX__ -fvisibility=hidden -MT libticalcs2_la-cmd89.lo -MD -MP -MF .deps/libticalcs2_la-cmd89.Tpo -c -o libticalcs2_la-cmd89.lo `test -f 'cmd89.c' || echo './'`cmd89.c
    gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -DLOCALEDIR=\"/usr/share/locale\" -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DTICALCS_EXPORTS -Wall -march=i686 -mtune=generic -O2 -pipe -D__LINUX__ -fvisibility=hidden -MT libticalcs2_la-cmd89.lo -MD -MP -MF .deps/libticalcs2_la-cmd89.Tpo -c cmd89.c -fPIC -DPIC -o .libs/libticalcs2_la-cmd89.o
    mv -f .deps/libticalcs2_la-cmd89.Tpo .deps/libticalcs2_la-cmd89.Plo
    /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -DLOCALEDIR=\"/usr/share/locale\" -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DTICALCS_EXPORTS -Wall -march=i686 -mtune=generic -O2 -pipe -D__LINUX__ -fvisibility=hidden -MT libticalcs2_la-cmd92.lo -MD -MP -MF .deps/libticalcs2_la-cmd92.Tpo -c -o libticalcs2_la-cmd92.lo `test -f 'cmd92.c' || echo './'`cmd92.c
    gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -DLOCALEDIR=\"/usr/share/locale\" -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DTICALCS_EXPORTS -Wall -march=i686 -mtune=generic -O2 -pipe -D__LINUX__ -fvisibility=hidden -MT libticalcs2_la-cmd92.lo -MD -MP -MF .deps/libticalcs2_la-cmd92.Tpo -c cmd92.c -fPIC -DPIC -o .libs/libticalcs2_la-cmd92.o
    mv -f .deps/libticalcs2_la-cmd92.Tpo .deps/libticalcs2_la-cmd92.Plo
    /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -DLOCALEDIR=\"/usr/share/locale\" -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DTICALCS_EXPORTS -Wall -march=i686 -mtune=generic -O2 -pipe -D__LINUX__ -fvisibility=hidden -MT libticalcs2_la-dusb_cmd.lo -MD -MP -MF .deps/libticalcs2_la-dusb_cmd.Tpo -c -o libticalcs2_la-dusb_cmd.lo `test -f 'dusb_cmd.c' || echo './'`dusb_cmd.c
    gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -DLOCALEDIR=\"/usr/share/locale\" -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DTICALCS_EXPORTS -Wall -march=i686 -mtune=generic -O2 -pipe -D__LINUX__ -fvisibility=hidden -MT libticalcs2_la-dusb_cmd.lo -MD -MP -MF .deps/libticalcs2_la-dusb_cmd.Tpo -c dusb_cmd.c -fPIC -DPIC -o .libs/libticalcs2_la-dusb_cmd.o
    mv -f .deps/libticalcs2_la-dusb_cmd.Tpo .deps/libticalcs2_la-dusb_cmd.Plo
    /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -DLOCALEDIR=\"/usr/share/locale\" -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DTICALCS_EXPORTS -Wall -march=i686 -mtune=generic -O2 -pipe -D__LINUX__ -fvisibility=hidden -MT libticalcs2_la-nsp_cmd.lo -MD -MP -MF .deps/libticalcs2_la-nsp_cmd.Tpo -c -o libticalcs2_la-nsp_cmd.lo `test -f 'nsp_cmd.c' || echo './'`nsp_cmd.c
    gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -DLOCALEDIR=\"/usr/share/locale\" -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DTICALCS_EXPORTS -Wall -march=i686 -mtune=generic -O2 -pipe -D__LINUX__ -fvisibility=hidden -MT libticalcs2_la-nsp_cmd.lo -MD -MP -MF .deps/libticalcs2_la-nsp_cmd.Tpo -c nsp_cmd.c -fPIC -DPIC -o .libs/libticalcs2_la-nsp_cmd.o
    mv -f .deps/libticalcs2_la-nsp_cmd.Tpo .deps/libticalcs2_la-nsp_cmd.Plo
    /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -DLOCALEDIR=\"/usr/share/locale\" -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DTICALCS_EXPORTS -Wall -march=i686 -mtune=generic -O2 -pipe -D__LINUX__ -fvisibility=hidden -MT libticalcs2_la-dirlist.lo -MD -MP -MF .deps/libticalcs2_la-dirlist.Tpo -c -o libticalcs2_la-dirlist.lo `test -f 'dirlist.c' || echo './'`dirlist.c
    gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -DLOCALEDIR=\"/usr/share/locale\" -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DTICALCS_EXPORTS -Wall -march=i686 -mtune=generic -O2 -pipe -D__LINUX__ -fvisibility=hidden -MT libticalcs2_la-dirlist.lo -MD -MP -MF .deps/libticalcs2_la-dirlist.Tpo -c dirlist.c -fPIC -DPIC -o .libs/libticalcs2_la-dirlist.o
    mv -f .deps/libticalcs2_la-dirlist.Tpo .deps/libticalcs2_la-dirlist.Plo
    /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -DLOCALEDIR=\"/usr/share/locale\" -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DTICALCS_EXPORTS -Wall -march=i686 -mtune=generic -O2 -pipe -D__LINUX__ -fvisibility=hidden -MT libticalcs2_la-error.lo -MD -MP -MF .deps/libticalcs2_la-error.Tpo -c -o libticalcs2_la-error.lo `test -f 'error.c' || echo './'`error.c
    gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -DLOCALEDIR=\"/usr/share/locale\" -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DTICALCS_EXPORTS -Wall -march=i686 -mtune=generic -O2 -pipe -D__LINUX__ -fvisibility=hidden -MT libticalcs2_la-error.lo -MD -MP -MF .deps/libticalcs2_la-error.Tpo -c error.c -fPIC -DPIC -o .libs/libticalcs2_la-error.o
    error.c: In function ‘ticalcs_error_get’:
    error.c:280:2: warning: case value ‘301’ not in enumerated type ‘CalcError’
    error.c:284:2: warning: case value ‘302’ not in enumerated type ‘CalcError’
    error.c:288:2: warning: case value ‘303’ not in enumerated type ‘CalcError’
    error.c:292:2: warning: case value ‘304’ not in enumerated type ‘CalcError’
    error.c:296:2: warning: case value ‘305’ not in enumerated type ‘CalcError’
    error.c:300:2: warning: case value ‘306’ not in enumerated type ‘CalcError’
    error.c:304:2: warning: case value ‘307’ not in enumerated type ‘CalcError’
    error.c:308:2: warning: case value ‘308’ not in enumerated type ‘CalcError’
    error.c:312:2: warning: case value ‘309’ not in enumerated type ‘CalcError’
    error.c:316:2: warning: case value ‘310’ not in enumerated type ‘CalcError’
    error.c:320:2: warning: case value ‘311’ not in enumerated type ‘CalcError’
    error.c:324:2: warning: case value ‘312’ not in enumerated type ‘CalcError’
    error.c:328:2: warning: case value ‘313’ not in enumerated type ‘CalcError’
    error.c:332:2: warning: case value ‘314’ not in enumerated type ‘CalcError’
    error.c:336:2: warning: case value ‘315’ not in enumerated type ‘CalcError’
    error.c:244:2: warning: case value ‘351’ not in enumerated type ‘CalcError’
    error.c:248:2: warning: case value ‘352’ not in enumerated type ‘CalcError’
    error.c:252:2: warning: case value ‘353’ not in enumerated type ‘CalcError’
    error.c:256:2: warning: case value ‘354’ not in enumerated type ‘CalcError’
    error.c:260:2: warning: case value ‘355’ not in enumerated type ‘CalcError’
    error.c:264:2: warning: case value ‘356’ not in enumerated type ‘CalcError’
    error.c:268:2: warning: case value ‘357’ not in enumerated type ‘CalcError’
    error.c:348:2: warning: case value ‘401’ not in enumerated type ‘CalcError’
    error.c:353:2: warning: case value ‘402’ not in enumerated type ‘CalcError’
    error.c:357:2: warning: case value ‘403’ not in enumerated type ‘CalcError’
    error.c:361:2: warning: case value ‘404’ not in enumerated type ‘CalcError’
    error.c:365:2: warning: case value ‘405’ not in enumerated type ‘CalcError’
    error.c:369:2: warning: case value ‘406’ not in enumerated type ‘CalcError’
    error.c:373:2: warning: case value ‘407’ not in enumerated type ‘CalcError’
    error.c:378:2: warning: case value ‘408’ not in enumerated type ‘CalcError’
    error.c:382:2: warning: case value ‘409’ not in enumerated type ‘CalcError’
    error.c:386:2: warning: case value ‘410’ not in enumerated type ‘CalcError’
    error.c:390:2: warning: case value ‘411’ not in enumerated type ‘CalcError’
    mv -f .deps/libticalcs2_la-error.Tpo .deps/libticalcs2_la-error.Plo
    /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -DLOCALEDIR=\"/usr/share/locale\" -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DTICALCS_EXPORTS -Wall -march=i686 -mtune=generic -O2 -pipe -D__LINUX__ -fvisibility=hidden -MT libticalcs2_la-keys73.lo -MD -MP -MF .deps/libticalcs2_la-keys73.Tpo -c -o libticalcs2_la-keys73.lo `test -f 'keys73.c' || echo './'`keys73.c
    gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -DLOCALEDIR=\"/usr/share/locale\" -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DTICALCS_EXPORTS -Wall -march=i686 -mtune=generic -O2 -pipe -D__LINUX__ -fvisibility=hidden -MT libticalcs2_la-keys73.lo -MD -MP -MF .deps/libticalcs2_la-keys73.Tpo -c keys73.c -fPIC -DPIC -o .libs/libticalcs2_la-keys73.o
    mv -f .deps/libticalcs2_la-keys73.Tpo .deps/libticalcs2_la-keys73.Plo
    /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -DLOCALEDIR=\"/usr/share/locale\" -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DTICALCS_EXPORTS -Wall -march=i686 -mtune=generic -O2 -pipe -D__LINUX__ -fvisibility=hidden -MT libticalcs2_la-keys83.lo -MD -MP -MF .deps/libticalcs2_la-keys83.Tpo -c -o libticalcs2_la-keys83.lo `test -f 'keys83.c' || echo './'`keys83.c
    gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -DLOCALEDIR=\"/usr/share/locale\" -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DTICALCS_EXPORTS -Wall -march=i686 -mtune=generic -O2 -pipe -D__LINUX__ -fvisibility=hidden -MT libticalcs2_la-keys83.lo -MD -MP -MF .deps/libticalcs2_la-keys83.Tpo -c keys83.c -fPIC -DPIC -o .libs/libticalcs2_la-keys83.o
    mv -f .deps/libticalcs2_la-keys83.Tpo .deps/libticalcs2_la-keys83.Plo
    /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -DLOCALEDIR=\"/usr/share/locale\" -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DTICALCS_EXPORTS -Wall -march=i686 -mtune=generic -O2 -pipe -D__LINUX__ -fvisibility=hidden -MT libticalcs2_la-keys83p.lo -MD -MP -MF .deps/libticalcs2_la-keys83p.Tpo -c -o libticalcs2_la-keys83p.lo `test -f 'keys83p.c' || echo './'`keys83p.c
    gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -DLOCALEDIR=\"/usr/share/locale\" -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DTICALCS_EXPORTS -Wall -march=i686 -mtune=generic -O2 -pipe -D__LINUX__ -fvisibility=hidden -MT libticalcs2_la-keys83p.lo -MD -MP -MF .deps/libticalcs2_la-keys83p.Tpo -c keys83p.c -fPIC -DPIC -o .libs/libticalcs2_la-keys83p.o
    mv -f .deps/libticalcs2_la-keys83p.Tpo .deps/libticalcs2_la-keys83p.Plo
    /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -DLOCALEDIR=\"/usr/share/locale\" -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DTICALCS_EXPORTS -Wall -march=i686 -mtune=generic -O2 -pipe -D__LINUX__ -fvisibility=hidden -MT libticalcs2_la-keys86.lo -MD -MP -MF .deps/libticalcs2_la-keys86.Tpo -c -o libticalcs2_la-keys86.lo `test -f 'keys86.c' || echo './'`keys86.c
    gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -DLOCALEDIR=\"/usr/share/locale\" -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DTICALCS_EXPORTS -Wall -march=i686 -mtune=generic -O2 -pipe -D__LINUX__ -fvisibility=hidden -MT libticalcs2_la-keys86.lo -MD -MP -MF .deps/libticalcs2_la-keys86.Tpo -c keys86.c -fPIC -DPIC -o .libs/libticalcs2_la-keys86.o
    mv -f .deps/libticalcs2_la-keys86.Tpo .deps/libticalcs2_la-keys86.Plo
    /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -DLOCALEDIR=\"/usr/share/locale\" -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DTICALCS_EXPORTS -Wall -march=i686 -mtune=generic -O2 -pipe -D__LINUX__ -fvisibility=hidden -MT libticalcs2_la-keys89.lo -MD -MP -MF .deps/libticalcs2_la-keys89.Tpo -c -o libticalcs2_la-keys89.lo `test -f 'keys89.c' || echo './'`keys89.c
    gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -DLOCALEDIR=\"/usr/share/locale\" -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DTICALCS_EXPORTS -Wall -march=i686 -mtune=generic -O2 -pipe -D__LINUX__ -fvisibility=hidden -MT libticalcs2_la-keys89.lo -MD -MP -MF .deps/libticalcs2_la-keys89.Tpo -c keys89.c -fPIC -DPIC -o .libs/libticalcs2_la-keys89.o
    mv -f .deps/libticalcs2_la-keys89.Tpo .deps/libticalcs2_la-keys89.Plo
    /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -DLOCALEDIR=\"/usr/share/locale\" -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DTICALCS_EXPORTS -Wall -march=i686 -mtune=generic -O2 -pipe -D__LINUX__ -fvisibility=hidden -MT libticalcs2_la-keys92p.lo -MD -MP -MF .deps/libticalcs2_la-keys92p.Tpo -c -o libticalcs2_la-keys92p.lo `test -f 'keys92p.c' || echo './'`keys92p.c
    gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -DLOCALEDIR=\"/usr/share/locale\" -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DTICALCS_EXPORTS -Wall -march=i686 -mtune=generic -O2 -pipe -D__LINUX__ -fvisibility=hidden -MT libticalcs2_la-keys92p.lo -MD -MP -MF .deps/libticalcs2_la-keys92p.Tpo -c keys92p.c -fPIC -DPIC -o .libs/libticalcs2_la-keys92p.o
    mv -f .deps/libticalcs2_la-keys92p.Tpo .deps/libticalcs2_la-keys92p.Plo
    /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -DLOCALEDIR=\"/usr/share/locale\" -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DTICALCS_EXPORTS -Wall -march=i686 -mtune=generic -O2 -pipe -D__LINUX__ -fvisibility=hidden -MT libticalcs2_la-logging.lo -MD -MP -MF .deps/libticalcs2_la-logging.Tpo -c -o libticalcs2_la-logging.lo `test -f 'logging.c' || echo './'`logging.c
    gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -DLOCALEDIR=\"/usr/share/locale\" -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DTICALCS_EXPORTS -Wall -march=i686 -mtune=generic -O2 -pipe -D__LINUX__ -fvisibility=hidden -MT libticalcs2_la-logging.lo -MD -MP -MF .deps/libticalcs2_la-logging.Tpo -c logging.c -fPIC -DPIC -o .libs/libticalcs2_la-logging.o
    mv -f .deps/libticalcs2_la-logging.Tpo .deps/libticalcs2_la-logging.Plo
    /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -DLOCALEDIR=\"/usr/share/locale\" -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DTICALCS_EXPORTS -Wall -march=i686 -mtune=generic -O2 -pipe -D__LINUX__ -fvisibility=hidden -MT libticalcs2_la-dbus_pkt.lo -MD -MP -MF .deps/libticalcs2_la-dbus_pkt.Tpo -c -o libticalcs2_la-dbus_pkt.lo `test -f 'dbus_pkt.c' || echo './'`dbus_pkt.c
    gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -DLOCALEDIR=\"/usr/share/locale\" -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DTICALCS_EXPORTS -Wall -march=i686 -mtune=generic -O2 -pipe -D__LINUX__ -fvisibility=hidden -MT libticalcs2_la-dbus_pkt.lo -MD -MP -MF .deps/libticalcs2_la-dbus_pkt.Tpo -c dbus_pkt.c -fPIC -DPIC -o .libs/libticalcs2_la-dbus_pkt.o
    mv -f .deps/libticalcs2_la-dbus_pkt.Tpo .deps/libticalcs2_la-dbus_pkt.Plo
    /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -DLOCALEDIR=\"/usr/share/locale\" -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DTICALCS_EXPORTS -Wall -march=i686 -mtune=generic -O2 -pipe -D__LINUX__ -fvisibility=hidden -MT libticalcs2_la-dusb_rpkt.lo -MD -MP -MF .deps/libticalcs2_la-dusb_rpkt.Tpo -c -o libticalcs2_la-dusb_rpkt.lo `test -f 'dusb_rpkt.c' || echo './'`dusb_rpkt.c
    gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -DLOCALEDIR=\"/usr/share/locale\" -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DTICALCS_EXPORTS -Wall -march=i686 -mtune=generic -O2 -pipe -D__LINUX__ -fvisibility=hidden -MT libticalcs2_la-dusb_rpkt.lo -MD -MP -MF .deps/libticalcs2_la-dusb_rpkt.Tpo -c dusb_rpkt.c -fPIC -DPIC -o .libs/libticalcs2_la-dusb_rpkt.o
    mv -f .deps/libticalcs2_la-dusb_rpkt.Tpo .deps/libticalcs2_la-dusb_rpkt.Plo
    /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -DLOCALEDIR=\"/usr/share/locale\" -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DTICALCS_EXPORTS -Wall -march=i686 -mtune=generic -O2 -pipe -D__LINUX__ -fvisibility=hidden -MT libticalcs2_la-dusb_vpkt.lo -MD -MP -MF .deps/libticalcs2_la-dusb_vpkt.Tpo -c -o libticalcs2_la-dusb_vpkt.lo `test -f 'dusb_vpkt.c' || echo './'`dusb_vpkt.c
    gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -DLOCALEDIR=\"/usr/share/locale\" -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DTICALCS_EXPORTS -Wall -march=i686 -mtune=generic -O2 -pipe -D__LINUX__ -fvisibility=hidden -MT libticalcs2_la-dusb_vpkt.lo -MD -MP -MF .deps/libticalcs2_la-dusb_vpkt.Tpo -c dusb_vpkt.c -fPIC -DPIC -o .libs/libticalcs2_la-dusb_vpkt.o
    mv -f .deps/libticalcs2_la-dusb_vpkt.Tpo .deps/libticalcs2_la-dusb_vpkt.Plo
    /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -DLOCALEDIR=\"/usr/share/locale\" -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DTICALCS_EXPORTS -Wall -march=i686 -mtune=generic -O2 -pipe -D__LINUX__ -fvisibility=hidden -MT libticalcs2_la-nsp_rpkt.lo -MD -MP -MF .deps/libticalcs2_la-nsp_rpkt.Tpo -c -o libticalcs2_la-nsp_rpkt.lo `test -f 'nsp_rpkt.c' || echo './'`nsp_rpkt.c
    gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -DLOCALEDIR=\"/usr/share/locale\" -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DTICALCS_EXPORTS -Wall -march=i686 -mtune=generic -O2 -pipe -D__LINUX__ -fvisibility=hidden -MT libticalcs2_la-nsp_rpkt.lo -MD -MP -MF .deps/libticalcs2_la-nsp_rpkt.Tpo -c nsp_rpkt.c -fPIC -DPIC -o .libs/libticalcs2_la-nsp_rpkt.o
    mv -f .deps/libticalcs2_la-nsp_rpkt.Tpo .deps/libticalcs2_la-nsp_rpkt.Plo
    /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -DLOCALEDIR=\"/usr/share/locale\" -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DTICALCS_EXPORTS -Wall -march=i686 -mtune=generic -O2 -pipe -D__LINUX__ -fvisibility=hidden -MT libticalcs2_la-nsp_vpkt.lo -MD -MP -MF .deps/libticalcs2_la-nsp_vpkt.Tpo -c -o libticalcs2_la-nsp_vpkt.lo `test -f 'nsp_vpkt.c' || echo './'`nsp_vpkt.c
    gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -DLOCALEDIR=\"/usr/share/locale\" -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DTICALCS_EXPORTS -Wall -march=i686 -mtune=generic -O2 -pipe -D__LINUX__ -fvisibility=hidden -MT libticalcs2_la-nsp_vpkt.lo -MD -MP -MF .deps/libticalcs2_la-nsp_vpkt.Tpo -c nsp_vpkt.c -fPIC -DPIC -o .libs/libticalcs2_la-nsp_vpkt.o
    mv -f .deps/libticalcs2_la-nsp_vpkt.Tpo .deps/libticalcs2_la-nsp_vpkt.Plo
    /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -DLOCALEDIR=\"/usr/share/locale\" -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DTICALCS_EXPORTS -Wall -march=i686 -mtune=generic -O2 -pipe -D__LINUX__ -fvisibility=hidden -MT libticalcs2_la-probe.lo -MD -MP -MF .deps/libticalcs2_la-probe.Tpo -c -o libticalcs2_la-probe.lo `test -f 'probe.c' || echo './'`probe.c
    gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -DLOCALEDIR=\"/usr/share/locale\" -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DTICALCS_EXPORTS -Wall -march=i686 -mtune=generic -O2 -pipe -D__LINUX__ -fvisibility=hidden -MT libticalcs2_la-probe.lo -MD -MP -MF .deps/libticalcs2_la-probe.Tpo -c probe.c -fPIC -DPIC -o .libs/libticalcs2_la-probe.o
    mv -f .deps/libticalcs2_la-probe.Tpo .deps/libticalcs2_la-probe.Plo
    /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -DLOCALEDIR=\"/usr/share/locale\" -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DTICALCS_EXPORTS -Wall -march=i686 -mtune=generic -O2 -pipe -D__LINUX__ -fvisibility=hidden -MT libticalcs2_la-romdump.lo -MD -MP -MF .deps/libticalcs2_la-romdump.Tpo -c -o libticalcs2_la-romdump.lo `test -f 'romdump.c' || echo './'`romdump.c
    gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -DLOCALEDIR=\"/usr/share/locale\" -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DTICALCS_EXPORTS -Wall -march=i686 -mtune=generic -O2 -pipe -D__LINUX__ -fvisibility=hidden -MT libticalcs2_la-romdump.lo -MD -MP -MF .deps/libticalcs2_la-romdump.Tpo -c romdump.c -fPIC -DPIC -o .libs/libticalcs2_la-romdump.o
    mv -f .deps/libticalcs2_la-romdump.Tpo .deps/libticalcs2_la-romdump.Plo
    /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -DLOCALEDIR=\"/usr/share/locale\" -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DTICALCS_EXPORTS -Wall -march=i686 -mtune=generic -O2 -pipe -D__LINUX__ -fvisibility=hidden -MT libticalcs2_la-ticalcs.lo -MD -MP -MF .deps/libticalcs2_la-ticalcs.Tpo -c -o libticalcs2_la-ticalcs.lo `test -f 'ticalcs.c' || echo './'`ticalcs.c
    gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -DLOCALEDIR=\"/usr/share/locale\" -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DTICALCS_EXPORTS -Wall -march=i686 -mtune=generic -O2 -pipe -D__LINUX__ -fvisibility=hidden -MT libticalcs2_la-ticalcs.lo -MD -MP -MF .deps/libticalcs2_la-ticalcs.Tpo -c ticalcs.c -fPIC -DPIC -o .libs/libticalcs2_la-ticalcs.o
    mv -f .deps/libticalcs2_la-ticalcs.Tpo .deps/libticalcs2_la-ticalcs.Plo
    /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -DLOCALEDIR=\"/usr/share/locale\" -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DTICALCS_EXPORTS -Wall -march=i686 -mtune=generic -O2 -pipe -D__LINUX__ -fvisibility=hidden -MT libticalcs2_la-tikeys.lo -MD -MP -MF .deps/libticalcs2_la-tikeys.Tpo -c -o libticalcs2_la-tikeys.lo `test -f 'tikeys.c' || echo './'`tikeys.c
    gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -DLOCALEDIR=\"/usr/share/locale\" -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DTICALCS_EXPORTS -Wall -march=i686 -mtune=generic -O2 -pipe -D__LINUX__ -fvisibility=hidden -MT libticalcs2_la-tikeys.lo -MD -MP -MF .deps/libticalcs2_la-tikeys.Tpo -c tikeys.c -fPIC -DPIC -o .libs/libticalcs2_la-tikeys.o
    mv -f .deps/libticalcs2_la-tikeys.Tpo .deps/libticalcs2_la-tikeys.Plo
    /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -DLOCALEDIR=\"/usr/share/locale\" -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DTICALCS_EXPORTS -Wall -march=i686 -mtune=generic -O2 -pipe -D__LINUX__ -fvisibility=hidden -MT libticalcs2_la-type2str.lo -MD -MP -MF .deps/libticalcs2_la-type2str.Tpo -c -o libticalcs2_la-type2str.lo `test -f 'type2str.c' || echo './'`type2str.c
    gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -DLOCALEDIR=\"/usr/share/locale\" -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DTICALCS_EXPORTS -Wall -march=i686 -mtune=generic -O2 -pipe -D__LINUX__ -fvisibility=hidden -MT libticalcs2_la-type2str.lo -MD -MP -MF .deps/libticalcs2_la-type2str.Tpo -c type2str.c -fPIC -DPIC -o .libs/libticalcs2_la-type2str.o
    mv -f .deps/libticalcs2_la-type2str.Tpo .deps/libticalcs2_la-type2str.Plo
    /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -DLOCALEDIR=\"/usr/share/locale\" -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DTICALCS_EXPORTS -Wall -march=i686 -mtune=generic -O2 -pipe -D__LINUX__ -fvisibility=hidden -MT libticalcs2_la-update.lo -MD -MP -MF .deps/libticalcs2_la-update.Tpo -c -o libticalcs2_la-update.lo `test -f 'update.c' || echo './'`update.c
    gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -DLOCALEDIR=\"/usr/share/locale\" -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DTICALCS_EXPORTS -Wall -march=i686 -mtune=generic -O2 -pipe -D__LINUX__ -fvisibility=hidden -MT libticalcs2_la-update.lo -MD -MP -MF .deps/libticalcs2_la-update.Tpo -c update.c -fPIC -DPIC -o .libs/libticalcs2_la-update.o
    mv -f .deps/libticalcs2_la-update.Tpo .deps/libticalcs2_la-update.Plo
    /bin/sh ../libtool --tag=CC --mode=link gcc -Wall -march=i686 -mtune=generic -O2 -pipe -D__LINUX__ -fvisibility=hidden -no-undefined -version-info 9:3:0 -Wl,--hash-style=gnu -Wl,--as-needed -o libticalcs2.la -rpath /usr/lib libticalcs2_la-backup.lo libticalcs2_la-calc_00.lo libticalcs2_la-calc_xx.lo libticalcs2_la-calc_73.lo libticalcs2_la-calc_82.lo libticalcs2_la-calc_83.lo libticalcs2_la-calc_85.lo libticalcs2_la-calc_86.lo libticalcs2_la-calc_89.lo libticalcs2_la-calc_92.lo libticalcs2_la-calc_84p.lo libticalcs2_la-calc_89t.lo libticalcs2_la-calc_nsp.lo libticalcs2_la-clock.lo libticalcs2_la-cmd73.lo libticalcs2_la-cmd82.lo libticalcs2_la-cmd85.lo libticalcs2_la-cmd89.lo libticalcs2_la-cmd92.lo libticalcs2_la-dusb_cmd.lo libticalcs2_la-nsp_cmd.lo libticalcs2_la-dirlist.lo libticalcs2_la-error.lo libticalcs2_la-keys73.lo libticalcs2_la-keys83.lo libticalcs2_la-keys83p.lo libticalcs2_la-keys86.lo libticalcs2_la-keys89.lo libticalcs2_la-keys92p.lo libticalcs2_la-logging.lo libticalcs2_la-dbus_pkt.lo libticalcs2_la-dusb_rpkt.lo libticalcs2_la-dusb_vpkt.lo libticalcs2_la-nsp_rpkt.lo libticalcs2_la-nsp_vpkt.lo libticalcs2_la-probe.lo libticalcs2_la-romdump.lo libticalcs2_la-ticalcs.lo libticalcs2_la-tikeys.lo libticalcs2_la-type2str.lo libticalcs2_la-update.lo -lglib-2.0 -lticables2 -lglib-2.0 -ltifiles2 -lticonv -lglib-2.0 -lticonv -lglib-2.0
    gcc -shared .libs/libticalcs2_la-backup.o .libs/libticalcs2_la-calc_00.o .libs/libticalcs2_la-calc_xx.o .libs/libticalcs2_la-calc_73.o .libs/libticalcs2_la-calc_82.o .libs/libticalcs2_la-calc_83.o .libs/libticalcs2_la-calc_85.o .libs/libticalcs2_la-calc_86.o .libs/libticalcs2_la-calc_89.o .libs/libticalcs2_la-calc_92.o .libs/libticalcs2_la-calc_84p.o .libs/libticalcs2_la-calc_89t.o .libs/libticalcs2_la-calc_nsp.o .libs/libticalcs2_la-clock.o .libs/libticalcs2_la-cmd73.o .libs/libticalcs2_la-cmd82.o .libs/libticalcs2_la-cmd85.o .libs/libticalcs2_la-cmd89.o .libs/libticalcs2_la-cmd92.o .libs/libticalcs2_la-dusb_cmd.o .libs/libticalcs2_la-nsp_cmd.o .libs/libticalcs2_la-dirlist.o .libs/libticalcs2_la-error.o .libs/libticalcs2_la-keys73.o .libs/libticalcs2_la-keys83.o .libs/libticalcs2_la-keys83p.o .libs/libticalcs2_la-keys86.o .libs/libticalcs2_la-keys89.o .libs/libticalcs2_la-keys92p.o .libs/libticalcs2_la-logging.o .libs/libticalcs2_la-dbus_pkt.o .libs/libticalcs2_la-dusb_rpkt.o .libs/libticalcs2_la-dusb_vpkt.o .libs/libticalcs2_la-nsp_rpkt.o .libs/libticalcs2_la-nsp_vpkt.o .libs/libticalcs2_la-probe.o .libs/libticalcs2_la-romdump.o .libs/libticalcs2_la-ticalcs.o .libs/libticalcs2_la-tikeys.o .libs/libticalcs2_la-type2str.o .libs/libticalcs2_la-update.o -lticables2 -ltifiles2 -lticonv -lglib-2.0 -march=i686 -mtune=generic -Wl,--hash-style=gnu -Wl,--as-needed -Wl,-soname -Wl,libticalcs2.so.9 -o .libs/libticalcs2.so.9.0.3
    (cd .libs && rm -f libticalcs2.so.9 && ln -s libticalcs2.so.9.0.3 libticalcs2.so.9)
    (cd .libs && rm -f libticalcs2.so && ln -s libticalcs2.so.9.0.3 libticalcs2.so)
    creating libticalcs2.la
    (cd .libs && rm -f libticalcs2.la && ln -s ../libticalcs2.la libticalcs2.la)
    make[2]: Leaving directory `/tmp/yaourt-tmp-archie/aur-libticalcs-svn/src/libticalcs-build/src'
    Making all in tests
    make[2]: Entering directory `/tmp/yaourt-tmp-archie/aur-libticalcs-svn/src/libticalcs-build/tests'
    gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -march=i686 -mtune=generic -O2 -pipe -D__LINUX__ -fvisibility=hidden -MT test_ticalcs_2.o -MD -MP -MF .deps/test_ticalcs_2.Tpo -c -o test_ticalcs_2.o test_ticalcs_2.c
    mv -f .deps/test_ticalcs_2.Tpo .deps/test_ticalcs_2.Po
    /bin/sh ../libtool --tag=CC --mode=link gcc -march=i686 -mtune=generic -O2 -pipe -D__LINUX__ -fvisibility=hidden -Wl,--hash-style=gnu -Wl,--as-needed -o test_ticalcs_2 test_ticalcs_2.o ../src/libticalcs2.la -lticables2 -lglib-2.0 -ltifiles2 -lticonv -lglib-2.0 -lticonv -lglib-2.0
    mkdir .libs
    gcc -march=i686 -mtune=generic -O2 -pipe -D__LINUX__ -fvisibility=hidden -Wl,--hash-style=gnu -Wl,--as-needed -o .libs/test_ticalcs_2 test_ticalcs_2.o ../src/.libs/libticalcs2.so -lticables2 -ltifiles2 -lticonv -lglib-2.0
    creating test_ticalcs_2
    make[2]: Leaving directory `/tmp/yaourt-tmp-archie/aur-libticalcs-svn/src/libticalcs-build/tests'
    make[2]: Entering directory `/tmp/yaourt-tmp-archie/aur-libticalcs-svn/src/libticalcs-build'
    make[2]: Leaving directory `/tmp/yaourt-tmp-archie/aur-libticalcs-svn/src/libticalcs-build'
    make[1]: Leaving directory `/tmp/yaourt-tmp-archie/aur-libticalcs-svn/src/libticalcs-build'

    LIBTICONV:
    make all-recursive
    make[1]: Entering directory `/tmp/yaourt-tmp-archie/aur-libticonv-svn/src/libticonv-build'
    Making all in build/mingw
    make[2]: Entering directory `/tmp/yaourt-tmp-archie/aur-libticonv-svn/src/libticonv-build/build/mingw'
    make[2]: Nothing to be done for `all'.
    make[2]: Leaving directory `/tmp/yaourt-tmp-archie/aur-libticonv-svn/src/libticonv-build/build/mingw'
    Making all in src
    make[2]: Entering directory `/tmp/yaourt-tmp-archie/aur-libticonv-svn/src/libticonv-build/src'
    /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -DLOCALEDIR=\"/usr/share/locale\" -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DTICONV_EXPORTS -Wall -march=i686 -mtune=generic -O2 -pipe -D__LINUX__ -fvisibility=hidden -MT libticonv_la-ticonv.lo -MD -MP -MF .deps/libticonv_la-ticonv.Tpo -c -o libticonv_la-ticonv.lo `test -f 'ticonv.c' || echo './'`ticonv.c
    mkdir .libs
    gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -DLOCALEDIR=\"/usr/share/locale\" -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DTICONV_EXPORTS -Wall -march=i686 -mtune=generic -O2 -pipe -D__LINUX__ -fvisibility=hidden -MT libticonv_la-ticonv.lo -MD -MP -MF .deps/libticonv_la-ticonv.Tpo -c ticonv.c -fPIC -DPIC -o .libs/libticonv_la-ticonv.o
    mv -f .deps/libticonv_la-ticonv.Tpo .deps/libticonv_la-ticonv.Plo
    /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -DLOCALEDIR=\"/usr/share/locale\" -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DTICONV_EXPORTS -Wall -march=i686 -mtune=generic -O2 -pipe -D__LINUX__ -fvisibility=hidden -MT libticonv_la-charset.lo -MD -MP -MF .deps/libticonv_la-charset.Tpo -c -o libticonv_la-charset.lo `test -f 'charset.c' || echo './'`charset.c
    gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -DLOCALEDIR=\"/usr/share/locale\" -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DTICONV_EXPORTS -Wall -march=i686 -mtune=generic -O2 -pipe -D__LINUX__ -fvisibility=hidden -MT libticonv_la-charset.lo -MD -MP -MF .deps/libticonv_la-charset.Tpo -c charset.c -fPIC -DPIC -o .libs/libticonv_la-charset.o
    mv -f .deps/libticonv_la-charset.Tpo .deps/libticonv_la-charset.Plo
    /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -DLOCALEDIR=\"/usr/share/locale\" -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DTICONV_EXPORTS -Wall -march=i686 -mtune=generic -O2 -pipe -D__LINUX__ -fvisibility=hidden -MT libticonv_la-tokens.lo -MD -MP -MF .deps/libticonv_la-tokens.Tpo -c -o libticonv_la-tokens.lo `test -f 'tokens.c' || echo './'`tokens.c
    gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -DLOCALEDIR=\"/usr/share/locale\" -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DTICONV_EXPORTS -Wall -march=i686 -mtune=generic -O2 -pipe -D__LINUX__ -fvisibility=hidden -MT libticonv_la-tokens.lo -MD -MP -MF .deps/libticonv_la-tokens.Tpo -c tokens.c -fPIC -DPIC -o .libs/libticonv_la-tokens.o
    mv -f .deps/libticonv_la-tokens.Tpo .deps/libticonv_la-tokens.Plo
    /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -DLOCALEDIR=\"/usr/share/locale\" -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DTICONV_EXPORTS -Wall -march=i686 -mtune=generic -O2 -pipe -D__LINUX__ -fvisibility=hidden -MT libticonv_la-filename.lo -MD -MP -MF .deps/libticonv_la-filename.Tpo -c -o libticonv_la-filename.lo `test -f 'filename.c' || echo './'`filename.c
    gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -DLOCALEDIR=\"/usr/share/locale\" -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DTICONV_EXPORTS -Wall -march=i686 -mtune=generic -O2 -pipe -D__LINUX__ -fvisibility=hidden -MT libticonv_la-filename.lo -MD -MP -MF .deps/libticonv_la-filename.Tpo -c filename.c -fPIC -DPIC -o .libs/libticonv_la-filename.o
    mv -f .deps/libticonv_la-filename.Tpo .deps/libticonv_la-filename.Plo
    /bin/sh ../libtool --tag=CC --mode=link gcc -Wall -march=i686 -mtune=generic -O2 -pipe -D__LINUX__ -fvisibility=hidden -no-undefined -version-info 5:4:0 -Wl,--hash-style=gnu -Wl,--as-needed -o libticonv.la -rpath /usr/lib libticonv_la-ticonv.lo libticonv_la-charset.lo libticonv_la-tokens.lo libticonv_la-filename.lo -lglib-2.0
    gcc -shared .libs/libticonv_la-ticonv.o .libs/libticonv_la-charset.o .libs/libticonv_la-tokens.o .libs/libticonv_la-filename.o -lglib-2.0 -march=i686 -mtune=generic -Wl,--hash-style=gnu -Wl,--as-needed -Wl,-soname -Wl,libticonv.so.5 -o .libs/libticonv.so.5.0.4
    (cd .libs && rm -f libticonv.so.5 && ln -s libticonv.so.5.0.4 libticonv.so.5)
    (cd .libs && rm -f libticonv.so && ln -s libticonv.so.5.0.4 libticonv.so)
    creating libticonv.la
    (cd .libs && rm -f libticonv.la && ln -s ../libticonv.la libticonv.la)
    make[2]: Leaving directory `/tmp/yaourt-tmp-archie/aur-libticonv-svn/src/libticonv-build/src'
    Making all in tests
    make[2]: Entering directory `/tmp/yaourt-tmp-archie/aur-libticonv-svn/src/libticonv-build/tests'
    gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -march=i686 -mtune=generic -O2 -pipe -D__LINUX__ -fvisibility=hidden -MT test_ticonv.o -MD -MP -MF .deps/test_ticonv.Tpo -c -o test_ticonv.o test_ticonv.c
    mv -f .deps/test_ticonv.Tpo .deps/test_ticonv.Po
    /bin/sh ../libtool --tag=CC --mode=link gcc -march=i686 -mtune=generic -O2 -pipe -D__LINUX__ -fvisibility=hidden -Wl,--hash-style=gnu -Wl,--as-needed -o test_ticonv test_ticonv.o ../src/libticonv.la -lglib-2.0
    mkdir .libs
    gcc -march=i686 -mtune=generic -O2 -pipe -D__LINUX__ -fvisibility=hidden -Wl,--hash-style=gnu -Wl,--as-needed -o .libs/test_ticonv test_ticonv.o ../src/.libs/libticonv.so -lglib-2.0
    creating test_ticonv
    make[2]: Leaving directory `/tmp/yaourt-tmp-archie/aur-libticonv-svn/src/libticonv-build/tests'
    make[2]: Entering directory `/tmp/yaourt-tmp-archie/aur-libticonv-svn/src/libticonv-build'
    make[2]: Leaving directory `/tmp/yaourt-tmp-archie/aur-libticonv-svn/src/libticonv-build'
    make[1]: Leaving directory `/tmp/yaourt-tmp-archie/aur-libticonv-svn/src/libticonv-build'

    LIBTIFILES:
    make all-recursive
    make[1]: Entering directory `/tmp/yaourt-tmp-archie/aur-libtifiles-svn/src/libtifiles-build'
    Making all in build/mingw
    make[2]: Entering directory `/tmp/yaourt-tmp-archie/aur-libtifiles-svn/src/libtifiles-build/build/mingw'
    make[2]: Nothing to be done for `all'.
    make[2]: Leaving directory `/tmp/yaourt-tmp-archie/aur-libtifiles-svn/src/libtifiles-build/build/mingw'
    Making all in po
    make[2]: Entering directory `/tmp/yaourt-tmp-archie/aur-libtifiles-svn/src/libtifiles-build/po'
    test ! -f ./libtifiles2.pot || \
    test -z "fr.gmo" || make fr.gmo
    make[3]: Entering directory `/tmp/yaourt-tmp-archie/aur-libtifiles-svn/src/libtifiles-build/po'
    rm -f fr.gmo && /usr/bin/msgfmt -c --statistics -o fr.gmo fr.po
    80 translated messages.
    make[3]: Leaving directory `/tmp/yaourt-tmp-archie/aur-libtifiles-svn/src/libtifiles-build/po'
    touch stamp-po
    make[2]: Leaving directory `/tmp/yaourt-tmp-archie/aur-libtifiles-svn/src/libtifiles-build/po'
    Making all in src
    make[2]: Entering directory `/tmp/yaourt-tmp-archie/aur-libtifiles-svn/src/libtifiles-build/src'
    /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -DLOCALEDIR=\"/usr/share/locale\" -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DTIFILES_EXPORTS -Wall -march=i686 -mtune=generic -O2 -pipe -D__LINUX__ -fvisibility=hidden -MT libtifiles2_la-comments.lo -MD -MP -MF .deps/libtifiles2_la-comments.Tpo -c -o libtifiles2_la-comments.lo `test -f 'comments.c' || echo './'`comments.c
    libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -DLOCALEDIR=\"/usr/share/locale\" -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DTIFILES_EXPORTS -Wall -march=i686 -mtune=generic -O2 -pipe -D__LINUX__ -fvisibility=hidden -MT libtifiles2_la-comments.lo -MD -MP -MF .deps/libtifiles2_la-comments.Tpo -c comments.c -fPIC -DPIC -o .libs/libtifiles2_la-comments.o
    mv -f .deps/libtifiles2_la-comments.Tpo .deps/libtifiles2_la-comments.Plo
    /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -DLOCALEDIR=\"/usr/share/locale\" -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DTIFILES_EXPORTS -Wall -march=i686 -mtune=generic -O2 -pipe -D__LINUX__ -fvisibility=hidden -MT libtifiles2_la-error.lo -MD -MP -MF .deps/libtifiles2_la-error.Tpo -c -o libtifiles2_la-error.lo `test -f 'error.c' || echo './'`error.c
    libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -DLOCALEDIR=\"/usr/share/locale\" -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DTIFILES_EXPORTS -Wall -march=i686 -mtune=generic -O2 -pipe -D__LINUX__ -fvisibility=hidden -MT libtifiles2_la-error.lo -MD -MP -MF .deps/libtifiles2_la-error.Tpo -c error.c -fPIC -DPIC -o .libs/libtifiles2_la-error.o
    mv -f .deps/libtifiles2_la-error.Tpo .deps/libtifiles2_la-error.Plo
    /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -DLOCALEDIR=\"/usr/share/locale\" -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DTIFILES_EXPORTS -Wall -march=i686 -mtune=generic -O2 -pipe -D__LINUX__ -fvisibility=hidden -MT libtifiles2_la-files8x.lo -MD -MP -MF .deps/libtifiles2_la-files8x.Tpo -c -o libtifiles2_la-files8x.lo `test -f 'files8x.c' || echo './'`files8x.c
    libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -DLOCALEDIR=\"/usr/share/locale\" -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DTIFILES_EXPORTS -Wall -march=i686 -mtune=generic -O2 -pipe -D__LINUX__ -fvisibility=hidden -MT libtifiles2_la-files8x.lo -MD -MP -MF .deps/libtifiles2_la-files8x.Tpo -c files8x.c -fPIC -DPIC -o .libs/libtifiles2_la-files8x.o
    mv -f .deps/libtifiles2_la-files8x.Tpo .deps/libtifiles2_la-files8x.Plo
    /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -DLOCALEDIR=\"/usr/share/locale\" -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DTIFILES_EXPORTS -Wall -march=i686 -mtune=generic -O2 -pipe -D__LINUX__ -fvisibility=hidden -MT libtifiles2_la-files9x.lo -MD -MP -MF .deps/libtifiles2_la-files9x.Tpo -c -o libtifiles2_la-files9x.lo `test -f 'files9x.c' || echo './'`files9x.c
    libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -DLOCALEDIR=\"/usr/share/locale\" -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DTIFILES_EXPORTS -Wall -march=i686 -mtune=generic -O2 -pipe -D__LINUX__ -fvisibility=hidden -MT libtifiles2_la-files9x.lo -MD -MP -MF .deps/libtifiles2_la-files9x.Tpo -c files9x.c -fPIC -DPIC -o .libs/libtifiles2_la-files9x.o
    mv -f .deps/libtifiles2_la-files9x.Tpo .deps/libtifiles2_la-files9x.Plo
    /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -DLOCALEDIR=\"/usr/share/locale\" -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DTIFILES_EXPORTS -Wall -march=i686 -mtune=generic -O2 -pipe -D__LINUX__ -fvisibility=hidden -MT libtifiles2_la-filesnsp.lo -MD -MP -MF .deps/libtifiles2_la-filesnsp.Tpo -c -o libtifiles2_la-filesnsp.lo `test -f 'filesnsp.c' || echo './'`filesnsp.c
    libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -DLOCALEDIR=\"/usr/share/locale\" -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DTIFILES_EXPORTS -Wall -march=i686 -mtune=generic -O2 -pipe -D__LINUX__ -fvisibility=hidden -MT libtifiles2_la-filesnsp.lo -MD -MP -MF .deps/libtifiles2_la-filesnsp.Tpo -c filesnsp.c -fPIC -DPIC -o .libs/libtifiles2_la-filesnsp.o
    mv -f .deps/libtifiles2_la-filesnsp.Tpo .deps/libtifiles2_la-filesnsp.Plo
    /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -DLOCALEDIR=\"/usr/share/locale\" -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DTIFILES_EXPORTS -Wall -march=i686 -mtune=generic -O2 -pipe -D__LINUX__ -fvisibility=hidden -MT libtifiles2_la-filesxx.lo -MD -MP -MF .deps/libtifiles2_la-filesxx.Tpo -c -o libtifiles2_la-filesxx.lo `test -f 'filesxx.c' || echo './'`filesxx.c
    libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -DLOCALEDIR=\"/usr/share/locale\" -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DTIFILES_EXPORTS -Wall -march=i686 -mtune=generic -O2 -pipe -D__LINUX__ -fvisibility=hidden -MT libtifiles2_la-filesxx.lo -MD -MP -MF .deps/libtifiles2_la-filesxx.Tpo -c filesxx.c -fPIC -DPIC -o .libs/libtifiles2_la-filesxx.o
    mv -f .deps/libtifiles2_la-filesxx.Tpo .deps/libtifiles2_la-filesxx.Plo
    /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -DLOCALEDIR=\"/usr/share/locale\" -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DTIFILES_EXPORTS -Wall -march=i686 -mtune=generic -O2 -pipe -D__LINUX__ -fvisibility=hidden -MT libtifiles2_la-filetypes.lo -MD -MP -MF .deps/libtifiles2_la-filetypes.Tpo -c -o libtifiles2_la-filetypes.lo `test -f 'filetypes.c' || echo './'`filetypes.c
    libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -DLOCALEDIR=\"/usr/share/locale\" -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DTIFILES_EXPORTS -Wall -march=i686 -mtune=generic -O2 -pipe -D__LINUX__ -fvisibility=hidden -MT libtifiles2_la-filetypes.lo -MD -MP -MF .deps/libtifiles2_la-filetypes.Tpo -c filetypes.c -fPIC -DPIC -o .libs/libtifiles2_la-filetypes.o
    mv -f .deps/libtifiles2_la-filetypes.Tpo .deps/libtifiles2_la-filetypes.Plo
    /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -DLOCALEDIR=\"/usr/share/locale\" -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DTIFILES_EXPORTS -Wall -march=i686 -mtune=generic -O2 -pipe -D__LINUX__ -fvisibility=hidden -MT libtifiles2_la-grouped.lo -MD -MP -MF .deps/libtifiles2_la-grouped.Tpo -c -o libtifiles2_la-grouped.lo `test -f 'grouped.c' || echo './'`grouped.c
    libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -DLOCALEDIR=\"/usr/share/locale\" -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DTIFILES_EXPORTS -Wall -march=i686 -mtune=generic -O2 -pipe -D__LINUX__ -fvisibility=hidden -MT libtifiles2_la-grouped.lo -MD -MP -MF .deps/libtifiles2_la-grouped.Tpo -c grouped.c -fPIC -DPIC -o .libs/libtifiles2_la-grouped.o
    mv -f .deps/libtifiles2_la-grouped.Tpo .deps/libtifiles2_la-grouped.Plo
    /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -DLOCALEDIR=\"/usr/share/locale\" -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DTIFILES_EXPORTS -Wall -march=i686 -mtune=generic -O2 -pipe -D__LINUX__ -fvisibility=hidden -MT libtifiles2_la-intelhex.lo -MD -MP -MF .deps/libtifiles2_la-intelhex.Tpo -c -o libtifiles2_la-intelhex.lo `test -f 'intelhex.c' || echo './'`intelhex.c
    libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -DLOCALEDIR=\"/usr/share/locale\" -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DTIFILES_EXPORTS -Wall -march=i686 -mtune=generic -O2 -pipe -D__LINUX__ -fvisibility=hidden -MT libtifiles2_la-intelhex.lo -MD -MP -MF .deps/libtifiles2_la-intelhex.Tpo -c intelhex.c -fPIC -DPIC -o .libs/libtifiles2_la-intelhex.o
    mv -f .deps/libtifiles2_la-intelhex.Tpo .deps/libtifiles2_la-intelhex.Plo
    /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -DLOCALEDIR=\"/usr/share/locale\" -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DTIFILES_EXPORTS -Wall -march=i686 -mtune=generic -O2 -pipe -D__LINUX__ -fvisibility=hidden -MT libtifiles2_la-logging.lo -MD -MP -MF .deps/libtifiles2_la-logging.Tpo -c -o libtifiles2_la-logging.lo `test -f 'logging.c' || echo './'`logging.c
    libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -DLOCALEDIR=\"/usr/share/locale\" -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DTIFILES_EXPORTS -Wall -march=i686 -mtune=generic -O2 -pipe -D__LINUX__ -fvisibility=hidden -MT libtifiles2_la-logging.lo -MD -MP -MF .deps/libtifiles2_la-logging.Tpo -c logging.c -fPIC -DPIC -o .libs/libtifiles2_la-logging.o
    mv -f .deps/libtifiles2_la-logging.Tpo .deps/libtifiles2_la-logging.Plo
    /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -DLOCALEDIR=\"/usr/share/locale\" -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DTIFILES_EXPORTS -Wall -march=i686 -mtune=generic -O2 -pipe -D__LINUX__ -fvisibility=hidden -MT libtifiles2_la-misc.lo -MD -MP -MF .deps/libtifiles2_la-misc.Tpo -c -o libtifiles2_la-misc.lo `test -f 'misc.c' || echo './'`misc.c
    libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -DLOCALEDIR=\"/usr/share/locale\" -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DTIFILES_EXPORTS -Wall -march=i686 -mtune=generic -O2 -pipe -D__LINUX__ -fvisibility=hidden -MT libtifiles2_la-misc.lo -MD -MP -MF .deps/libtifiles2_la-misc.Tpo -c misc.c -fPIC -DPIC -o .libs/libtifiles2_la-misc.o
    mv -f .deps/libtifiles2_la-misc.Tpo .deps/libtifiles2_la-misc.Plo
    /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -DLOCALEDIR=\"/usr/share/locale\" -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DTIFILES_EXPORTS -Wall -march=i686 -mtune=generic -O2 -pipe -D__LINUX__ -fvisibility=hidden -MT libtifiles2_la-rwfile.lo -MD -MP -MF .deps/libtifiles2_la-rwfile.Tpo -c -o libtifiles2_la-rwfile.lo `test -f 'rwfile.c' || echo './'`rwfile.c
    libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -DLOCALEDIR=\"/usr/share/locale\" -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DTIFILES_EXPORTS -Wall -march=i686 -mtune=generic -O2 -pipe -D__LINUX__ -fvisibility=hidden -MT libtifiles2_la-rwfile.lo -MD -MP -MF .deps/libtifiles2_la-rwfile.Tpo -c rwfile.c -fPIC -DPIC -o .libs/libtifiles2_la-rwfile.o
    mv -f .deps/libtifiles2_la-rwfile.Tpo .deps/libtifiles2_la-rwfile.Plo
    /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -DLOCALEDIR=\"/usr/share/locale\" -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DTIFILES_EXPORTS -Wall -march=i686 -mtune=generic -O2 -pipe -D__LINUX__ -fvisibility=hidden -MT libtifiles2_la-tifiles.lo -MD -MP -MF .deps/libtifiles2_la-tifiles.Tpo -c -o libtifiles2_la-tifiles.lo `test -f 'tifiles.c' || echo './'`tifiles.c
    libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -DLOCALEDIR=\"/usr/share/locale\" -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DTIFILES_EXPORTS -Wall -march=i686 -mtune=generic -O2 -pipe -D__LINUX__ -fvisibility=hidden -MT libtifiles2_la-tifiles.lo -MD -MP -MF .deps/libtifiles2_la-tifiles.Tpo -c tifiles.c -fPIC -DPIC -o .libs/libtifiles2_la-tifiles.o
    mv -f .deps/libtifiles2_la-tifiles.Tpo .deps/libtifiles2_la-tifiles.Plo
    /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -DLOCALEDIR=\"/usr/share/locale\" -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DTIFILES_EXPORTS -Wall -march=i686 -mtune=generic -O2 -pipe -D__LINUX__ -fvisibility=hidden -MT libtifiles2_la-tigroup.lo -MD -MP -MF .deps/libtifiles2_la-tigroup.Tpo -c -o libtifiles2_la-tigroup.lo `test -f 'tigroup.c' || echo './'`tigroup.c
    libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -DLOCALEDIR=\"/usr/share/locale\" -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DTIFILES_EXPORTS -Wall -march=i686 -mtune=generic -O2 -pipe -D__LINUX__ -fvisibility=hidden -MT libtifiles2_la-tigroup.lo -MD -MP -MF .deps/libtifiles2_la-tigroup.Tpo -c tigroup.c -fPIC -DPIC -o .libs/libtifiles2_la-tigroup.o
    mv -f .deps/libtifiles2_la-tigroup.Tpo .deps/libtifiles2_la-tigroup.Plo
    /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -DLOCALEDIR=\"/usr/share/locale\" -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DTIFILES_EXPORTS -Wall -march=i686 -mtune=generic -O2 -pipe -D__LINUX__ -fvisibility=hidden -MT libtifiles2_la-type2str.lo -MD -MP -MF .deps/libtifiles2_la-type2str.Tpo -c -o libtifiles2_la-type2str.lo `test -f 'type2str.c' || echo './'`type2str.c
    libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -DLOCALEDIR=\"/usr/share/locale\" -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DTIFILES_EXPORTS -Wall -march=i686 -mtune=generic -O2 -pipe -D__LINUX__ -fvisibility=hidden -MT libtifiles2_la-type2str.lo -MD -MP -MF .deps/libtifiles2_la-type2str.Tpo -c type2str.c -fPIC -DPIC -o .libs/libtifiles2_la-type2str.o
    mv -f .deps/libtifiles2_la-type2str.Tpo .deps/libtifiles2_la-type2str.Plo
    /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -DLOCALEDIR=\"/usr/share/locale\" -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DTIFILES_EXPORTS -Wall -march=i686 -mtune=generic -O2 -pipe -D__LINUX__ -fvisibility=hidden -MT libtifiles2_la-types73.lo -MD -MP -MF .deps/libtifiles2_la-types73.Tpo -c -o libtifiles2_la-types73.lo `test -f 'types73.c' || echo './'`types73.c
    libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -DLOCALEDIR=\"/usr/share/locale\" -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DTIFILES_EXPORTS -Wall -march=i686 -mtune=generic -O2 -pipe -D__LINUX__ -fvisibility=hidden -MT libtifiles2_la-types73.lo -MD -MP -MF .deps/libtifiles2_la-types73.Tpo -c types73.c -fPIC -DPIC -o .libs/libtifiles2_la-types73.o
    mv -f .deps/libtifiles2_la-types73.Tpo .deps/libtifiles2_la-types73.Plo
    /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -DLOCALEDIR=\"/usr/share/locale\" -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DTIFILES_EXPORTS -Wall -march=i686 -mtune=generic -O2 -pipe -D__LINUX__ -fvisibility=hidden -MT libtifiles2_la-types82.lo -MD -MP -MF .deps/libtifiles2_la-types82.Tpo -c -o libtifiles2_la-types82.lo `test -f 'types82.c' || echo './'`types82.c
    libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -DLOCALEDIR=\"/usr/share/locale\" -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DTIFILES_EXPORTS -Wall -march=i686 -mtune=generic -O2 -pipe -D__LINUX__ -fvisibility=hidden -MT libtifiles2_la-types82.lo -MD -MP -MF .deps/libtifiles2_la-types82.Tpo -c types82.c -fPIC -DPIC -o .libs/libtifiles2_la-types82.o
    mv -f .deps/libtifiles2_la-types82.Tpo .deps/libtifiles2_la-types82.Plo
    /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -DLOCALEDIR=\"/usr/share/locale\" -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DTIFILES_EXPORTS -Wall -march=i686 -mtune=generic -O2 -pipe -D__LINUX__ -fvisibility=hidden -MT libtifiles2_la-types83.lo -MD -MP -MF .deps/libtifiles2_la-types83.Tpo -c -o libtifiles2_la-types83.lo `test -f 'types83.c' || echo './'`types83.c
    libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -DLOCALEDIR=\"/usr/share/locale\" -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DTIFILES_EXPORTS -Wall -march=i686 -mtune=generic -O2 -pipe -D__LINUX__ -fvisibility=hidden -MT libtifiles2_la-types83.lo -MD -MP -MF .deps/libtifiles2_la-types83.Tpo -c types83.c -fPIC -DPIC -o .libs/libtifiles2_la-types83.o
    mv -f .deps/libtifiles2_la-types83.Tpo .deps/libtifiles2_la-types83.Plo
    /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -DLOCALEDIR=\"/usr/share/locale\" -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DTIFILES_EXPORTS -Wall -march=i686 -mtune=generic -O2 -pipe -D__LINUX__ -fvisibility=hidden -MT libtifiles2_la-types83p.lo -MD -MP -MF .deps/libtifiles2_la-types83p.Tpo -c -o libtifiles2_la-types83p.lo `test -f 'types83p.c' || echo './'`types83p.c
    libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -DLOCALEDIR=\"/usr/share/locale\" -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DTIFILES_EXPORTS -Wall -march=i686 -mtune=generic -O2 -pipe -D__LINUX__ -fvisibility=hidden -MT libtifiles2_la-types83p.lo -MD -MP -MF .deps/libtifiles2_la-types83p.Tpo -c types83p.c -fPIC -DPIC -o .libs/libtifiles2_la-types83p.o
    mv -f .deps/libtifiles2_la-types83p.Tpo .deps/libtifiles2_la-types83p.Plo
    /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -DLOCALEDIR=\"/usr/share/locale\" -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DTIFILES_EXPORTS -Wall -march=i686 -mtune=generic -O2 -pipe -D__LINUX__ -fvisibility=hidden -MT libtifiles2_la-types84p.lo -MD -MP -MF .deps/libtifiles2_la-types84p.Tpo -c -o libtifiles2_la-types84p.lo `test -f 'types84p.c' || echo './'`types84p.c
    libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -DLOCALEDIR=\"/usr/share/locale\" -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DTIFILES_EXPORTS -Wall -march=i686 -mtune=generic -O2 -pipe -D__LINUX__ -fvisibility=hidden -MT libtifiles2_la-types84p.lo -MD -MP -MF .deps/libtifiles2_la-types84p.Tpo -c types84p.c -fPIC -DPIC -o .libs/libtifiles2_la-types84p.o
    mv -f .deps/libtifiles2_la-types84p.Tpo .deps/libtifiles2_la-types84p.Plo
    /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -DLOCALEDIR=\"/usr/share/locale\" -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DTIFILES_EXPORTS -Wall -march=i686 -mtune=generic -O2 -pipe -D__LINUX__ -fvisibility=hidden -MT libtifiles2_la-types85.lo -MD -MP -MF .deps/libtifiles2_la-types85.Tpo -c -o libtifiles2_la-types85.lo `test -f 'types85.c' || echo './'`types85.c
    libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -DLOCALEDIR=\"/usr/share/locale\" -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DTIFILES_EXPORTS -Wall -march=i686 -mtune=generic -O2 -pipe -D__LINUX__ -fvisibility=hidden -MT libtifiles2_la-types85.lo -MD -MP -MF .deps/libtifiles2_la-types85.Tpo -c types85.c -fPIC -DPIC -o .libs/libtifiles2_la-types85.o
    mv -f .deps/libtifiles2_la-types85.Tpo .deps/libtifiles2_la-types85.Plo
    /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -DLOCALEDIR=\"/usr/share/locale\" -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DTIFILES_EXPORTS -Wall -march=i686 -mtune=generic -O2 -pipe -D__LINUX__ -fvisibility=hidden -MT libtifiles2_la-types86.lo -MD -MP -MF .deps/libtifiles2_la-types86.Tpo -c -o libtifiles2_la-types86.lo `test -f 'types86.c' || echo './'`types86.c
    libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -DLOCALEDIR=\"/usr/share/locale\" -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DTIFILES_EXPORTS -Wall -march=i686 -mtune=generic -O2 -pipe -D__LINUX__ -fvisibility=hidden -MT libtifiles2_la-types86.lo -MD -MP -MF .deps/libtifiles2_la-types86.Tpo -c types86.c -fPIC -DPIC -o .libs/libtifiles2_la-types86.o
    mv -f .deps/libtifiles2_la-types86.Tpo .deps/libtifiles2_la-types86.Plo
    /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -DLOCALEDIR=\"/usr/share/locale\" -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DTIFILES_EXPORTS -Wall -march=i686 -mtune=generic -O2 -pipe -D__LINUX__ -fvisibility=hidden -MT libtifiles2_la-types89.lo -MD -MP -MF .deps/libtifiles2_la-types89.Tpo -c -o libtifiles2_la-types89.lo `test -f 'types89.c' || echo './'`types89.c
    libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -DLOCALEDIR=\"/usr/share/locale\" -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DTIFILES_EXPORTS -Wall -march=i686 -mtune=generic -O2 -pipe -D__LINUX__ -fvisibility=hidden -MT libtifiles2_la-types89.lo -MD -MP -MF .deps/libtifiles2_la-types89.Tpo -c types89.c -fPIC -DPIC -o .libs/libtifiles2_la-types89.o
    mv -f .deps/libtifiles2_la-types89.Tpo .deps/libtifiles2_la-types89.Plo
    /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -DLOCALEDIR=\"/usr/share/locale\" -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DTIFILES_EXPORTS -Wall -march=i686 -mtune=generic -O2 -pipe -D__LINUX__ -fvisibility=hidden -MT libtifiles2_la-types89t.lo -MD -MP -MF .deps/libtifiles2_la-types89t.Tpo -c -o libtifiles2_la-types89t.lo `test -f 'types89t.c' || echo './'`types89t.c
    libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -DLOCALEDIR=\"/usr/share/locale\" -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DTIFILES_EXPORTS -Wall -march=i686 -mtune=generic -O2 -pipe -D__LINUX__ -fvisibility=hidden -MT libtifiles2_la-types89t.lo -MD -MP -MF .deps/libtifiles2_la-types89t.Tpo -c types89t.c -fPIC -DPIC -o .libs/libtifiles2_la-types89t.o
    mv -f .deps/libtifiles2_la-types89t.Tpo .deps/libtifiles2_la-types89t.Plo
    /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -DLOCALEDIR=\"/usr/share/locale\" -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DTIFILES_EXPORTS -Wall -march=i686 -mtune=generic -O2 -pipe -D__LINUX__ -fvisibility=hidden -MT libtifiles2_la-types92.lo -MD -MP -MF .deps/libtifiles2_la-types92.Tpo -c -o libtifiles2_la-types92.lo `test -f 'types92.c' || echo './'`types92.c
    libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -DLOCALEDIR=\"/usr/share/locale\" -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DTIFILES_EXPORTS -Wall -march=i686 -mtune=generic -O2 -pipe -D__LINUX__ -fvisibility=hidden -MT libtifiles2_la-types92.lo -MD -MP -MF .deps/libtifiles2_la-types92.Tpo -c types92.c -fPIC -DPIC -o .libs/libtifiles2_la-types92.o
    mv -f .deps/libtifiles2_la-types92.Tpo .deps/libtifiles2_la-types92.Plo
    /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -DLOCALEDIR=\"/usr/share/locale\" -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DTIFILES_EXPORTS -Wall -march=i686 -mtune=generic -O2 -pipe -D__LINUX__ -fvisibility=hidden -MT libtifiles2_la-types92p.lo -MD -MP -MF .deps/libtifiles2_la-types92p.Tpo -c -o libtifiles2_la-types92p.lo `test -f 'types92p.c' || echo './'`types92p.c
    libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -DLOCALEDIR=\"/usr/share/locale\" -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DTIFILES_EXPORTS -Wall -march=i686 -mtune=generic -O2 -pipe -D__LINUX__ -fvisibility=hidden -MT libtifiles2_la-types92p.lo -MD -MP -MF .deps/libtifiles2_la-types92p.Tpo -c types92p.c -fPIC -DPIC -o .libs/libtifiles2_la-types92p.o
    mv -f .deps/libtifiles2_la-types92p.Tpo .deps/libtifiles2_la-types92p.Plo
    /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -DLOCALEDIR=\"/usr/share/locale\" -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DTIFILES_EXPORTS -Wall -march=i686 -mtune=generic -O2 -pipe -D__LINUX__ -fvisibility=hidden -MT libtifiles2_la-typesv2.lo -MD -MP -MF .deps/libtifiles2_la-typesv2.Tpo -c -o libtifiles2_la-typesv2.lo `test -f 'typesv2.c' || echo './'`typesv2.c
    libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -DLOCALEDIR=\"/usr/share/locale\" -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DTIFILES_EXPORTS -Wall -march=i686 -mtune=generic -O2 -pipe -D__LINUX__ -fvisibility=hidden -MT libtifiles2_la-typesv2.lo -MD -MP -MF .deps/libtifiles2_la-typesv2.Tpo -c typesv2.c -fPIC -DPIC -o .libs/libtifiles2_la-typesv2.o
    mv -f .deps/libtifiles2_la-typesv2.Tpo .deps/libtifiles2_la-typesv2.Plo
    /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -DLOCALEDIR=\"/usr/share/locale\" -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DTIFILES_EXPORTS -Wall -march=i686 -mtune=generic -O2 -pipe -D__LINUX__ -fvisibility=hidden -MT libtifiles2_la-typesnsp.lo -MD -MP -MF .deps/libtifiles2_la-typesnsp.Tpo -c -o libtifiles2_la-typesnsp.lo `test -f 'typesnsp.c' || echo './'`typesnsp.c
    libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -DLOCALEDIR=\"/usr/share/locale\" -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DTIFILES_EXPORTS -Wall -march=i686 -mtune=generic -O2 -pipe -D__LINUX__ -fvisibility=hidden -MT libtifiles2_la-typesnsp.lo -MD -MP -MF .deps/libtifiles2_la-typesnsp.Tpo -c typesnsp.c -fPIC -DPIC -o .libs/libtifiles2_la-typesnsp.o
    mv -f .deps/libtifiles2_la-typesnsp.Tpo .deps/libtifiles2_la-typesnsp.Plo
    /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -DLOCALEDIR=\"/usr/share/locale\" -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DTIFILES_EXPORTS -Wall -march=i686 -mtune=generic -O2 -pipe -D__LINUX__ -fvisibility=hidden -MT libtifiles2_la-typesxx.lo -MD -MP -MF .deps/libtifiles2_la-typesxx.Tpo -c -o libtifiles2_la-typesxx.lo `test -f 'typesxx.c' || echo './'`typesxx.c
    libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -DLOCALEDIR=\"/usr/share/locale\" -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DTIFILES_EXPORTS -Wall -march=i686 -mtune=generic -O2 -pipe -D__LINUX__ -fvisibility=hidden -MT libtifiles2_la-typesxx.lo -MD -MP -MF .deps/libtifiles2_la-typesxx.Tpo -c typesxx.c -fPIC -DPIC -o .libs/libtifiles2_la-typesxx.o
    mv -f .deps/libtifiles2_la-typesxx.Tpo .deps/libtifiles2_la-typesxx.Plo
    /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -DLOCALEDIR=\"/usr/share/locale\" -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DTIFILES_EXPORTS -Wall -march=i686 -mtune=generic -O2 -pipe -D__LINUX__ -fvisibility=hidden -MT libtifiles2_la-ve_fp.lo -MD -MP -MF .deps/libtifiles2_la-ve_fp.Tpo -c -o libtifiles2_la-ve_fp.lo `test -f 've_fp.c' || echo './'`ve_fp.c
    libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -DLOCALEDIR=\"/usr/share/locale\" -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DTIFILES_EXPORTS -Wall -march=i686 -mtune=generic -O2 -pipe -D__LINUX__ -fvisibility=hidden -MT libtifiles2_la-ve_fp.lo -MD -MP -MF .deps/libtifiles2_la-ve_fp.Tpo -c ve_fp.c -fPIC -DPIC -o .libs/libtifiles2_la-ve_fp.o
    mv -f .deps/libtifiles2_la-ve_fp.Tpo .deps/libtifiles2_la-ve_fp.Plo
    /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -DLOCALEDIR=\"/usr/share/locale\" -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DTIFILES_EXPORTS -Wall -march=i686 -mtune=generic -O2 -pipe -D__LINUX__ -fvisibility=hidden -MT libtifiles2_la-ioapi.lo -MD -MP -MF .deps/libtifiles2_la-ioapi.Tpo -c -o libtifiles2_la-ioapi.lo `test -f 'minizip/ioapi.c' || echo './'`minizip/ioapi.c
    libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -DLOCALEDIR=\"/usr/share/locale\" -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DTIFILES_EXPORTS -Wall -march=i686 -mtune=generic -O2 -pipe -D__LINUX__ -fvisibility=hidden -MT libtifiles2_la-ioapi.lo -MD -MP -MF .deps/libtifiles2_la-ioapi.Tpo -c minizip/ioapi.c -fPIC -DPIC -o .libs/libtifiles2_la-ioapi.o
    mv -f .deps/libtifiles2_la-ioapi.Tpo .deps/libtifiles2_la-ioapi.Plo
    /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -DLOCALEDIR=\"/usr/share/locale\" -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DTIFILES_EXPORTS -Wall -march=i686 -mtune=generic -O2 -pipe -D__LINUX__ -fvisibility=hidden -MT libtifiles2_la-miniunz.lo -MD -MP -MF .deps/libtifiles2_la-miniunz.Tpo -c -o libtifiles2_la-miniunz.lo `test -f 'minizip/miniunz.c' || echo './'`minizip/miniunz.c
    libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -DLOCALEDIR=\"/usr/share/locale\" -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DTIFILES_EXPORTS -Wall -march=i686 -mtune=generic -O2 -pipe -D__LINUX__ -fvisibility=hidden -MT libtifiles2_la-miniunz.lo -MD -MP -MF .deps/libtifiles2_la-miniunz.Tpo -c minizip/miniunz.c -fPIC -DPIC -o .libs/libtifiles2_la-miniunz.o
    mv -f .deps/libtifiles2_la-miniunz.Tpo .deps/libtifiles2_la-miniunz.Plo
    /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -DLOCALEDIR=\"/usr/share/locale\" -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DTIFILES_EXPORTS -Wall -march=i686 -mtune=generic -O2 -pipe -D__LINUX__ -fvisibility=hidden -MT libtifiles2_la-minizip.lo -MD -MP -MF .deps/libtifiles2_la-minizip.Tpo -c -o libtifiles2_la-minizip.lo `test -f 'minizip/minizip.c' || echo './'`minizip/minizip.c
    libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -DLOCALEDIR=\"/usr/share/locale\" -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DTIFILES_EXPORTS -Wall -march=i686 -mtune=generic -O2 -pipe -D__LINUX__ -fvisibility=hidden -MT libtifiles2_la-minizip.lo -MD -MP -MF .deps/libtifiles2_la-minizip.Tpo -c minizip/minizip.c -fPIC -DPIC -o .libs/libtifiles2_la-minizip.o
    mv -f .deps/libtifiles2_la-minizip.Tpo .deps/libtifiles2_la-minizip.Plo
    /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -DLOCALEDIR=\"/usr/share/locale\" -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DTIFILES_EXPORTS -Wall -march=i686 -mtune=generic -O2 -pipe -D__LINUX__ -fvisibility=hidden -MT libtifiles2_la-unzip.lo -MD -MP -MF .deps/libtifiles2_la-unzip.Tpo -c -o libtifiles2_la-unzip.lo `test -f 'minizip/unzip.c' || echo './'`minizip/unzip.c
    libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -DLOCALEDIR=\"/usr/share/locale\" -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DTIFILES_EXPORTS -Wall -march=i686 -mtune=generic -O2 -pipe -D__LINUX__ -fvisibility=hidden -MT libtifiles2_la-unzip.lo -MD -MP -MF .deps/libtifiles2_la-unzip.Tpo -c minizip/unzip.c -fPIC -DPIC -o .libs/libtifiles2_la-unzip.o
    mv -f .deps/libtifiles2_la-unzip.Tpo .deps/libtifiles2_la-unzip.Plo
    /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -DLOCALEDIR=\"/usr/share/locale\" -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DTIFILES_EXPORTS -Wall -march=i686 -mtune=generic -O2 -pipe -D__LINUX__ -fvisibility=hidden -MT libtifiles2_la-zip.lo -MD -MP -MF .deps/libtifiles2_la-zip.Tpo -c -o libtifiles2_la-zip.lo `test -f 'minizip/zip.c' || echo './'`minizip/zip.c
    libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -DLOCALEDIR=\"/usr/share/locale\" -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DTIFILES_EXPORTS -Wall -march=i686 -mtune=generic -O2 -pipe -D__LINUX__ -fvisibility=hidden -MT libtifiles2_la-zip.lo -MD -MP -MF .deps/libtifiles2_la-zip.Tpo -c minizip/zip.c -fPIC -DPIC -o .libs/libtifiles2_la-zip.o
    mv -f .deps/libtifiles2_la-zip.Tpo .deps/libtifiles2_la-zip.Plo
    /bin/sh ../libtool --tag=CC --mode=link gcc -Wall -march=i686 -mtune=generic -O2 -pipe -D__LINUX__ -fvisibility=hidden -no-undefined -version-info 7:2:0 -Wl,--hash-style=gnu -Wl,--as-needed -o libtifiles2.la -rpath /usr/lib libtifiles2_la-comments.lo libtifiles2_la-error.lo libtifiles2_la-files8x.lo libtifiles2_la-files9x.lo libtifiles2_la-filesnsp.lo libtifiles2_la-filesxx.lo libtifiles2_la-filetypes.lo libtifiles2_la-grouped.lo libtifiles2_la-intelhex.lo libtifiles2_la-logging.lo libtifiles2_la-misc.lo libtifiles2_la-rwfile.lo libtifiles2_la-tifiles.lo libtifiles2_la-tigroup.lo libtifiles2_la-type2str.lo libtifiles2_la-types73.lo libtifiles2_la-types82.lo libtifiles2_la-types83.lo libtifiles2_la-types83p.lo libtifiles2_la-types84p.lo libtifiles2_la-types85.lo libtifiles2_la-types86.lo libtifiles2_la-types89.lo libtifiles2_la-types89t.lo libtifiles2_la-types92.lo libtifiles2_la-types92p.lo libtifiles2_la-typesv2.lo libtifiles2_la-typesnsp.lo libtifiles2_la-typesxx.lo libtifiles2_la-ve_fp.lo libtifiles2_la-ioapi.lo libtifiles2_la-miniunz.lo libtifiles2_la-minizip.lo libtifiles2_la-unzip.lo libtifiles2_la-zip.lo -lglib-2.0 -lz -lticonv -lglib-2.0 -lz
    libtool: link: gcc -shared .libs/libtifiles2_la-comments.o .libs/libtifiles2_la-error.o .libs/libtifiles2_la-files8x.o .libs/libtifiles2_la-files9x.o .libs/libtifiles2_la-filesnsp.o .libs/libtifiles2_la-filesxx.o .libs/libtifiles2_la-filetypes.o .libs/libtifiles2_la-grouped.o .libs/libtifiles2_la-intelhex.o .libs/libtifiles2_la-logging.o .libs/libtifiles2_la-misc.o .libs/libtifiles2_la-rwfile.o .libs/libtifiles2_la-tifiles.o .libs/libtifiles2_la-tigroup.o .libs/libtifiles2_la-type2str.o .libs/libtifiles2_la-types73.o .libs/libtifiles2_la-types82.o .libs/libtifiles2_la-types83.o .libs/libtifiles2_la-types83p.o .libs/libtifiles2_la-types84p.o .libs/libtifiles2_la-types85.o .libs/libtifiles2_la-types86.o .libs/libtifiles2_la-types89.o .libs/libtifiles2_la-types89t.o .libs/libtifiles2_la-types92.o .libs/libtifiles2_la-types92p.o .libs/libtifiles2_la-typesv2.o .libs/libtifiles2_la-typesnsp.o .libs/libtifiles2_la-typesxx.o .libs/libtifiles2_la-ve_fp.o .libs/libtifiles2_la-ioapi.o .libs/libtifiles2_la-miniunz.o .libs/libtifiles2_la-minizip.o .libs/libtifiles2_la-unzip.o .libs/libtifiles2_la-zip.o -lticonv -lglib-2.0 -lz -march=i686 -mtune=generic -Wl,--hash-style=gnu -Wl,--as-needed -Wl,-soname -Wl,libtifiles2.so.7 -o .libs/libtifiles2.so.7.0.2
    libtool: link: (cd ".libs" && rm -f "libtifiles2.so.7" && ln -s "libtifiles2.so.7.0.2" "libtifiles2.so.7")
    libtool: link: (cd ".libs" && rm -f "libtifiles2.so" && ln -s "libtifiles2.so.7.0.2" "libtifiles2.so")
    libtool: link: ( cd ".libs" && rm -f "libtifiles2.la" && ln -s "../libtifiles2.la" "libtifiles2.la" )
    make[2]: Leaving directory `/tmp/yaourt-tmp-archie/aur-libtifiles-svn/src/libtifiles-build/src'
    Making all in tests
    make[2]: Entering directory `/tmp/yaourt-tmp-archie/aur-libtifiles-svn/src/libtifiles-build/tests'
    gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -march=i686 -mtune=generic -O2 -pipe -D__LINUX__ -fvisibility=hidden -MT test_tifiles_2-test_tifiles_2.o -MD -MP -MF .deps/test_tifiles_2-test_tifiles_2.Tpo -c -o test_tifiles_2-test_tifiles_2.o `test -f 'test_tifiles_2.c' || echo './'`test_tifiles_2.c
    mv -f .deps/test_tifiles_2-test_tifiles_2.Tpo .deps/test_tifiles_2-test_tifiles_2.Po
    /bin/sh ../libtool --tag=CC --mode=link gcc -march=i686 -mtune=generic -O2 -pipe -D__LINUX__ -fvisibility=hidden -Wl,--hash-style=gnu -Wl,--as-needed -o test_tifiles_2 test_tifiles_2-test_tifiles_2.o ../src/libtifiles2.la -lglib-2.0 -lz
    libtool: link: gcc -march=i686 -mtune=generic -O2 -pipe -D__LINUX__ -fvisibility=hidden -Wl,--hash-style=gnu -Wl,--as-needed -o .libs/test_tifiles_2 test_tifiles_2-test_tifiles_2.o ../src/.libs/libtifiles2.so -lticonv -lglib-2.0 -lz
    make[2]: Leaving directory `/tmp/yaourt-tmp-archie/aur-libtifiles-svn/src/libtifiles-build/tests'
    make[2]: Entering directory `/tmp/yaourt-tmp-archie/aur-libtifiles-svn/src/libtifiles-build'
    make[2]: Leaving directory `/tmp/yaourt-tmp-archie/aur-libtifiles-svn/src/libtifiles-build'
    make[1]: Leaving directory `/tmp/yaourt-tmp-archie/aur-libtifiles-svn/src/libtifiles-build'

    LIBTICABLES:
    make all-recursive
    make[1]: Entering directory `/tmp/yaourt-tmp-archie/aur-libticables-svn/src/libticables-build'
    Making all in build/mingw
    make[2]: Entering directory `/tmp/yaourt-tmp-archie/aur-libticables-svn/src/libticables-build/build/mingw'
    make[2]: Nothing to be done for `all'.
    make[2]: Leaving directory `/tmp/yaourt-tmp-archie/aur-libticables-svn/src/libticables-build/build/mingw'
    Making all in po
    make[2]: Entering directory `/tmp/yaourt-tmp-archie/aur-libticables-svn/src/libticables-build/po'
    test ! -f ./libticables2.pot || \
    test -z "fr.gmo" || make fr.gmo
    make[3]: Entering directory `/tmp/yaourt-tmp-archie/aur-libticables-svn/src/libticables-build/po'
    /usr/bin/msgmerge --update fr.po libticables2.pot
    ........ done.
    rm -f fr.gmo && /usr/bin/msgfmt -c --statistics -o fr.gmo fr.po
    56 translated messages.
    make[3]: Leaving directory `/tmp/yaourt-tmp-archie/aur-libticables-svn/src/libticables-build/po'
    touch stamp-po
    make[2]: Leaving directory `/tmp/yaourt-tmp-archie/aur-libticables-svn/src/libticables-build/po'
    Making all in src
    make[2]: Entering directory `/tmp/yaourt-tmp-archie/aur-libticables-svn/src/libticables-build/src'
    Making all in win32/dha
    make[3]: Entering directory `/tmp/yaourt-tmp-archie/aur-libticables-svn/src/libticables-build/src/win32/dha'
    make[3]: Nothing to be done for `all'.
    make[3]: Leaving directory `/tmp/yaourt-tmp-archie/aur-libticables-svn/src/libticables-build/src/win32/dha'
    Making all in win64/rwp
    make[3]: Entering directory `/tmp/yaourt-tmp-archie/aur-libticables-svn/src/libticables-build/src/win64/rwp'
    make[3]: Nothing to be done for `all'.
    make[3]: Leaving directory `/tmp/yaourt-tmp-archie/aur-libticables-svn/src/libticables-build/src/win64/rwp'
    make[3]: Entering directory `/tmp/yaourt-tmp-archie/aur-libticables-svn/src/libticables-build/src'
    /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -DLOCALEDIR=\"/usr/share/locale\" -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DTICABLES_EXPORTS -Wall -march=i686 -mtune=generic -O2 -pipe -D__I386__ -D__LINUX__ -fvisibility=hidden -MT libticables2_la-data_log.lo -MD -MP -MF .deps/libticables2_la-data_log.Tpo -c -o libticables2_la-data_log.lo `test -f 'data_log.c' || echo './'`data_log.c
    mkdir .libs
    gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -DLOCALEDIR=\"/usr/share/locale\" -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DTICABLES_EXPORTS -Wall -march=i686 -mtune=generic -O2 -pipe -D__I386__ -D__LINUX__ -fvisibility=hidden -MT libticables2_la-data_log.lo -MD -MP -MF .deps/libticables2_la-data_log.Tpo -c data_log.c -fPIC -DPIC -o .libs/libticables2_la-data_log.o
    mv -f .deps/libticables2_la-data_log.Tpo .deps/libticables2_la-data_log.Plo
    /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -DLOCALEDIR=\"/usr/share/locale\" -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DTICABLES_EXPORTS -Wall -march=i686 -mtune=generic -O2 -pipe -D__I386__ -D__LINUX__ -fvisibility=hidden -MT libticables2_la-detect.lo -MD -MP -MF .deps/libticables2_la-detect.Tpo -c -o libticables2_la-detect.lo `test -f 'detect.c' || echo './'`detect.c
    gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -DLOCALEDIR=\"/usr/share/locale\" -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DTICABLES_EXPORTS -Wall -march=i686 -mtune=generic -O2 -pipe -D__I386__ -D__LINUX__ -fvisibility=hidden -MT libticables2_la-detect.lo -MD -MP -MF .deps/libticables2_la-detect.Tpo -c detect.c -fPIC -DPIC -o .libs/libticables2_la-detect.o
    mv -f .deps/libticables2_la-detect.Tpo .deps/libticables2_la-detect.Plo
    /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -DLOCALEDIR=\"/usr/share/locale\" -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DTICABLES_EXPORTS -Wall -march=i686 -mtune=generic -O2 -pipe -D__I386__ -D__LINUX__ -fvisibility=hidden -MT libticables2_la-error.lo -MD -MP -MF .deps/libticables2_la-error.Tpo -c -o libticables2_la-error.lo `test -f 'error.c' || echo './'`error.c
    gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -DLOCALEDIR=\"/usr/share/locale\" -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DTICABLES_EXPORTS -Wall -march=i686 -mtune=generic -O2 -pipe -D__I386__ -D__LINUX__ -fvisibility=hidden -MT libticables2_la-error.lo -MD -MP -MF .deps/libticables2_la-error.Tpo -c error.c -fPIC -DPIC -o .libs/libticables2_la-error.o
    mv -f .deps/libticables2_la-error.Tpo .deps/libticables2_la-error.Plo
    /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -DLOCALEDIR=\"/usr/share/locale\" -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DTICABLES_EXPORTS -Wall -march=i686 -mtune=generic -O2 -pipe -D__I386__ -D__LINUX__ -fvisibility=hidden -MT libticables2_la-ioports.lo -MD -MP -MF .deps/libticables2_la-ioports.Tpo -c -o libticables2_la-ioports.lo `test -f 'ioports.c' || echo './'`ioports.c
    gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -DLOCALEDIR=\"/usr/share/locale\" -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DTICABLES_EXPORTS -Wall -march=i686 -mtune=generic -O2 -pipe -D__I386__ -D__LINUX__ -fvisibility=hidden -MT libticables2_la-ioports.lo -MD -MP -MF .deps/libticables2_la-ioports.Tpo -c ioports.c -fPIC -DPIC -o .libs/libticables2_la-ioports.o
    mv -f .deps/libticables2_la-ioports.Tpo .deps/libticables2_la-ioports.Plo
    /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -DLOCALEDIR=\"/usr/share/locale\" -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DTICABLES_EXPORTS -Wall -march=i686 -mtune=generic -O2 -pipe -D__I386__ -D__LINUX__ -fvisibility=hidden -MT libticables2_la-link_gry.lo -MD -MP -MF .deps/libticables2_la-link_gry.Tpo -c -o libticables2_la-link_gry.lo `test -f 'link_gry.c' || echo './'`link_gry.c
    gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -DLOCALEDIR=\"/usr/share/locale\" -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DTICABLES_EXPORTS -Wall -march=i686 -mtune=generic -O2 -pipe -D__I386__ -D__LINUX__ -fvisibility=hidden -MT libticables2_la-link_gry.lo -MD -MP -MF .deps/libticables2_la-link_gry.Tpo -c link_gry.c -fPIC -DPIC -o .libs/libticables2_la-link_gry.o
    mv -f .deps/libticables2_la-link_gry.Tpo .deps/libticables2_la-link_gry.Plo
    /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -DLOCALEDIR=\"/usr/share/locale\" -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DTICABLES_EXPORTS -Wall -march=i686 -mtune=generic -O2 -pipe -D__I386__ -D__LINUX__ -fvisibility=hidden -MT libticables2_la-link_nul.lo -MD -MP -MF .deps/libticables2_la-link_nul.Tpo -c -o libticables2_la-link_nul.lo `test -f 'link_nul.c' || echo './'`link_nul.c
    gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -DLOCALEDIR=\"/usr/share/locale\" -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DTICABLES_EXPORTS -Wall -march=i686 -mtune=generic -O2 -pipe -D__I386__ -D__LINUX__ -fvisibility=hidden -MT libticables2_la-link_nul.lo -MD -MP -MF .deps/libticables2_la-link_nul.Tpo -c link_nul.c -fPIC -DPIC -o .libs/libticables2_la-link_nul.o
    mv -f .deps/libticables2_la-link_nul.Tpo .deps/libticables2_la-link_nul.Plo
    /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -DLOCALEDIR=\"/usr/share/locale\" -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DTICABLES_EXPORTS -Wall -march=i686 -mtune=generic -O2 -pipe -D__I386__ -D__LINUX__ -fvisibility=hidden -MT libticables2_la-link_par.lo -MD -MP -MF .deps/libticables2_la-link_par.Tpo -c -o libticables2_la-link_par.lo `test -f 'link_par.c' || echo './'`link_par.c
    gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -DLOCALEDIR=\"/usr/share/locale\" -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DTICABLES_EXPORTS -Wall -march=i686 -mtune=generic -O2 -pipe -D__I386__ -D__LINUX__ -fvisibility=hidden -MT libticables2_la-link_par.lo -MD -MP -MF .deps/libticables2_la-link_par.Tpo -c link_par.c -fPIC -DPIC -o .libs/libticables2_la-link_par.o
    mv -f .deps/libticables2_la-link_par.Tpo .deps/libticables2_la-link_par.Plo
    /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -DLOCALEDIR=\"/usr/share/locale\" -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DTICABLES_EXPORTS -Wall -march=i686 -mtune=generic -O2 -pipe -D__I386__ -D__LINUX__ -fvisibility=hidden -MT libticables2_la-link_blk.lo -MD -MP -MF .deps/libticables2_la-link_blk.Tpo -c -o libticables2_la-link_blk.lo `test -f 'link_blk.c' || echo './'`link_blk.c
    gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -DLOCALEDIR=\"/usr/share/locale\" -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DTICABLES_EXPORTS -Wall -march=i686 -mtune=generic -O2 -pipe -D__I386__ -D__LINUX__ -fvisibility=hidden -MT libticables2_la-link_blk.lo -MD -MP -MF .deps/libticables2_la-link_blk.Tpo -c link_blk.c -fPIC -DPIC -o .libs/libticables2_la-link_blk.o
    mv -f .deps/libticables2_la-link_blk.Tpo .deps/libticables2_la-link_blk.Plo
    /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -DLOCALEDIR=\"/usr/share/locale\" -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DTICABLES_EXPORTS -Wall -march=i686 -mtune=generic -O2 -pipe -D__I386__ -D__LINUX__ -fvisibility=hidden -MT libticables2_la-link_usb.lo -MD -MP -MF .deps/libticables2_la-link_usb.Tpo -c -o libticables2_la-link_usb.lo `test -f 'link_usb.c' || echo './'`link_usb.c
    gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -DLOCALEDIR=\"/usr/share/locale\" -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DTICABLES_EXPORTS -Wall -march=i686 -mtune=generic -O2 -pipe -D__I386__ -D__LINUX__ -fvisibility=hidden -MT libticables2_la-link_usb.lo -MD -MP -MF .deps/libticables2_la-link_usb.Tpo -c link_usb.c -fPIC -DPIC -o .libs/libticables2_la-link_usb.o
    mv -f .deps/libticables2_la-link_usb.Tpo .deps/libticables2_la-link_usb.Plo
    /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -DLOCALEDIR=\"/usr/share/locale\" -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DTICABLES_EXPORTS -Wall -march=i686 -mtune=generic -O2 -pipe -D__I386__ -D__LINUX__ -fvisibility=hidden -MT libticables2_la-link_tie.lo -MD -MP -MF .deps/libticables2_la-link_tie.Tpo -c -o libticables2_la-link_tie.lo `test -f 'link_tie.c' || echo './'`link_tie.c
    gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -DLOCALEDIR=\"/usr/share/locale\" -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DTICABLES_EXPORTS -Wall -march=i686 -mtune=generic -O2 -pipe -D__I386__ -D__LINUX__ -fvisibility=hidden -MT libticables2_la-link_tie.lo -MD -MP -MF .deps/libticables2_la-link_tie.Tpo -c link_tie.c -fPIC -DPIC -o .libs/libticables2_la-link_tie.o
    mv -f .deps/libticables2_la-link_tie.Tpo .deps/libticables2_la-link_tie.Plo
    /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -DLOCALEDIR=\"/usr/share/locale\" -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DTICABLES_EXPORTS -Wall -march=i686 -mtune=generic -O2 -pipe -D__I386__ -D__LINUX__ -fvisibility=hidden -MT libticables2_la-link_vti.lo -MD -MP -MF .deps/libticables2_la-link_vti.Tpo -c -o libticables2_la-link_vti.lo `test -f 'link_vti.c' || echo './'`link_vti.c
    gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -DLOCALEDIR=\"/usr/share/locale\" -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DTICABLES_EXPORTS -Wall -march=i686 -mtune=generic -O2 -pipe -D__I386__ -D__LINUX__ -fvisibility=hidden -MT libticables2_la-link_vti.lo -MD -MP -MF .deps/libticables2_la-link_vti.Tpo -c link_vti.c -fPIC -DPIC -o .libs/libticables2_la-link_vti.o
    mv -f .deps/libticables2_la-link_vti.Tpo .deps/libticables2_la-link_vti.Plo
    /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -DLOCALEDIR=\"/usr/share/locale\" -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DTICABLES_EXPORTS -Wall -march=i686 -mtune=generic -O2 -pipe -D__I386__ -D__LINUX__ -fvisibility=hidden -MT libticables2_la-link_xxx.lo -MD -MP -MF .deps/libticables2_la-link_xxx.Tpo -c -o libticables2_la-link_xxx.lo `test -f 'link_xxx.c' || echo './'`link_xxx.c
    gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -DLOCALEDIR=\"/usr/share/locale\" -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DTICABLES_EXPORTS -Wall -march=i686 -mtune=generic -O2 -pipe -D__I386__ -D__LINUX__ -fvisibility=hidden -MT libticables2_la-link_xxx.lo -MD -MP -MF .deps/libticables2_la-link_xxx.Tpo -c link_xxx.c -fPIC -DPIC -o .libs/libticables2_la-link_xxx.o
    mv -f .deps/libticables2_la-link_xxx.Tpo .deps/libticables2_la-link_xxx.Plo
    /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -DLOCALEDIR=\"/usr/share/locale\" -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DTICABLES_EXPORTS -Wall -march=i686 -mtune=generic -O2 -pipe -D__I386__ -D__LINUX__ -fvisibility=hidden -MT libticables2_la-log_dbus.lo -MD -MP -MF .deps/libticables2_la-log_dbus.Tpo -c -o libticables2_la-log_dbus.lo `test -f 'log_dbus.c' || echo './'`log_dbus.c
    gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -DLOCALEDIR=\"/usr/share/locale\" -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DTICABLES_EXPORTS -Wall -march=i686 -mtune=generic -O2 -pipe -D__I386__ -D__LINUX__ -fvisibility=hidden -MT libticables2_la-log_dbus.lo -MD -MP -MF .deps/libticables2_la-log_dbus.Tpo -c log_dbus.c -fPIC -DPIC -o .libs/libticables2_la-log_dbus.o
    mv -f .deps/libticables2_la-log_dbus.Tpo .deps/libticables2_la-log_dbus.Plo
    /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -DLOCALEDIR=\"/usr/share/locale\" -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DTICABLES_EXPORTS -Wall -march=i686 -mtune=generic -O2 -pipe -D__I386__ -D__LINUX__ -fvisibility=hidden -MT libticables2_la-log_dusb.lo -MD -MP -MF .deps/libticables2_la-log_dusb.Tpo -c -o libticables2_la-log_dusb.lo `test -f 'log_dusb.c' || echo './'`log_dusb.c
    gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -DLOCALEDIR=\"/usr/share/locale\" -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DTICABLES_EXPORTS -Wall -march=i686 -mtune=generic -O2 -pipe -D__I386__ -D__LINUX__ -fvisibility=hidden -MT libticables2_la-log_dusb.lo -MD -MP -MF .deps/libticables2_la-log_dusb.Tpo -c log_dusb.c -fPIC -DPIC -o .libs/libticables2_la-log_dusb.o
    mv -f .deps/libticables2_la-log_dusb.Tpo .deps/libticables2_la-log_dusb.Plo
    /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -DLOCALEDIR=\"/usr/share/locale\" -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DTICABLES_EXPORTS -Wall -march=i686 -mtune=generic -O2 -pipe -D__I386__ -D__LINUX__ -fvisibility=hidden -MT libticables2_la-log_hex.lo -MD -MP -MF .deps/libticables2_la-log_hex.Tpo -c -o libticables2_la-log_hex.lo `test -f 'log_hex.c' || echo './'`log_hex.c
    gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -DLOCALEDIR=\"/usr/share/locale\" -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DTICABLES_EXPORTS -Wall -march=i686 -mtune=generic -O2 -pipe -D__I386__ -D__LINUX__ -fvisibility=hidden -MT libticables2_la-log_hex.lo -MD -MP -MF .deps/libticables2_la-log_hex.Tpo -c log_hex.c -fPIC -DPIC -o .libs/libticables2_la-log_hex.o
    mv -f .deps/libticables2_la-log_hex.Tpo .deps/libticables2_la-log_hex.Plo
    /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -DLOCALEDIR=\"/usr/share/locale\" -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DTICABLES_EXPORTS -Wall -march=i686 -mtune=generic -O2 -pipe -D__I386__ -D__LINUX__ -fvisibility=hidden -MT libticables2_la-log_nsp.lo -MD -MP -MF .deps/libticables2_la-log_nsp.Tpo -c -o libticables2_la-log_nsp.lo `test -f 'log_nsp.c' || echo './'`log_nsp.c
    gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -DLOCALEDIR=\"/usr/share/locale\" -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DTICABLES_EXPORTS -Wall -march=i686 -mtune=generic -O2 -pipe -D__I386__ -D__LINUX__ -fvisibility=hidden -MT libticables2_la-log_nsp.lo -MD -MP -MF .deps/libticables2_la-log_nsp.Tpo -c log_nsp.c -fPIC -DPIC -o .libs/libticables2_la-log_nsp.o
    mv -f .deps/libticables2_la-log_nsp.Tpo .deps/libticables2_la-log_nsp.Plo
    /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -DLOCALEDIR=\"/usr/share/locale\" -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DTICABLES_EXPORTS -Wall -march=i686 -mtune=generic -O2 -pipe -D__I386__ -D__LINUX__ -fvisibility=hidden -MT libticables2_la-hex2dbus.lo -MD -MP -MF .deps/libticables2_la-hex2dbus.Tpo -c -o libticables2_la-hex2dbus.lo `test -f 'hex2dbus.c' || echo './'`hex2dbus.c
    gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -DLOCALEDIR=\"/usr/share/locale\" -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DTICABLES_EXPORTS -Wall -march=i686 -mtune=generic -O2 -pipe -D__I386__ -D__LINUX__ -fvisibility=hidden -MT libticables2_la-hex2dbus.lo -MD -MP -MF .deps/libticables2_la-hex2dbus.Tpo -c hex2dbus.c -fPIC -DPIC -o .libs/libticables2_la-hex2dbus.o
    mv -f .deps/libticables2_la-hex2dbus.Tpo .deps/libticables2_la-hex2dbus.Plo
    /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -DLOCALEDIR=\"/usr/share/locale\" -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DTICABLES_EXPORTS -Wall -march=i686 -mtune=generic -O2 -pipe -D__I386__ -D__LINUX__ -fvisibility=hidden -MT libticables2_la-hex2dusb.lo -MD -MP -MF .deps/libticables2_la-hex2dusb.Tpo -c -o libticables2_la-hex2dusb.lo `test -f 'hex2dusb.c' || echo './'`hex2dusb.c
    gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -DLOCALEDIR=\"/usr/share/locale\" -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DTICABLES_EXPORTS -Wall -march=i686 -mtune=generic -O2 -pipe -D__I386__ -D__LINUX__ -fvisibility=hidden -MT libticables2_la-hex2dusb.lo -MD -MP -MF .deps/libticables2_la-hex2dusb.Tpo -c hex2dusb.c -fPIC -DPIC -o .libs/libticables2_la-hex2dusb.o
    hex2dusb.c:88:12: warning: ‘is_a_packet’ defined but not used
    hex2dusb.c:108:12: warning: ‘is_a_packet_with_data_header’ defined but not used
    hex2dusb.c:120:12: warning: ‘is_a_opcode’ defined but not used
    mv -f .deps/libticables2_la-hex2dusb.Tpo .deps/libticables2_la-hex2dusb.Plo
    /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -DLOCALEDIR=\"/usr/share/locale\" -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DTICABLES_EXPORTS -Wall -march=i686 -mtune=generic -O2 -pipe -D__I386__ -D__LINUX__ -fvisibility=hidden -MT libticables2_la-hex2nsp.lo -MD -MP -MF .deps/libticables2_la-hex2nsp.Tpo -c -o libticables2_la-hex2nsp.lo `test -f 'hex2nsp.c' || echo './'`hex2nsp.c
    gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -DLOCALEDIR=\"/usr/share/locale\" -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DTICABLES_EXPORTS -Wall -march=i686 -mtune=generic -O2 -pipe -D__I386__ -D__LINUX__ -fvisibility=hidden -MT libticables2_la-hex2nsp.lo -MD -MP -MF .deps/libticables2_la-hex2nsp.Tpo -c hex2nsp.c -fPIC -DPIC -o .libs/libticables2_la-hex2nsp.o
    hex2nsp.c:96:12: warning: ‘is_a_sid’ defined but not used
    hex2nsp.c:126:20: warning: ‘ep_way’ defined but not used
    mv -f .deps/libticables2_la-hex2nsp.Tpo .deps/libticables2_la-hex2nsp.Plo
    /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -DLOCALEDIR=\"/usr/share/locale\" -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DTICABLES_EXPORTS -Wall -march=i686 -mtune=generic -O2 -pipe -D__I386__ -D__LINUX__ -fvisibility=hidden -MT libticables2_la-logging.lo -MD -MP -MF .deps/libticables2_la-logging.Tpo -c -o libticables2_la-logging.lo `test -f 'logging.c' || echo './'`logging.c
    gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -DLOCALEDIR=\"/usr/share/locale\" -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DTICABLES_EXPORTS -Wall -march=i686 -mtune=generic -O2 -pipe -D__I386__ -D__LINUX__ -fvisibility=hidden -MT libticables2_la-logging.lo -MD -MP -MF .deps/libticables2_la-logging.Tpo -c logging.c -fPIC -DPIC -o .libs/libticables2_la-logging.o
    mv -f .deps/libticables2_la-logging.Tpo .deps/libticables2_la-logging.Plo
    /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -DLOCALEDIR=\"/usr/share/locale\" -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DTICABLES_EXPORTS -Wall -march=i686 -mtune=generic -O2 -pipe -D__I386__ -D__LINUX__ -fvisibility=hidden -MT libticables2_la-probe.lo -MD -MP -MF .deps/libticables2_la-probe.Tpo -c -o libticables2_la-probe.lo `test -f 'probe.c' || echo './'`probe.c
    gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -DLOCALEDIR=\"/usr/share/locale\" -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DTICABLES_EXPORTS -Wall -march=i686 -mtune=generic -O2 -pipe -D__I386__ -D__LINUX__ -fvisibility=hidden -MT libticables2_la-probe.lo -MD -MP -MF .deps/libticables2_la-probe.Tpo -c probe.c -fPIC -DPIC -o .libs/libticables2_la-probe.o
    probe.c:39:13: warning: ‘ticables_probing_show’ defined but not used
    mv -f .deps/libticables2_la-probe.Tpo .deps/libticables2_la-probe.Plo
    /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -DLOCALEDIR=\"/usr/share/locale\" -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DTICABLES_EXPORTS -Wall -march=i686 -mtune=generic -O2 -pipe -D__I386__ -D__LINUX__ -fvisibility=hidden -MT libticables2_la-ticables.lo -MD -MP -MF .deps/libticables2_la-ticables.Tpo -c -o libticables2_la-ticables.lo `test -f 'ticables.c' || echo './'`ticables.c
    gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -DLOCALEDIR=\"/usr/share/locale\" -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DTICABLES_EXPORTS -Wall -march=i686 -mtune=generic -O2 -pipe -D__I386__ -D__LINUX__ -fvisibility=hidden -MT libticables2_la-ticables.lo -MD -MP -MF .deps/libticables2_la-ticables.Tpo -c ticables.c -fPIC -DPIC -o .libs/libticables2_la-ticables.o
    mv -f .deps/libticables2_la-ticables.Tpo .deps/libticables2_la-ticables.Plo
    /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -DLOCALEDIR=\"/usr/share/locale\" -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DTICABLES_EXPORTS -Wall -march=i686 -mtune=generic -O2 -pipe -D__I386__ -D__LINUX__ -fvisibility=hidden -MT libticables2_la-type2str.lo -MD -MP -MF .deps/libticables2_la-type2str.Tpo -c -o libticables2_la-type2str.lo `test -f 'type2str.c' || echo './'`type2str.c
    gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -DLOCALEDIR=\"/usr/share/locale\" -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DTICABLES_EXPORTS -Wall -march=i686 -mtune=generic -O2 -pipe -D__I386__ -D__LINUX__ -fvisibility=hidden -MT libticables2_la-type2str.lo -MD -MP -MF .deps/libticables2_la-type2str.Tpo -c type2str.c -fPIC -DPIC -o .libs/libticables2_la-type2str.o
    mv -f .deps/libticables2_la-type2str.Tpo .deps/libticables2_la-type2str.Plo
    /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -DLOCALEDIR=\"/usr/share/locale\" -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DTICABLES_EXPORTS -Wall -march=i686 -mtune=generic -O2 -pipe -D__I386__ -D__LINUX__ -fvisibility=hidden -MT libticables2_la-none.lo -MD -MP -MF .deps/libticables2_la-none.Tpo -c -o libticables2_la-none.lo `test -f 'none.c' || echo './'`none.c
    gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -DLOCALEDIR=\"/usr/share/locale\" -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DTICABLES_EXPORTS -Wall -march=i686 -mtune=generic -O2 -pipe -D__I386__ -D__LINUX__ -fvisibility=hidden -MT libticables2_la-none.lo -MD -MP -MF .deps/libticables2_la-none.Tpo -c none.c -fPIC -DPIC -o .libs/libticables2_la-none.o
    mv -f .deps/libticables2_la-none.Tpo .deps/libticables2_la-none.Plo
    /bin/sh ../libtool --tag=CC --mode=link gcc -Wall -march=i686 -mtune=generic -O2 -pipe -D__I386__ -D__LINUX__ -fvisibility=hidden -no-undefined -version-info 4:0:0 -Wl,--hash-style=gnu -Wl,--as-needed -o libticables2.la -rpath /usr/lib libticables2_la-data_log.lo libticables2_la-detect.lo libticables2_la-error.lo libticables2_la-ioports.lo libticables2_la-link_gry.lo libticables2_la-link_nul.lo libticables2_la-link_par.lo libticables2_la-link_blk.lo libticables2_la-link_usb.lo libticables2_la-link_tie.lo libticables2_la-link_vti.lo libticables2_la-link_xxx.lo libticables2_la-log_dbus.lo libticables2_la-log_dusb.lo libticables2_la-log_hex.lo libticables2_la-log_nsp.lo libticables2_la-hex2dbus.lo libticables2_la-hex2dusb.lo libticables2_la-hex2nsp.lo libticables2_la-logging.lo libticables2_la-probe.lo libticables2_la-ticables.lo libticables2_la-type2str.lo libticables2_la-none.lo -lglib-2.0 -lusb
    gcc -shared .libs/libticables2_la-data_log.o .libs/libticables2_la-detect.o .libs/libticables2_la-error.o .libs/libticables2_la-ioports.o .libs/libticables2_la-link_gry.o .libs/libticables2_la-link_nul.o .libs/libticables2_la-link_par.o .libs/libticables2_la-link_blk.o .libs/libticables2_la-link_usb.o .libs/libticables2_la-link_tie.o .libs/libticables2_la-link_vti.o .libs/libticables2_la-link_xxx.o .libs/libticables2_la-log_dbus.o .libs/libticables2_la-log_dusb.o .libs/libticables2_la-log_hex.o .libs/libticables2_la-log_nsp.o .libs/libticables2_la-hex2dbus.o .libs/libticables2_la-hex2dusb.o .libs/libticables2_la-hex2nsp.o .libs/libticables2_la-logging.o .libs/libticables2_la-probe.o .libs/libticables2_la-ticables.o .libs/libticables2_la-type2str.o .libs/libticables2_la-none.o -lglib-2.0 -lusb -march=i686 -mtune=generic -Wl,--hash-style=gnu -Wl,--as-needed -Wl,-soname -Wl,libticables2.so.4 -o .libs/libticables2.so.4.0.0
    (cd .libs && rm -f libticables2.so.4 && ln -s libticables2.so.4.0.0 libticables2.so.4)
    (cd .libs && rm -f libticables2.so && ln -s libticables2.so.4.0.0 libticables2.so)
    creating libticables2.la
    (cd .libs && rm -f libticables2.la && ln -s ../libticables2.la libticables2.la)
    make[3]: Leaving directory `/tmp/yaourt-tmp-archie/aur-libticables-svn/src/libticables-build/src'
    make[2]: Leaving directory `/tmp/yaourt-tmp-archie/aur-libticables-svn/src/libticables-build/src'
    Making all in tests
    make[2]: Entering directory `/tmp/yaourt-tmp-archie/aur-libticables-svn/src/libticables-build/tests'
    gcc -DHAVE_CONFIG_H -I. -I.. -I../src -march=i686 -mtune=generic -O2 -pipe -D__I386__ -D__LINUX__ -fvisibility=hidden -MT test_ticables_2.o -MD -MP -MF .deps/test_ticables_2.Tpo -c -o test_ticables_2.o test_ticables_2.c
    mv -f .deps/test_ticables_2.Tpo .deps/test_ticables_2.Po
    /bin/sh ../libtool --tag=CC --mode=link gcc -march=i686 -mtune=generic -O2 -pipe -D__I386__ -D__LINUX__ -fvisibility=hidden -Wl,--hash-style=gnu -Wl,--as-needed -o test_ticables_2 test_ticables_2.o ../src/libticables2.la
    mkdir .libs
    gcc -march=i686 -mtune=generic -O2 -pipe -D__I386__ -D__LINUX__ -fvisibility=hidden -Wl,--hash-style=gnu -Wl,--as-needed -o .libs/test_ticables_2 test_ticables_2.o ../src/.libs/libticables2.so
    creating test_ticables_2
    make[2]: Leaving directory `/tmp/yaourt-tmp-archie/aur-libticables-svn/src/libticables-build/tests'
    make[2]: Entering directory `/tmp/yaourt-tmp-archie/aur-libticables-svn/src/libticables-build'
    make[2]: Leaving directory `/tmp/yaourt-tmp-archie/aur-libticables-svn/src/libticables-build'
    make[1]: Leaving directory `/tmp/yaourt-tmp-archie/aur-libticables-svn/src/libticables-build'

    The HEAD revision was 4341 when I first downloaded TiLP.

     
  • Lionel Debroux

    Lionel Debroux - 2011-05-29

    Purging and reinstalling the Arch packages (the only up-to-date set of distro packages), or compiling from scratch using the script I made a while ago, http://lpg.ticalc.org/prj_tilp/download/install_tilp.sh , may fix your problems.

     

Log in to post a comment.