fakeroot debian/rules clean dh_testdir dh_testroot rm -f build-stamp configure-stamp debian/*substvars debian/*~ \ debian/buildinfo rm -rf debian/tmp build # Update config.{sub,guess} from autotools-dev, if possible. for f in config.sub config.guess ; do \ if test -r /usr/share/misc/$f ; then \ OLDDATE=`./$f -t | tr -d -` ; \ NEWDATE=`/usr/share/misc/$f -t | tr -d -` ; \ if [ $OLDDATE -lt $NEWDATE ] ; then \ echo "GNU config automated update of $f (replacing $OLDDATE with $NEWDATE)" 1>&2 ; \ cp -f /usr/share/misc/$f $f ; \ fi; \ fi; \ done find -type f -name 'Makefile.in' | sed -e 's/\.in$//' | xargs rm -f rm -f po/*.gmo # Clean out files generated as part of the documentation generation rm -f doc/C/index.html doc/C/gnumeric.html doc/C/ld-id*.html \ omf-install/gnumeric-C.omf rm -rf doc/C/gnumeric doc/C/DBTOHTML_OUTPUT_DIR* rm -rf aclocal.m4 config.h.in stamp-h.in autom4te.cache \ doc/C/gnumeric.junk rm -f GNOME_Gnumeric.server.in GNOME_Gnumeric.server src/gnumeric-paths.h dh_clean debian/rules build dh_testdir # Prepare for build mkdir build cd build && env srcdir=`pwd`/.. \ ../configure --prefix=/usr --mandir=\${prefix}/share/man --sysconfdir=/etc --localstatedir=/var/lib --libexecdir=/usr/bin --enable-compile-warnings=minimum --enable-ssindex --without-gda --without-gnomedb --without-gb --without-psiconv --with-paradox --with-perl PYTHON=/usr/bin/python --with-python --without-bonobo --build m68k-linux-gnu LDFLAGS="-Wl,-O1 -Wl,--as-needed" checking for a BSD-compatible install... /usr/bin/install -p checking whether build environment is sane... yes checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether to enable maintainer-specific portions of Makefiles... no checking for intltool >= 0.29... 0.34.2 found checking for perl... /usr/bin/perl checking for XML::Parser... ok checking for iconv... /usr/bin/iconv checking for msgfmt... /usr/bin/msgfmt checking for msgmerge... /usr/bin/msgmerge checking for xgettext... /usr/bin/xgettext checking build system type... m68k-unknown-linux-gnu checking host system type... m68k-unknown-linux-gnu checking for style of include used by make... GNU checking for gcc... gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking dependency style of gcc... gcc3 checking for library containing strerror... none required checking for gcc... (cached) gcc checking whether we are using the GNU C compiler... (cached) yes checking whether gcc accepts -g... (cached) yes checking for gcc option to accept ISO C89... (cached) none needed checking dependency style of gcc... (cached) gcc3 checking for bison... bison -y checking for flex... flex checking lex output file root... lex.yy checking lex library... -lfl checking whether yytext is a pointer... yes checking whether ln -s works... yes checking for a sed that does not truncate output... /bin/sed checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for ld used by gcc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for /usr/bin/ld option to reload object files... -r checking for BSD-compatible nm... /usr/bin/nm -B checking how to recognise dependent libraries... pass_all checking how to run the C preprocessor... gcc -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking dlfcn.h usability... yes checking dlfcn.h presence... yes checking for dlfcn.h... yes checking for g++... g++ checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking dependency style of g++... gcc3 checking how to run the C++ preprocessor... g++ -E checking for g77... no checking for f77... no checking for xlf... no checking for frt... no checking for pgf77... no checking for cf77... no checking for fort77... no checking for fl32... no checking for af77... no checking for f90... no checking for xlf90... no checking for pgf90... no checking for pghpf... no checking for epcf90... no checking for gfortran... no checking for g95... no checking for f95... no checking for fort... no checking for xlf95... no checking for ifort... no checking for ifc... no checking for efc... no checking for pgf95... no checking for lf95... no checking for ftn... no checking whether we are using the GNU Fortran 77 compiler... no checking whether accepts -g... no checking the maximum length of command line arguments... 32768 checking command to parse /usr/bin/nm -B output from gcc object... ok checking for objdir... .libs checking for ar... ar checking for ranlib... ranlib checking for strip... strip checking if gcc supports -fno-rtti -fno-exceptions... no checking for gcc option to produce PIC... -fPIC checking if gcc PIC flag -fPIC works... yes checking if gcc static flag -static works... yes checking if gcc supports -c -o file.o... yes checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no configure: creating libtool appending configuration tag "CXX" to libtool checking for ld used by g++... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes checking for g++ option to produce PIC... -fPIC checking if g++ PIC flag -fPIC works... yes checking if g++ static flag -static works... yes checking if g++ supports -c -o file.o... yes checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate appending configuration tag "F77" to libtool checking for ANSI C header files... (cached) yes checking zlib.h usability... yes checking zlib.h presence... yes checking for zlib.h... yes checking for gzread in -lz... yes checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for GTK... yes checking for GNOME... yes checking for GNUMERIC... yes checking for gconftool-2... gconftool-2 Using config source xml:merged:/etc/gconf/gconf.xml.defaults for schema installation Using $(sysconfdir)/gconf/schemas as install directory for schema files checking for CORBA_LIBS... yes checking for glib-genmarshal... glib-genmarshal checking for gdk-pixbuf-csource... gdk-pixbuf-csource checking what warning flags to pass to the C compiler... -Wall checking what language compliance flags to pass to the C compiler... checking whether gcc understands -Wsign-compare... yes checking whether gcc understands -Wpointer-arith... yes checking whether gcc understands -Wnested-externs... yes checking whether gcc understands -Wchar-subscripts... yes checking whether gcc understands -Wwrite-strings... yes checking whether gcc understands -Wdeclaration-after-statement... yes checking whether gcc understands -Wnested-externs... yes checking whether gcc understands -Wmissing-noreturn... yes checking whether gcc understands -Wstrict-prototypes... yes checking whether gcc understands -Wmissing-prototypes... yes checking whether gcc understands -Wmissing-format-attribute... yes checking whether gcc understands -Wmissing-declarations... yes checking whether gcc understands -Wno-pointer-sign... yes checking whether fdopen is declared... yes checking whether struct timeval is available... yes checking for gettimeofday... yes checking whether M_PI is available... yes checking for PARADOX... yes checking locale.h usability... yes checking locale.h presence... yes checking for locale.h... yes checking for LC_MESSAGES... yes checking libintl.h usability... yes checking libintl.h presence... yes checking for libintl.h... yes checking for ngettext in libc... yes checking for dgettext in libc... yes checking for bind_textdomain_codeset... yes checking for msgfmt... /usr/bin/msgfmt checking for dcgettext... yes checking for gmsgfmt... /usr/bin/msgfmt checking for xgettext... /usr/bin/xgettext checking for catalogs to be installed... am az bg ca cs da de el en_CA en_GB es et fi fr ga gl he hr hu it ja ko lv lt ml mr ms nb nl nn pl pt pt_BR ro ru rw sk sr sr@Latn sv te tr uk vi zh_CN zh_TW checking for mkfifo... yes checking ieeefp.h usability... no checking ieeefp.h presence... no checking for ieeefp.h... no checking ieee754.h usability... yes checking ieee754.h presence... yes checking for ieee754.h... yes checking for memmove... yes checking for mkdtemp... yes checking for uname... yes checking for times... yes checking for sysconf... yes checking for bind_textdomain_codeset... (cached) yes checking langinfo.h usability... yes checking langinfo.h presence... yes checking for langinfo.h... yes checking for lgamma_r... no checking for lgamma_r in -lm... yes checking for lgamma... yes checking for long double with more range or precision than double... yes checking for perl... perl checking ======== for perl ExtUtils::Embed module... yes checking Checking for perl compiler, linker, libraries and headers... yes checking for python... /usr/bin/python checking ======== for python >= 2.0... yes checking ======== Look for /usr/include/python2.4/Python.h... yes checking ======== if we can build a shared library depending on libpython... yes checking for PYGTK... yes configure: creating ./config.status config.status: creating gnumeric.spec config.status: creating Makefile config.status: WARNING: ../Makefile.in seems to ignore the --datarootdir setting config.status: creating icons/Makefile config.status: WARNING: ../icons/Makefile.in seems to ignore the --datarootdir setting config.status: creating src/Makefile config.status: WARNING: ../src/Makefile.in seems to ignore the --datarootdir setting config.status: creating src/dialogs/Makefile config.status: WARNING: ../src/dialogs/Makefile.in seems to ignore the --datarootdir setting config.status: creating src/pixmaps/Makefile config.status: WARNING: ../src/pixmaps/Makefile.in seems to ignore the --datarootdir setting config.status: creating src/widgets/Makefile config.status: WARNING: ../src/widgets/Makefile.in seems to ignore the --datarootdir setting config.status: creating src/tools/Makefile config.status: WARNING: ../src/tools/Makefile.in seems to ignore the --datarootdir setting config.status: creating src/tools/solver/Makefile config.status: WARNING: ../src/tools/solver/Makefile.in seems to ignore the --datarootdir setting config.status: creating src/tools/solver/glpk/Makefile config.status: WARNING: ../src/tools/solver/glpk/Makefile.in seems to ignore the --datarootdir setting config.status: creating src/tools/solver/glpk/source/Makefile config.status: WARNING: ../src/tools/solver/glpk/source/Makefile.in seems to ignore the --datarootdir setting config.status: creating src/tools/solver/glpk/include/Makefile config.status: WARNING: ../src/tools/solver/glpk/include/Makefile.in seems to ignore the --datarootdir setting config.status: creating src/tools/solver/lp_solve/Makefile config.status: WARNING: ../src/tools/solver/lp_solve/Makefile.in seems to ignore the --datarootdir setting config.status: creating src/cut-n-paste-code/Makefile config.status: WARNING: ../src/cut-n-paste-code/Makefile.in seems to ignore the --datarootdir setting config.status: creating doc/Makefile config.status: WARNING: ../doc/Makefile.in seems to ignore the --datarootdir setting config.status: creating doc/C/Makefile config.status: WARNING: ../doc/C/Makefile.in seems to ignore the --datarootdir setting config.status: creating doc/C/figures/Makefile config.status: WARNING: ../doc/C/figures/Makefile.in seems to ignore the --datarootdir setting config.status: creating doc/developer/Makefile config.status: WARNING: ../doc/developer/Makefile.in seems to ignore the --datarootdir setting config.status: creating plugins/Makefile config.status: WARNING: ../plugins/Makefile.in seems to ignore the --datarootdir setting config.status: creating plugins/numtheory/Makefile config.status: WARNING: ../plugins/numtheory/Makefile.in seems to ignore the --datarootdir setting config.status: creating plugins/fn-complex/Makefile config.status: WARNING: ../plugins/fn-complex/Makefile.in seems to ignore the --datarootdir setting config.status: creating plugins/fn-database/Makefile config.status: WARNING: ../plugins/fn-database/Makefile.in seems to ignore the --datarootdir setting config.status: creating plugins/fn-date/Makefile config.status: WARNING: ../plugins/fn-date/Makefile.in seems to ignore the --datarootdir setting config.status: creating plugins/fn-eng/Makefile config.status: WARNING: ../plugins/fn-eng/Makefile.in seems to ignore the --datarootdir setting config.status: creating plugins/fn-erlang/Makefile config.status: WARNING: ../plugins/fn-erlang/Makefile.in seems to ignore the --datarootdir setting config.status: creating plugins/fn-financial/Makefile config.status: WARNING: ../plugins/fn-financial/Makefile.in seems to ignore the --datarootdir setting config.status: creating plugins/fn-info/Makefile config.status: WARNING: ../plugins/fn-info/Makefile.in seems to ignore the --datarootdir setting config.status: creating plugins/fn-logical/Makefile config.status: WARNING: ../plugins/fn-logical/Makefile.in seems to ignore the --datarootdir setting config.status: creating plugins/fn-lookup/Makefile config.status: WARNING: ../plugins/fn-lookup/Makefile.in seems to ignore the --datarootdir setting config.status: creating plugins/fn-math/Makefile config.status: WARNING: ../plugins/fn-math/Makefile.in seems to ignore the --datarootdir setting config.status: creating plugins/fn-r/Makefile config.status: WARNING: ../plugins/fn-r/Makefile.in seems to ignore the --datarootdir setting config.status: creating plugins/fn-stat/Makefile config.status: WARNING: ../plugins/fn-stat/Makefile.in seems to ignore the --datarootdir setting config.status: creating plugins/fn-string/Makefile config.status: WARNING: ../plugins/fn-string/Makefile.in seems to ignore the --datarootdir setting config.status: creating plugins/fn-random/Makefile config.status: WARNING: ../plugins/fn-random/Makefile.in seems to ignore the --datarootdir setting config.status: creating plugins/derivatives/Makefile config.status: WARNING: ../plugins/derivatives/Makefile.in seems to ignore the --datarootdir setting config.status: creating plugins/sc/Makefile config.status: WARNING: ../plugins/sc/Makefile.in seems to ignore the --datarootdir setting config.status: creating plugins/sylk/Makefile config.status: WARNING: ../plugins/sylk/Makefile.in seems to ignore the --datarootdir setting config.status: creating plugins/excel/Makefile config.status: WARNING: ../plugins/excel/Makefile.in seems to ignore the --datarootdir setting config.status: creating plugins/gda/Makefile config.status: WARNING: ../plugins/gda/Makefile.in seems to ignore the --datarootdir setting config.status: creating plugins/gnome-db/Makefile config.status: WARNING: ../plugins/gnome-db/Makefile.in seems to ignore the --datarootdir setting config.status: creating plugins/lotus-123/Makefile config.status: WARNING: ../plugins/lotus-123/Makefile.in seems to ignore the --datarootdir setting config.status: creating plugins/oleo/Makefile config.status: WARNING: ../plugins/oleo/Makefile.in seems to ignore the --datarootdir setting config.status: creating plugins/python-loader/Makefile config.status: WARNING: ../plugins/python-loader/Makefile.in seems to ignore the --datarootdir setting config.status: creating plugins/gnome-glossary/Makefile config.status: WARNING: ../plugins/gnome-glossary/Makefile.in seems to ignore the --datarootdir setting config.status: creating plugins/py-func/Makefile config.status: WARNING: ../plugins/py-func/Makefile.in seems to ignore the --datarootdir setting config.status: creating plugins/corba/Makefile config.status: WARNING: ../plugins/corba/Makefile.in seems to ignore the --datarootdir setting config.status: creating plugins/perl-func/Makefile config.status: WARNING: ../plugins/perl-func/Makefile.in seems to ignore the --datarootdir setting config.status: creating plugins/perl-loader/Makefile config.status: WARNING: ../plugins/perl-loader/Makefile.in seems to ignore the --datarootdir setting config.status: creating plugins/xbase/Makefile config.status: WARNING: ../plugins/xbase/Makefile.in seems to ignore the --datarootdir setting config.status: creating plugins/html/Makefile config.status: WARNING: ../plugins/html/Makefile.in seems to ignore the --datarootdir setting config.status: creating plugins/dif/Makefile config.status: WARNING: ../plugins/dif/Makefile.in seems to ignore the --datarootdir setting config.status: creating plugins/qpro/Makefile config.status: WARNING: ../plugins/qpro/Makefile.in seems to ignore the --datarootdir setting config.status: creating plugins/plan-perfect/Makefile config.status: WARNING: ../plugins/plan-perfect/Makefile.in seems to ignore the --datarootdir setting config.status: creating plugins/applix/Makefile config.status: WARNING: ../plugins/applix/Makefile.in seems to ignore the --datarootdir setting config.status: creating plugins/openoffice/Makefile config.status: WARNING: ../plugins/openoffice/Makefile.in seems to ignore the --datarootdir setting config.status: creating plugins/psiconv/Makefile config.status: WARNING: ../plugins/psiconv/Makefile.in seems to ignore the --datarootdir setting config.status: creating plugins/mps/Makefile config.status: WARNING: ../plugins/mps/Makefile.in seems to ignore the --datarootdir setting config.status: creating plugins/sample_datasource/Makefile config.status: WARNING: ../plugins/sample_datasource/Makefile.in seems to ignore the --datarootdir setting config.status: creating plugins/paradox/Makefile config.status: WARNING: ../plugins/paradox/Makefile.in seems to ignore the --datarootdir setting config.status: creating plugins/uihello/Makefile config.status: WARNING: ../plugins/uihello/Makefile.in seems to ignore the --datarootdir setting config.status: creating po/Makefile.in config.status: creating po-functions/Makefile.in config.status: creating schemas/Makefile config.status: WARNING: ../schemas/Makefile.in seems to ignore the --datarootdir setting config.status: creating templates/Makefile config.status: WARNING: ../templates/Makefile.in seems to ignore the --datarootdir setting config.status: creating templates/english/Makefile config.status: WARNING: ../templates/english/Makefile.in seems to ignore the --datarootdir setting config.status: creating templates/autoformat/Makefile config.status: WARNING: ../templates/autoformat/Makefile.in seems to ignore the --datarootdir setting config.status: creating tools/Makefile config.status: WARNING: ../tools/Makefile.in seems to ignore the --datarootdir setting config.status: creating gnumeric-config.h config.status: executing intltool commands config.status: executing depfiles commands config.status: executing default-1 commands config.status: executing po-functions/Makefile commands config.status: executing po/stamp-it commands Configuration: Source code location: .. Compiler: gcc Compiler flags: -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign Floating point type: double UI: Gnome Perl Support: yes (using perl) Python Support: yes (using /usr/bin/python) GDA support: Disabled by request GNOME-DB support: no Psiconv support: no touch configure-stamp dh_testdir cd build && /usr/bin/make make[1]: Entering directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build' /usr/bin/make all-recursive make[2]: Entering directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build' Making all in . make[3]: Entering directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build' LC_ALL=C ./intltool-merge -d -u -c ./po/.intltool-merge-cache ../po ../gnumeric.desktop.in gnumeric.desktop.tmp Generating and caching the translation database Merging translations into gnumeric.desktop.tmp. sed -e 's/F_OR_U/U/' gnumeric.desktop.tmp2 sed -e 's/BUGZILLAVERSION/1.6.3/' gnumeric.desktop rm -f gnumeric.desktop.tmp gnumeric.desktop.tmp2 sed -e 's^\@gnumeric_icondir\@^/usr/share/pixmaps/gnumeric^g' < ../gnumeric.keys.in > gnumeric.keys.tmp \ && mv gnumeric.keys.tmp gnumeric.keys sed -e "s|\@LIBEXECDIR\@|/usr/bin|" ../GNOME_Gnumeric.server.in.in > GNOME_Gnumeric.server.in LC_ALL=C ./intltool-merge -o -u -c ./po/.intltool-merge-cache ../po GNOME_Gnumeric.server.in GNOME_Gnumeric.server Found cached translation database Merging translations into GNOME_Gnumeric.server. make[3]: Leaving directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build' Making all in po make[3]: Entering directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/po' file=`echo am | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file ../../po/am.po file=`echo az | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file ../../po/az.po file=`echo bg | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file ../../po/bg.po file=`echo ca | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file ../../po/ca.po file=`echo cs | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file ../../po/cs.po file=`echo da | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file ../../po/da.po file=`echo de | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file ../../po/de.po file=`echo el | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file ../../po/el.po file=`echo en_CA | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file ../../po/en_CA.po file=`echo en_GB | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file ../../po/en_GB.po file=`echo es | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file ../../po/es.po file=`echo et | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file ../../po/et.po file=`echo fi | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file ../../po/fi.po file=`echo fr | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file ../../po/fr.po file=`echo ga | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file ../../po/ga.po file=`echo gl | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file ../../po/gl.po file=`echo he | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file ../../po/he.po file=`echo hr | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file ../../po/hr.po file=`echo hu | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file ../../po/hu.po file=`echo it | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file ../../po/it.po file=`echo ja | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file ../../po/ja.po file=`echo ko | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file ../../po/ko.po file=`echo lv | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file ../../po/lv.po file=`echo lt | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file ../../po/lt.po file=`echo ml | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file ../../po/ml.po file=`echo mr | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file ../../po/mr.po file=`echo ms | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file ../../po/ms.po file=`echo nb | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file ../../po/nb.po file=`echo nl | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file ../../po/nl.po file=`echo nn | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file ../../po/nn.po file=`echo pl | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file ../../po/pl.po file=`echo pt | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file ../../po/pt.po file=`echo pt_BR | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file ../../po/pt_BR.po file=`echo ro | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file ../../po/ro.po file=`echo ru | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file ../../po/ru.po file=`echo rw | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file ../../po/rw.po file=`echo sk | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file ../../po/sk.po file=`echo sr | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file ../../po/sr.po file=`echo sr@Latn | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file ../../po/sr@Latn.po file=`echo sv | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file ../../po/sv.po file=`echo te | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file ../../po/te.po file=`echo tr | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file ../../po/tr.po file=`echo uk | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file ../../po/uk.po file=`echo vi | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file ../../po/vi.po file=`echo zh_CN | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file ../../po/zh_CN.po file=`echo zh_TW | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file ../../po/zh_TW.po make[3]: Leaving directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/po' Making all in po-functions make[3]: Entering directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/po-functions' file=`echo am | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file ../../po-functions/am.po file=`echo az | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file ../../po-functions/az.po file=`echo bg | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file ../../po-functions/bg.po file=`echo ca | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file ../../po-functions/ca.po file=`echo cs | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file ../../po-functions/cs.po file=`echo da | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file ../../po-functions/da.po file=`echo de | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file ../../po-functions/de.po file=`echo el | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file ../../po-functions/el.po file=`echo en_CA | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file ../../po-functions/en_CA.po file=`echo en_GB | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file ../../po-functions/en_GB.po file=`echo es | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file ../../po-functions/es.po file=`echo et | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file ../../po-functions/et.po file=`echo fi | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file ../../po-functions/fi.po file=`echo fr | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file ../../po-functions/fr.po file=`echo ga | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file ../../po-functions/ga.po file=`echo gl | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file ../../po-functions/gl.po file=`echo he | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file ../../po-functions/he.po file=`echo hr | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file ../../po-functions/hr.po file=`echo hu | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file ../../po-functions/hu.po file=`echo it | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file ../../po-functions/it.po file=`echo ja | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file ../../po-functions/ja.po file=`echo ko | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file ../../po-functions/ko.po file=`echo lv | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file ../../po-functions/lv.po file=`echo lt | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file ../../po-functions/lt.po file=`echo ml | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file ../../po-functions/ml.po file=`echo mr | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file ../../po-functions/mr.po file=`echo ms | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file ../../po-functions/ms.po file=`echo nb | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file ../../po-functions/nb.po file=`echo nl | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file ../../po-functions/nl.po file=`echo nn | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file ../../po-functions/nn.po file=`echo pl | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file ../../po-functions/pl.po file=`echo pt | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file ../../po-functions/pt.po file=`echo pt_BR | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file ../../po-functions/pt_BR.po file=`echo ro | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file ../../po-functions/ro.po file=`echo ru | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file ../../po-functions/ru.po file=`echo rw | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file ../../po-functions/rw.po file=`echo sk | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file ../../po-functions/sk.po file=`echo sr | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file ../../po-functions/sr.po file=`echo sr@Latn | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file ../../po-functions/sr@Latn.po file=`echo sv | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file ../../po-functions/sv.po file=`echo te | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file ../../po-functions/te.po file=`echo tr | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file ../../po-functions/tr.po file=`echo uk | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file ../../po-functions/uk.po file=`echo vi | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file ../../po-functions/vi.po file=`echo zh_CN | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file ../../po-functions/zh_CN.po file=`echo zh_TW | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file ../../po-functions/zh_TW.po make[3]: Leaving directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/po-functions' Making all in src make[3]: Entering directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/src' glib-genmarshal --prefix=gnm_ --header ../../src/gnm-marshalers.list >gnm-marshalers.h creating gnumeric-paths.h /usr/bin/make all-recursive make[4]: Entering directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/src' Making all in tools make[5]: Entering directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/src/tools' Making all in solver make[6]: Entering directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/src/tools/solver' Making all in glpk make[7]: Entering directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/src/tools/solver/glpk' Making all in source make[8]: Entering directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/src/tools/solver/glpk/source' make[9]: Entering directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/src/tools/solver/glpk/source' if /bin/sh ../../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../../../../src/tools/solver/glpk/source -I../../../../.. -DGNOMELOCALEDIR=\""/usr/share/locale"\" -I../../../../../.. -I../../../../../../src -I../../../../../../src/tools -I../../../../../../src/tools/solver -I../../../../../../src/tools/solver/glpk/include -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT glpdmp.lo -MD -MP -MF ".deps/glpdmp.Tpo" -c -o glpdmp.lo ../../../../../../src/tools/solver/glpk/source/glpdmp.c; \ then mv -f ".deps/glpdmp.Tpo" ".deps/glpdmp.Plo"; else rm -f ".deps/glpdmp.Tpo"; exit 1; fi mkdir .libs gcc -DHAVE_CONFIG_H -I. -I../../../../../../src/tools/solver/glpk/source -I../../../../.. -DGNOMELOCALEDIR=\"/usr/share/locale\" -I../../../../../.. -I../../../../../../src -I../../../../../../src/tools -I../../../../../../src/tools/solver -I../../../../../../src/tools/solver/glpk/include -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT glpdmp.lo -MD -MP -MF .deps/glpdmp.Tpo -c ../../../../../../src/tools/solver/glpk/source/glpdmp.c -fPIC -DPIC -o .libs/glpdmp.o ../../../../../../src/tools/solver/glpk/source/glpdmp.c: In function 'glp_dmp_get_atom': ../../../../../../src/tools/solver/glpk/source/glpdmp.c:123: warning: comparison between signed and unsigned ../../../../../../src/tools/solver/glpk/source/glpdmp.c:123: warning: signed and unsigned type in conditional expression ../../../../../../src/tools/solver/glpk/source/glpdmp.c: In function 'glp_dmp_get_atomv': ../../../../../../src/tools/solver/glpk/source/glpdmp.c:193: warning: comparison between signed and unsigned if /bin/sh ../../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../../../../src/tools/solver/glpk/source -I../../../../.. -DGNOMELOCALEDIR=\""/usr/share/locale"\" -I../../../../../.. -I../../../../../../src -I../../../../../../src/tools -I../../../../../../src/tools/solver -I../../../../../../src/tools/solver/glpk/include -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT glpies1.lo -MD -MP -MF ".deps/glpies1.Tpo" -c -o glpies1.lo ../../../../../../src/tools/solver/glpk/source/glpies1.c; \ then mv -f ".deps/glpies1.Tpo" ".deps/glpies1.Plo"; else rm -f ".deps/glpies1.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I../../../../../../src/tools/solver/glpk/source -I../../../../.. -DGNOMELOCALEDIR=\"/usr/share/locale\" -I../../../../../.. -I../../../../../../src -I../../../../../../src/tools -I../../../../../../src/tools/solver -I../../../../../../src/tools/solver/glpk/include -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT glpies1.lo -MD -MP -MF .deps/glpies1.Tpo -c ../../../../../../src/tools/solver/glpk/source/glpies1.c -fPIC -DPIC -o .libs/glpies1.o ../../../../../../src/tools/solver/glpk/source/glpies1.c: In function 'glp_ies_del_master_row': ../../../../../../src/tools/solver/glpk/source/glpies1.c:639: warning: suggest parentheses around && within || ../../../../../../src/tools/solver/glpk/source/glpies1.c: In function 'glp_ies_del_master_col': ../../../../../../src/tools/solver/glpk/source/glpies1.c:690: warning: suggest parentheses around && within || if /bin/sh ../../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../../../../src/tools/solver/glpk/source -I../../../../.. -DGNOMELOCALEDIR=\""/usr/share/locale"\" -I../../../../../.. -I../../../../../../src -I../../../../../../src/tools -I../../../../../../src/tools/solver -I../../../../../../src/tools/solver/glpk/include -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT glpies2.lo -MD -MP -MF ".deps/glpies2.Tpo" -c -o glpies2.lo ../../../../../../src/tools/solver/glpk/source/glpies2.c; \ then mv -f ".deps/glpies2.Tpo" ".deps/glpies2.Plo"; else rm -f ".deps/glpies2.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I../../../../../../src/tools/solver/glpk/source -I../../../../.. -DGNOMELOCALEDIR=\"/usr/share/locale\" -I../../../../../.. -I../../../../../../src -I../../../../../../src/tools -I../../../../../../src/tools/solver -I../../../../../../src/tools/solver/glpk/include -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT glpies2.lo -MD -MP -MF .deps/glpies2.Tpo -c ../../../../../../src/tools/solver/glpk/source/glpies2.c -fPIC -DPIC -o .libs/glpies2.o ../../../../../../src/tools/solver/glpk/source/glpies2.c: In function 'glp_ies_default_tagx': ../../../../../../src/tools/solver/glpk/source/glpies2.c:64: warning: 'tagx' may be used uninitialized in this function if /bin/sh ../../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../../../../src/tools/solver/glpk/source -I../../../../.. -DGNOMELOCALEDIR=\""/usr/share/locale"\" -I../../../../../.. -I../../../../../../src -I../../../../../../src/tools -I../../../../../../src/tools/solver -I../../../../../../src/tools/solver/glpk/include -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT glpies3.lo -MD -MP -MF ".deps/glpies3.Tpo" -c -o glpies3.lo ../../../../../../src/tools/solver/glpk/source/glpies3.c; \ then mv -f ".deps/glpies3.Tpo" ".deps/glpies3.Plo"; else rm -f ".deps/glpies3.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I../../../../../../src/tools/solver/glpk/source -I../../../../.. -DGNOMELOCALEDIR=\"/usr/share/locale\" -I../../../../../.. -I../../../../../../src -I../../../../../../src/tools -I../../../../../../src/tools/solver -I../../../../../../src/tools/solver/glpk/include -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT glpies3.lo -MD -MP -MF .deps/glpies3.Tpo -c ../../../../../../src/tools/solver/glpk/source/glpies3.c -fPIC -DPIC -o .libs/glpies3.o if /bin/sh ../../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../../../../src/tools/solver/glpk/source -I../../../../.. -DGNOMELOCALEDIR=\""/usr/share/locale"\" -I../../../../../.. -I../../../../../../src -I../../../../../../src/tools -I../../../../../../src/tools/solver -I../../../../../../src/tools/solver/glpk/include -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT glpinv.lo -MD -MP -MF ".deps/glpinv.Tpo" -c -o glpinv.lo ../../../../../../src/tools/solver/glpk/source/glpinv.c; \ then mv -f ".deps/glpinv.Tpo" ".deps/glpinv.Plo"; else rm -f ".deps/glpinv.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I../../../../../../src/tools/solver/glpk/source -I../../../../.. -DGNOMELOCALEDIR=\"/usr/share/locale\" -I../../../../../.. -I../../../../../../src -I../../../../../../src/tools -I../../../../../../src/tools/solver -I../../../../../../src/tools/solver/glpk/include -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT glpinv.lo -MD -MP -MF .deps/glpinv.Tpo -c ../../../../../../src/tools/solver/glpk/source/glpinv.c -fPIC -DPIC -o .libs/glpinv.o if /bin/sh ../../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../../../../src/tools/solver/glpk/source -I../../../../.. -DGNOMELOCALEDIR=\""/usr/share/locale"\" -I../../../../../.. -I../../../../../../src -I../../../../../../src/tools -I../../../../../../src/tools/solver -I../../../../../../src/tools/solver/glpk/include -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT glplib1a.lo -MD -MP -MF ".deps/glplib1a.Tpo" -c -o glplib1a.lo ../../../../../../src/tools/solver/glpk/source/glplib1a.c; \ then mv -f ".deps/glplib1a.Tpo" ".deps/glplib1a.Plo"; else rm -f ".deps/glplib1a.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I../../../../../../src/tools/solver/glpk/source -I../../../../.. -DGNOMELOCALEDIR=\"/usr/share/locale\" -I../../../../../.. -I../../../../../../src -I../../../../../../src/tools -I../../../../../../src/tools/solver -I../../../../../../src/tools/solver/glpk/include -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT glplib1a.lo -MD -MP -MF .deps/glplib1a.Tpo -c ../../../../../../src/tools/solver/glpk/source/glplib1a.c -fPIC -DPIC -o .libs/glplib1a.o if /bin/sh ../../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../../../../src/tools/solver/glpk/source -I../../../../.. -DGNOMELOCALEDIR=\""/usr/share/locale"\" -I../../../../../.. -I../../../../../../src -I../../../../../../src/tools -I../../../../../../src/tools/solver -I../../../../../../src/tools/solver/glpk/include -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT glplib1b.lo -MD -MP -MF ".deps/glplib1b.Tpo" -c -o glplib1b.lo ../../../../../../src/tools/solver/glpk/source/glplib1b.c; \ then mv -f ".deps/glplib1b.Tpo" ".deps/glplib1b.Plo"; else rm -f ".deps/glplib1b.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I../../../../../../src/tools/solver/glpk/source -I../../../../.. -DGNOMELOCALEDIR=\"/usr/share/locale\" -I../../../../../.. -I../../../../../../src -I../../../../../../src/tools -I../../../../../../src/tools/solver -I../../../../../../src/tools/solver/glpk/include -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT glplib1b.lo -MD -MP -MF .deps/glplib1b.Tpo -c ../../../../../../src/tools/solver/glpk/source/glplib1b.c -fPIC -DPIC -o .libs/glplib1b.o if /bin/sh ../../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../../../../src/tools/solver/glpk/source -I../../../../.. -DGNOMELOCALEDIR=\""/usr/share/locale"\" -I../../../../../.. -I../../../../../../src -I../../../../../../src/tools -I../../../../../../src/tools/solver -I../../../../../../src/tools/solver/glpk/include -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT glplib2.lo -MD -MP -MF ".deps/glplib2.Tpo" -c -o glplib2.lo ../../../../../../src/tools/solver/glpk/source/glplib2.c; \ then mv -f ".deps/glplib2.Tpo" ".deps/glplib2.Plo"; else rm -f ".deps/glplib2.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I../../../../../../src/tools/solver/glpk/source -I../../../../.. -DGNOMELOCALEDIR=\"/usr/share/locale\" -I../../../../../.. -I../../../../../../src -I../../../../../../src/tools -I../../../../../../src/tools/solver -I../../../../../../src/tools/solver/glpk/include -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT glplib2.lo -MD -MP -MF .deps/glplib2.Tpo -c ../../../../../../src/tools/solver/glpk/source/glplib2.c -fPIC -DPIC -o .libs/glplib2.o ../../../../../../src/tools/solver/glpk/source/glplib2.c: In function 'glp_lib_print': ../../../../../../src/tools/solver/glpk/source/glplib2.c:199: warning: function might be possible candidate for 'printf' format attribute ../../../../../../src/tools/solver/glpk/source/glplib2.c: In function 'glp_lib_fault': ../../../../../../src/tools/solver/glpk/source/glplib2.c:265: warning: function might be possible candidate for 'printf' format attribute ../../../../../../src/tools/solver/glpk/source/glplib2.c:260: warning: function might be possible candidate for attribute 'noreturn' if /bin/sh ../../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../../../../src/tools/solver/glpk/source -I../../../../.. -DGNOMELOCALEDIR=\""/usr/share/locale"\" -I../../../../../.. -I../../../../../../src -I../../../../../../src/tools -I../../../../../../src/tools/solver -I../../../../../../src/tools/solver/glpk/include -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT glplib3.lo -MD -MP -MF ".deps/glplib3.Tpo" -c -o glplib3.lo ../../../../../../src/tools/solver/glpk/source/glplib3.c; \ then mv -f ".deps/glplib3.Tpo" ".deps/glplib3.Plo"; else rm -f ".deps/glplib3.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I../../../../../../src/tools/solver/glpk/source -I../../../../.. -DGNOMELOCALEDIR=\"/usr/share/locale\" -I../../../../../.. -I../../../../../../src -I../../../../../../src/tools -I../../../../../../src/tools/solver -I../../../../../../src/tools/solver/glpk/include -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT glplib3.lo -MD -MP -MF .deps/glplib3.Tpo -c ../../../../../../src/tools/solver/glpk/source/glplib3.c -fPIC -DPIC -o .libs/glplib3.o if /bin/sh ../../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../../../../src/tools/solver/glpk/source -I../../../../.. -DGNOMELOCALEDIR=\""/usr/share/locale"\" -I../../../../../.. -I../../../../../../src -I../../../../../../src/tools -I../../../../../../src/tools/solver -I../../../../../../src/tools/solver/glpk/include -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT glplib4.lo -MD -MP -MF ".deps/glplib4.Tpo" -c -o glplib4.lo ../../../../../../src/tools/solver/glpk/source/glplib4.c; \ then mv -f ".deps/glplib4.Tpo" ".deps/glplib4.Plo"; else rm -f ".deps/glplib4.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I../../../../../../src/tools/solver/glpk/source -I../../../../.. -DGNOMELOCALEDIR=\"/usr/share/locale\" -I../../../../../.. -I../../../../../../src -I../../../../../../src/tools -I../../../../../../src/tools/solver -I../../../../../../src/tools/solver/glpk/include -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT glplib4.lo -MD -MP -MF .deps/glplib4.Tpo -c ../../../../../../src/tools/solver/glpk/source/glplib4.c -fPIC -DPIC -o .libs/glplib4.o if /bin/sh ../../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../../../../src/tools/solver/glpk/source -I../../../../.. -DGNOMELOCALEDIR=\""/usr/share/locale"\" -I../../../../../.. -I../../../../../../src -I../../../../../../src/tools -I../../../../../../src/tools/solver -I../../../../../../src/tools/solver/glpk/include -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT glplpp1.lo -MD -MP -MF ".deps/glplpp1.Tpo" -c -o glplpp1.lo ../../../../../../src/tools/solver/glpk/source/glplpp1.c; \ then mv -f ".deps/glplpp1.Tpo" ".deps/glplpp1.Plo"; else rm -f ".deps/glplpp1.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I../../../../../../src/tools/solver/glpk/source -I../../../../.. -DGNOMELOCALEDIR=\"/usr/share/locale\" -I../../../../../.. -I../../../../../../src -I../../../../../../src/tools -I../../../../../../src/tools/solver -I../../../../../../src/tools/solver/glpk/include -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT glplpp1.lo -MD -MP -MF .deps/glplpp1.Tpo -c ../../../../../../src/tools/solver/glpk/source/glplpp1.c -fPIC -DPIC -o .libs/glplpp1.o if /bin/sh ../../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../../../../src/tools/solver/glpk/source -I../../../../.. -DGNOMELOCALEDIR=\""/usr/share/locale"\" -I../../../../../.. -I../../../../../../src -I../../../../../../src/tools -I../../../../../../src/tools/solver -I../../../../../../src/tools/solver/glpk/include -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT glplpp2.lo -MD -MP -MF ".deps/glplpp2.Tpo" -c -o glplpp2.lo ../../../../../../src/tools/solver/glpk/source/glplpp2.c; \ then mv -f ".deps/glplpp2.Tpo" ".deps/glplpp2.Plo"; else rm -f ".deps/glplpp2.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I../../../../../../src/tools/solver/glpk/source -I../../../../.. -DGNOMELOCALEDIR=\"/usr/share/locale\" -I../../../../../.. -I../../../../../../src -I../../../../../../src/tools -I../../../../../../src/tools/solver -I../../../../../../src/tools/solver/glpk/include -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT glplpp2.lo -MD -MP -MF .deps/glplpp2.Tpo -c ../../../../../../src/tools/solver/glpk/source/glplpp2.c -fPIC -DPIC -o .libs/glplpp2.o ../../../../../../src/tools/solver/glpk/source/glplpp2.c: In function 'process_empty_col': ../../../../../../src/tools/solver/glpk/source/glplpp2.c:136: warning: suggest parentheses around && within || ../../../../../../src/tools/solver/glpk/source/glplpp2.c: In function 'process_forcing_row': ../../../../../../src/tools/solver/glpk/source/glplpp2.c:1318: warning: suggest parentheses around && within || if /bin/sh ../../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../../../../src/tools/solver/glpk/source -I../../../../.. -DGNOMELOCALEDIR=\""/usr/share/locale"\" -I../../../../../.. -I../../../../../../src -I../../../../../../src/tools -I../../../../../../src/tools/solver -I../../../../../../src/tools/solver/glpk/include -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT glplpx1.lo -MD -MP -MF ".deps/glplpx1.Tpo" -c -o glplpx1.lo ../../../../../../src/tools/solver/glpk/source/glplpx1.c; \ then mv -f ".deps/glplpx1.Tpo" ".deps/glplpx1.Plo"; else rm -f ".deps/glplpx1.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I../../../../../../src/tools/solver/glpk/source -I../../../../.. -DGNOMELOCALEDIR=\"/usr/share/locale\" -I../../../../../.. -I../../../../../../src -I../../../../../../src/tools -I../../../../../../src/tools/solver -I../../../../../../src/tools/solver/glpk/include -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT glplpx1.lo -MD -MP -MF .deps/glplpx1.Tpo -c ../../../../../../src/tools/solver/glpk/source/glplpx1.c -fPIC -DPIC -o .libs/glplpx1.o ../../../../../../src/tools/solver/glpk/source/glplpx1.c: In function 'glp_lpx_set_row_stat': ../../../../../../src/tools/solver/glpk/source/glplpx1.c:841: warning: suggest parentheses around && within || ../../../../../../src/tools/solver/glpk/source/glplpx1.c: In function 'glp_lpx_set_col_stat': ../../../../../../src/tools/solver/glpk/source/glplpx1.c:898: warning: suggest parentheses around && within || if /bin/sh ../../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../../../../src/tools/solver/glpk/source -I../../../../.. -DGNOMELOCALEDIR=\""/usr/share/locale"\" -I../../../../../.. -I../../../../../../src -I../../../../../../src/tools -I../../../../../../src/tools/solver -I../../../../../../src/tools/solver/glpk/include -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT glplpx2.lo -MD -MP -MF ".deps/glplpx2.Tpo" -c -o glplpx2.lo ../../../../../../src/tools/solver/glpk/source/glplpx2.c; \ then mv -f ".deps/glplpx2.Tpo" ".deps/glplpx2.Plo"; else rm -f ".deps/glplpx2.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I../../../../../../src/tools/solver/glpk/source -I../../../../.. -DGNOMELOCALEDIR=\"/usr/share/locale\" -I../../../../../.. -I../../../../../../src -I../../../../../../src/tools -I../../../../../../src/tools/solver -I../../../../../../src/tools/solver/glpk/include -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT glplpx2.lo -MD -MP -MF .deps/glplpx2.Tpo -c ../../../../../../src/tools/solver/glpk/source/glplpx2.c -fPIC -DPIC -o .libs/glplpx2.o ../../../../../../src/tools/solver/glpk/source/glplpx2.c: In function 'glp_lpx_get_ips_col': ../../../../../../src/tools/solver/glpk/source/glplpx2.c:1000: warning: 'dx_j' may be used uninitialized in this function ../../../../../../src/tools/solver/glpk/source/glplpx2.c:1000: warning: 'vx_j' may be used uninitialized in this function ../../../../../../src/tools/solver/glpk/source/glplpx2.c: In function 'glp_lpx_get_ips_row': ../../../../../../src/tools/solver/glpk/source/glplpx2.c:954: warning: 'dx_i' may be used uninitialized in this function ../../../../../../src/tools/solver/glpk/source/glplpx2.c:954: warning: 'vx_i' may be used uninitialized in this function ../../../../../../src/tools/solver/glpk/source/glplpx2.c: In function 'glp_lpx_get_col_info': ../../../../../../src/tools/solver/glpk/source/glplpx2.c:806: warning: 'vx_j' may be used uninitialized in this function ../../../../../../src/tools/solver/glpk/source/glplpx2.c: In function 'glp_lpx_get_row_info': ../../../../../../src/tools/solver/glpk/source/glplpx2.c:708: warning: 'vx_i' may be used uninitialized in this function ../../../../../../src/tools/solver/glpk/source/glplpx2.c: In function 'glp_lpx_get_status': ../../../../../../src/tools/solver/glpk/source/glplpx2.c:595: warning: 'status' may be used uninitialized in this function if /bin/sh ../../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../../../../src/tools/solver/glpk/source -I../../../../.. -DGNOMELOCALEDIR=\""/usr/share/locale"\" -I../../../../../.. -I../../../../../../src -I../../../../../../src/tools -I../../../../../../src/tools/solver -I../../../../../../src/tools/solver/glpk/include -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT glplpx3.lo -MD -MP -MF ".deps/glplpx3.Tpo" -c -o glplpx3.lo ../../../../../../src/tools/solver/glpk/source/glplpx3.c; \ then mv -f ".deps/glplpx3.Tpo" ".deps/glplpx3.Plo"; else rm -f ".deps/glplpx3.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I../../../../../../src/tools/solver/glpk/source -I../../../../.. -DGNOMELOCALEDIR=\"/usr/share/locale\" -I../../../../../.. -I../../../../../../src -I../../../../../../src/tools -I../../../../../../src/tools/solver -I../../../../../../src/tools/solver/glpk/include -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT glplpx3.lo -MD -MP -MF .deps/glplpx3.Tpo -c ../../../../../../src/tools/solver/glpk/source/glplpx3.c -fPIC -DPIC -o .libs/glplpx3.o if /bin/sh ../../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../../../../src/tools/solver/glpk/source -I../../../../.. -DGNOMELOCALEDIR=\""/usr/share/locale"\" -I../../../../../.. -I../../../../../../src -I../../../../../../src/tools -I../../../../../../src/tools/solver -I../../../../../../src/tools/solver/glpk/include -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT glplpx4.lo -MD -MP -MF ".deps/glplpx4.Tpo" -c -o glplpx4.lo ../../../../../../src/tools/solver/glpk/source/glplpx4.c; \ then mv -f ".deps/glplpx4.Tpo" ".deps/glplpx4.Plo"; else rm -f ".deps/glplpx4.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I../../../../../../src/tools/solver/glpk/source -I../../../../.. -DGNOMELOCALEDIR=\"/usr/share/locale\" -I../../../../../.. -I../../../../../../src -I../../../../../../src/tools -I../../../../../../src/tools/solver -I../../../../../../src/tools/solver/glpk/include -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT glplpx4.lo -MD -MP -MF .deps/glplpx4.Tpo -c ../../../../../../src/tools/solver/glpk/source/glplpx4.c -fPIC -DPIC -o .libs/glplpx4.o ../../../../../../src/tools/solver/glpk/source/glplpx4.c: In function 'gm_scal': ../../../../../../src/tools/solver/glpk/source/glplpx4.c:223: warning: 'pass' may be used uninitialized in this function if /bin/sh ../../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../../../../src/tools/solver/glpk/source -I../../../../.. -DGNOMELOCALEDIR=\""/usr/share/locale"\" -I../../../../../.. -I../../../../../../src -I../../../../../../src/tools -I../../../../../../src/tools/solver -I../../../../../../src/tools/solver/glpk/include -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT glplpx5.lo -MD -MP -MF ".deps/glplpx5.Tpo" -c -o glplpx5.lo ../../../../../../src/tools/solver/glpk/source/glplpx5.c; \ then mv -f ".deps/glplpx5.Tpo" ".deps/glplpx5.Plo"; else rm -f ".deps/glplpx5.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I../../../../../../src/tools/solver/glpk/source -I../../../../.. -DGNOMELOCALEDIR=\"/usr/share/locale\" -I../../../../../.. -I../../../../../../src -I../../../../../../src/tools -I../../../../../../src/tools/solver -I../../../../../../src/tools/solver/glpk/include -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT glplpx5.lo -MD -MP -MF .deps/glplpx5.Tpo -c ../../../../../../src/tools/solver/glpk/source/glplpx5.c -fPIC -DPIC -o .libs/glplpx5.o if /bin/sh ../../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../../../../src/tools/solver/glpk/source -I../../../../.. -DGNOMELOCALEDIR=\""/usr/share/locale"\" -I../../../../../.. -I../../../../../../src -I../../../../../../src/tools -I../../../../../../src/tools/solver -I../../../../../../src/tools/solver/glpk/include -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT glplpx6a.lo -MD -MP -MF ".deps/glplpx6a.Tpo" -c -o glplpx6a.lo ../../../../../../src/tools/solver/glpk/source/glplpx6a.c; \ then mv -f ".deps/glplpx6a.Tpo" ".deps/glplpx6a.Plo"; else rm -f ".deps/glplpx6a.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I../../../../../../src/tools/solver/glpk/source -I../../../../.. -DGNOMELOCALEDIR=\"/usr/share/locale\" -I../../../../../.. -I../../../../../../src -I../../../../../../src/tools -I../../../../../../src/tools/solver -I../../../../../../src/tools/solver/glpk/include -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT glplpx6a.lo -MD -MP -MF .deps/glplpx6a.Tpo -c ../../../../../../src/tools/solver/glpk/source/glplpx6a.c -fPIC -DPIC -o .libs/glplpx6a.o ../../../../../../src/tools/solver/glpk/source/glplpx6a.c: In function 'glp_lpx_dual_opt': ../../../../../../src/tools/solver/glpk/source/glplpx6a.c:1646: warning: suggest parentheses around && within || if /bin/sh ../../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../../../../src/tools/solver/glpk/source -I../../../../.. -DGNOMELOCALEDIR=\""/usr/share/locale"\" -I../../../../../.. -I../../../../../../src -I../../../../../../src/tools -I../../../../../../src/tools/solver -I../../../../../../src/tools/solver/glpk/include -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT glplpx6c.lo -MD -MP -MF ".deps/glplpx6c.Tpo" -c -o glplpx6c.lo ../../../../../../src/tools/solver/glpk/source/glplpx6c.c; \ then mv -f ".deps/glplpx6c.Tpo" ".deps/glplpx6c.Plo"; else rm -f ".deps/glplpx6c.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I../../../../../../src/tools/solver/glpk/source -I../../../../.. -DGNOMELOCALEDIR=\"/usr/share/locale\" -I../../../../../.. -I../../../../../../src -I../../../../../../src/tools -I../../../../../../src/tools/solver -I../../../../../../src/tools/solver/glpk/include -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT glplpx6c.lo -MD -MP -MF .deps/glplpx6c.Tpo -c ../../../../../../src/tools/solver/glpk/source/glplpx6c.c -fPIC -DPIC -o .libs/glplpx6c.o ../../../../../../src/tools/solver/glpk/source/glplpx6c.c: In function 'branch_drtom': ../../../../../../src/tools/solver/glpk/source/glplpx6c.c:244: warning: suggest parentheses around && within || ../../../../../../src/tools/solver/glpk/source/glplpx6c.c:249: warning: suggest parentheses around && within || ../../../../../../src/tools/solver/glpk/source/glplpx6c.c: In function 'appl_proc': ../../../../../../src/tools/solver/glpk/source/glplpx6c.c:133: warning: 'dn_z' may be used uninitialized in this function if /bin/sh ../../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../../../../src/tools/solver/glpk/source -I../../../../.. -DGNOMELOCALEDIR=\""/usr/share/locale"\" -I../../../../../.. -I../../../../../../src -I../../../../../../src/tools -I../../../../../../src/tools/solver -I../../../../../../src/tools/solver/glpk/include -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT glplpx7.lo -MD -MP -MF ".deps/glplpx7.Tpo" -c -o glplpx7.lo ../../../../../../src/tools/solver/glpk/source/glplpx7.c; \ then mv -f ".deps/glplpx7.Tpo" ".deps/glplpx7.Plo"; else rm -f ".deps/glplpx7.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I../../../../../../src/tools/solver/glpk/source -I../../../../.. -DGNOMELOCALEDIR=\"/usr/share/locale\" -I../../../../../.. -I../../../../../../src -I../../../../../../src/tools -I../../../../../../src/tools/solver -I../../../../../../src/tools/solver/glpk/include -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT glplpx7.lo -MD -MP -MF .deps/glplpx7.Tpo -c ../../../../../../src/tools/solver/glpk/source/glplpx7.c -fPIC -DPIC -o .libs/glplpx7.o ../../../../../../src/tools/solver/glpk/source/glplpx7.c: In function 'glp_lpx_prim_ratio_test': ../../../../../../src/tools/solver/glpk/source/glplpx7.c:687: warning: suggest parentheses around && within || ../../../../../../src/tools/solver/glpk/source/glplpx7.c: In function 'glp_lpx_dual_ratio_test': ../../../../../../src/tools/solver/glpk/source/glplpx7.c:837: warning: suggest parentheses around && within || ../../../../../../src/tools/solver/glpk/source/glplpx7.c:762: warning: 'temp' may be used uninitialized in this function ../../../../../../src/tools/solver/glpk/source/glplpx7.c: In function 'glp_lpx_prim_ratio_test': ../../../../../../src/tools/solver/glpk/source/glplpx7.c:599: warning: 'temp' may be used uninitialized in this function if /bin/sh ../../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../../../../src/tools/solver/glpk/source -I../../../../.. -DGNOMELOCALEDIR=\""/usr/share/locale"\" -I../../../../../.. -I../../../../../../src -I../../../../../../src/tools -I../../../../../../src/tools/solver -I../../../../../../src/tools/solver/glpk/include -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT glpluf.lo -MD -MP -MF ".deps/glpluf.Tpo" -c -o glpluf.lo ../../../../../../src/tools/solver/glpk/source/glpluf.c; \ then mv -f ".deps/glpluf.Tpo" ".deps/glpluf.Plo"; else rm -f ".deps/glpluf.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I../../../../../../src/tools/solver/glpk/source -I../../../../.. -DGNOMELOCALEDIR=\"/usr/share/locale\" -I../../../../../.. -I../../../../../../src -I../../../../../../src/tools -I../../../../../../src/tools/solver -I../../../../../../src/tools/solver/glpk/include -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT glpluf.lo -MD -MP -MF .deps/glpluf.Tpo -c ../../../../../../src/tools/solver/glpk/source/glpluf.c -fPIC -DPIC -o .libs/glpluf.o if /bin/sh ../../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../../../../src/tools/solver/glpk/source -I../../../../.. -DGNOMELOCALEDIR=\""/usr/share/locale"\" -I../../../../../.. -I../../../../../../src -I../../../../../../src/tools -I../../../../../../src/tools/solver -I../../../../../../src/tools/solver/glpk/include -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT glpmip1.lo -MD -MP -MF ".deps/glpmip1.Tpo" -c -o glpmip1.lo ../../../../../../src/tools/solver/glpk/source/glpmip1.c; \ then mv -f ".deps/glpmip1.Tpo" ".deps/glpmip1.Plo"; else rm -f ".deps/glpmip1.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I../../../../../../src/tools/solver/glpk/source -I../../../../.. -DGNOMELOCALEDIR=\"/usr/share/locale\" -I../../../../../.. -I../../../../../../src -I../../../../../../src/tools -I../../../../../../src/tools/solver -I../../../../../../src/tools/solver/glpk/include -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT glpmip1.lo -MD -MP -MF .deps/glpmip1.Tpo -c ../../../../../../src/tools/solver/glpk/source/glpmip1.c -fPIC -DPIC -o .libs/glpmip1.o ../../../../../../src/tools/solver/glpk/source/glpmip1.c: In function 'glp_mip_driver': ../../../../../../src/tools/solver/glpk/source/glpmip1.c:895: warning: 'dn_node' may be used uninitialized in this function ../../../../../../src/tools/solver/glpk/source/glpmip1.c:895: warning: 'up_node' may be used uninitialized in this function if /bin/sh ../../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../../../../src/tools/solver/glpk/source -I../../../../.. -DGNOMELOCALEDIR=\""/usr/share/locale"\" -I../../../../../.. -I../../../../../../src -I../../../../../../src/tools -I../../../../../../src/tools/solver -I../../../../../../src/tools/solver/glpk/include -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT glpspm.lo -MD -MP -MF ".deps/glpspm.Tpo" -c -o glpspm.lo ../../../../../../src/tools/solver/glpk/source/glpspm.c; \ then mv -f ".deps/glpspm.Tpo" ".deps/glpspm.Plo"; else rm -f ".deps/glpspm.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I../../../../../../src/tools/solver/glpk/source -I../../../../.. -DGNOMELOCALEDIR=\"/usr/share/locale\" -I../../../../../.. -I../../../../../../src -I../../../../../../src/tools -I../../../../../../src/tools/solver -I../../../../../../src/tools/solver/glpk/include -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT glpspm.lo -MD -MP -MF .deps/glpspm.Tpo -c ../../../../../../src/tools/solver/glpk/source/glpspm.c -fPIC -DPIC -o .libs/glpspm.o if /bin/sh ../../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../../../../src/tools/solver/glpk/source -I../../../../.. -DGNOMELOCALEDIR=\""/usr/share/locale"\" -I../../../../../.. -I../../../../../../src -I../../../../../../src/tools -I../../../../../../src/tools/solver -I../../../../../../src/tools/solver/glpk/include -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT glpspx1.lo -MD -MP -MF ".deps/glpspx1.Tpo" -c -o glpspx1.lo ../../../../../../src/tools/solver/glpk/source/glpspx1.c; \ then mv -f ".deps/glpspx1.Tpo" ".deps/glpspx1.Plo"; else rm -f ".deps/glpspx1.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I../../../../../../src/tools/solver/glpk/source -I../../../../.. -DGNOMELOCALEDIR=\"/usr/share/locale\" -I../../../../../.. -I../../../../../../src -I../../../../../../src/tools -I../../../../../../src/tools/solver -I../../../../../../src/tools/solver/glpk/include -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT glpspx1.lo -MD -MP -MF .deps/glpspx1.Tpo -c ../../../../../../src/tools/solver/glpk/source/glpspx1.c -fPIC -DPIC -o .libs/glpspx1.o if /bin/sh ../../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../../../../src/tools/solver/glpk/source -I../../../../.. -DGNOMELOCALEDIR=\""/usr/share/locale"\" -I../../../../../.. -I../../../../../../src -I../../../../../../src/tools -I../../../../../../src/tools/solver -I../../../../../../src/tools/solver/glpk/include -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT glpspx2.lo -MD -MP -MF ".deps/glpspx2.Tpo" -c -o glpspx2.lo ../../../../../../src/tools/solver/glpk/source/glpspx2.c; \ then mv -f ".deps/glpspx2.Tpo" ".deps/glpspx2.Plo"; else rm -f ".deps/glpspx2.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I../../../../../../src/tools/solver/glpk/source -I../../../../.. -DGNOMELOCALEDIR=\"/usr/share/locale\" -I../../../../../.. -I../../../../../../src -I../../../../../../src/tools -I../../../../../../src/tools/solver -I../../../../../../src/tools/solver/glpk/include -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT glpspx2.lo -MD -MP -MF .deps/glpspx2.Tpo -c ../../../../../../src/tools/solver/glpk/source/glpspx2.c -fPIC -DPIC -o .libs/glpspx2.o ../../../../../../src/tools/solver/glpk/source/glpspx2.c: In function 'glp_spx_prim_chuzr': ../../../../../../src/tools/solver/glpk/source/glpspx2.c:793: warning: suggest parentheses around && within || ../../../../../../src/tools/solver/glpk/source/glpspx2.c: In function 'glp_spx_dual_chuzc': ../../../../../../src/tools/solver/glpk/source/glpspx2.c:1059: warning: suggest parentheses around && within || ../../../../../../src/tools/solver/glpk/source/glpspx2.c:996: warning: 'temp' may be used uninitialized in this function ../../../../../../src/tools/solver/glpk/source/glpspx2.c: In function 'glp_spx_prim_chuzr': ../../../../../../src/tools/solver/glpk/source/glpspx2.c:717: warning: 'temp' may be used uninitialized in this function ../../../../../../src/tools/solver/glpk/source/glpspx2.c:716: warning: 'i_tag' may be used uninitialized in this function ../../../../../../src/tools/solver/glpk/source/glpspx2.c: In function 'glp_spx_eval_xn_j': ../../../../../../src/tools/solver/glpk/source/glpspx2.c:53: warning: 'xn_j' may be used uninitialized in this function ../../../../../../src/tools/solver/glpk/source/glpspx2.c: In function 'glp_spx_update_bbar': ../../../../../../src/tools/solver/glpk/source/glpspx2.c:1161: warning: 'dxn_q' may be used uninitialized in this function ../../../../../../src/tools/solver/glpk/source/glpspx2.c:1161: warning: 'new_xb_p' may be used uninitialized in this function if /bin/sh ../../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../../../../src/tools/solver/glpk/source -I../../../../.. -DGNOMELOCALEDIR=\""/usr/share/locale"\" -I../../../../../.. -I../../../../../../src -I../../../../../../src/tools -I../../../../../../src/tools/solver -I../../../../../../src/tools/solver/glpk/include -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT glpstr.lo -MD -MP -MF ".deps/glpstr.Tpo" -c -o glpstr.lo ../../../../../../src/tools/solver/glpk/source/glpstr.c; \ then mv -f ".deps/glpstr.Tpo" ".deps/glpstr.Plo"; else rm -f ".deps/glpstr.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I../../../../../../src/tools/solver/glpk/source -I../../../../.. -DGNOMELOCALEDIR=\"/usr/share/locale\" -I../../../../../.. -I../../../../../../src -I../../../../../../src/tools -I../../../../../../src/tools/solver -I../../../../../../src/tools/solver/glpk/include -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT glpstr.lo -MD -MP -MF .deps/glpstr.Tpo -c ../../../../../../src/tools/solver/glpk/source/glpstr.c -fPIC -DPIC -o .libs/glpstr.o /bin/sh ../../../../../libtool --tag=CC --mode=link gcc -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -Wl,-O1 -Wl,--as-needed -o libglpk.la glpdmp.lo glpies1.lo glpies2.lo glpies3.lo glpinv.lo glplib1a.lo glplib1b.lo glplib2.lo glplib3.lo glplib4.lo glplpp1.lo glplpp2.lo glplpx1.lo glplpx2.lo glplpx3.lo glplpx4.lo glplpx5.lo glplpx6a.lo glplpx6c.lo glplpx7.lo glpluf.lo glpmip1.lo glpspm.lo glpspx1.lo glpspx2.lo glpstr.lo -lm ar cru .libs/libglpk.a .libs/glpdmp.o .libs/glpies1.o .libs/glpies2.o .libs/glpies3.o .libs/glpinv.o .libs/glplib1a.o .libs/glplib1b.o .libs/glplib2.o .libs/glplib3.o .libs/glplib4.o .libs/glplpp1.o .libs/glplpp2.o .libs/glplpx1.o .libs/glplpx2.o .libs/glplpx3.o .libs/glplpx4.o .libs/glplpx5.o .libs/glplpx6a.o .libs/glplpx6c.o .libs/glplpx7.o .libs/glpluf.o .libs/glpmip1.o .libs/glpspm.o .libs/glpspx1.o .libs/glpspx2.o .libs/glpstr.o ranlib .libs/libglpk.a creating libglpk.la (cd .libs && rm -f libglpk.la && ln -s ../libglpk.la libglpk.la) make[9]: Leaving directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/src/tools/solver/glpk/source' make[8]: Leaving directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/src/tools/solver/glpk/source' Making all in include make[8]: Entering directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/src/tools/solver/glpk/include' make[8]: Nothing to be done for `all'. make[8]: Leaving directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/src/tools/solver/glpk/include' make[8]: Entering directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/src/tools/solver/glpk' make[8]: Nothing to be done for `all-am'. make[8]: Leaving directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/src/tools/solver/glpk' make[7]: Leaving directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/src/tools/solver/glpk' Making all in lp_solve make[7]: Entering directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/src/tools/solver/lp_solve' if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../../../src/tools/solver/lp_solve -I../../../.. -DGNOMELOCALEDIR=\""/usr/share/locale"\" -I../../../../.. -I../../../../../src -include ../../../../gnumeric-config.h -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -DPARSER_LP -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT lp_solve.lo -MD -MP -MF ".deps/lp_solve.Tpo" -c -o lp_solve.lo ../../../../../src/tools/solver/lp_solve/lp_solve.c; \ then mv -f ".deps/lp_solve.Tpo" ".deps/lp_solve.Plo"; else rm -f ".deps/lp_solve.Tpo"; exit 1; fi mkdir .libs gcc -DHAVE_CONFIG_H -I. -I../../../../../src/tools/solver/lp_solve -I../../../.. -DGNOMELOCALEDIR=\"/usr/share/locale\" -I../../../../.. -I../../../../../src -include ../../../../gnumeric-config.h -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -DPARSER_LP -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT lp_solve.lo -MD -MP -MF .deps/lp_solve.Tpo -c ../../../../../src/tools/solver/lp_solve/lp_solve.c -fPIC -DPIC -o .libs/lp_solve.o ../../../../../src/tools/solver/lp_solve/lp_solve.c: In function 'LUSOL_tightenpivot': ../../../../../src/tools/solver/lp_solve/lp_solve.c:5550: warning: unused variable 'newvalue' ../../../../../src/tools/solver/lp_solve/lp_solve.c: In function 'LUSOL_report': ../../../../../src/tools/solver/lp_solve/lp_solve.c:5751: warning: function might be possible candidate for 'printf' format attribute ../../../../../src/tools/solver/lp_solve/lp_solve.c:5757: warning: function might be possible candidate for 'printf' format attribute ../../../../../src/tools/solver/lp_solve/lp_solve.c:5761: warning: function might be possible candidate for 'printf' format attribute ../../../../../src/tools/solver/lp_solve/lp_solve.c: In function 'colamd_recommended': ../../../../../src/tools/solver/lp_solve/lp_solve.c:12825: warning: signed and unsigned type in conditional expression ../../../../../src/tools/solver/lp_solve/lp_solve.c: In function 'my_daxpy': ../../../../../src/tools/solver/lp_solve/lp_solve.c:16186: warning: unused variable 'mp1' ../../../../../src/tools/solver/lp_solve/lp_solve.c:16186: warning: unused variable 'm' ../../../../../src/tools/solver/lp_solve/lp_solve.c: In function 'my_dcopy': ../../../../../src/tools/solver/lp_solve/lp_solve.c:16256: warning: unused variable 'mp1' ../../../../../src/tools/solver/lp_solve/lp_solve.c:16256: warning: unused variable 'm' ../../../../../src/tools/solver/lp_solve/lp_solve.c: In function 'my_dscal': ../../../../../src/tools/solver/lp_solve/lp_solve.c:16350: warning: unused variable 'mp1' ../../../../../src/tools/solver/lp_solve/lp_solve.c:16350: warning: unused variable 'm' ../../../../../src/tools/solver/lp_solve/lp_solve.c:16350: warning: unused variable 'ix' ../../../../../src/tools/solver/lp_solve/lp_solve.c: In function 'my_ddot': ../../../../../src/tools/solver/lp_solve/lp_solve.c:16416: warning: unused variable 'mp1' ../../../../../src/tools/solver/lp_solve/lp_solve.c:16416: warning: unused variable 'm' ../../../../../src/tools/solver/lp_solve/lp_solve.c: In function 'my_dswap': ../../../../../src/tools/solver/lp_solve/lp_solve.c:16484: warning: unused variable 'dtemp3' ../../../../../src/tools/solver/lp_solve/lp_solve.c:16484: warning: unused variable 'dtemp2' ../../../../../src/tools/solver/lp_solve/lp_solve.c:16483: warning: unused variable 'ns' ../../../../../src/tools/solver/lp_solve/lp_solve.c:16483: warning: unused variable 'mp1' ../../../../../src/tools/solver/lp_solve/lp_solve.c:16483: warning: unused variable 'm' ../../../../../src/tools/solver/lp_solve/lp_solve.c: In function 'mat_transpose': ../../../../../src/tools/solver/lp_solve/lp_solve.c:28388: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../../../../src/tools/solver/lp_solve/lp_solve.c:28388: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../../../../src/tools/solver/lp_solve/lp_solve.c:28389: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../../../../src/tools/solver/lp_solve/lp_solve.c:28389: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../../../../src/tools/solver/lp_solve/lp_solve.c:28402: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../../../../src/tools/solver/lp_solve/lp_solve.c:28402: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../../../../src/tools/solver/lp_solve/lp_solve.c:28405: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../../../../src/tools/solver/lp_solve/lp_solve.c:28405: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../../../../src/tools/solver/lp_solve/lp_solve.c: In function 'presolve_elimeq2': ../../../../../src/tools/solver/lp_solve/lp_solve.c:33004: warning: suggest explicit braces to avoid ambiguous 'else' ../../../../../src/tools/solver/lp_solve/lp_solve.c:33012: warning: suggest explicit braces to avoid ambiguous 'else' ../../../../../src/tools/solver/lp_solve/lp_solve.c:33024: warning: suggest explicit braces to avoid ambiguous 'else' ../../../../../src/tools/solver/lp_solve/lp_solve.c:33032: warning: suggest explicit braces to avoid ambiguous 'else' ../../../../../src/tools/solver/lp_solve/lp_solve.c: In function 'presolve_columns': ../../../../../src/tools/solver/lp_solve/lp_solve.c:34761: warning: unused variable 'probereduce' ../../../../../src/tools/solver/lp_solve/lp_solve.c: In function 'multi_recompute': ../../../../../src/tools/solver/lp_solve/lp_solve.c:37497: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../../../../src/tools/solver/lp_solve/lp_solve.c:37529: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../../../../src/tools/solver/lp_solve/lp_solve.c: In function 'multi_enteringvar': ../../../../../src/tools/solver/lp_solve/lp_solve.c:37661: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../../../../src/tools/solver/lp_solve/lp_solve.c: In function 'explain': ../../../../../src/tools/solver/lp_solve/lp_solve.c:38224: warning: function might be possible candidate for 'printf' format attribute ../../../../../src/tools/solver/lp_solve/lp_solve.c:38224: warning: function might be possible candidate for 'printf' format attribute ../../../../../src/tools/solver/lp_solve/lp_solve.c: In function 'report': ../../../../../src/tools/solver/lp_solve/lp_solve.c:38237: warning: function might be possible candidate for 'printf' format attribute ../../../../../src/tools/solver/lp_solve/lp_solve.c:38243: warning: function might be possible candidate for 'printf' format attribute ../../../../../src/tools/solver/lp_solve/lp_solve.c:38243: warning: function might be possible candidate for 'printf' format attribute ../../../../../src/tools/solver/lp_solve/lp_solve.c:38247: warning: function might be possible candidate for 'printf' format attribute ../../../../../src/tools/solver/lp_solve/lp_solve.c: In function 'scaled_value': ../../../../../src/tools/solver/lp_solve/lp_solve.c:38761: warning: suggest explicit braces to avoid ambiguous 'else' ../../../../../src/tools/solver/lp_solve/lp_solve.c: In function 'unscaled_value': ../../../../../src/tools/solver/lp_solve/lp_solve.c:38775: warning: suggest explicit braces to avoid ambiguous 'else' ../../../../../src/tools/solver/lp_solve/lp_solve.c: In function 'CurtisReidScales': ../../../../../src/tools/solver/lp_solve/lp_solve.c:39069: warning: suggest explicit braces to avoid ambiguous 'else' ../../../../../src/tools/solver/lp_solve/lp_solve.c: In function 'accumulate_for_scale': ../../../../../src/tools/solver/lp_solve/lp_solve.c:39217: warning: suggest explicit braces to avoid ambiguous 'else' ../../../../../src/tools/solver/lp_solve/lp_solve.c: In function 'stallMonitor_check': ../../../../../src/tools/solver/lp_solve/lp_solve.c:39987: warning: suggest parentheses around && within || ../../../../../src/tools/solver/lp_solve/lp_solve.c: At top level: ../../../../../src/tools/solver/lp_solve/lp_solve.c:5654: warning: 'LUSOL_assign' defined but not used ../../../../../src/tools/solver/lp_solve/lp_solve.c:14894: warning: 'print_report' defined but not used ../../../../../src/tools/solver/lp_solve/lp_solve.c: In function 'LU8RPC': ../../../../../src/tools/solver/lp_solve/lp_solve.c:11391: warning: 'KREP' may be used uninitialized in this function ../../../../../src/tools/solver/lp_solve/lp_solve.c: In function 'dualloop': ../../../../../src/tools/solver/lp_solve/lp_solve.c:40722: warning: 'cviolated' may be used uninitialized in this function ../../../../../src/tools/solver/lp_solve/lp_solve.c:37586: warning: 'i' may be used uninitialized in this function ../../../../../src/tools/solver/lp_solve/lp_solve.c: In function 'primloop': ../../../../../src/tools/solver/lp_solve/lp_solve.c:36670: warning: 'p' may be used uninitialized in this function /bin/sh ../../../../libtool --tag=CC --mode=link gcc -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -Wl,-O1 -Wl,--as-needed -o liblp_solve.la lp_solve.lo -lm ar cru .libs/liblp_solve.a .libs/lp_solve.o ranlib .libs/liblp_solve.a creating liblp_solve.la (cd .libs && rm -f liblp_solve.la && ln -s ../liblp_solve.la liblp_solve.la) make[7]: Leaving directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/src/tools/solver/lp_solve' make[7]: Entering directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/src/tools/solver' if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../../src/tools/solver -I../../.. -DGNOMELOCALEDIR=\""/usr/share/locale"\" -I../../../.. -I../../../../src -I../../../../src/dialogs -I../../../../src/tools -I../../../../src/tools/solver -I../../../../src/tools/solver/glpk/include -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT api.lo -MD -MP -MF ".deps/api.Tpo" -c -o api.lo ../../../../src/tools/solver/api.c; \ then mv -f ".deps/api.Tpo" ".deps/api.Plo"; else rm -f ".deps/api.Tpo"; exit 1; fi mkdir .libs gcc -DHAVE_CONFIG_H -I. -I../../../../src/tools/solver -I../../.. -DGNOMELOCALEDIR=\"/usr/share/locale\" -I../../../.. -I../../../../src -I../../../../src/dialogs -I../../../../src/tools -I../../../../src/tools/solver -I../../../../src/tools/solver/glpk/include -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT api.lo -MD -MP -MF .deps/api.Tpo -c ../../../../src/tools/solver/api.c -fPIC -DPIC -o .libs/api.o if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../../src/tools/solver -I../../.. -DGNOMELOCALEDIR=\""/usr/share/locale"\" -I../../../.. -I../../../../src -I../../../../src/dialogs -I../../../../src/tools -I../../../../src/tools/solver -I../../../../src/tools/solver/glpk/include -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT solver.lo -MD -MP -MF ".deps/solver.Tpo" -c -o solver.lo ../../../../src/tools/solver/solver.c; \ then mv -f ".deps/solver.Tpo" ".deps/solver.Plo"; else rm -f ".deps/solver.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I../../../../src/tools/solver -I../../.. -DGNOMELOCALEDIR=\"/usr/share/locale\" -I../../../.. -I../../../../src -I../../../../src/dialogs -I../../../../src/tools -I../../../../src/tools/solver -I../../../../src/tools/solver/glpk/include -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT solver.lo -MD -MP -MF .deps/solver.Tpo -c ../../../../src/tools/solver/solver.c -fPIC -DPIC -o .libs/solver.o ../../../../src/tools/solver/solver.c:645:2: warning: #warning what is the equivalent of times for win32 if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../../src/tools/solver -I../../.. -DGNOMELOCALEDIR=\""/usr/share/locale"\" -I../../../.. -I../../../../src -I../../../../src/dialogs -I../../../../src/tools -I../../../../src/tools/solver -I../../../../src/tools/solver/glpk/include -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT reports.lo -MD -MP -MF ".deps/reports.Tpo" -c -o reports.lo ../../../../src/tools/solver/reports.c; \ then mv -f ".deps/reports.Tpo" ".deps/reports.Plo"; else rm -f ".deps/reports.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I../../../../src/tools/solver -I../../.. -DGNOMELOCALEDIR=\"/usr/share/locale\" -I../../../.. -I../../../../src -I../../../../src/dialogs -I../../../../src/tools -I../../../../src/tools/solver -I../../../../src/tools/solver/glpk/include -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT reports.lo -MD -MP -MF .deps/reports.Tpo -c ../../../../src/tools/solver/reports.c -fPIC -DPIC -o .libs/reports.o if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../../src/tools/solver -I../../.. -DGNOMELOCALEDIR=\""/usr/share/locale"\" -I../../../.. -I../../../../src -I../../../../src/dialogs -I../../../../src/tools -I../../../../src/tools/solver -I../../../../src/tools/solver/glpk/include -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT reports-write.lo -MD -MP -MF ".deps/reports-write.Tpo" -c -o reports-write.lo ../../../../src/tools/solver/reports-write.c; \ then mv -f ".deps/reports-write.Tpo" ".deps/reports-write.Plo"; else rm -f ".deps/reports-write.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I../../../../src/tools/solver -I../../.. -DGNOMELOCALEDIR=\"/usr/share/locale\" -I../../../.. -I../../../../src -I../../../../src/dialogs -I../../../../src/tools -I../../../../src/tools/solver -I../../../../src/tools/solver/glpk/include -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT reports-write.lo -MD -MP -MF .deps/reports-write.Tpo -c ../../../../src/tools/solver/reports-write.c -fPIC -DPIC -o .libs/reports-write.o /bin/sh ../../../libtool --tag=CC --mode=link gcc -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -Wl,-O1 -Wl,--as-needed -o libsolver.la api.lo solver.lo reports.lo reports-write.lo -lm ar cru .libs/libsolver.a .libs/api.o .libs/solver.o .libs/reports.o .libs/reports-write.o ranlib .libs/libsolver.a creating libsolver.la (cd .libs && rm -f libsolver.la && ln -s ../libsolver.la libsolver.la) make[7]: Leaving directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/src/tools/solver' make[6]: Leaving directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/src/tools/solver' make[6]: Entering directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/src/tools' if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../src/tools -I../.. -DGNOMELOCALEDIR=\""/usr/share/locale"\" -I../../.. -I../../../src -I../../../src/tools -I../../../src/dialogs -I../../../src/tools/solver -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT analysis-tools.lo -MD -MP -MF ".deps/analysis-tools.Tpo" -c -o analysis-tools.lo ../../../src/tools/analysis-tools.c; \ then mv -f ".deps/analysis-tools.Tpo" ".deps/analysis-tools.Plo"; else rm -f ".deps/analysis-tools.Tpo"; exit 1; fi mkdir .libs gcc -DHAVE_CONFIG_H -I. -I../../../src/tools -I../.. -DGNOMELOCALEDIR=\"/usr/share/locale\" -I../../.. -I../../../src -I../../../src/tools -I../../../src/dialogs -I../../../src/tools/solver -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT analysis-tools.lo -MD -MP -MF .deps/analysis-tools.Tpo -c ../../../src/tools/analysis-tools.c -fPIC -DPIC -o .libs/analysis-tools.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../src/tools -I../.. -DGNOMELOCALEDIR=\""/usr/share/locale"\" -I../../.. -I../../../src -I../../../src/tools -I../../../src/dialogs -I../../../src/tools/solver -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT random-generator.lo -MD -MP -MF ".deps/random-generator.Tpo" -c -o random-generator.lo ../../../src/tools/random-generator.c; \ then mv -f ".deps/random-generator.Tpo" ".deps/random-generator.Plo"; else rm -f ".deps/random-generator.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I../../../src/tools -I../.. -DGNOMELOCALEDIR=\"/usr/share/locale\" -I../../.. -I../../../src -I../../../src/tools -I../../../src/dialogs -I../../../src/tools/solver -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT random-generator.lo -MD -MP -MF .deps/random-generator.Tpo -c ../../../src/tools/random-generator.c -fPIC -DPIC -o .libs/random-generator.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../src/tools -I../.. -DGNOMELOCALEDIR=\""/usr/share/locale"\" -I../../.. -I../../../src -I../../../src/tools -I../../../src/dialogs -I../../../src/tools/solver -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT dao.lo -MD -MP -MF ".deps/dao.Tpo" -c -o dao.lo ../../../src/tools/dao.c; \ then mv -f ".deps/dao.Tpo" ".deps/dao.Plo"; else rm -f ".deps/dao.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I../../../src/tools -I../.. -DGNOMELOCALEDIR=\"/usr/share/locale\" -I../../.. -I../../../src -I../../../src/tools -I../../../src/dialogs -I../../../src/tools/solver -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT dao.lo -MD -MP -MF .deps/dao.Tpo -c ../../../src/tools/dao.c -fPIC -DPIC -o .libs/dao.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../src/tools -I../.. -DGNOMELOCALEDIR=\""/usr/share/locale"\" -I../../.. -I../../../src -I../../../src/tools -I../../../src/dialogs -I../../../src/tools/solver -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT data-shuffling.lo -MD -MP -MF ".deps/data-shuffling.Tpo" -c -o data-shuffling.lo ../../../src/tools/data-shuffling.c; \ then mv -f ".deps/data-shuffling.Tpo" ".deps/data-shuffling.Plo"; else rm -f ".deps/data-shuffling.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I../../../src/tools -I../.. -DGNOMELOCALEDIR=\"/usr/share/locale\" -I../../.. -I../../../src -I../../../src/tools -I../../../src/dialogs -I../../../src/tools/solver -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT data-shuffling.lo -MD -MP -MF .deps/data-shuffling.Tpo -c ../../../src/tools/data-shuffling.c -fPIC -DPIC -o .libs/data-shuffling.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../src/tools -I../.. -DGNOMELOCALEDIR=\""/usr/share/locale"\" -I../../.. -I../../../src -I../../../src/tools -I../../../src/dialogs -I../../../src/tools/solver -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT auto-correct.lo -MD -MP -MF ".deps/auto-correct.Tpo" -c -o auto-correct.lo ../../../src/tools/auto-correct.c; \ then mv -f ".deps/auto-correct.Tpo" ".deps/auto-correct.Plo"; else rm -f ".deps/auto-correct.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I../../../src/tools -I../.. -DGNOMELOCALEDIR=\"/usr/share/locale\" -I../../.. -I../../../src -I../../../src/tools -I../../../src/dialogs -I../../../src/tools/solver -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT auto-correct.lo -MD -MP -MF .deps/auto-correct.Tpo -c ../../../src/tools/auto-correct.c -fPIC -DPIC -o .libs/auto-correct.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../src/tools -I../.. -DGNOMELOCALEDIR=\""/usr/share/locale"\" -I../../.. -I../../../src -I../../../src/tools -I../../../src/dialogs -I../../../src/tools/solver -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT fill-series.lo -MD -MP -MF ".deps/fill-series.Tpo" -c -o fill-series.lo ../../../src/tools/fill-series.c; \ then mv -f ".deps/fill-series.Tpo" ".deps/fill-series.Plo"; else rm -f ".deps/fill-series.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I../../../src/tools -I../.. -DGNOMELOCALEDIR=\"/usr/share/locale\" -I../../.. -I../../../src -I../../../src/tools -I../../../src/dialogs -I../../../src/tools/solver -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT fill-series.lo -MD -MP -MF .deps/fill-series.Tpo -c ../../../src/tools/fill-series.c -fPIC -DPIC -o .libs/fill-series.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../src/tools -I../.. -DGNOMELOCALEDIR=\""/usr/share/locale"\" -I../../.. -I../../../src -I../../../src/tools -I../../../src/dialogs -I../../../src/tools/solver -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT filter.lo -MD -MP -MF ".deps/filter.Tpo" -c -o filter.lo ../../../src/tools/filter.c; \ then mv -f ".deps/filter.Tpo" ".deps/filter.Plo"; else rm -f ".deps/filter.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I../../../src/tools -I../.. -DGNOMELOCALEDIR=\"/usr/share/locale\" -I../../.. -I../../../src -I../../../src/tools -I../../../src/dialogs -I../../../src/tools/solver -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT filter.lo -MD -MP -MF .deps/filter.Tpo -c ../../../src/tools/filter.c -fPIC -DPIC -o .libs/filter.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../src/tools -I../.. -DGNOMELOCALEDIR=\""/usr/share/locale"\" -I../../.. -I../../../src -I../../../src/tools -I../../../src/dialogs -I../../../src/tools/solver -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT goal-seek.lo -MD -MP -MF ".deps/goal-seek.Tpo" -c -o goal-seek.lo ../../../src/tools/goal-seek.c; \ then mv -f ".deps/goal-seek.Tpo" ".deps/goal-seek.Plo"; else rm -f ".deps/goal-seek.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I../../../src/tools -I../.. -DGNOMELOCALEDIR=\"/usr/share/locale\" -I../../.. -I../../../src -I../../../src/tools -I../../../src/dialogs -I../../../src/tools/solver -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT goal-seek.lo -MD -MP -MF .deps/goal-seek.Tpo -c ../../../src/tools/goal-seek.c -fPIC -DPIC -o .libs/goal-seek.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../src/tools -I../.. -DGNOMELOCALEDIR=\""/usr/share/locale"\" -I../../.. -I../../../src -I../../../src/tools -I../../../src/dialogs -I../../../src/tools/solver -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT scenarios.lo -MD -MP -MF ".deps/scenarios.Tpo" -c -o scenarios.lo ../../../src/tools/scenarios.c; \ then mv -f ".deps/scenarios.Tpo" ".deps/scenarios.Plo"; else rm -f ".deps/scenarios.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I../../../src/tools -I../.. -DGNOMELOCALEDIR=\"/usr/share/locale\" -I../../.. -I../../../src -I../../../src/tools -I../../../src/dialogs -I../../../src/tools/solver -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT scenarios.lo -MD -MP -MF .deps/scenarios.Tpo -c ../../../src/tools/scenarios.c -fPIC -DPIC -o .libs/scenarios.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../src/tools -I../.. -DGNOMELOCALEDIR=\""/usr/share/locale"\" -I../../.. -I../../../src -I../../../src/tools -I../../../src/dialogs -I../../../src/tools/solver -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT simulation.lo -MD -MP -MF ".deps/simulation.Tpo" -c -o simulation.lo ../../../src/tools/simulation.c; \ then mv -f ".deps/simulation.Tpo" ".deps/simulation.Plo"; else rm -f ".deps/simulation.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I../../../src/tools -I../.. -DGNOMELOCALEDIR=\"/usr/share/locale\" -I../../.. -I../../../src -I../../../src/tools -I../../../src/dialogs -I../../../src/tools/solver -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT simulation.lo -MD -MP -MF .deps/simulation.Tpo -c ../../../src/tools/simulation.c -fPIC -DPIC -o .libs/simulation.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../src/tools -I../.. -DGNOMELOCALEDIR=\""/usr/share/locale"\" -I../../.. -I../../../src -I../../../src/tools -I../../../src/dialogs -I../../../src/tools/solver -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT tabulate.lo -MD -MP -MF ".deps/tabulate.Tpo" -c -o tabulate.lo ../../../src/tools/tabulate.c; \ then mv -f ".deps/tabulate.Tpo" ".deps/tabulate.Plo"; else rm -f ".deps/tabulate.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I../../../src/tools -I../.. -DGNOMELOCALEDIR=\"/usr/share/locale\" -I../../.. -I../../../src -I../../../src/tools -I../../../src/dialogs -I../../../src/tools/solver -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT tabulate.lo -MD -MP -MF .deps/tabulate.Tpo -c ../../../src/tools/tabulate.c -fPIC -DPIC -o .libs/tabulate.o /bin/sh ../../libtool --tag=CC --mode=link gcc -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -Wl,-O1 -Wl,--as-needed -o libtools.la analysis-tools.lo random-generator.lo dao.lo data-shuffling.lo auto-correct.lo fill-series.lo filter.lo goal-seek.lo scenarios.lo simulation.lo tabulate.lo -lm ar cru .libs/libtools.a .libs/analysis-tools.o .libs/random-generator.o .libs/dao.o .libs/data-shuffling.o .libs/auto-correct.o .libs/fill-series.o .libs/filter.o .libs/goal-seek.o .libs/scenarios.o .libs/simulation.o .libs/tabulate.o ranlib .libs/libtools.a creating libtools.la (cd .libs && rm -f libtools.la && ln -s ../libtools.la libtools.la) make[6]: Leaving directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/src/tools' make[5]: Leaving directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/src/tools' Making all in cut-n-paste-code make[5]: Entering directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/src/cut-n-paste-code' make[6]: Entering directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/src/cut-n-paste-code' make[6]: Nothing to be done for `all-am'. make[6]: Leaving directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/src/cut-n-paste-code' make[5]: Leaving directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/src/cut-n-paste-code' Making all in pixmaps make[5]: Entering directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/src/pixmaps' gdk-pixbuf-csource --raw --build-list gnm_column_add_16 ../../../src/pixmaps/column_add_16.xpm gnm_column_add_24 ../../../src/pixmaps/column_add_24.xpm gnm_column_delete_16 ../../../src/pixmaps/column_delete_16.xpm gnm_column_delete_24 ../../../src/pixmaps/column_delete_24.xpm gnm_column_size_16 ../../../src/pixmaps/column_size_16.xpm gnm_column_size_24 ../../../src/pixmaps/column_size_24.xpm gnm_column_hide_16 ../../../src/pixmaps/column_hide_16.xpm gnm_column_hide_24 ../../../src/pixmaps/column_hide_24.xpm gnm_column_unhide_16 ../../../src/pixmaps/column_unhide_16.xpm gnm_column_unhide_24 ../../../src/pixmaps/column_unhide_24.xpm gnm_row_add_16 ../../../src/pixmaps/row_add_16.xpm gnm_row_add_24 ../../../src/pixmaps/row_add_24.xpm gnm_row_delete_16 ../../../src/pixmaps/row_delete_16.xpm gnm_row_delete_24 ../../../src/pixmaps/row_delete_24.xpm gnm_row_size_16 ../../../src/pixmaps/row_size_16.xpm gnm_row_size_24 ../../../src/pixmaps/row_size_24.xpm gnm_row_hide_16 ../../../src/pixmaps/row_hide_16.xpm gnm_row_hide_24 ../../../src/pixmaps/row_hide_24.xpm gnm_row_unhide_16 ../../../src/pixmaps/row_unhide_16.xpm gnm_row_unhide_24 ../../../src/pixmaps/row_unhide_24.xpm gnm_group_16 ../../../src/pixmaps/group_16.xpm gnm_group_24 ../../../src/pixmaps/group_24.xpm gnm_ungroup_16 ../../../src/pixmaps/ungroup_16.xpm gnm_ungroup_24 ../../../src/pixmaps/ungroup_24.xpm gnm_show_detail_16 ../../../src/pixmaps/show_detail_16.xpm gnm_show_detail_24 ../../../src/pixmaps/show_detail_24.xpm gnm_hide_detail_16 ../../../src/pixmaps/hide_detail_16.xpm gnm_hide_detail_24 ../../../src/pixmaps/hide_detail_24.xpm gnm_graph_guru_16 ../../../src/pixmaps/graph_guru_16.xpm gnm_graph_guru_24 ../../../src/pixmaps/graph_guru_24.xpm gnm_insert_component_16 ../../../src/pixmaps/insert_component_16.xpm gnm_insert_component_24 ../../../src/pixmaps/insert_component_24.xpm gnm_insert_shaped_component_16 ../../../src/pixmaps/insert_shaped_component_16.xpm gnm_insert_shaped_component_24 ../../../src/pixmaps/insert_shaped_component_24.xpm gnm_center_across_selection_16 ../../../src/pixmaps/center_across_selection_16.xpm gnm_center_across_selection_24 ../../../src/pixmaps/center_across_selection_24.xpm gnm_merge_cells_16 ../../../src/pixmaps/merge_cells_16.xpm gnm_merge_cells_24 ../../../src/pixmaps/merge_cells_24.xpm gnm_split_cells_16 ../../../src/pixmaps/split_cells_16.xpm gnm_split_cells_24 ../../../src/pixmaps/split_cells_24.xpm gnm_halign_fill_24 ../../../src/pixmaps/halign-fill_24.png gnm_halign_general_24 ../../../src/pixmaps/halign-general_24.png gnm_comment_add_16 ../../../src/pixmaps/comment_add_16.xpm gnm_comment_delete_16 ../../../src/pixmaps/comment_delete_16.xpm gnm_comment_edit_16 ../../../src/pixmaps/comment_edit_16.xpm gnm_add_decimals ../../../src/pixmaps/add_decimals.png gnm_remove_decimals ../../../src/pixmaps/remove_decimals.png gnm_money ../../../src/pixmaps/format_money_24.png gnm_percent ../../../src/pixmaps/format_percent_24.png gnm_thousand ../../../src/pixmaps/thousands.xpm gnm_auto ../../../src/pixmaps/auto-sum.xpm gnm_equal ../../../src/pixmaps/equal-sign.xpm gnm_formula_guru_16 ../../../src/pixmaps/formula_guru_16.png gnm_formula_guru_24 ../../../src/pixmaps/formula_guru_24.png gnm_insert_image_16 ../../../src/pixmaps/insert_image_16.png gnm_insert_image_24 ../../../src/pixmaps/insert_image_24.png gnm_bucket ../../../src/pixmaps/bucket.xpm gnm_font ../../../src/pixmaps/font.xpm gnm_expr_entry ../../../src/pixmaps/expr_entry.png gnumeric_splash ../../../src/pixmaps/gnumeric_splash_1.4.png unknown_image ../../../src/pixmaps/unknown_image.png gnm_object_arrow_24 ../../../src/pixmaps/object_arrow_24.png gnm_object_ellipse_24 ../../../src/pixmaps/object_ellipse_24.png gnm_object_line_24 ../../../src/pixmaps/object_line_24.png gnm_object_rectangle_24 ../../../src/pixmaps/object_rectangle_24.png gnm_object_frame_24 ../../../src/pixmaps/object_frame_24.png gnm_object_label_24 ../../../src/pixmaps/object_label_24.png gnm_object_button_24 ../../../src/pixmaps/object_button_24.png gnm_object_checkbox_24 ../../../src/pixmaps/object_checkbox_24.png gnm_object_radiobutton_24 ../../../src/pixmaps/object_radiobutton_24.png gnm_object_scrollbar_24 ../../../src/pixmaps/object_scrollbar_24.png gnm_object_spinbutton_24 ../../../src/pixmaps/object_spinbutton_24.png gnm_object_slider_24 ../../../src/pixmaps/object_slider_24.png gnm_object_combo_24 ../../../src/pixmaps/object_combo_24.png gnm_object_list_24 ../../../src/pixmaps/object_list_24.png bottom_border ../../../src/pixmaps/bottom_border.xpm diag_border ../../../src/pixmaps/diag_border.xpm inside_border ../../../src/pixmaps/inside_border.xpm inside_horiz_border ../../../src/pixmaps/inside_horiz_border.xpm inside_vert_border ../../../src/pixmaps/inside_vert_border.xpm left_border ../../../src/pixmaps/left_border.xpm no_border ../../../src/pixmaps/no_border.xpm outline_border ../../../src/pixmaps/outline_border.xpm rev_diag_border ../../../src/pixmaps/rev_diag_border.xpm right_border ../../../src/pixmaps/right_border.xpm top_border ../../../src/pixmaps/top_border.xpm gp_125grey ../../../src/pixmaps/gp_125grey.xpm gp_25grey ../../../src/pixmaps/gp_25grey.xpm gp_50grey ../../../src/pixmaps/gp_50grey.xpm gp_625grey ../../../src/pixmaps/gp_625grey.xpm gp_75grey ../../../src/pixmaps/gp_75grey.xpm gp_bricks ../../../src/pixmaps/gp_bricks.xpm gp_diag ../../../src/pixmaps/gp_diag.xpm gp_diag_cross ../../../src/pixmaps/gp_diag_cross.xpm gp_foreground_solid ../../../src/pixmaps/gp_foreground_solid.xpm gp_horiz ../../../src/pixmaps/gp_horiz.xpm gp_large_circles ../../../src/pixmaps/gp_large_circles.xpm gp_rev_diag ../../../src/pixmaps/gp_rev_diag.xpm gp_semi_circle ../../../src/pixmaps/gp_semi_circle.xpm gp_small_circle ../../../src/pixmaps/gp_small_circle.xpm gp_solid ../../../src/pixmaps/gp_solid.xpm gp_thatch ../../../src/pixmaps/gp_thatch.xpm gp_thick_diag_cross ../../../src/pixmaps/gp_thick_diag_cross.xpm gp_thin_diag ../../../src/pixmaps/gp_thin_diag.xpm gp_thin_diag_cross ../../../src/pixmaps/gp_thin_diag_cross.xpm gp_thin_horiz ../../../src/pixmaps/gp_thin_horiz.xpm gp_thin_horiz_cross ../../../src/pixmaps/gp_thin_horiz_cross.xpm gp_thin_rev_diag ../../../src/pixmaps/gp_thin_rev_diag.xpm gp_thin_vert ../../../src/pixmaps/gp_thin_vert.xpm gp_vert ../../../src/pixmaps/gp_vert.xpm line_pattern_dash_dot ../../../src/pixmaps/line_pattern_dash_dot.xpm line_pattern_dash_dot_dot ../../../src/pixmaps/line_pattern_dash_dot_dot.xpm line_pattern_dashed ../../../src/pixmaps/line_pattern_dashed.xpm line_pattern_dotted ../../../src/pixmaps/line_pattern_dotted.xpm line_pattern_double ../../../src/pixmaps/line_pattern_double.xpm line_pattern_hair ../../../src/pixmaps/line_pattern_hair.xpm line_pattern_medium ../../../src/pixmaps/line_pattern_medium.xpm line_pattern_medium_dash ../../../src/pixmaps/line_pattern_medium_dash.xpm line_pattern_medium_dash_dot ../../../src/pixmaps/line_pattern_medium_dash_dot.xpm line_pattern_medium_dash_dot_dot ../../../src/pixmaps/line_pattern_medium_dash_dot_dot.xpm line_pattern_slant ../../../src/pixmaps/line_pattern_slant.xpm line_pattern_thick ../../../src/pixmaps/line_pattern_thick.xpm line_pattern_thin ../../../src/pixmaps/line_pattern_thin.xpm gnm_border_left ../../../src/pixmaps/border_left.xpm gnm_border_none ../../../src/pixmaps/border_none.xpm gnm_border_right ../../../src/pixmaps/border_right.xpm gnm_border_all ../../../src/pixmaps/border_all.xpm gnm_border_outside ../../../src/pixmaps/border_outside.xpm gnm_border_thick_outside ../../../src/pixmaps/border_thick_outside.xpm gnm_border_bottom ../../../src/pixmaps/border_bottom.xpm gnm_border_double_bottom ../../../src/pixmaps/border_double_bottom.xpm gnm_border_thick_bottom ../../../src/pixmaps/border_thick_bottom.xpm gnm_border_top_n_bottom ../../../src/pixmaps/border_top_n_bottom.xpm gnm_border_top_n_double_bottom ../../../src/pixmaps/border_top_n_double_bottom.xpm gnm_border_top_n_thick_bottom ../../../src/pixmaps/border_top_n_thick_bottom.xpm gnm_pivottable_16 ../../../src/pixmaps/pivottable_16.png gnm_pivottable_24 ../../../src/pixmaps/pivottable_24.png gnm_protection_no ../../../src/pixmaps/protection_no_24.png gnm_protection_yes ../../../src/pixmaps/protection_yes_24.png gnm_protection_yes_48 ../../../src/pixmaps/protection_yes_48.png gnm_visible ../../../src/pixmaps/visible.png gnm_cursor_cross ../../../src/pixmaps/cursor_cross.xpm sheet_move_marker ../../../src/pixmaps/sheet-move-marker.xpm gnm_link_add_16 ../../../src/pixmaps/link_add_16.png gnm_link_add_24 ../../../src/pixmaps/link_add_24.png gnm_link_delete_16 ../../../src/pixmaps/link_delete_16.png gnm_link_edit_16 ../../../src/pixmaps/link_edit_16.png gnm_link_external_24 ../../../src/pixmaps/link_external_24.png gnm_link_external_16 ../../../src/pixmaps/link_external_16.png gnm_link_internal_24 ../../../src/pixmaps/link_internal_24.png gnm_link_internal_16 ../../../src/pixmaps/link_internal_16.png gnm_link_email_24 ../../../src/pixmaps/link_email_24.png gnm_link_email_16 ../../../src/pixmaps/link_email_16.png gnm_link_url_24 ../../../src/pixmaps/link_url_24.png gnm_link_url_16 ../../../src/pixmaps/link_url_16.png gnm_autofilter_24 ../../../src/pixmaps/autofilter_24.png gnm_autofilter_16 ../../../src/pixmaps/autofilter_16.png gnm_autofilter_delete_24 ../../../src/pixmaps/autofilter_delete_24.png gnm_autofilter_delete_16 ../../../src/pixmaps/autofilter_delete_16.png >../../src/pixmaps/gnumeric-stock-pixbufs.h make[5]: Leaving directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/src/pixmaps' Making all in dialogs make[5]: Entering directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/src/dialogs' if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../src/dialogs -I../.. -DGNOMELOCALEDIR=\""/usr/share/locale"\" -DGNUMERIC_DATADIR=\""/usr/share/gnumeric/1.6.3"\" -I../../.. -I../../../src -I../../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT dao-gui-utils.lo -MD -MP -MF ".deps/dao-gui-utils.Tpo" -c -o dao-gui-utils.lo ../../../src/dialogs/dao-gui-utils.c; \ then mv -f ".deps/dao-gui-utils.Tpo" ".deps/dao-gui-utils.Plo"; else rm -f ".deps/dao-gui-utils.Tpo"; exit 1; fi mkdir .libs gcc -DHAVE_CONFIG_H -I. -I../../../src/dialogs -I../.. -DGNOMELOCALEDIR=\"/usr/share/locale\" -DGNUMERIC_DATADIR=\"/usr/share/gnumeric/1.6.3\" -I../../.. -I../../../src -I../../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT dao-gui-utils.lo -MD -MP -MF .deps/dao-gui-utils.Tpo -c ../../../src/dialogs/dao-gui-utils.c -fPIC -DPIC -o .libs/dao-gui-utils.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../src/dialogs -I../.. -DGNOMELOCALEDIR=\""/usr/share/locale"\" -DGNUMERIC_DATADIR=\""/usr/share/gnumeric/1.6.3"\" -I../../.. -I../../../src -I../../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT dialog-about.lo -MD -MP -MF ".deps/dialog-about.Tpo" -c -o dialog-about.lo ../../../src/dialogs/dialog-about.c; \ then mv -f ".deps/dialog-about.Tpo" ".deps/dialog-about.Plo"; else rm -f ".deps/dialog-about.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I../../../src/dialogs -I../.. -DGNOMELOCALEDIR=\"/usr/share/locale\" -DGNUMERIC_DATADIR=\"/usr/share/gnumeric/1.6.3\" -I../../.. -I../../../src -I../../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT dialog-about.lo -MD -MP -MF .deps/dialog-about.Tpo -c ../../../src/dialogs/dialog-about.c -fPIC -DPIC -o .libs/dialog-about.o In file included from /usr/include/gtk-2.0/gtk/gtkstock.h:33, from ../../../src/dialogs/dialog-about.c:43: /usr/include/gtk-2.0/gtk/gtkitemfactory.h:50: warning: function declaration isn't a prototype if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../src/dialogs -I../.. -DGNOMELOCALEDIR=\""/usr/share/locale"\" -DGNUMERIC_DATADIR=\""/usr/share/gnumeric/1.6.3"\" -I../../.. -I../../../src -I../../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT dialog-advanced-filter.lo -MD -MP -MF ".deps/dialog-advanced-filter.Tpo" -c -o dialog-advanced-filter.lo ../../../src/dialogs/dialog-advanced-filter.c; \ then mv -f ".deps/dialog-advanced-filter.Tpo" ".deps/dialog-advanced-filter.Plo"; else rm -f ".deps/dialog-advanced-filter.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I../../../src/dialogs -I../.. -DGNOMELOCALEDIR=\"/usr/share/locale\" -DGNUMERIC_DATADIR=\"/usr/share/gnumeric/1.6.3\" -I../../.. -I../../../src -I../../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT dialog-advanced-filter.lo -MD -MP -MF .deps/dialog-advanced-filter.Tpo -c ../../../src/dialogs/dialog-advanced-filter.c -fPIC -DPIC -o .libs/dialog-advanced-filter.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../src/dialogs -I../.. -DGNOMELOCALEDIR=\""/usr/share/locale"\" -DGNUMERIC_DATADIR=\""/usr/share/gnumeric/1.6.3"\" -I../../.. -I../../../src -I../../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT dialog-analysis-tools.lo -MD -MP -MF ".deps/dialog-analysis-tools.Tpo" -c -o dialog-analysis-tools.lo ../../../src/dialogs/dialog-analysis-tools.c; \ then mv -f ".deps/dialog-analysis-tools.Tpo" ".deps/dialog-analysis-tools.Plo"; else rm -f ".deps/dialog-analysis-tools.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I../../../src/dialogs -I../.. -DGNOMELOCALEDIR=\"/usr/share/locale\" -DGNUMERIC_DATADIR=\"/usr/share/gnumeric/1.6.3\" -I../../.. -I../../../src -I../../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT dialog-analysis-tools.lo -MD -MP -MF .deps/dialog-analysis-tools.Tpo -c ../../../src/dialogs/dialog-analysis-tools.c -fPIC -DPIC -o .libs/dialog-analysis-tools.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../src/dialogs -I../.. -DGNOMELOCALEDIR=\""/usr/share/locale"\" -DGNUMERIC_DATADIR=\""/usr/share/gnumeric/1.6.3"\" -I../../.. -I../../../src -I../../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT dialog-autocorrect.lo -MD -MP -MF ".deps/dialog-autocorrect.Tpo" -c -o dialog-autocorrect.lo ../../../src/dialogs/dialog-autocorrect.c; \ then mv -f ".deps/dialog-autocorrect.Tpo" ".deps/dialog-autocorrect.Plo"; else rm -f ".deps/dialog-autocorrect.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I../../../src/dialogs -I../.. -DGNOMELOCALEDIR=\"/usr/share/locale\" -DGNUMERIC_DATADIR=\"/usr/share/gnumeric/1.6.3\" -I../../.. -I../../../src -I../../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT dialog-autocorrect.lo -MD -MP -MF .deps/dialog-autocorrect.Tpo -c ../../../src/dialogs/dialog-autocorrect.c -fPIC -DPIC -o .libs/dialog-autocorrect.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../src/dialogs -I../.. -DGNOMELOCALEDIR=\""/usr/share/locale"\" -DGNUMERIC_DATADIR=\""/usr/share/gnumeric/1.6.3"\" -I../../.. -I../../../src -I../../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT dialog-autofilter.lo -MD -MP -MF ".deps/dialog-autofilter.Tpo" -c -o dialog-autofilter.lo ../../../src/dialogs/dialog-autofilter.c; \ then mv -f ".deps/dialog-autofilter.Tpo" ".deps/dialog-autofilter.Plo"; else rm -f ".deps/dialog-autofilter.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I../../../src/dialogs -I../.. -DGNOMELOCALEDIR=\"/usr/share/locale\" -DGNUMERIC_DATADIR=\"/usr/share/gnumeric/1.6.3\" -I../../.. -I../../../src -I../../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT dialog-autofilter.lo -MD -MP -MF .deps/dialog-autofilter.Tpo -c ../../../src/dialogs/dialog-autofilter.c -fPIC -DPIC -o .libs/dialog-autofilter.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../src/dialogs -I../.. -DGNOMELOCALEDIR=\""/usr/share/locale"\" -DGNUMERIC_DATADIR=\""/usr/share/gnumeric/1.6.3"\" -I../../.. -I../../../src -I../../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT dialog-autoformat.lo -MD -MP -MF ".deps/dialog-autoformat.Tpo" -c -o dialog-autoformat.lo ../../../src/dialogs/dialog-autoformat.c; \ then mv -f ".deps/dialog-autoformat.Tpo" ".deps/dialog-autoformat.Plo"; else rm -f ".deps/dialog-autoformat.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I../../../src/dialogs -I../.. -DGNOMELOCALEDIR=\"/usr/share/locale\" -DGNUMERIC_DATADIR=\"/usr/share/gnumeric/1.6.3\" -I../../.. -I../../../src -I../../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT dialog-autoformat.lo -MD -MP -MF .deps/dialog-autoformat.Tpo -c ../../../src/dialogs/dialog-autoformat.c -fPIC -DPIC -o .libs/dialog-autoformat.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../src/dialogs -I../.. -DGNOMELOCALEDIR=\""/usr/share/locale"\" -DGNUMERIC_DATADIR=\""/usr/share/gnumeric/1.6.3"\" -I../../.. -I../../../src -I../../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT dialog-autosave.lo -MD -MP -MF ".deps/dialog-autosave.Tpo" -c -o dialog-autosave.lo ../../../src/dialogs/dialog-autosave.c; \ then mv -f ".deps/dialog-autosave.Tpo" ".deps/dialog-autosave.Plo"; else rm -f ".deps/dialog-autosave.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I../../../src/dialogs -I../.. -DGNOMELOCALEDIR=\"/usr/share/locale\" -DGNUMERIC_DATADIR=\"/usr/share/gnumeric/1.6.3\" -I../../.. -I../../../src -I../../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT dialog-autosave.lo -MD -MP -MF .deps/dialog-autosave.Tpo -c ../../../src/dialogs/dialog-autosave.c -fPIC -DPIC -o .libs/dialog-autosave.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../src/dialogs -I../.. -DGNOMELOCALEDIR=\""/usr/share/locale"\" -DGNUMERIC_DATADIR=\""/usr/share/gnumeric/1.6.3"\" -I../../.. -I../../../src -I../../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT dialog-cell-comment.lo -MD -MP -MF ".deps/dialog-cell-comment.Tpo" -c -o dialog-cell-comment.lo ../../../src/dialogs/dialog-cell-comment.c; \ then mv -f ".deps/dialog-cell-comment.Tpo" ".deps/dialog-cell-comment.Plo"; else rm -f ".deps/dialog-cell-comment.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I../../../src/dialogs -I../.. -DGNOMELOCALEDIR=\"/usr/share/locale\" -DGNUMERIC_DATADIR=\"/usr/share/gnumeric/1.6.3\" -I../../.. -I../../../src -I../../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT dialog-cell-comment.lo -MD -MP -MF .deps/dialog-cell-comment.Tpo -c ../../../src/dialogs/dialog-cell-comment.c -fPIC -DPIC -o .libs/dialog-cell-comment.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../src/dialogs -I../.. -DGNOMELOCALEDIR=\""/usr/share/locale"\" -DGNUMERIC_DATADIR=\""/usr/share/gnumeric/1.6.3"\" -I../../.. -I../../../src -I../../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT dialog-cell-format.lo -MD -MP -MF ".deps/dialog-cell-format.Tpo" -c -o dialog-cell-format.lo ../../../src/dialogs/dialog-cell-format.c; \ then mv -f ".deps/dialog-cell-format.Tpo" ".deps/dialog-cell-format.Plo"; else rm -f ".deps/dialog-cell-format.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I../../../src/dialogs -I../.. -DGNOMELOCALEDIR=\"/usr/share/locale\" -DGNUMERIC_DATADIR=\"/usr/share/gnumeric/1.6.3\" -I../../.. -I../../../src -I../../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT dialog-cell-format.lo -MD -MP -MF .deps/dialog-cell-format.Tpo -c ../../../src/dialogs/dialog-cell-format.c -fPIC -DPIC -o .libs/dialog-cell-format.o In file included from /usr/include/gtk-2.0/gtk/gtkstock.h:33, from ../../../src/dialogs/dialog-cell-format.c:81: /usr/include/gtk-2.0/gtk/gtkitemfactory.h:50: warning: function declaration isn't a prototype if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../src/dialogs -I../.. -DGNOMELOCALEDIR=\""/usr/share/locale"\" -DGNUMERIC_DATADIR=\""/usr/share/gnumeric/1.6.3"\" -I../../.. -I../../../src -I../../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT dialog-cell-sort.lo -MD -MP -MF ".deps/dialog-cell-sort.Tpo" -c -o dialog-cell-sort.lo ../../../src/dialogs/dialog-cell-sort.c; \ then mv -f ".deps/dialog-cell-sort.Tpo" ".deps/dialog-cell-sort.Plo"; else rm -f ".deps/dialog-cell-sort.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I../../../src/dialogs -I../.. -DGNOMELOCALEDIR=\"/usr/share/locale\" -DGNUMERIC_DATADIR=\"/usr/share/gnumeric/1.6.3\" -I../../.. -I../../../src -I../../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT dialog-cell-sort.lo -MD -MP -MF .deps/dialog-cell-sort.Tpo -c ../../../src/dialogs/dialog-cell-sort.c -fPIC -DPIC -o .libs/dialog-cell-sort.o In file included from /usr/include/gtk-2.0/gtk/gtkstock.h:33, from ../../../src/dialogs/dialog-cell-sort.c:52: /usr/include/gtk-2.0/gtk/gtkitemfactory.h:50: warning: function declaration isn't a prototype if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../src/dialogs -I../.. -DGNOMELOCALEDIR=\""/usr/share/locale"\" -DGNUMERIC_DATADIR=\""/usr/share/gnumeric/1.6.3"\" -I../../.. -I../../../src -I../../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT dialog-col-width.lo -MD -MP -MF ".deps/dialog-col-width.Tpo" -c -o dialog-col-width.lo ../../../src/dialogs/dialog-col-width.c; \ then mv -f ".deps/dialog-col-width.Tpo" ".deps/dialog-col-width.Plo"; else rm -f ".deps/dialog-col-width.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I../../../src/dialogs -I../.. -DGNOMELOCALEDIR=\"/usr/share/locale\" -DGNUMERIC_DATADIR=\"/usr/share/gnumeric/1.6.3\" -I../../.. -I../../../src -I../../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT dialog-col-width.lo -MD -MP -MF .deps/dialog-col-width.Tpo -c ../../../src/dialogs/dialog-col-width.c -fPIC -DPIC -o .libs/dialog-col-width.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../src/dialogs -I../.. -DGNOMELOCALEDIR=\""/usr/share/locale"\" -DGNUMERIC_DATADIR=\""/usr/share/gnumeric/1.6.3"\" -I../../.. -I../../../src -I../../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT dialog-col-row.lo -MD -MP -MF ".deps/dialog-col-row.Tpo" -c -o dialog-col-row.lo ../../../src/dialogs/dialog-col-row.c; \ then mv -f ".deps/dialog-col-row.Tpo" ".deps/dialog-col-row.Plo"; else rm -f ".deps/dialog-col-row.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I../../../src/dialogs -I../.. -DGNOMELOCALEDIR=\"/usr/share/locale\" -DGNUMERIC_DATADIR=\"/usr/share/gnumeric/1.6.3\" -I../../.. -I../../../src -I../../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT dialog-col-row.lo -MD -MP -MF .deps/dialog-col-row.Tpo -c ../../../src/dialogs/dialog-col-row.c -fPIC -DPIC -o .libs/dialog-col-row.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../src/dialogs -I../.. -DGNOMELOCALEDIR=\""/usr/share/locale"\" -DGNUMERIC_DATADIR=\""/usr/share/gnumeric/1.6.3"\" -I../../.. -I../../../src -I../../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT dialog-consolidate.lo -MD -MP -MF ".deps/dialog-consolidate.Tpo" -c -o dialog-consolidate.lo ../../../src/dialogs/dialog-consolidate.c; \ then mv -f ".deps/dialog-consolidate.Tpo" ".deps/dialog-consolidate.Plo"; else rm -f ".deps/dialog-consolidate.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I../../../src/dialogs -I../.. -DGNOMELOCALEDIR=\"/usr/share/locale\" -DGNUMERIC_DATADIR=\"/usr/share/gnumeric/1.6.3\" -I../../.. -I../../../src -I../../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT dialog-consolidate.lo -MD -MP -MF .deps/dialog-consolidate.Tpo -c ../../../src/dialogs/dialog-consolidate.c -fPIC -DPIC -o .libs/dialog-consolidate.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../src/dialogs -I../.. -DGNOMELOCALEDIR=\""/usr/share/locale"\" -DGNUMERIC_DATADIR=\""/usr/share/gnumeric/1.6.3"\" -I../../.. -I../../../src -I../../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT dialog-fill-series.lo -MD -MP -MF ".deps/dialog-fill-series.Tpo" -c -o dialog-fill-series.lo ../../../src/dialogs/dialog-fill-series.c; \ then mv -f ".deps/dialog-fill-series.Tpo" ".deps/dialog-fill-series.Plo"; else rm -f ".deps/dialog-fill-series.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I../../../src/dialogs -I../.. -DGNOMELOCALEDIR=\"/usr/share/locale\" -DGNUMERIC_DATADIR=\"/usr/share/gnumeric/1.6.3\" -I../../.. -I../../../src -I../../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT dialog-fill-series.lo -MD -MP -MF .deps/dialog-fill-series.Tpo -c ../../../src/dialogs/dialog-fill-series.c -fPIC -DPIC -o .libs/dialog-fill-series.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../src/dialogs -I../.. -DGNOMELOCALEDIR=\""/usr/share/locale"\" -DGNUMERIC_DATADIR=\""/usr/share/gnumeric/1.6.3"\" -I../../.. -I../../../src -I../../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT dialog-function-select.lo -MD -MP -MF ".deps/dialog-function-select.Tpo" -c -o dialog-function-select.lo ../../../src/dialogs/dialog-function-select.c; \ then mv -f ".deps/dialog-function-select.Tpo" ".deps/dialog-function-select.Plo"; else rm -f ".deps/dialog-function-select.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I../../../src/dialogs -I../.. -DGNOMELOCALEDIR=\"/usr/share/locale\" -DGNUMERIC_DATADIR=\"/usr/share/gnumeric/1.6.3\" -I../../.. -I../../../src -I../../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT dialog-function-select.lo -MD -MP -MF .deps/dialog-function-select.Tpo -c ../../../src/dialogs/dialog-function-select.c -fPIC -DPIC -o .libs/dialog-function-select.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../src/dialogs -I../.. -DGNOMELOCALEDIR=\""/usr/share/locale"\" -DGNUMERIC_DATADIR=\""/usr/share/gnumeric/1.6.3"\" -I../../.. -I../../../src -I../../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT dialog-formula-guru.lo -MD -MP -MF ".deps/dialog-formula-guru.Tpo" -c -o dialog-formula-guru.lo ../../../src/dialogs/dialog-formula-guru.c; \ then mv -f ".deps/dialog-formula-guru.Tpo" ".deps/dialog-formula-guru.Plo"; else rm -f ".deps/dialog-formula-guru.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I../../../src/dialogs -I../.. -DGNOMELOCALEDIR=\"/usr/share/locale\" -DGNUMERIC_DATADIR=\"/usr/share/gnumeric/1.6.3\" -I../../.. -I../../../src -I../../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT dialog-formula-guru.lo -MD -MP -MF .deps/dialog-formula-guru.Tpo -c ../../../src/dialogs/dialog-formula-guru.c -fPIC -DPIC -o .libs/dialog-formula-guru.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../src/dialogs -I../.. -DGNOMELOCALEDIR=\""/usr/share/locale"\" -DGNUMERIC_DATADIR=\""/usr/share/gnumeric/1.6.3"\" -I../../.. -I../../../src -I../../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT dialog-goal-seek.lo -MD -MP -MF ".deps/dialog-goal-seek.Tpo" -c -o dialog-goal-seek.lo ../../../src/dialogs/dialog-goal-seek.c; \ then mv -f ".deps/dialog-goal-seek.Tpo" ".deps/dialog-goal-seek.Plo"; else rm -f ".deps/dialog-goal-seek.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I../../../src/dialogs -I../.. -DGNOMELOCALEDIR=\"/usr/share/locale\" -DGNUMERIC_DATADIR=\"/usr/share/gnumeric/1.6.3\" -I../../.. -I../../../src -I../../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT dialog-goal-seek.lo -MD -MP -MF .deps/dialog-goal-seek.Tpo -c ../../../src/dialogs/dialog-goal-seek.c -fPIC -DPIC -o .libs/dialog-goal-seek.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../src/dialogs -I../.. -DGNOMELOCALEDIR=\""/usr/share/locale"\" -DGNUMERIC_DATADIR=\""/usr/share/gnumeric/1.6.3"\" -I../../.. -I../../../src -I../../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT dialog-goto-cell.lo -MD -MP -MF ".deps/dialog-goto-cell.Tpo" -c -o dialog-goto-cell.lo ../../../src/dialogs/dialog-goto-cell.c; \ then mv -f ".deps/dialog-goto-cell.Tpo" ".deps/dialog-goto-cell.Plo"; else rm -f ".deps/dialog-goto-cell.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I../../../src/dialogs -I../.. -DGNOMELOCALEDIR=\"/usr/share/locale\" -DGNUMERIC_DATADIR=\"/usr/share/gnumeric/1.6.3\" -I../../.. -I../../../src -I../../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT dialog-goto-cell.lo -MD -MP -MF .deps/dialog-goto-cell.Tpo -c ../../../src/dialogs/dialog-goto-cell.c -fPIC -DPIC -o .libs/dialog-goto-cell.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../src/dialogs -I../.. -DGNOMELOCALEDIR=\""/usr/share/locale"\" -DGNUMERIC_DATADIR=\""/usr/share/gnumeric/1.6.3"\" -I../../.. -I../../../src -I../../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT dialog-hyperlink.lo -MD -MP -MF ".deps/dialog-hyperlink.Tpo" -c -o dialog-hyperlink.lo ../../../src/dialogs/dialog-hyperlink.c; \ then mv -f ".deps/dialog-hyperlink.Tpo" ".deps/dialog-hyperlink.Plo"; else rm -f ".deps/dialog-hyperlink.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I../../../src/dialogs -I../.. -DGNOMELOCALEDIR=\"/usr/share/locale\" -DGNUMERIC_DATADIR=\"/usr/share/gnumeric/1.6.3\" -I../../.. -I../../../src -I../../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT dialog-hyperlink.lo -MD -MP -MF .deps/dialog-hyperlink.Tpo -c ../../../src/dialogs/dialog-hyperlink.c -fPIC -DPIC -o .libs/dialog-hyperlink.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../src/dialogs -I../.. -DGNOMELOCALEDIR=\""/usr/share/locale"\" -DGNUMERIC_DATADIR=\""/usr/share/gnumeric/1.6.3"\" -I../../.. -I../../../src -I../../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT dialog-insert-cells.lo -MD -MP -MF ".deps/dialog-insert-cells.Tpo" -c -o dialog-insert-cells.lo ../../../src/dialogs/dialog-insert-cells.c; \ then mv -f ".deps/dialog-insert-cells.Tpo" ".deps/dialog-insert-cells.Plo"; else rm -f ".deps/dialog-insert-cells.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I../../../src/dialogs -I../.. -DGNOMELOCALEDIR=\"/usr/share/locale\" -DGNUMERIC_DATADIR=\"/usr/share/gnumeric/1.6.3\" -I../../.. -I../../../src -I../../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT dialog-insert-cells.lo -MD -MP -MF .deps/dialog-insert-cells.Tpo -c ../../../src/dialogs/dialog-insert-cells.c -fPIC -DPIC -o .libs/dialog-insert-cells.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../src/dialogs -I../.. -DGNOMELOCALEDIR=\""/usr/share/locale"\" -DGNUMERIC_DATADIR=\""/usr/share/gnumeric/1.6.3"\" -I../../.. -I../../../src -I../../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT dialog-define-names.lo -MD -MP -MF ".deps/dialog-define-names.Tpo" -c -o dialog-define-names.lo ../../../src/dialogs/dialog-define-names.c; \ then mv -f ".deps/dialog-define-names.Tpo" ".deps/dialog-define-names.Plo"; else rm -f ".deps/dialog-define-names.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I../../../src/dialogs -I../.. -DGNOMELOCALEDIR=\"/usr/share/locale\" -DGNUMERIC_DATADIR=\"/usr/share/gnumeric/1.6.3\" -I../../.. -I../../../src -I../../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT dialog-define-names.lo -MD -MP -MF .deps/dialog-define-names.Tpo -c ../../../src/dialogs/dialog-define-names.c -fPIC -DPIC -o .libs/dialog-define-names.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../src/dialogs -I../.. -DGNOMELOCALEDIR=\""/usr/share/locale"\" -DGNUMERIC_DATADIR=\""/usr/share/gnumeric/1.6.3"\" -I../../.. -I../../../src -I../../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT dialog-paste-names.lo -MD -MP -MF ".deps/dialog-paste-names.Tpo" -c -o dialog-paste-names.lo ../../../src/dialogs/dialog-paste-names.c; \ then mv -f ".deps/dialog-paste-names.Tpo" ".deps/dialog-paste-names.Plo"; else rm -f ".deps/dialog-paste-names.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I../../../src/dialogs -I../.. -DGNOMELOCALEDIR=\"/usr/share/locale\" -DGNUMERIC_DATADIR=\"/usr/share/gnumeric/1.6.3\" -I../../.. -I../../../src -I../../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT dialog-paste-names.lo -MD -MP -MF .deps/dialog-paste-names.Tpo -c ../../../src/dialogs/dialog-paste-names.c -fPIC -DPIC -o .libs/dialog-paste-names.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../src/dialogs -I../.. -DGNOMELOCALEDIR=\""/usr/share/locale"\" -DGNUMERIC_DATADIR=\""/usr/share/gnumeric/1.6.3"\" -I../../.. -I../../../src -I../../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT dialog-delete-cells.lo -MD -MP -MF ".deps/dialog-delete-cells.Tpo" -c -o dialog-delete-cells.lo ../../../src/dialogs/dialog-delete-cells.c; \ then mv -f ".deps/dialog-delete-cells.Tpo" ".deps/dialog-delete-cells.Plo"; else rm -f ".deps/dialog-delete-cells.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I../../../src/dialogs -I../.. -DGNOMELOCALEDIR=\"/usr/share/locale\" -DGNUMERIC_DATADIR=\"/usr/share/gnumeric/1.6.3\" -I../../.. -I../../../src -I../../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT dialog-delete-cells.lo -MD -MP -MF .deps/dialog-delete-cells.Tpo -c ../../../src/dialogs/dialog-delete-cells.c -fPIC -DPIC -o .libs/dialog-delete-cells.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../src/dialogs -I../.. -DGNOMELOCALEDIR=\""/usr/share/locale"\" -DGNUMERIC_DATADIR=\""/usr/share/gnumeric/1.6.3"\" -I../../.. -I../../../src -I../../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT dialog-merge.lo -MD -MP -MF ".deps/dialog-merge.Tpo" -c -o dialog-merge.lo ../../../src/dialogs/dialog-merge.c; \ then mv -f ".deps/dialog-merge.Tpo" ".deps/dialog-merge.Plo"; else rm -f ".deps/dialog-merge.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I../../../src/dialogs -I../.. -DGNOMELOCALEDIR=\"/usr/share/locale\" -DGNUMERIC_DATADIR=\"/usr/share/gnumeric/1.6.3\" -I../../.. -I../../../src -I../../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT dialog-merge.lo -MD -MP -MF .deps/dialog-merge.Tpo -c ../../../src/dialogs/dialog-merge.c -fPIC -DPIC -o .libs/dialog-merge.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../src/dialogs -I../.. -DGNOMELOCALEDIR=\""/usr/share/locale"\" -DGNUMERIC_DATADIR=\""/usr/share/gnumeric/1.6.3"\" -I../../.. -I../../../src -I../../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT dialog-password.lo -MD -MP -MF ".deps/dialog-password.Tpo" -c -o dialog-password.lo ../../../src/dialogs/dialog-password.c; \ then mv -f ".deps/dialog-password.Tpo" ".deps/dialog-password.Plo"; else rm -f ".deps/dialog-password.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I../../../src/dialogs -I../.. -DGNOMELOCALEDIR=\"/usr/share/locale\" -DGNUMERIC_DATADIR=\"/usr/share/gnumeric/1.6.3\" -I../../.. -I../../../src -I../../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT dialog-password.lo -MD -MP -MF .deps/dialog-password.Tpo -c ../../../src/dialogs/dialog-password.c -fPIC -DPIC -o .libs/dialog-password.o In file included from /usr/include/gtk-2.0/gtk/gtkstock.h:33, from ../../../src/dialogs/dialog-password.c:9: /usr/include/gtk-2.0/gtk/gtkitemfactory.h:50: warning: function declaration isn't a prototype if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../src/dialogs -I../.. -DGNOMELOCALEDIR=\""/usr/share/locale"\" -DGNUMERIC_DATADIR=\""/usr/share/gnumeric/1.6.3"\" -I../../.. -I../../../src -I../../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT dialog-paste-special.lo -MD -MP -MF ".deps/dialog-paste-special.Tpo" -c -o dialog-paste-special.lo ../../../src/dialogs/dialog-paste-special.c; \ then mv -f ".deps/dialog-paste-special.Tpo" ".deps/dialog-paste-special.Plo"; else rm -f ".deps/dialog-paste-special.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I../../../src/dialogs -I../.. -DGNOMELOCALEDIR=\"/usr/share/locale\" -DGNUMERIC_DATADIR=\"/usr/share/gnumeric/1.6.3\" -I../../.. -I../../../src -I../../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT dialog-paste-special.lo -MD -MP -MF .deps/dialog-paste-special.Tpo -c ../../../src/dialogs/dialog-paste-special.c -fPIC -DPIC -o .libs/dialog-paste-special.o In file included from /usr/include/gtk-2.0/gtk/gtkstock.h:33, from ../../../src/dialogs/dialog-paste-special.c:39: /usr/include/gtk-2.0/gtk/gtkitemfactory.h:50: warning: function declaration isn't a prototype if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../src/dialogs -I../.. -DGNOMELOCALEDIR=\""/usr/share/locale"\" -DGNUMERIC_DATADIR=\""/usr/share/gnumeric/1.6.3"\" -I../../.. -I../../../src -I../../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT dialog-pivottable.lo -MD -MP -MF ".deps/dialog-pivottable.Tpo" -c -o dialog-pivottable.lo ../../../src/dialogs/dialog-pivottable.c; \ then mv -f ".deps/dialog-pivottable.Tpo" ".deps/dialog-pivottable.Plo"; else rm -f ".deps/dialog-pivottable.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I../../../src/dialogs -I../.. -DGNOMELOCALEDIR=\"/usr/share/locale\" -DGNUMERIC_DATADIR=\"/usr/share/gnumeric/1.6.3\" -I../../.. -I../../../src -I../../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT dialog-pivottable.lo -MD -MP -MF .deps/dialog-pivottable.Tpo -c ../../../src/dialogs/dialog-pivottable.c -fPIC -DPIC -o .libs/dialog-pivottable.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../src/dialogs -I../.. -DGNOMELOCALEDIR=\""/usr/share/locale"\" -DGNUMERIC_DATADIR=\""/usr/share/gnumeric/1.6.3"\" -I../../.. -I../../../src -I../../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT dialog-plugin-manager.lo -MD -MP -MF ".deps/dialog-plugin-manager.Tpo" -c -o dialog-plugin-manager.lo ../../../src/dialogs/dialog-plugin-manager.c; \ then mv -f ".deps/dialog-plugin-manager.Tpo" ".deps/dialog-plugin-manager.Plo"; else rm -f ".deps/dialog-plugin-manager.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I../../../src/dialogs -I../.. -DGNOMELOCALEDIR=\"/usr/share/locale\" -DGNUMERIC_DATADIR=\"/usr/share/gnumeric/1.6.3\" -I../../.. -I../../../src -I../../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT dialog-plugin-manager.lo -MD -MP -MF .deps/dialog-plugin-manager.Tpo -c ../../../src/dialogs/dialog-plugin-manager.c -fPIC -DPIC -o .libs/dialog-plugin-manager.o In file included from /usr/include/gtk-2.0/gtk/gtkstock.h:33, from ../../../src/dialogs/dialog-plugin-manager.c:54: /usr/include/gtk-2.0/gtk/gtkitemfactory.h:50: warning: function declaration isn't a prototype if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../src/dialogs -I../.. -DGNOMELOCALEDIR=\""/usr/share/locale"\" -DGNUMERIC_DATADIR=\""/usr/share/gnumeric/1.6.3"\" -I../../.. -I../../../src -I../../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT dialog-printer-setup.lo -MD -MP -MF ".deps/dialog-printer-setup.Tpo" -c -o dialog-printer-setup.lo ../../../src/dialogs/dialog-printer-setup.c; \ then mv -f ".deps/dialog-printer-setup.Tpo" ".deps/dialog-printer-setup.Plo"; else rm -f ".deps/dialog-printer-setup.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I../../../src/dialogs -I../.. -DGNOMELOCALEDIR=\"/usr/share/locale\" -DGNUMERIC_DATADIR=\"/usr/share/gnumeric/1.6.3\" -I../../.. -I../../../src -I../../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT dialog-printer-setup.lo -MD -MP -MF .deps/dialog-printer-setup.Tpo -c ../../../src/dialogs/dialog-printer-setup.c -fPIC -DPIC -o .libs/dialog-printer-setup.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../src/dialogs -I../.. -DGNOMELOCALEDIR=\""/usr/share/locale"\" -DGNUMERIC_DATADIR=\""/usr/share/gnumeric/1.6.3"\" -I../../.. -I../../../src -I../../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT dialog-preferences.lo -MD -MP -MF ".deps/dialog-preferences.Tpo" -c -o dialog-preferences.lo ../../../src/dialogs/dialog-preferences.c; \ then mv -f ".deps/dialog-preferences.Tpo" ".deps/dialog-preferences.Plo"; else rm -f ".deps/dialog-preferences.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I../../../src/dialogs -I../.. -DGNOMELOCALEDIR=\"/usr/share/locale\" -DGNUMERIC_DATADIR=\"/usr/share/gnumeric/1.6.3\" -I../../.. -I../../../src -I../../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT dialog-preferences.lo -MD -MP -MF .deps/dialog-preferences.Tpo -c ../../../src/dialogs/dialog-preferences.c -fPIC -DPIC -o .libs/dialog-preferences.o In file included from /usr/include/gtk-2.0/gtk/gtkstock.h:33, from ../../../src/dialogs/dialog-preferences.c:55: /usr/include/gtk-2.0/gtk/gtkitemfactory.h:50: warning: function declaration isn't a prototype if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../src/dialogs -I../.. -DGNOMELOCALEDIR=\""/usr/share/locale"\" -DGNUMERIC_DATADIR=\""/usr/share/gnumeric/1.6.3"\" -I../../.. -I../../../src -I../../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT dialog-random-generator.lo -MD -MP -MF ".deps/dialog-random-generator.Tpo" -c -o dialog-random-generator.lo ../../../src/dialogs/dialog-random-generator.c; \ then mv -f ".deps/dialog-random-generator.Tpo" ".deps/dialog-random-generator.Plo"; else rm -f ".deps/dialog-random-generator.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I../../../src/dialogs -I../.. -DGNOMELOCALEDIR=\"/usr/share/locale\" -DGNUMERIC_DATADIR=\"/usr/share/gnumeric/1.6.3\" -I../../.. -I../../../src -I../../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT dialog-random-generator.lo -MD -MP -MF .deps/dialog-random-generator.Tpo -c ../../../src/dialogs/dialog-random-generator.c -fPIC -DPIC -o .libs/dialog-random-generator.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../src/dialogs -I../.. -DGNOMELOCALEDIR=\""/usr/share/locale"\" -DGNUMERIC_DATADIR=\""/usr/share/gnumeric/1.6.3"\" -I../../.. -I../../../src -I../../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT dialog-row-height.lo -MD -MP -MF ".deps/dialog-row-height.Tpo" -c -o dialog-row-height.lo ../../../src/dialogs/dialog-row-height.c; \ then mv -f ".deps/dialog-row-height.Tpo" ".deps/dialog-row-height.Plo"; else rm -f ".deps/dialog-row-height.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I../../../src/dialogs -I../.. -DGNOMELOCALEDIR=\"/usr/share/locale\" -DGNUMERIC_DATADIR=\"/usr/share/gnumeric/1.6.3\" -I../../.. -I../../../src -I../../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT dialog-row-height.lo -MD -MP -MF .deps/dialog-row-height.Tpo -c ../../../src/dialogs/dialog-row-height.c -fPIC -DPIC -o .libs/dialog-row-height.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../src/dialogs -I../.. -DGNOMELOCALEDIR=\""/usr/share/locale"\" -DGNUMERIC_DATADIR=\""/usr/share/gnumeric/1.6.3"\" -I../../.. -I../../../src -I../../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT dialog-scenarios.lo -MD -MP -MF ".deps/dialog-scenarios.Tpo" -c -o dialog-scenarios.lo ../../../src/dialogs/dialog-scenarios.c; \ then mv -f ".deps/dialog-scenarios.Tpo" ".deps/dialog-scenarios.Plo"; else rm -f ".deps/dialog-scenarios.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I../../../src/dialogs -I../.. -DGNOMELOCALEDIR=\"/usr/share/locale\" -DGNUMERIC_DATADIR=\"/usr/share/gnumeric/1.6.3\" -I../../.. -I../../../src -I../../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT dialog-scenarios.lo -MD -MP -MF .deps/dialog-scenarios.Tpo -c ../../../src/dialogs/dialog-scenarios.c -fPIC -DPIC -o .libs/dialog-scenarios.o ../../../src/dialogs/dialog-scenarios.c: In function 'set_selection_state': ../../../src/dialogs/dialog-scenarios.c:320: warning: 'cells' may be used uninitialized in this function ../../../src/dialogs/dialog-scenarios.c:319: warning: 'comment' may be used uninitialized in this function if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../src/dialogs -I../.. -DGNOMELOCALEDIR=\""/usr/share/locale"\" -DGNUMERIC_DATADIR=\""/usr/share/gnumeric/1.6.3"\" -I../../.. -I../../../src -I../../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT dialog-search.lo -MD -MP -MF ".deps/dialog-search.Tpo" -c -o dialog-search.lo ../../../src/dialogs/dialog-search.c; \ then mv -f ".deps/dialog-search.Tpo" ".deps/dialog-search.Plo"; else rm -f ".deps/dialog-search.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I../../../src/dialogs -I../.. -DGNOMELOCALEDIR=\"/usr/share/locale\" -DGNUMERIC_DATADIR=\"/usr/share/gnumeric/1.6.3\" -I../../.. -I../../../src -I../../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT dialog-search.lo -MD -MP -MF .deps/dialog-search.Tpo -c ../../../src/dialogs/dialog-search.c -fPIC -DPIC -o .libs/dialog-search.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../src/dialogs -I../.. -DGNOMELOCALEDIR=\""/usr/share/locale"\" -DGNUMERIC_DATADIR=\""/usr/share/gnumeric/1.6.3"\" -I../../.. -I../../../src -I../../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT dialog-search-replace.lo -MD -MP -MF ".deps/dialog-search-replace.Tpo" -c -o dialog-search-replace.lo ../../../src/dialogs/dialog-search-replace.c; \ then mv -f ".deps/dialog-search-replace.Tpo" ".deps/dialog-search-replace.Plo"; else rm -f ".deps/dialog-search-replace.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I../../../src/dialogs -I../.. -DGNOMELOCALEDIR=\"/usr/share/locale\" -DGNUMERIC_DATADIR=\"/usr/share/gnumeric/1.6.3\" -I../../.. -I../../../src -I../../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT dialog-search-replace.lo -MD -MP -MF .deps/dialog-search-replace.Tpo -c ../../../src/dialogs/dialog-search-replace.c -fPIC -DPIC -o .libs/dialog-search-replace.o In file included from /usr/include/gtk-2.0/gtk/gtkstock.h:33, from ../../../src/dialogs/dialog-search-replace.c:39: /usr/include/gtk-2.0/gtk/gtkitemfactory.h:50: warning: function declaration isn't a prototype if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../src/dialogs -I../.. -DGNOMELOCALEDIR=\""/usr/share/locale"\" -DGNUMERIC_DATADIR=\""/usr/share/gnumeric/1.6.3"\" -I../../.. -I../../../src -I../../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT dialog-sheet-order.lo -MD -MP -MF ".deps/dialog-sheet-order.Tpo" -c -o dialog-sheet-order.lo ../../../src/dialogs/dialog-sheet-order.c; \ then mv -f ".deps/dialog-sheet-order.Tpo" ".deps/dialog-sheet-order.Plo"; else rm -f ".deps/dialog-sheet-order.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I../../../src/dialogs -I../.. -DGNOMELOCALEDIR=\"/usr/share/locale\" -DGNUMERIC_DATADIR=\"/usr/share/gnumeric/1.6.3\" -I../../.. -I../../../src -I../../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT dialog-sheet-order.lo -MD -MP -MF .deps/dialog-sheet-order.Tpo -c ../../../src/dialogs/dialog-sheet-order.c -fPIC -DPIC -o .libs/dialog-sheet-order.o ../../../src/dialogs/dialog-sheet-order.c:535:2: warning: #warning implement this In file included from /usr/include/gtk-2.0/gtk/gtkstock.h:33, from ../../../src/dialogs/dialog-sheet-order.c:51: /usr/include/gtk-2.0/gtk/gtkitemfactory.h:50: warning: function declaration isn't a prototype if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../src/dialogs -I../.. -DGNOMELOCALEDIR=\""/usr/share/locale"\" -DGNUMERIC_DATADIR=\""/usr/share/gnumeric/1.6.3"\" -I../../.. -I../../../src -I../../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT dialog-shuffle.lo -MD -MP -MF ".deps/dialog-shuffle.Tpo" -c -o dialog-shuffle.lo ../../../src/dialogs/dialog-shuffle.c; \ then mv -f ".deps/dialog-shuffle.Tpo" ".deps/dialog-shuffle.Plo"; else rm -f ".deps/dialog-shuffle.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I../../../src/dialogs -I../.. -DGNOMELOCALEDIR=\"/usr/share/locale\" -DGNUMERIC_DATADIR=\"/usr/share/gnumeric/1.6.3\" -I../../.. -I../../../src -I../../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT dialog-shuffle.lo -MD -MP -MF .deps/dialog-shuffle.Tpo -c ../../../src/dialogs/dialog-shuffle.c -fPIC -DPIC -o .libs/dialog-shuffle.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../src/dialogs -I../.. -DGNOMELOCALEDIR=\""/usr/share/locale"\" -DGNUMERIC_DATADIR=\""/usr/share/gnumeric/1.6.3"\" -I../../.. -I../../../src -I../../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT dialog-simulation.lo -MD -MP -MF ".deps/dialog-simulation.Tpo" -c -o dialog-simulation.lo ../../../src/dialogs/dialog-simulation.c; \ then mv -f ".deps/dialog-simulation.Tpo" ".deps/dialog-simulation.Plo"; else rm -f ".deps/dialog-simulation.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I../../../src/dialogs -I../.. -DGNOMELOCALEDIR=\"/usr/share/locale\" -DGNUMERIC_DATADIR=\"/usr/share/gnumeric/1.6.3\" -I../../.. -I../../../src -I../../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT dialog-simulation.lo -MD -MP -MF .deps/dialog-simulation.Tpo -c ../../../src/dialogs/dialog-simulation.c -fPIC -DPIC -o .libs/dialog-simulation.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../src/dialogs -I../.. -DGNOMELOCALEDIR=\""/usr/share/locale"\" -DGNUMERIC_DATADIR=\""/usr/share/gnumeric/1.6.3"\" -I../../.. -I../../../src -I../../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT dialog-so-styled.lo -MD -MP -MF ".deps/dialog-so-styled.Tpo" -c -o dialog-so-styled.lo ../../../src/dialogs/dialog-so-styled.c; \ then mv -f ".deps/dialog-so-styled.Tpo" ".deps/dialog-so-styled.Plo"; else rm -f ".deps/dialog-so-styled.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I../../../src/dialogs -I../.. -DGNOMELOCALEDIR=\"/usr/share/locale\" -DGNUMERIC_DATADIR=\"/usr/share/gnumeric/1.6.3\" -I../../.. -I../../../src -I../../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT dialog-so-styled.lo -MD -MP -MF .deps/dialog-so-styled.Tpo -c ../../../src/dialogs/dialog-so-styled.c -fPIC -DPIC -o .libs/dialog-so-styled.o In file included from /usr/include/gtk-2.0/gtk/gtkstock.h:33, from ../../../src/dialogs/dialog-so-styled.c:36: /usr/include/gtk-2.0/gtk/gtkitemfactory.h:50: warning: function declaration isn't a prototype if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../src/dialogs -I../.. -DGNOMELOCALEDIR=\""/usr/share/locale"\" -DGNUMERIC_DATADIR=\""/usr/share/gnumeric/1.6.3"\" -I../../.. -I../../../src -I../../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT dialog-stf.lo -MD -MP -MF ".deps/dialog-stf.Tpo" -c -o dialog-stf.lo ../../../src/dialogs/dialog-stf.c; \ then mv -f ".deps/dialog-stf.Tpo" ".deps/dialog-stf.Plo"; else rm -f ".deps/dialog-stf.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I../../../src/dialogs -I../.. -DGNOMELOCALEDIR=\"/usr/share/locale\" -DGNUMERIC_DATADIR=\"/usr/share/gnumeric/1.6.3\" -I../../.. -I../../../src -I../../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT dialog-stf.lo -MD -MP -MF .deps/dialog-stf.Tpo -c ../../../src/dialogs/dialog-stf.c -fPIC -DPIC -o .libs/dialog-stf.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../src/dialogs -I../.. -DGNOMELOCALEDIR=\""/usr/share/locale"\" -DGNUMERIC_DATADIR=\""/usr/share/gnumeric/1.6.3"\" -I../../.. -I../../../src -I../../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT dialog-stf-main-page.lo -MD -MP -MF ".deps/dialog-stf-main-page.Tpo" -c -o dialog-stf-main-page.lo ../../../src/dialogs/dialog-stf-main-page.c; \ then mv -f ".deps/dialog-stf-main-page.Tpo" ".deps/dialog-stf-main-page.Plo"; else rm -f ".deps/dialog-stf-main-page.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I../../../src/dialogs -I../.. -DGNOMELOCALEDIR=\"/usr/share/locale\" -DGNUMERIC_DATADIR=\"/usr/share/gnumeric/1.6.3\" -I../../.. -I../../../src -I../../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT dialog-stf-main-page.lo -MD -MP -MF .deps/dialog-stf-main-page.Tpo -c ../../../src/dialogs/dialog-stf-main-page.c -fPIC -DPIC -o .libs/dialog-stf-main-page.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../src/dialogs -I../.. -DGNOMELOCALEDIR=\""/usr/share/locale"\" -DGNUMERIC_DATADIR=\""/usr/share/gnumeric/1.6.3"\" -I../../.. -I../../../src -I../../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT dialog-stf-csv-page.lo -MD -MP -MF ".deps/dialog-stf-csv-page.Tpo" -c -o dialog-stf-csv-page.lo ../../../src/dialogs/dialog-stf-csv-page.c; \ then mv -f ".deps/dialog-stf-csv-page.Tpo" ".deps/dialog-stf-csv-page.Plo"; else rm -f ".deps/dialog-stf-csv-page.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I../../../src/dialogs -I../.. -DGNOMELOCALEDIR=\"/usr/share/locale\" -DGNUMERIC_DATADIR=\"/usr/share/gnumeric/1.6.3\" -I../../.. -I../../../src -I../../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT dialog-stf-csv-page.lo -MD -MP -MF .deps/dialog-stf-csv-page.Tpo -c ../../../src/dialogs/dialog-stf-csv-page.c -fPIC -DPIC -o .libs/dialog-stf-csv-page.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../src/dialogs -I../.. -DGNOMELOCALEDIR=\""/usr/share/locale"\" -DGNUMERIC_DATADIR=\""/usr/share/gnumeric/1.6.3"\" -I../../.. -I../../../src -I../../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT dialog-stf-fixed-page.lo -MD -MP -MF ".deps/dialog-stf-fixed-page.Tpo" -c -o dialog-stf-fixed-page.lo ../../../src/dialogs/dialog-stf-fixed-page.c; \ then mv -f ".deps/dialog-stf-fixed-page.Tpo" ".deps/dialog-stf-fixed-page.Plo"; else rm -f ".deps/dialog-stf-fixed-page.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I../../../src/dialogs -I../.. -DGNOMELOCALEDIR=\"/usr/share/locale\" -DGNUMERIC_DATADIR=\"/usr/share/gnumeric/1.6.3\" -I../../.. -I../../../src -I../../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT dialog-stf-fixed-page.lo -MD -MP -MF .deps/dialog-stf-fixed-page.Tpo -c ../../../src/dialogs/dialog-stf-fixed-page.c -fPIC -DPIC -o .libs/dialog-stf-fixed-page.o In file included from /usr/include/gtk-2.0/gtk/gtkstock.h:33, from ../../../src/dialogs/dialog-stf-fixed-page.c:29: /usr/include/gtk-2.0/gtk/gtkitemfactory.h:50: warning: function declaration isn't a prototype if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../src/dialogs -I../.. -DGNOMELOCALEDIR=\""/usr/share/locale"\" -DGNUMERIC_DATADIR=\""/usr/share/gnumeric/1.6.3"\" -I../../.. -I../../../src -I../../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT dialog-stf-format-page.lo -MD -MP -MF ".deps/dialog-stf-format-page.Tpo" -c -o dialog-stf-format-page.lo ../../../src/dialogs/dialog-stf-format-page.c; \ then mv -f ".deps/dialog-stf-format-page.Tpo" ".deps/dialog-stf-format-page.Plo"; else rm -f ".deps/dialog-stf-format-page.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I../../../src/dialogs -I../.. -DGNOMELOCALEDIR=\"/usr/share/locale\" -DGNUMERIC_DATADIR=\"/usr/share/gnumeric/1.6.3\" -I../../.. -I../../../src -I../../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT dialog-stf-format-page.lo -MD -MP -MF .deps/dialog-stf-format-page.Tpo -c ../../../src/dialogs/dialog-stf-format-page.c -fPIC -DPIC -o .libs/dialog-stf-format-page.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../src/dialogs -I../.. -DGNOMELOCALEDIR=\""/usr/share/locale"\" -DGNUMERIC_DATADIR=\""/usr/share/gnumeric/1.6.3"\" -I../../.. -I../../../src -I../../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT dialog-stf-preview.lo -MD -MP -MF ".deps/dialog-stf-preview.Tpo" -c -o dialog-stf-preview.lo ../../../src/dialogs/dialog-stf-preview.c; \ then mv -f ".deps/dialog-stf-preview.Tpo" ".deps/dialog-stf-preview.Plo"; else rm -f ".deps/dialog-stf-preview.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I../../../src/dialogs -I../.. -DGNOMELOCALEDIR=\"/usr/share/locale\" -DGNUMERIC_DATADIR=\"/usr/share/gnumeric/1.6.3\" -I../../.. -I../../../src -I../../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT dialog-stf-preview.lo -MD -MP -MF .deps/dialog-stf-preview.Tpo -c ../../../src/dialogs/dialog-stf-preview.c -fPIC -DPIC -o .libs/dialog-stf-preview.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../src/dialogs -I../.. -DGNOMELOCALEDIR=\""/usr/share/locale"\" -DGNUMERIC_DATADIR=\""/usr/share/gnumeric/1.6.3"\" -I../../.. -I../../../src -I../../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT dialog-stf-export.lo -MD -MP -MF ".deps/dialog-stf-export.Tpo" -c -o dialog-stf-export.lo ../../../src/dialogs/dialog-stf-export.c; \ then mv -f ".deps/dialog-stf-export.Tpo" ".deps/dialog-stf-export.Plo"; else rm -f ".deps/dialog-stf-export.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I../../../src/dialogs -I../.. -DGNOMELOCALEDIR=\"/usr/share/locale\" -DGNUMERIC_DATADIR=\"/usr/share/gnumeric/1.6.3\" -I../../.. -I../../../src -I../../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT dialog-stf-export.lo -MD -MP -MF .deps/dialog-stf-export.Tpo -c ../../../src/dialogs/dialog-stf-export.c -fPIC -DPIC -o .libs/dialog-stf-export.o In file included from /usr/include/gtk-2.0/gtk/gtkstock.h:33, from ../../../src/dialogs/dialog-stf-export.c:47: /usr/include/gtk-2.0/gtk/gtkitemfactory.h:50: warning: function declaration isn't a prototype if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../src/dialogs -I../.. -DGNOMELOCALEDIR=\""/usr/share/locale"\" -DGNUMERIC_DATADIR=\""/usr/share/gnumeric/1.6.3"\" -I../../.. -I../../../src -I../../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT dialog-tabulate.lo -MD -MP -MF ".deps/dialog-tabulate.Tpo" -c -o dialog-tabulate.lo ../../../src/dialogs/dialog-tabulate.c; \ then mv -f ".deps/dialog-tabulate.Tpo" ".deps/dialog-tabulate.Plo"; else rm -f ".deps/dialog-tabulate.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I../../../src/dialogs -I../.. -DGNOMELOCALEDIR=\"/usr/share/locale\" -DGNUMERIC_DATADIR=\"/usr/share/gnumeric/1.6.3\" -I../../.. -I../../../src -I../../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT dialog-tabulate.lo -MD -MP -MF .deps/dialog-tabulate.Tpo -c ../../../src/dialogs/dialog-tabulate.c -fPIC -DPIC -o .libs/dialog-tabulate.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../src/dialogs -I../.. -DGNOMELOCALEDIR=\""/usr/share/locale"\" -DGNUMERIC_DATADIR=\""/usr/share/gnumeric/1.6.3"\" -I../../.. -I../../../src -I../../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT dialog-summary.lo -MD -MP -MF ".deps/dialog-summary.Tpo" -c -o dialog-summary.lo ../../../src/dialogs/dialog-summary.c; \ then mv -f ".deps/dialog-summary.Tpo" ".deps/dialog-summary.Plo"; else rm -f ".deps/dialog-summary.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I../../../src/dialogs -I../.. -DGNOMELOCALEDIR=\"/usr/share/locale\" -DGNUMERIC_DATADIR=\"/usr/share/gnumeric/1.6.3\" -I../../.. -I../../../src -I../../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT dialog-summary.lo -MD -MP -MF .deps/dialog-summary.Tpo -c ../../../src/dialogs/dialog-summary.c -fPIC -DPIC -o .libs/dialog-summary.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../src/dialogs -I../.. -DGNOMELOCALEDIR=\""/usr/share/locale"\" -DGNUMERIC_DATADIR=\""/usr/share/gnumeric/1.6.3"\" -I../../.. -I../../../src -I../../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT dialog-doc-metadata.lo -MD -MP -MF ".deps/dialog-doc-metadata.Tpo" -c -o dialog-doc-metadata.lo ../../../src/dialogs/dialog-doc-metadata.c; \ then mv -f ".deps/dialog-doc-metadata.Tpo" ".deps/dialog-doc-metadata.Plo"; else rm -f ".deps/dialog-doc-metadata.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I../../../src/dialogs -I../.. -DGNOMELOCALEDIR=\"/usr/share/locale\" -DGNUMERIC_DATADIR=\"/usr/share/gnumeric/1.6.3\" -I../../.. -I../../../src -I../../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT dialog-doc-metadata.lo -MD -MP -MF .deps/dialog-doc-metadata.Tpo -c ../../../src/dialogs/dialog-doc-metadata.c -fPIC -DPIC -o .libs/dialog-doc-metadata.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../src/dialogs -I../.. -DGNOMELOCALEDIR=\""/usr/share/locale"\" -DGNUMERIC_DATADIR=\""/usr/share/gnumeric/1.6.3"\" -I../../.. -I../../../src -I../../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT dialog-view.lo -MD -MP -MF ".deps/dialog-view.Tpo" -c -o dialog-view.lo ../../../src/dialogs/dialog-view.c; \ then mv -f ".deps/dialog-view.Tpo" ".deps/dialog-view.Plo"; else rm -f ".deps/dialog-view.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I../../../src/dialogs -I../.. -DGNOMELOCALEDIR=\"/usr/share/locale\" -DGNUMERIC_DATADIR=\"/usr/share/gnumeric/1.6.3\" -I../../.. -I../../../src -I../../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT dialog-view.lo -MD -MP -MF .deps/dialog-view.Tpo -c ../../../src/dialogs/dialog-view.c -fPIC -DPIC -o .libs/dialog-view.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../src/dialogs -I../.. -DGNOMELOCALEDIR=\""/usr/share/locale"\" -DGNUMERIC_DATADIR=\""/usr/share/gnumeric/1.6.3"\" -I../../.. -I../../../src -I../../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT dialog-workbook-attr.lo -MD -MP -MF ".deps/dialog-workbook-attr.Tpo" -c -o dialog-workbook-attr.lo ../../../src/dialogs/dialog-workbook-attr.c; \ then mv -f ".deps/dialog-workbook-attr.Tpo" ".deps/dialog-workbook-attr.Plo"; else rm -f ".deps/dialog-workbook-attr.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I../../../src/dialogs -I../.. -DGNOMELOCALEDIR=\"/usr/share/locale\" -DGNUMERIC_DATADIR=\"/usr/share/gnumeric/1.6.3\" -I../../.. -I../../../src -I../../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT dialog-workbook-attr.lo -MD -MP -MF .deps/dialog-workbook-attr.Tpo -c ../../../src/dialogs/dialog-workbook-attr.c -fPIC -DPIC -o .libs/dialog-workbook-attr.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../src/dialogs -I../.. -DGNOMELOCALEDIR=\""/usr/share/locale"\" -DGNUMERIC_DATADIR=\""/usr/share/gnumeric/1.6.3"\" -I../../.. -I../../../src -I../../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT dialog-zoom.lo -MD -MP -MF ".deps/dialog-zoom.Tpo" -c -o dialog-zoom.lo ../../../src/dialogs/dialog-zoom.c; \ then mv -f ".deps/dialog-zoom.Tpo" ".deps/dialog-zoom.Plo"; else rm -f ".deps/dialog-zoom.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I../../../src/dialogs -I../.. -DGNOMELOCALEDIR=\"/usr/share/locale\" -DGNUMERIC_DATADIR=\"/usr/share/gnumeric/1.6.3\" -I../../.. -I../../../src -I../../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT dialog-zoom.lo -MD -MP -MF .deps/dialog-zoom.Tpo -c ../../../src/dialogs/dialog-zoom.c -fPIC -DPIC -o .libs/dialog-zoom.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../src/dialogs -I../.. -DGNOMELOCALEDIR=\""/usr/share/locale"\" -DGNUMERIC_DATADIR=\""/usr/share/gnumeric/1.6.3"\" -I../../.. -I../../../src -I../../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT dialog-solver.lo -MD -MP -MF ".deps/dialog-solver.Tpo" -c -o dialog-solver.lo ../../../src/dialogs/dialog-solver.c; \ then mv -f ".deps/dialog-solver.Tpo" ".deps/dialog-solver.Plo"; else rm -f ".deps/dialog-solver.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I../../../src/dialogs -I../.. -DGNOMELOCALEDIR=\"/usr/share/locale\" -DGNUMERIC_DATADIR=\"/usr/share/gnumeric/1.6.3\" -I../../.. -I../../../src -I../../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT dialog-solver.lo -MD -MP -MF .deps/dialog-solver.Tpo -c ../../../src/dialogs/dialog-solver.c -fPIC -DPIC -o .libs/dialog-solver.o /bin/sh ../../libtool --tag=CC --mode=link gcc -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -Wl,-O1 -Wl,--as-needed -o libdialogs.la dao-gui-utils.lo dialog-about.lo dialog-advanced-filter.lo dialog-analysis-tools.lo dialog-autocorrect.lo dialog-autofilter.lo dialog-autoformat.lo dialog-autosave.lo dialog-cell-comment.lo dialog-cell-format.lo dialog-cell-sort.lo dialog-col-width.lo dialog-col-row.lo dialog-consolidate.lo dialog-fill-series.lo dialog-function-select.lo dialog-formula-guru.lo dialog-goal-seek.lo dialog-goto-cell.lo dialog-hyperlink.lo dialog-insert-cells.lo dialog-define-names.lo dialog-paste-names.lo dialog-delete-cells.lo dialog-merge.lo dialog-password.lo dialog-paste-special.lo dialog-pivottable.lo dialog-plugin-manager.lo dialog-printer-setup.lo dialog-preferences.lo dialog-random-generator.lo dialog-row-height.lo dialog-scenarios.lo dialog-search.lo dialog-search-replace.lo dialog-sheet-order.lo dialog-shuffle.lo dialog-simulation.lo dialog-so-styled.lo dialog-stf.lo dialog-stf-main-page.lo dialog-stf-csv-page.lo dialog-stf-fixed-page.lo dialog-stf-format-page.lo dialog-stf-preview.lo dialog-stf-export.lo dialog-tabulate.lo dialog-summary.lo dialog-doc-metadata.lo dialog-view.lo dialog-workbook-attr.lo dialog-zoom.lo dialog-solver.lo -lm ar cru .libs/libdialogs.a .libs/dao-gui-utils.o .libs/dialog-about.o .libs/dialog-advanced-filter.o .libs/dialog-analysis-tools.o .libs/dialog-autocorrect.o .libs/dialog-autofilter.o .libs/dialog-autoformat.o .libs/dialog-autosave.o .libs/dialog-cell-comment.o .libs/dialog-cell-format.o .libs/dialog-cell-sort.o .libs/dialog-col-width.o .libs/dialog-col-row.o .libs/dialog-consolidate.o .libs/dialog-fill-series.o .libs/dialog-function-select.o .libs/dialog-formula-guru.o .libs/dialog-goal-seek.o .libs/dialog-goto-cell.o .libs/dialog-hyperlink.o .libs/dialog-insert-cells.o .libs/dialog-define-names.o .libs/dialog-paste-names.o .libs/dialog-delete-cells.o .libs/dialog-merge.o .libs/dialog-password.o .libs/dialog-paste-special.o .libs/dialog-pivottable.o .libs/dialog-plugin-manager.o .libs/dialog-printer-setup.o .libs/dialog-preferences.o .libs/dialog-random-generator.o .libs/dialog-row-height.o .libs/dialog-scenarios.o .libs/dialog-search.o .libs/dialog-search-replace.o .libs/dialog-sheet-order.o .libs/dialog-shuffle.o .libs/dialog-simulation.o .libs/dialog-so-styled.o .libs/dialog-stf.o .libs/dialog-stf-main-page.o .libs/dialog-stf-csv-page.o .libs/dialog-stf-fixed-page.o .libs/dialog-stf-format-page.o .libs/dialog-stf-preview.o .libs/dialog-stf-export.o .libs/dialog-tabulate.o .libs/dialog-summary.o .libs/dialog-doc-metadata.o .libs/dialog-view.o .libs/dialog-workbook-attr.o .libs/dialog-zoom.o .libs/dialog-solver.o ranlib .libs/libdialogs.a creating libdialogs.la (cd .libs && rm -f libdialogs.la && ln -s ../libdialogs.la libdialogs.la) make[5]: Leaving directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/src/dialogs' Making all in widgets make[5]: Entering directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/src/widgets' if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../src/widgets -I../.. -DGNOMELOCALEDIR=\""/usr/share/locale"\" -I../../.. -I../../../src -I.. -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT gnm-dao.lo -MD -MP -MF ".deps/gnm-dao.Tpo" -c -o gnm-dao.lo ../../../src/widgets/gnm-dao.c; \ then mv -f ".deps/gnm-dao.Tpo" ".deps/gnm-dao.Plo"; else rm -f ".deps/gnm-dao.Tpo"; exit 1; fi mkdir .libs gcc -DHAVE_CONFIG_H -I. -I../../../src/widgets -I../.. -DGNOMELOCALEDIR=\"/usr/share/locale\" -I../../.. -I../../../src -I.. -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT gnm-dao.lo -MD -MP -MF .deps/gnm-dao.Tpo -c ../../../src/widgets/gnm-dao.c -fPIC -DPIC -o .libs/gnm-dao.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../src/widgets -I../.. -DGNOMELOCALEDIR=\""/usr/share/locale"\" -I../../.. -I../../../src -I.. -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT gnm-format-sel.lo -MD -MP -MF ".deps/gnm-format-sel.Tpo" -c -o gnm-format-sel.lo ../../../src/widgets/gnm-format-sel.c; \ then mv -f ".deps/gnm-format-sel.Tpo" ".deps/gnm-format-sel.Plo"; else rm -f ".deps/gnm-format-sel.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I../../../src/widgets -I../.. -DGNOMELOCALEDIR=\"/usr/share/locale\" -I../../.. -I../../../src -I.. -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT gnm-format-sel.lo -MD -MP -MF .deps/gnm-format-sel.Tpo -c ../../../src/widgets/gnm-format-sel.c -fPIC -DPIC -o .libs/gnm-format-sel.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../src/widgets -I../.. -DGNOMELOCALEDIR=\""/usr/share/locale"\" -I../../.. -I../../../src -I.. -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT widget-editable-label.lo -MD -MP -MF ".deps/widget-editable-label.Tpo" -c -o widget-editable-label.lo ../../../src/widgets/widget-editable-label.c; \ then mv -f ".deps/widget-editable-label.Tpo" ".deps/widget-editable-label.Plo"; else rm -f ".deps/widget-editable-label.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I../../../src/widgets -I../.. -DGNOMELOCALEDIR=\"/usr/share/locale\" -I../../.. -I../../../src -I.. -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT widget-editable-label.lo -MD -MP -MF .deps/widget-editable-label.Tpo -c ../../../src/widgets/widget-editable-label.c -fPIC -DPIC -o .libs/widget-editable-label.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../src/widgets -I../.. -DGNOMELOCALEDIR=\""/usr/share/locale"\" -I../../.. -I../../../src -I.. -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT widget-font-selector.lo -MD -MP -MF ".deps/widget-font-selector.Tpo" -c -o widget-font-selector.lo ../../../src/widgets/widget-font-selector.c; \ then mv -f ".deps/widget-font-selector.Tpo" ".deps/widget-font-selector.Plo"; else rm -f ".deps/widget-font-selector.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I../../../src/widgets -I../.. -DGNOMELOCALEDIR=\"/usr/share/locale\" -I../../.. -I../../../src -I.. -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT widget-font-selector.lo -MD -MP -MF .deps/widget-font-selector.Tpo -c ../../../src/widgets/widget-font-selector.c -fPIC -DPIC -o .libs/widget-font-selector.o ../../../src/widgets/widget-font-selector.c:192:2: warning: #warning "FIXME: We need to do this when we realize the widget as we don't have a screen until then." if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../src/widgets -I../.. -DGNOMELOCALEDIR=\""/usr/share/locale"\" -I../../.. -I../../../src -I.. -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT gnumeric-cell-renderer-text.lo -MD -MP -MF ".deps/gnumeric-cell-renderer-text.Tpo" -c -o gnumeric-cell-renderer-text.lo ../../../src/widgets/gnumeric-cell-renderer-text.c; \ then mv -f ".deps/gnumeric-cell-renderer-text.Tpo" ".deps/gnumeric-cell-renderer-text.Plo"; else rm -f ".deps/gnumeric-cell-renderer-text.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I../../../src/widgets -I../.. -DGNOMELOCALEDIR=\"/usr/share/locale\" -I../../.. -I../../../src -I.. -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT gnumeric-cell-renderer-text.lo -MD -MP -MF .deps/gnumeric-cell-renderer-text.Tpo -c ../../../src/widgets/gnumeric-cell-renderer-text.c -fPIC -DPIC -o .libs/gnumeric-cell-renderer-text.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../src/widgets -I../.. -DGNOMELOCALEDIR=\""/usr/share/locale"\" -I../../.. -I../../../src -I.. -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT gnumeric-cell-renderer-expr-entry.lo -MD -MP -MF ".deps/gnumeric-cell-renderer-expr-entry.Tpo" -c -o gnumeric-cell-renderer-expr-entry.lo ../../../src/widgets/gnumeric-cell-renderer-expr-entry.c; \ then mv -f ".deps/gnumeric-cell-renderer-expr-entry.Tpo" ".deps/gnumeric-cell-renderer-expr-entry.Plo"; else rm -f ".deps/gnumeric-cell-renderer-expr-entry.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I../../../src/widgets -I../.. -DGNOMELOCALEDIR=\"/usr/share/locale\" -I../../.. -I../../../src -I.. -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT gnumeric-cell-renderer-expr-entry.lo -MD -MP -MF .deps/gnumeric-cell-renderer-expr-entry.Tpo -c ../../../src/widgets/gnumeric-cell-renderer-expr-entry.c -fPIC -DPIC -o .libs/gnumeric-cell-renderer-expr-entry.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../src/widgets -I../.. -DGNOMELOCALEDIR=\""/usr/share/locale"\" -I../../.. -I../../../src -I.. -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT gnumeric-cell-renderer-toggle.lo -MD -MP -MF ".deps/gnumeric-cell-renderer-toggle.Tpo" -c -o gnumeric-cell-renderer-toggle.lo ../../../src/widgets/gnumeric-cell-renderer-toggle.c; \ then mv -f ".deps/gnumeric-cell-renderer-toggle.Tpo" ".deps/gnumeric-cell-renderer-toggle.Plo"; else rm -f ".deps/gnumeric-cell-renderer-toggle.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I../../../src/widgets -I../.. -DGNOMELOCALEDIR=\"/usr/share/locale\" -I../../.. -I../../../src -I.. -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT gnumeric-cell-renderer-toggle.lo -MD -MP -MF .deps/gnumeric-cell-renderer-toggle.Tpo -c ../../../src/widgets/gnumeric-cell-renderer-toggle.c -fPIC -DPIC -o .libs/gnumeric-cell-renderer-toggle.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../src/widgets -I../.. -DGNOMELOCALEDIR=\""/usr/share/locale"\" -I../../.. -I../../../src -I.. -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT gnumeric-dashed-canvas-line.lo -MD -MP -MF ".deps/gnumeric-dashed-canvas-line.Tpo" -c -o gnumeric-dashed-canvas-line.lo ../../../src/widgets/gnumeric-dashed-canvas-line.c; \ then mv -f ".deps/gnumeric-dashed-canvas-line.Tpo" ".deps/gnumeric-dashed-canvas-line.Plo"; else rm -f ".deps/gnumeric-dashed-canvas-line.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I../../../src/widgets -I../.. -DGNOMELOCALEDIR=\"/usr/share/locale\" -I../../.. -I../../../src -I.. -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT gnumeric-dashed-canvas-line.lo -MD -MP -MF .deps/gnumeric-dashed-canvas-line.Tpo -c ../../../src/widgets/gnumeric-dashed-canvas-line.c -fPIC -DPIC -o .libs/gnumeric-dashed-canvas-line.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../src/widgets -I../.. -DGNOMELOCALEDIR=\""/usr/share/locale"\" -I../../.. -I../../../src -I.. -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT gnumeric-expr-entry.lo -MD -MP -MF ".deps/gnumeric-expr-entry.Tpo" -c -o gnumeric-expr-entry.lo ../../../src/widgets/gnumeric-expr-entry.c; \ then mv -f ".deps/gnumeric-expr-entry.Tpo" ".deps/gnumeric-expr-entry.Plo"; else rm -f ".deps/gnumeric-expr-entry.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I../../../src/widgets -I../.. -DGNOMELOCALEDIR=\"/usr/share/locale\" -I../../.. -I../../../src -I.. -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT gnumeric-expr-entry.lo -MD -MP -MF .deps/gnumeric-expr-entry.Tpo -c ../../../src/widgets/gnumeric-expr-entry.c -fPIC -DPIC -o .libs/gnumeric-expr-entry.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../src/widgets -I../.. -DGNOMELOCALEDIR=\""/usr/share/locale"\" -I../../.. -I../../../src -I.. -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT gnumeric-lazy-list.lo -MD -MP -MF ".deps/gnumeric-lazy-list.Tpo" -c -o gnumeric-lazy-list.lo ../../../src/widgets/gnumeric-lazy-list.c; \ then mv -f ".deps/gnumeric-lazy-list.Tpo" ".deps/gnumeric-lazy-list.Plo"; else rm -f ".deps/gnumeric-lazy-list.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I../../../src/widgets -I../.. -DGNOMELOCALEDIR=\"/usr/share/locale\" -I../../.. -I../../../src -I.. -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT gnumeric-lazy-list.lo -MD -MP -MF .deps/gnumeric-lazy-list.Tpo -c ../../../src/widgets/gnumeric-lazy-list.c -fPIC -DPIC -o .libs/gnumeric-lazy-list.o /bin/sh ../../libtool --tag=CC --mode=link gcc -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -Wl,-O1 -Wl,--as-needed -o libwidgets.la gnm-dao.lo gnm-format-sel.lo widget-editable-label.lo widget-font-selector.lo gnumeric-cell-renderer-text.lo gnumeric-cell-renderer-expr-entry.lo gnumeric-cell-renderer-toggle.lo gnumeric-dashed-canvas-line.lo gnumeric-expr-entry.lo gnumeric-lazy-list.lo -lm ar cru .libs/libwidgets.a .libs/gnm-dao.o .libs/gnm-format-sel.o .libs/widget-editable-label.o .libs/widget-font-selector.o .libs/gnumeric-cell-renderer-text.o .libs/gnumeric-cell-renderer-expr-entry.o .libs/gnumeric-cell-renderer-toggle.o .libs/gnumeric-dashed-canvas-line.o .libs/gnumeric-expr-entry.o .libs/gnumeric-lazy-list.o ranlib .libs/libwidgets.a creating libwidgets.la (cd .libs && rm -f libwidgets.la && ln -s ../libwidgets.la libwidgets.la) make[5]: Leaving directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/src/widgets' make[5]: Entering directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/src' (echo '/* This file has been automatically generated. Do not edit. */' && \ echo '#include "gnm-marshalers.h"' && \ glib-genmarshal --prefix=gnm_ --body ../../src/gnm-marshalers.list ) >gnm-marshalers.c if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../.. -I../../src -I../../src/widgets -I../../src/dialogs -I../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT gnm-marshalers.lo -MD -MP -MF ".deps/gnm-marshalers.Tpo" -c -o gnm-marshalers.lo gnm-marshalers.c; \ then mv -f ".deps/gnm-marshalers.Tpo" ".deps/gnm-marshalers.Plo"; else rm -f ".deps/gnm-marshalers.Tpo"; exit 1; fi mkdir .libs gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../.. -I../../src -I../../src/widgets -I../../src/dialogs -I../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT gnm-marshalers.lo -MD -MP -MF .deps/gnm-marshalers.Tpo -c gnm-marshalers.c -fPIC -DPIC -o .libs/gnm-marshalers.o if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../.. -I../../src -I../../src/widgets -I../../src/dialogs -I../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT application.lo -MD -MP -MF ".deps/application.Tpo" -c -o application.lo ../../src/application.c; \ then mv -f ".deps/application.Tpo" ".deps/application.Plo"; else rm -f ".deps/application.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../.. -I../../src -I../../src/widgets -I../../src/dialogs -I../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT application.lo -MD -MP -MF .deps/application.Tpo -c ../../src/application.c -fPIC -DPIC -o .libs/application.o ../../src/application.c:201:2: warning: #warning "FIXME: 1: this doesn't belong here. 2: it is not multihead safe." if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../.. -I../../src -I../../src/widgets -I../../src/dialogs -I../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT auto-format.lo -MD -MP -MF ".deps/auto-format.Tpo" -c -o auto-format.lo ../../src/auto-format.c; \ then mv -f ".deps/auto-format.Tpo" ".deps/auto-format.Plo"; else rm -f ".deps/auto-format.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../.. -I../../src -I../../src/widgets -I../../src/dialogs -I../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT auto-format.lo -MD -MP -MF .deps/auto-format.Tpo -c ../../src/auto-format.c -fPIC -DPIC -o .libs/auto-format.o if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../.. -I../../src -I../../src/widgets -I../../src/dialogs -I../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT cell.lo -MD -MP -MF ".deps/cell.Tpo" -c -o cell.lo ../../src/cell.c; \ then mv -f ".deps/cell.Tpo" ".deps/cell.Plo"; else rm -f ".deps/cell.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../.. -I../../src -I../../src/widgets -I../../src/dialogs -I../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT cell.lo -MD -MP -MF .deps/cell.Tpo -c ../../src/cell.c -fPIC -DPIC -o .libs/cell.o ../../src/cell.c:36:2: warning: #warning this is just plain silly handle this at a higher level ../../src/cell.c:179:2: warning: #warning "make this a precondition" if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../.. -I../../src -I../../src/widgets -I../../src/dialogs -I../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT cell-draw.lo -MD -MP -MF ".deps/cell-draw.Tpo" -c -o cell-draw.lo ../../src/cell-draw.c; \ then mv -f ".deps/cell-draw.Tpo" ".deps/cell-draw.Plo"; else rm -f ".deps/cell-draw.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../.. -I../../src -I../../src/widgets -I../../src/dialogs -I../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT cell-draw.lo -MD -MP -MF .deps/cell-draw.Tpo -c ../../src/cell-draw.c -fPIC -DPIC -o .libs/cell-draw.o if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../.. -I../../src -I../../src/widgets -I../../src/dialogs -I../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT cellspan.lo -MD -MP -MF ".deps/cellspan.Tpo" -c -o cellspan.lo ../../src/cellspan.c; \ then mv -f ".deps/cellspan.Tpo" ".deps/cellspan.Plo"; else rm -f ".deps/cellspan.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../.. -I../../src -I../../src/widgets -I../../src/dialogs -I../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT cellspan.lo -MD -MP -MF .deps/cellspan.Tpo -c ../../src/cellspan.c -fPIC -DPIC -o .libs/cellspan.o if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../.. -I../../src -I../../src/widgets -I../../src/dialogs -I../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT clipboard.lo -MD -MP -MF ".deps/clipboard.Tpo" -c -o clipboard.lo ../../src/clipboard.c; \ then mv -f ".deps/clipboard.Tpo" ".deps/clipboard.Plo"; else rm -f ".deps/clipboard.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../.. -I../../src -I../../src/widgets -I../../src/dialogs -I../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT clipboard.lo -MD -MP -MF .deps/clipboard.Tpo -c ../../src/clipboard.c -fPIC -DPIC -o .libs/clipboard.o if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../.. -I../../src -I../../src/widgets -I../../src/dialogs -I../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT cmd-edit.lo -MD -MP -MF ".deps/cmd-edit.Tpo" -c -o cmd-edit.lo ../../src/cmd-edit.c; \ then mv -f ".deps/cmd-edit.Tpo" ".deps/cmd-edit.Plo"; else rm -f ".deps/cmd-edit.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../.. -I../../src -I../../src/widgets -I../../src/dialogs -I../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT cmd-edit.lo -MD -MP -MF .deps/cmd-edit.Tpo -c ../../src/cmd-edit.c -fPIC -DPIC -o .libs/cmd-edit.o ../../src/cmd-edit.c:270:2: warning: #warning "FIXME: What do we do in these 3D cases?" In file included from /usr/include/gtk-2.0/gtk/gtkactiongroup.h:35, from /usr/include/gtk-2.0/gtk/gtk.h:39, from ../../src/cmd-edit.c:45: /usr/include/gtk-2.0/gtk/gtkitemfactory.h:50: warning: function declaration isn't a prototype if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../.. -I../../src -I../../src/widgets -I../../src/dialogs -I../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT collect.lo -MD -MP -MF ".deps/collect.Tpo" -c -o collect.lo ../../src/collect.c; \ then mv -f ".deps/collect.Tpo" ".deps/collect.Plo"; else rm -f ".deps/collect.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../.. -I../../src -I../../src/widgets -I../../src/dialogs -I../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT collect.lo -MD -MP -MF .deps/collect.Tpo -c ../../src/collect.c -fPIC -DPIC -o .libs/collect.o if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../.. -I../../src -I../../src/widgets -I../../src/dialogs -I../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT colrow.lo -MD -MP -MF ".deps/colrow.Tpo" -c -o colrow.lo ../../src/colrow.c; \ then mv -f ".deps/colrow.Tpo" ".deps/colrow.Plo"; else rm -f ".deps/colrow.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../.. -I../../src -I../../src/widgets -I../../src/dialogs -I../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT colrow.lo -MD -MP -MF .deps/colrow.Tpo -c ../../src/colrow.c -fPIC -DPIC -o .libs/colrow.o if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../.. -I../../src -I../../src/widgets -I../../src/dialogs -I../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT command-context.lo -MD -MP -MF ".deps/command-context.Tpo" -c -o command-context.lo ../../src/command-context.c; \ then mv -f ".deps/command-context.Tpo" ".deps/command-context.Plo"; else rm -f ".deps/command-context.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../.. -I../../src -I../../src/widgets -I../../src/dialogs -I../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT command-context.lo -MD -MP -MF .deps/command-context.Tpo -c ../../src/command-context.c -fPIC -DPIC -o .libs/command-context.o if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../.. -I../../src -I../../src/widgets -I../../src/dialogs -I../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT command-context-stderr.lo -MD -MP -MF ".deps/command-context-stderr.Tpo" -c -o command-context-stderr.lo ../../src/command-context-stderr.c; \ then mv -f ".deps/command-context-stderr.Tpo" ".deps/command-context-stderr.Plo"; else rm -f ".deps/command-context-stderr.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../.. -I../../src -I../../src/widgets -I../../src/dialogs -I../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT command-context-stderr.lo -MD -MP -MF .deps/command-context-stderr.Tpo -c ../../src/command-context-stderr.c -fPIC -DPIC -o .libs/command-context-stderr.o if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../.. -I../../src -I../../src/widgets -I../../src/dialogs -I../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT commands.lo -MD -MP -MF ".deps/commands.Tpo" -c -o commands.lo ../../src/commands.c; \ then mv -f ".deps/commands.Tpo" ".deps/commands.Plo"; else rm -f ".deps/commands.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../.. -I../../src -I../../src/widgets -I../../src/dialogs -I../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT commands.lo -MD -MP -MF .deps/commands.Tpo -c ../../src/commands.c -fPIC -DPIC -o .libs/commands.o ../../src/commands.c:782:2: warning: #warning validation from workbook-edit ../../src/commands.c:1114:2: warning: #warning add markup ../../src/commands.c:1244:2: warning: #warning fix object handling ../../src/commands.c: In function 'command_setup_combos': ../../src/commands.c:536: warning: ignoring return value of 'g_slist_reverse', declared with attribute warn_unused_result ../../src/commands.c:544: warning: ignoring return value of 'g_slist_reverse', declared with attribute warn_unused_result if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../.. -I../../src -I../../src/widgets -I../../src/dialogs -I../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT complete.lo -MD -MP -MF ".deps/complete.Tpo" -c -o complete.lo ../../src/complete.c; \ then mv -f ".deps/complete.Tpo" ".deps/complete.Plo"; else rm -f ".deps/complete.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../.. -I../../src -I../../src/widgets -I../../src/dialogs -I../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT complete.lo -MD -MP -MF .deps/complete.Tpo -c ../../src/complete.c -fPIC -DPIC -o .libs/complete.o if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../.. -I../../src -I../../src/widgets -I../../src/dialogs -I../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT complete-sheet.lo -MD -MP -MF ".deps/complete-sheet.Tpo" -c -o complete-sheet.lo ../../src/complete-sheet.c; \ then mv -f ".deps/complete-sheet.Tpo" ".deps/complete-sheet.Plo"; else rm -f ".deps/complete-sheet.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../.. -I../../src -I../../src/widgets -I../../src/dialogs -I../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT complete-sheet.lo -MD -MP -MF .deps/complete-sheet.Tpo -c ../../src/complete-sheet.c -fPIC -DPIC -o .libs/complete-sheet.o if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../.. -I../../src -I../../src/widgets -I../../src/dialogs -I../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT complex.lo -MD -MP -MF ".deps/complex.Tpo" -c -o complex.lo ../../src/complex.c; \ then mv -f ".deps/complex.Tpo" ".deps/complex.Plo"; else rm -f ".deps/complex.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../.. -I../../src -I../../src/widgets -I../../src/dialogs -I../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT complex.lo -MD -MP -MF .deps/complex.Tpo -c ../../src/complex.c -fPIC -DPIC -o .libs/complex.o if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../.. -I../../src -I../../src/widgets -I../../src/dialogs -I../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT consolidate.lo -MD -MP -MF ".deps/consolidate.Tpo" -c -o consolidate.lo ../../src/consolidate.c; \ then mv -f ".deps/consolidate.Tpo" ".deps/consolidate.Plo"; else rm -f ".deps/consolidate.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../.. -I../../src -I../../src/widgets -I../../src/dialogs -I../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT consolidate.lo -MD -MP -MF .deps/consolidate.Tpo -c ../../src/consolidate.c -fPIC -DPIC -o .libs/consolidate.o if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../.. -I../../src -I../../src/widgets -I../../src/dialogs -I../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT dependent.lo -MD -MP -MF ".deps/dependent.Tpo" -c -o dependent.lo ../../src/dependent.c; \ then mv -f ".deps/dependent.Tpo" ".deps/dependent.Plo"; else rm -f ".deps/dependent.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../.. -I../../src -I../../src/widgets -I../../src/dialogs -I../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT dependent.lo -MD -MP -MF .deps/dependent.Tpo -c ../../src/dependent.c -fPIC -DPIC -o .libs/dependent.o if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../.. -I../../src -I../../src/widgets -I../../src/dialogs -I../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT expr.lo -MD -MP -MF ".deps/expr.Tpo" -c -o expr.lo ../../src/expr.c; \ then mv -f ".deps/expr.Tpo" ".deps/expr.Plo"; else rm -f ".deps/expr.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../.. -I../../src -I../../src/widgets -I../../src/dialogs -I../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT expr.lo -MD -MP -MF .deps/expr.Tpo -c ../../src/expr.c -fPIC -DPIC -o .libs/expr.o if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../.. -I../../src -I../../src/widgets -I../../src/dialogs -I../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT expr-name.lo -MD -MP -MF ".deps/expr-name.Tpo" -c -o expr-name.lo ../../src/expr-name.c; \ then mv -f ".deps/expr-name.Tpo" ".deps/expr-name.Plo"; else rm -f ".deps/expr-name.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../.. -I../../src -I../../src/widgets -I../../src/dialogs -I../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT expr-name.lo -MD -MP -MF .deps/expr-name.Tpo -c ../../src/expr-name.c -fPIC -DPIC -o .libs/expr-name.o if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../.. -I../../src -I../../src/widgets -I../../src/dialogs -I../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT file-autoft.lo -MD -MP -MF ".deps/file-autoft.Tpo" -c -o file-autoft.lo ../../src/file-autoft.c; \ then mv -f ".deps/file-autoft.Tpo" ".deps/file-autoft.Plo"; else rm -f ".deps/file-autoft.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../.. -I../../src -I../../src/widgets -I../../src/dialogs -I../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT file-autoft.lo -MD -MP -MF .deps/file-autoft.Tpo -c ../../src/file-autoft.c -fPIC -DPIC -o .libs/file-autoft.o if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../.. -I../../src -I../../src/widgets -I../../src/dialogs -I../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT format-template.lo -MD -MP -MF ".deps/format-template.Tpo" -c -o format-template.lo ../../src/format-template.c; \ then mv -f ".deps/format-template.Tpo" ".deps/format-template.Plo"; else rm -f ".deps/format-template.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../.. -I../../src -I../../src/widgets -I../../src/dialogs -I../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT format-template.lo -MD -MP -MF .deps/format-template.Tpo -c ../../src/format-template.c -fPIC -DPIC -o .libs/format-template.o if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../.. -I../../src -I../../src/widgets -I../../src/dialogs -I../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT func.lo -MD -MP -MF ".deps/func.Tpo" -c -o func.lo ../../src/func.c; \ then mv -f ".deps/func.Tpo" ".deps/func.Plo"; else rm -f ".deps/func.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../.. -I../../src -I../../src/widgets -I../../src/dialogs -I../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT func.lo -MD -MP -MF .deps/func.Tpo -c ../../src/func.c -fPIC -DPIC -o .libs/func.o ../../src/func.c:1067:2: warning: #warning do we need to force an eval here ? ../../src/func.c:1532:2: warning: #warning fixme, use the rest of the pieces and get rid of this routine. ../../src/func.c: In function 'gnm_func_group_fetch_with_translation': ../../src/func.c:495: warning: ignoring return value of 'g_list_remove_link', declared with attribute warn_unused_result if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../.. -I../../src -I../../src/widgets -I../../src/dialogs -I../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT func-builtin.lo -MD -MP -MF ".deps/func-builtin.Tpo" -c -o func-builtin.lo ../../src/func-builtin.c; \ then mv -f ".deps/func-builtin.Tpo" ".deps/func-builtin.Plo"; else rm -f ".deps/func-builtin.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../.. -I../../src -I../../src/widgets -I../../src/dialogs -I../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT func-builtin.lo -MD -MP -MF .deps/func-builtin.Tpo -c ../../src/func-builtin.c -fPIC -DPIC -o .libs/func-builtin.o if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../.. -I../../src -I../../src/widgets -I../../src/dialogs -I../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT gnm-format.lo -MD -MP -MF ".deps/gnm-format.Tpo" -c -o gnm-format.lo ../../src/gnm-format.c; \ then mv -f ".deps/gnm-format.Tpo" ".deps/gnm-format.Plo"; else rm -f ".deps/gnm-format.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../.. -I../../src -I../../src/widgets -I../../src/dialogs -I../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT gnm-format.lo -MD -MP -MF .deps/gnm-format.Tpo -c ../../src/gnm-format.c -fPIC -DPIC -o .libs/gnm-format.o if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../.. -I../../src -I../../src/widgets -I../../src/dialogs -I../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT gnm-datetime.lo -MD -MP -MF ".deps/gnm-datetime.Tpo" -c -o gnm-datetime.lo ../../src/gnm-datetime.c; \ then mv -f ".deps/gnm-datetime.Tpo" ".deps/gnm-datetime.Plo"; else rm -f ".deps/gnm-datetime.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../.. -I../../src -I../../src/widgets -I../../src/dialogs -I../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT gnm-datetime.lo -MD -MP -MF .deps/gnm-datetime.Tpo -c ../../src/gnm-datetime.c -fPIC -DPIC -o .libs/gnm-datetime.o if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../.. -I../../src -I../../src/widgets -I../../src/dialogs -I../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT gnumeric-simple-canvas.lo -MD -MP -MF ".deps/gnumeric-simple-canvas.Tpo" -c -o gnumeric-simple-canvas.lo ../../src/gnumeric-simple-canvas.c; \ then mv -f ".deps/gnumeric-simple-canvas.Tpo" ".deps/gnumeric-simple-canvas.Plo"; else rm -f ".deps/gnumeric-simple-canvas.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../.. -I../../src -I../../src/widgets -I../../src/dialogs -I../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT gnumeric-simple-canvas.lo -MD -MP -MF .deps/gnumeric-simple-canvas.Tpo -c ../../src/gnumeric-simple-canvas.c -fPIC -DPIC -o .libs/gnumeric-simple-canvas.o if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../.. -I../../src -I../../src/widgets -I../../src/dialogs -I../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT gnumeric-canvas.lo -MD -MP -MF ".deps/gnumeric-canvas.Tpo" -c -o gnumeric-canvas.lo ../../src/gnumeric-canvas.c; \ then mv -f ".deps/gnumeric-canvas.Tpo" ".deps/gnumeric-canvas.Plo"; else rm -f ".deps/gnumeric-canvas.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../.. -I../../src -I../../src/widgets -I../../src/dialogs -I../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT gnumeric-canvas.lo -MD -MP -MF .deps/gnumeric-canvas.Tpo -c ../../src/gnumeric-canvas.c -fPIC -DPIC -o .libs/gnumeric-canvas.o if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../.. -I../../src -I../../src/widgets -I../../src/dialogs -I../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT gnumeric-pane.lo -MD -MP -MF ".deps/gnumeric-pane.Tpo" -c -o gnumeric-pane.lo ../../src/gnumeric-pane.c; \ then mv -f ".deps/gnumeric-pane.Tpo" ".deps/gnumeric-pane.Plo"; else rm -f ".deps/gnumeric-pane.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../.. -I../../src -I../../src/widgets -I../../src/dialogs -I../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT gnumeric-pane.lo -MD -MP -MF .deps/gnumeric-pane.Tpo -c ../../src/gnumeric-pane.c -fPIC -DPIC -o .libs/gnumeric-pane.o ../../src/gnumeric-pane.c: In function 'cb_pane_popup_menu': ../../src/gnumeric-pane.c:166: warning: dereferencing type-punned pointer will break strict-aliasing rules if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../.. -I../../src -I../../src/widgets -I../../src/dialogs -I../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT graph.lo -MD -MP -MF ".deps/graph.Tpo" -c -o graph.lo ../../src/graph.c; \ then mv -f ".deps/graph.Tpo" ".deps/graph.Plo"; else rm -f ".deps/graph.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../.. -I../../src -I../../src/widgets -I../../src/dialogs -I../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT graph.lo -MD -MP -MF .deps/graph.Tpo -c ../../src/graph.c -fPIC -DPIC -o .libs/graph.o ../../src/graph.c:909:2: warning: #warning Should we clip the matrix? if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../.. -I../../src -I../../src/widgets -I../../src/dialogs -I../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT gutils.lo -MD -MP -MF ".deps/gutils.Tpo" -c -o gutils.lo ../../src/gutils.c; \ then mv -f ".deps/gutils.Tpo" ".deps/gutils.Plo"; else rm -f ".deps/gutils.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../.. -I../../src -I../../src/widgets -I../../src/dialogs -I../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT gutils.lo -MD -MP -MF .deps/gutils.Tpo -c ../../src/gutils.c -fPIC -DPIC -o .libs/gutils.o if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../.. -I../../src -I../../src/widgets -I../../src/dialogs -I../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT gui-clipboard.lo -MD -MP -MF ".deps/gui-clipboard.Tpo" -c -o gui-clipboard.lo ../../src/gui-clipboard.c; \ then mv -f ".deps/gui-clipboard.Tpo" ".deps/gui-clipboard.Plo"; else rm -f ".deps/gui-clipboard.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../.. -I../../src -I../../src/widgets -I../../src/dialogs -I../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT gui-clipboard.lo -MD -MP -MF .deps/gui-clipboard.Tpo -c ../../src/gui-clipboard.c -fPIC -DPIC -o .libs/gui-clipboard.o if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../.. -I../../src -I../../src/widgets -I../../src/dialogs -I../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT gui-file.lo -MD -MP -MF ".deps/gui-file.Tpo" -c -o gui-file.lo ../../src/gui-file.c; \ then mv -f ".deps/gui-file.Tpo" ".deps/gui-file.Plo"; else rm -f ".deps/gui-file.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../.. -I../../src -I../../src/widgets -I../../src/dialogs -I../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT gui-file.lo -MD -MP -MF .deps/gui-file.Tpo -c ../../src/gui-file.c -fPIC -DPIC -o .libs/gui-file.o ../../src/gui-file.c:436:2: warning: #warning "FIXME: do we get all extensions?" In file included from /usr/include/gtk-2.0/gtk/gtkstock.h:33, from ../../src/gui-file.c:38: /usr/include/gtk-2.0/gtk/gtkitemfactory.h:50: warning: function declaration isn't a prototype if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../.. -I../../src -I../../src/widgets -I../../src/dialogs -I../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT gui-util.lo -MD -MP -MF ".deps/gui-util.Tpo" -c -o gui-util.lo ../../src/gui-util.c; \ then mv -f ".deps/gui-util.Tpo" ".deps/gui-util.Plo"; else rm -f ".deps/gui-util.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../.. -I../../src -I../../src/widgets -I../../src/dialogs -I../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT gui-util.lo -MD -MP -MF .deps/gui-util.Tpo -c ../../src/gui-util.c -fPIC -DPIC -o .libs/gui-util.o In file included from /usr/include/gtk-2.0/gtk/gtkstock.h:33, from ../../src/gui-util.c:38: /usr/include/gtk-2.0/gtk/gtkitemfactory.h:50: warning: function declaration isn't a prototype if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../.. -I../../src -I../../src/widgets -I../../src/dialogs -I../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT hlink.lo -MD -MP -MF ".deps/hlink.Tpo" -c -o hlink.lo ../../src/hlink.c; \ then mv -f ".deps/hlink.Tpo" ".deps/hlink.Plo"; else rm -f ".deps/hlink.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../.. -I../../src -I../../src/widgets -I../../src/dialogs -I../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT hlink.lo -MD -MP -MF .deps/hlink.Tpo -c ../../src/hlink.c -fPIC -DPIC -o .libs/hlink.o ../../src/hlink.c:266:2: warning: #warning TODO if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../.. -I../../src -I../../src/widgets -I../../src/dialogs -I../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT history.lo -MD -MP -MF ".deps/history.Tpo" -c -o history.lo ../../src/history.c; \ then mv -f ".deps/history.Tpo" ".deps/history.Plo"; else rm -f ".deps/history.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../.. -I../../src -I../../src/widgets -I../../src/dialogs -I../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT history.lo -MD -MP -MF .deps/history.Tpo -c ../../src/history.c -fPIC -DPIC -o .libs/history.o if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../.. -I../../src -I../../src/widgets -I../../src/dialogs -I../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT input-msg.lo -MD -MP -MF ".deps/input-msg.Tpo" -c -o input-msg.lo ../../src/input-msg.c; \ then mv -f ".deps/input-msg.Tpo" ".deps/input-msg.Plo"; else rm -f ".deps/input-msg.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../.. -I../../src -I../../src/widgets -I../../src/dialogs -I../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT input-msg.lo -MD -MP -MF .deps/input-msg.Tpo -c ../../src/input-msg.c -fPIC -DPIC -o .libs/input-msg.o if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../.. -I../../src -I../../src/widgets -I../../src/dialogs -I../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT item-acetate.lo -MD -MP -MF ".deps/item-acetate.Tpo" -c -o item-acetate.lo ../../src/item-acetate.c; \ then mv -f ".deps/item-acetate.Tpo" ".deps/item-acetate.Plo"; else rm -f ".deps/item-acetate.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../.. -I../../src -I../../src/widgets -I../../src/dialogs -I../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT item-acetate.lo -MD -MP -MF .deps/item-acetate.Tpo -c ../../src/item-acetate.c -fPIC -DPIC -o .libs/item-acetate.o if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../.. -I../../src -I../../src/widgets -I../../src/dialogs -I../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT item-bar.lo -MD -MP -MF ".deps/item-bar.Tpo" -c -o item-bar.lo ../../src/item-bar.c; \ then mv -f ".deps/item-bar.Tpo" ".deps/item-bar.Plo"; else rm -f ".deps/item-bar.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../.. -I../../src -I../../src/widgets -I../../src/dialogs -I../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT item-bar.lo -MD -MP -MF .deps/item-bar.Tpo -c ../../src/item-bar.c -fPIC -DPIC -o .libs/item-bar.o if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../.. -I../../src -I../../src/widgets -I../../src/dialogs -I../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT item-cursor.lo -MD -MP -MF ".deps/item-cursor.Tpo" -c -o item-cursor.lo ../../src/item-cursor.c; \ then mv -f ".deps/item-cursor.Tpo" ".deps/item-cursor.Plo"; else rm -f ".deps/item-cursor.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../.. -I../../src -I../../src/widgets -I../../src/dialogs -I../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT item-cursor.lo -MD -MP -MF .deps/item-cursor.Tpo -c ../../src/item-cursor.c -fPIC -DPIC -o .libs/item-cursor.o In file included from /usr/include/gtk-2.0/gtk/gtkstock.h:33, from ../../src/item-cursor.c:36: /usr/include/gtk-2.0/gtk/gtkitemfactory.h:50: warning: function declaration isn't a prototype if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../.. -I../../src -I../../src/widgets -I../../src/dialogs -I../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT item-debug.lo -MD -MP -MF ".deps/item-debug.Tpo" -c -o item-debug.lo ../../src/item-debug.c; \ then mv -f ".deps/item-debug.Tpo" ".deps/item-debug.Plo"; else rm -f ".deps/item-debug.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../.. -I../../src -I../../src/widgets -I../../src/dialogs -I../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT item-debug.lo -MD -MP -MF .deps/item-debug.Tpo -c ../../src/item-debug.c -fPIC -DPIC -o .libs/item-debug.o In file included from /usr/include/gtk-2.0/gtk/gtkactiongroup.h:35, from /usr/include/gtk-2.0/gtk/gtk.h:39, from ../../src/item-debug.c:6: /usr/include/gtk-2.0/gtk/gtkitemfactory.h:50: warning: function declaration isn't a prototype if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../.. -I../../src -I../../src/widgets -I../../src/dialogs -I../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT item-edit.lo -MD -MP -MF ".deps/item-edit.Tpo" -c -o item-edit.lo ../../src/item-edit.c; \ then mv -f ".deps/item-edit.Tpo" ".deps/item-edit.Plo"; else rm -f ".deps/item-edit.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../.. -I../../src -I../../src/widgets -I../../src/dialogs -I../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT item-edit.lo -MD -MP -MF .deps/item-edit.Tpo -c ../../src/item-edit.c -fPIC -DPIC -o .libs/item-edit.o if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../.. -I../../src -I../../src/widgets -I../../src/dialogs -I../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT item-grid.lo -MD -MP -MF ".deps/item-grid.Tpo" -c -o item-grid.lo ../../src/item-grid.c; \ then mv -f ".deps/item-grid.Tpo" ".deps/item-grid.Plo"; else rm -f ".deps/item-grid.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../.. -I../../src -I../../src/widgets -I../../src/dialogs -I../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT item-grid.lo -MD -MP -MF .deps/item-grid.Tpo -c ../../src/item-grid.c -fPIC -DPIC -o .libs/item-grid.o In file included from ../../src/item-grid.c:39: ../../src/gnm-style-impl.h:36:2: warning: #warning TODO use GOFont if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../.. -I../../src -I../../src/widgets -I../../src/dialogs -I../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT libgnumeric.lo -MD -MP -MF ".deps/libgnumeric.Tpo" -c -o libgnumeric.lo ../../src/libgnumeric.c; \ then mv -f ".deps/libgnumeric.Tpo" ".deps/libgnumeric.Plo"; else rm -f ".deps/libgnumeric.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../.. -I../../src -I../../src/widgets -I../../src/dialogs -I../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT libgnumeric.lo -MD -MP -MF .deps/libgnumeric.Tpo -c ../../src/libgnumeric.c -fPIC -DPIC -o .libs/libgnumeric.o if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../.. -I../../src -I../../src/widgets -I../../src/dialogs -I../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT mathfunc.lo -MD -MP -MF ".deps/mathfunc.Tpo" -c -o mathfunc.lo ../../src/mathfunc.c; \ then mv -f ".deps/mathfunc.Tpo" ".deps/mathfunc.Plo"; else rm -f ".deps/mathfunc.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../.. -I../../src -I../../src/widgets -I../../src/dialogs -I../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT mathfunc.lo -MD -MP -MF .deps/mathfunc.Tpo -c ../../src/mathfunc.c -fPIC -DPIC -o .libs/mathfunc.o ../../src/mathfunc.c: In function 'pnorm': ../../src/mathfunc.c:338: warning: 'cp' may be used uninitialized in this function if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../.. -I../../src -I../../src/widgets -I../../src/dialogs -I../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT mstyle.lo -MD -MP -MF ".deps/mstyle.Tpo" -c -o mstyle.lo ../../src/mstyle.c; \ then mv -f ".deps/mstyle.Tpo" ".deps/mstyle.Plo"; else rm -f ".deps/mstyle.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../.. -I../../src -I../../src/widgets -I../../src/dialogs -I../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT mstyle.lo -MD -MP -MF .deps/mstyle.Tpo -c ../../src/mstyle.c -fPIC -DPIC -o .libs/mstyle.o In file included from ../../src/mstyle.c:15: ../../src/gnm-style-impl.h:36:2: warning: #warning TODO use GOFont if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../.. -I../../src -I../../src/widgets -I../../src/dialogs -I../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT number-match.lo -MD -MP -MF ".deps/number-match.Tpo" -c -o number-match.lo ../../src/number-match.c; \ then mv -f ".deps/number-match.Tpo" ".deps/number-match.Plo"; else rm -f ".deps/number-match.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../.. -I../../src -I../../src/widgets -I../../src/dialogs -I../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT number-match.lo -MD -MP -MF .deps/number-match.Tpo -c ../../src/number-match.c -fPIC -DPIC -o .libs/number-match.o if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../.. -I../../src -I../../src/widgets -I../../src/dialogs -I../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT parser.lo -MD -MP -MF ".deps/parser.Tpo" -c -o parser.lo ../../src/parser.c; \ then mv -f ".deps/parser.Tpo" ".deps/parser.Plo"; else rm -f ".deps/parser.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../.. -I../../src -I../../src/widgets -I../../src/dialogs -I../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT parser.lo -MD -MP -MF .deps/parser.Tpo -c ../../src/parser.c -fPIC -DPIC -o .libs/parser.o if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../.. -I../../src -I../../src/widgets -I../../src/dialogs -I../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT parse-util.lo -MD -MP -MF ".deps/parse-util.Tpo" -c -o parse-util.lo ../../src/parse-util.c; \ then mv -f ".deps/parse-util.Tpo" ".deps/parse-util.Plo"; else rm -f ".deps/parse-util.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../.. -I../../src -I../../src/widgets -I../../src/dialogs -I../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT parse-util.lo -MD -MP -MF .deps/parse-util.Tpo -c ../../src/parse-util.c -fPIC -DPIC -o .libs/parse-util.o if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../.. -I../../src -I../../src/widgets -I../../src/dialogs -I../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT pattern.lo -MD -MP -MF ".deps/pattern.Tpo" -c -o pattern.lo ../../src/pattern.c; \ then mv -f ".deps/pattern.Tpo" ".deps/pattern.Plo"; else rm -f ".deps/pattern.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../.. -I../../src -I../../src/widgets -I../../src/dialogs -I../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT pattern.lo -MD -MP -MF .deps/pattern.Tpo -c ../../src/pattern.c -fPIC -DPIC -o .libs/pattern.o if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../.. -I../../src -I../../src/widgets -I../../src/dialogs -I../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT pivottable.lo -MD -MP -MF ".deps/pivottable.Tpo" -c -o pivottable.lo ../../src/pivottable.c; \ then mv -f ".deps/pivottable.Tpo" ".deps/pivottable.Plo"; else rm -f ".deps/pivottable.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../.. -I../../src -I../../src/widgets -I../../src/dialogs -I../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT pivottable.lo -MD -MP -MF .deps/pivottable.Tpo -c ../../src/pivottable.c -fPIC -DPIC -o .libs/pivottable.o if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../.. -I../../src -I../../src/widgets -I../../src/dialogs -I../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT position.lo -MD -MP -MF ".deps/position.Tpo" -c -o position.lo ../../src/position.c; \ then mv -f ".deps/position.Tpo" ".deps/position.Plo"; else rm -f ".deps/position.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../.. -I../../src -I../../src/widgets -I../../src/dialogs -I../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT position.lo -MD -MP -MF .deps/position.Tpo -c ../../src/position.c -fPIC -DPIC -o .libs/position.o if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../.. -I../../src -I../../src/widgets -I../../src/dialogs -I../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT preview-grid.lo -MD -MP -MF ".deps/preview-grid.Tpo" -c -o preview-grid.lo ../../src/preview-grid.c; \ then mv -f ".deps/preview-grid.Tpo" ".deps/preview-grid.Plo"; else rm -f ".deps/preview-grid.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../.. -I../../src -I../../src/widgets -I../../src/dialogs -I../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT preview-grid.lo -MD -MP -MF .deps/preview-grid.Tpo -c ../../src/preview-grid.c -fPIC -DPIC -o .libs/preview-grid.o if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../.. -I../../src -I../../src/widgets -I../../src/dialogs -I../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT print.lo -MD -MP -MF ".deps/print.Tpo" -c -o print.lo ../../src/print.c; \ then mv -f ".deps/print.Tpo" ".deps/print.Plo"; else rm -f ".deps/print.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../.. -I../../src -I../../src/widgets -I../../src/dialogs -I../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT print.lo -MD -MP -MF .deps/print.Tpo -c ../../src/print.c -fPIC -DPIC -o .libs/print.o ../../src/print.c:124:2: warning: #warning TODO In file included from /usr/include/gtk-2.0/gtk/gtkactiongroup.h:35, from /usr/include/gtk-2.0/gtk/gtk.h:39, from /usr/include/libgnomeprintui-2.2/libgnomeprintui/gnome-print-dialog.h:48, from ../../src/print.c:44: /usr/include/gtk-2.0/gtk/gtkitemfactory.h:50: warning: function declaration isn't a prototype if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../.. -I../../src -I../../src/widgets -I../../src/dialogs -I../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT print-cell.lo -MD -MP -MF ".deps/print-cell.Tpo" -c -o print-cell.lo ../../src/print-cell.c; \ then mv -f ".deps/print-cell.Tpo" ".deps/print-cell.Plo"; else rm -f ".deps/print-cell.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../.. -I../../src -I../../src/widgets -I../../src/dialogs -I../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT print-cell.lo -MD -MP -MF .deps/print-cell.Tpo -c ../../src/print-cell.c -fPIC -DPIC -o .libs/print-cell.o In file included from ../../src/print-cell.c:22: ../../src/gnm-style-impl.h:36:2: warning: #warning TODO use GOFont if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../.. -I../../src -I../../src/widgets -I../../src/dialogs -I../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT print-info.lo -MD -MP -MF ".deps/print-info.Tpo" -c -o print-info.lo ../../src/print-info.c; \ then mv -f ".deps/print-info.Tpo" ".deps/print-info.Plo"; else rm -f ".deps/print-info.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../.. -I../../src -I../../src/widgets -I../../src/dialogs -I../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT print-info.lo -MD -MP -MF .deps/print-info.Tpo -c ../../src/print-info.c -fPIC -DPIC -o .libs/print-info.o if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../.. -I../../src -I../../src/widgets -I../../src/dialogs -I../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT rangefunc.lo -MD -MP -MF ".deps/rangefunc.Tpo" -c -o rangefunc.lo ../../src/rangefunc.c; \ then mv -f ".deps/rangefunc.Tpo" ".deps/rangefunc.Plo"; else rm -f ".deps/rangefunc.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../.. -I../../src -I../../src/widgets -I../../src/dialogs -I../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT rangefunc.lo -MD -MP -MF .deps/rangefunc.Tpo -c ../../src/rangefunc.c -fPIC -DPIC -o .libs/rangefunc.o if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../.. -I../../src -I../../src/widgets -I../../src/dialogs -I../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT rangefunc-strings.lo -MD -MP -MF ".deps/rangefunc-strings.Tpo" -c -o rangefunc-strings.lo ../../src/rangefunc-strings.c; \ then mv -f ".deps/rangefunc-strings.Tpo" ".deps/rangefunc-strings.Plo"; else rm -f ".deps/rangefunc-strings.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../.. -I../../src -I../../src/widgets -I../../src/dialogs -I../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT rangefunc-strings.lo -MD -MP -MF .deps/rangefunc-strings.Tpo -c ../../src/rangefunc-strings.c -fPIC -DPIC -o .libs/rangefunc-strings.o if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../.. -I../../src -I../../src/widgets -I../../src/dialogs -I../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT ranges.lo -MD -MP -MF ".deps/ranges.Tpo" -c -o ranges.lo ../../src/ranges.c; \ then mv -f ".deps/ranges.Tpo" ".deps/ranges.Plo"; else rm -f ".deps/ranges.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../.. -I../../src -I../../src/widgets -I../../src/dialogs -I../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT ranges.lo -MD -MP -MF .deps/ranges.Tpo -c ../../src/ranges.c -fPIC -DPIC -o .libs/ranges.o if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../.. -I../../src -I../../src/widgets -I../../src/dialogs -I../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT regression.lo -MD -MP -MF ".deps/regression.Tpo" -c -o regression.lo ../../src/regression.c; \ then mv -f ".deps/regression.Tpo" ".deps/regression.Plo"; else rm -f ".deps/regression.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../.. -I../../src -I../../src/widgets -I../../src/dialogs -I../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT regression.lo -MD -MP -MF .deps/regression.Tpo -c ../../src/regression.c -fPIC -DPIC -o .libs/regression.o if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../.. -I../../src -I../../src/widgets -I../../src/dialogs -I../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT rendered-value.lo -MD -MP -MF ".deps/rendered-value.Tpo" -c -o rendered-value.lo ../../src/rendered-value.c; \ then mv -f ".deps/rendered-value.Tpo" ".deps/rendered-value.Plo"; else rm -f ".deps/rendered-value.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../.. -I../../src -I../../src/widgets -I../../src/dialogs -I../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT rendered-value.lo -MD -MP -MF .deps/rendered-value.Tpo -c ../../src/rendered-value.c -fPIC -DPIC -o .libs/rendered-value.o if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../.. -I../../src -I../../src/widgets -I../../src/dialogs -I../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT search.lo -MD -MP -MF ".deps/search.Tpo" -c -o search.lo ../../src/search.c; \ then mv -f ".deps/search.Tpo" ".deps/search.Plo"; else rm -f ".deps/search.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../.. -I../../src -I../../src/widgets -I../../src/dialogs -I../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT search.lo -MD -MP -MF .deps/search.Tpo -c ../../src/search.c -fPIC -DPIC -o .libs/search.o if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../.. -I../../src -I../../src/widgets -I../../src/dialogs -I../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT selection.lo -MD -MP -MF ".deps/selection.Tpo" -c -o selection.lo ../../src/selection.c; \ then mv -f ".deps/selection.Tpo" ".deps/selection.Plo"; else rm -f ".deps/selection.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../.. -I../../src -I../../src/widgets -I../../src/dialogs -I../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT selection.lo -MD -MP -MF .deps/selection.Tpo -c ../../src/selection.c -fPIC -DPIC -o .libs/selection.o ../../src/selection.c:1464:2: warning: #warning TODO is last series is incomplete try to shift data out of optional dimensions if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../.. -I../../src -I../../src/widgets -I../../src/dialogs -I../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT session.lo -MD -MP -MF ".deps/session.Tpo" -c -o session.lo ../../src/session.c; \ then mv -f ".deps/session.Tpo" ".deps/session.Plo"; else rm -f ".deps/session.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../.. -I../../src -I../../src/widgets -I../../src/dialogs -I../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT session.lo -MD -MP -MF .deps/session.Tpo -c ../../src/session.c -fPIC -DPIC -o .libs/session.o ../../src/session.c:136:2: warning: #warning We are making these windows sticky to work around a session manager bug that may make them inaccessible In file included from /usr/include/gtk-2.0/gtk/gtkactiongroup.h:35, from /usr/include/gtk-2.0/gtk/gtk.h:39, from ../../src/session.c:24: /usr/include/gtk-2.0/gtk/gtkitemfactory.h:50: warning: function declaration isn't a prototype if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../.. -I../../src -I../../src/widgets -I../../src/dialogs -I../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT sheet.lo -MD -MP -MF ".deps/sheet.Tpo" -c -o sheet.lo ../../src/sheet.c; \ then mv -f ".deps/sheet.Tpo" ".deps/sheet.Plo"; else rm -f ".deps/sheet.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../.. -I../../src -I../../src/widgets -I../../src/dialogs -I../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT sheet.lo -MD -MP -MF .deps/sheet.Tpo -c ../../src/sheet.c -fPIC -DPIC -o .libs/sheet.o ../../src/sheet.c:4513:2: warning: #warning selection is in view ../../src/sheet.c:4514:2: warning: #warning freeze/thaw is in view if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../.. -I../../src -I../../src/widgets -I../../src/dialogs -I../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT sheet-view.lo -MD -MP -MF ".deps/sheet-view.Tpo" -c -o sheet-view.lo ../../src/sheet-view.c; \ then mv -f ".deps/sheet-view.Tpo" ".deps/sheet-view.Plo"; else rm -f ".deps/sheet-view.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../.. -I../../src -I../../src/widgets -I../../src/dialogs -I../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT sheet-view.lo -MD -MP -MF .deps/sheet-view.Tpo -c ../../src/sheet-view.c -fPIC -DPIC -o .libs/sheet-view.o if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../.. -I../../src -I../../src/widgets -I../../src/dialogs -I../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT sheet-control.lo -MD -MP -MF ".deps/sheet-control.Tpo" -c -o sheet-control.lo ../../src/sheet-control.c; \ then mv -f ".deps/sheet-control.Tpo" ".deps/sheet-control.Plo"; else rm -f ".deps/sheet-control.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../.. -I../../src -I../../src/widgets -I../../src/dialogs -I../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT sheet-control.lo -MD -MP -MF .deps/sheet-control.Tpo -c ../../src/sheet-control.c -fPIC -DPIC -o .libs/sheet-control.o if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../.. -I../../src -I../../src/widgets -I../../src/dialogs -I../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT sheet-control-gui.lo -MD -MP -MF ".deps/sheet-control-gui.Tpo" -c -o sheet-control-gui.lo ../../src/sheet-control-gui.c; \ then mv -f ".deps/sheet-control-gui.Tpo" ".deps/sheet-control-gui.Plo"; else rm -f ".deps/sheet-control-gui.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../.. -I../../src -I../../src/widgets -I../../src/dialogs -I../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT sheet-control-gui.lo -MD -MP -MF .deps/sheet-control-gui.Tpo -c ../../src/sheet-control-gui.c -fPIC -DPIC -o .libs/sheet-control-gui.o In file included from /usr/include/gtk-2.0/gtk/gtkstock.h:33, from ../../src/sheet-control-gui.c:75: /usr/include/gtk-2.0/gtk/gtkitemfactory.h:50: warning: function declaration isn't a prototype if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../.. -I../../src -I../../src/widgets -I../../src/dialogs -I../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT sheet-merge.lo -MD -MP -MF ".deps/sheet-merge.Tpo" -c -o sheet-merge.lo ../../src/sheet-merge.c; \ then mv -f ".deps/sheet-merge.Tpo" ".deps/sheet-merge.Plo"; else rm -f ".deps/sheet-merge.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../.. -I../../src -I../../src/widgets -I../../src/dialogs -I../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT sheet-merge.lo -MD -MP -MF .deps/sheet-merge.Tpo -c ../../src/sheet-merge.c -fPIC -DPIC -o .libs/sheet-merge.o if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../.. -I../../src -I../../src/widgets -I../../src/dialogs -I../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT sheet-autofill.lo -MD -MP -MF ".deps/sheet-autofill.Tpo" -c -o sheet-autofill.lo ../../src/sheet-autofill.c; \ then mv -f ".deps/sheet-autofill.Tpo" ".deps/sheet-autofill.Plo"; else rm -f ".deps/sheet-autofill.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../.. -I../../src -I../../src/widgets -I../../src/dialogs -I../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT sheet-autofill.lo -MD -MP -MF .deps/sheet-autofill.Tpo -c ../../src/sheet-autofill.c -fPIC -DPIC -o .libs/sheet-autofill.o ../../src/sheet-autofill.c:159:2: warning: #warning we need to retrieve translations from goffice domain. This should be moved to goffice for 1.7 if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../.. -I../../src -I../../src/widgets -I../../src/dialogs -I../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT sheet-filter.lo -MD -MP -MF ".deps/sheet-filter.Tpo" -c -o sheet-filter.lo ../../src/sheet-filter.c; \ then mv -f ".deps/sheet-filter.Tpo" ".deps/sheet-filter.Plo"; else rm -f ".deps/sheet-filter.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../.. -I../../src -I../../src/widgets -I../../src/dialogs -I../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT sheet-filter.lo -MD -MP -MF .deps/sheet-filter.Tpo -c ../../src/sheet-filter.c -fPIC -DPIC -o .libs/sheet-filter.o In file included from /usr/include/gtk-2.0/gtk/gtkactiongroup.h:35, from /usr/include/gtk-2.0/gtk/gtk.h:39, from ../../src/sheet-filter.c:46: /usr/include/gtk-2.0/gtk/gtkitemfactory.h:50: warning: function declaration isn't a prototype if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../.. -I../../src -I../../src/widgets -I../../src/dialogs -I../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT sheet-object.lo -MD -MP -MF ".deps/sheet-object.Tpo" -c -o sheet-object.lo ../../src/sheet-object.c; \ then mv -f ".deps/sheet-object.Tpo" ".deps/sheet-object.Plo"; else rm -f ".deps/sheet-object.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../.. -I../../src -I../../src/widgets -I../../src/dialogs -I../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT sheet-object.lo -MD -MP -MF .deps/sheet-object.Tpo -c ../../src/sheet-object.c -fPIC -DPIC -o .libs/sheet-object.o if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../.. -I../../src -I../../src/widgets -I../../src/dialogs -I../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT sheet-object-cell-comment.lo -MD -MP -MF ".deps/sheet-object-cell-comment.Tpo" -c -o sheet-object-cell-comment.lo ../../src/sheet-object-cell-comment.c; \ then mv -f ".deps/sheet-object-cell-comment.Tpo" ".deps/sheet-object-cell-comment.Plo"; else rm -f ".deps/sheet-object-cell-comment.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../.. -I../../src -I../../src/widgets -I../../src/dialogs -I../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT sheet-object-cell-comment.lo -MD -MP -MF .deps/sheet-object-cell-comment.Tpo -c ../../src/sheet-object-cell-comment.c -fPIC -DPIC -o .libs/sheet-object-cell-comment.o if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../.. -I../../src -I../../src/widgets -I../../src/dialogs -I../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT gnm-so-filled.lo -MD -MP -MF ".deps/gnm-so-filled.Tpo" -c -o gnm-so-filled.lo ../../src/gnm-so-filled.c; \ then mv -f ".deps/gnm-so-filled.Tpo" ".deps/gnm-so-filled.Plo"; else rm -f ".deps/gnm-so-filled.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../.. -I../../src -I../../src/widgets -I../../src/dialogs -I../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT gnm-so-filled.lo -MD -MP -MF .deps/gnm-so-filled.Tpo -c ../../src/gnm-so-filled.c -fPIC -DPIC -o .libs/gnm-so-filled.o if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../.. -I../../src -I../../src/widgets -I../../src/dialogs -I../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT gnm-so-line.lo -MD -MP -MF ".deps/gnm-so-line.Tpo" -c -o gnm-so-line.lo ../../src/gnm-so-line.c; \ then mv -f ".deps/gnm-so-line.Tpo" ".deps/gnm-so-line.Plo"; else rm -f ".deps/gnm-so-line.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../.. -I../../src -I../../src/widgets -I../../src/dialogs -I../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT gnm-so-line.lo -MD -MP -MF .deps/gnm-so-line.Tpo -c ../../src/gnm-so-line.c -fPIC -DPIC -o .libs/gnm-so-line.o if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../.. -I../../src -I../../src/widgets -I../../src/dialogs -I../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT gnm-so-polygon.lo -MD -MP -MF ".deps/gnm-so-polygon.Tpo" -c -o gnm-so-polygon.lo ../../src/gnm-so-polygon.c; \ then mv -f ".deps/gnm-so-polygon.Tpo" ".deps/gnm-so-polygon.Plo"; else rm -f ".deps/gnm-so-polygon.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../.. -I../../src -I../../src/widgets -I../../src/dialogs -I../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT gnm-so-polygon.lo -MD -MP -MF .deps/gnm-so-polygon.Tpo -c ../../src/gnm-so-polygon.c -fPIC -DPIC -o .libs/gnm-so-polygon.o if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../.. -I../../src -I../../src/widgets -I../../src/dialogs -I../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT sheet-object-graph.lo -MD -MP -MF ".deps/sheet-object-graph.Tpo" -c -o sheet-object-graph.lo ../../src/sheet-object-graph.c; \ then mv -f ".deps/sheet-object-graph.Tpo" ".deps/sheet-object-graph.Plo"; else rm -f ".deps/sheet-object-graph.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../.. -I../../src -I../../src/widgets -I../../src/dialogs -I../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT sheet-object-graph.lo -MD -MP -MF .deps/sheet-object-graph.Tpo -c ../../src/sheet-object-graph.c -fPIC -DPIC -o .libs/sheet-object-graph.o ../../src/sheet-object-graph.c:346:2: warning: #warning "This violates model gui barrier" In file included from /usr/include/gtk-2.0/gtk/gtkstock.h:33, from ../../src/sheet-object-graph.c:64: /usr/include/gtk-2.0/gtk/gtkitemfactory.h:50: warning: function declaration isn't a prototype if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../.. -I../../src -I../../src/widgets -I../../src/dialogs -I../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT sheet-object-image.lo -MD -MP -MF ".deps/sheet-object-image.Tpo" -c -o sheet-object-image.lo ../../src/sheet-object-image.c; \ then mv -f ".deps/sheet-object-image.Tpo" ".deps/sheet-object-image.Plo"; else rm -f ".deps/sheet-object-image.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../.. -I../../src -I../../src/widgets -I../../src/dialogs -I../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT sheet-object-image.lo -MD -MP -MF .deps/sheet-object-image.Tpo -c ../../src/sheet-object-image.c -fPIC -DPIC -o .libs/sheet-object-image.o In file included from /usr/include/gtk-2.0/gtk/gtkstock.h:33, from ../../src/sheet-object-image.c:32: /usr/include/gtk-2.0/gtk/gtkitemfactory.h:50: warning: function declaration isn't a prototype if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../.. -I../../src -I../../src/widgets -I../../src/dialogs -I../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT sheet-object-widget.lo -MD -MP -MF ".deps/sheet-object-widget.Tpo" -c -o sheet-object-widget.lo ../../src/sheet-object-widget.c; \ then mv -f ".deps/sheet-object-widget.Tpo" ".deps/sheet-object-widget.Plo"; else rm -f ".deps/sheet-object-widget.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../.. -I../../src -I../../src/widgets -I../../src/dialogs -I../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT sheet-object-widget.lo -MD -MP -MF .deps/sheet-object-widget.Tpo -c ../../src/sheet-object-widget.c -fPIC -DPIC -o .libs/sheet-object-widget.o if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../.. -I../../src -I../../src/widgets -I../../src/dialogs -I../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT sheet-style.lo -MD -MP -MF ".deps/sheet-style.Tpo" -c -o sheet-style.lo ../../src/sheet-style.c; \ then mv -f ".deps/sheet-style.Tpo" ".deps/sheet-style.Plo"; else rm -f ".deps/sheet-style.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../.. -I../../src -I../../src/widgets -I../../src/dialogs -I../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT sheet-style.lo -MD -MP -MF .deps/sheet-style.Tpo -c ../../src/sheet-style.c -fPIC -DPIC -o .libs/sheet-style.o In file included from ../../src/sheet-style.c:24: ../../src/gnm-style-impl.h:36:2: warning: #warning TODO use GOFont ../../src/sheet-style.c:504:2: warning: #warning "FIXME: Allocating a GnmColor here is dubious." if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../.. -I../../src -I../../src/widgets -I../../src/dialogs -I../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT gnm-plugin.lo -MD -MP -MF ".deps/gnm-plugin.Tpo" -c -o gnm-plugin.lo ../../src/gnm-plugin.c; \ then mv -f ".deps/gnm-plugin.Tpo" ".deps/gnm-plugin.Plo"; else rm -f ".deps/gnm-plugin.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../.. -I../../src -I../../src/widgets -I../../src/dialogs -I../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT gnm-plugin.lo -MD -MP -MF .deps/gnm-plugin.Tpo -c ../../src/gnm-plugin.c -fPIC -DPIC -o .libs/gnm-plugin.o if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../.. -I../../src -I../../src/widgets -I../../src/dialogs -I../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT sort.lo -MD -MP -MF ".deps/sort.Tpo" -c -o sort.lo ../../src/sort.c; \ then mv -f ".deps/sort.Tpo" ".deps/sort.Plo"; else rm -f ".deps/sort.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../.. -I../../src -I../../src/widgets -I../../src/dialogs -I../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT sort.lo -MD -MP -MF .deps/sort.Tpo -c ../../src/sort.c -fPIC -DPIC -o .libs/sort.o if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../.. -I../../src -I../../src/widgets -I../../src/dialogs -I../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT str.lo -MD -MP -MF ".deps/str.Tpo" -c -o str.lo ../../src/str.c; \ then mv -f ".deps/str.Tpo" ".deps/str.Plo"; else rm -f ".deps/str.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../.. -I../../src -I../../src/widgets -I../../src/dialogs -I../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT str.lo -MD -MP -MF .deps/str.Tpo -c ../../src/str.c -fPIC -DPIC -o .libs/str.o if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../.. -I../../src -I../../src/widgets -I../../src/dialogs -I../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT stf.lo -MD -MP -MF ".deps/stf.Tpo" -c -o stf.lo ../../src/stf.c; \ then mv -f ".deps/stf.Tpo" ".deps/stf.Plo"; else rm -f ".deps/stf.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../.. -I../../src -I../../src/widgets -I../../src/dialogs -I../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT stf.lo -MD -MP -MF .deps/stf.Tpo -c ../../src/stf.c -fPIC -DPIC -o .libs/stf.o ../../src/stf.c:285:2: warning: #warning Add UI for this if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../.. -I../../src -I../../src/widgets -I../../src/dialogs -I../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT stf-export.lo -MD -MP -MF ".deps/stf-export.Tpo" -c -o stf-export.lo ../../src/stf-export.c; \ then mv -f ".deps/stf-export.Tpo" ".deps/stf-export.Plo"; else rm -f ".deps/stf-export.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../.. -I../../src -I../../src/widgets -I../../src/dialogs -I../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT stf-export.lo -MD -MP -MF .deps/stf-export.Tpo -c ../../src/stf-export.c -fPIC -DPIC -o .libs/stf-export.o if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../.. -I../../src -I../../src/widgets -I../../src/dialogs -I../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT stf-parse.lo -MD -MP -MF ".deps/stf-parse.Tpo" -c -o stf-parse.lo ../../src/stf-parse.c; \ then mv -f ".deps/stf-parse.Tpo" ".deps/stf-parse.Plo"; else rm -f ".deps/stf-parse.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../.. -I../../src -I../../src/widgets -I../../src/dialogs -I../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT stf-parse.lo -MD -MP -MF .deps/stf-parse.Tpo -c ../../src/stf-parse.c -fPIC -DPIC -o .libs/stf-parse.o if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../.. -I../../src -I../../src/widgets -I../../src/dialogs -I../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT style.lo -MD -MP -MF ".deps/style.Tpo" -c -o style.lo ../../src/style.c; \ then mv -f ".deps/style.Tpo" ".deps/style.Plo"; else rm -f ".deps/style.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../.. -I../../src -I../../src/widgets -I../../src/dialogs -I../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT style.lo -MD -MP -MF .deps/style.Tpo -c ../../src/style.c -fPIC -DPIC -o .libs/style.o if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../.. -I../../src -I../../src/widgets -I../../src/dialogs -I../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT style-border.lo -MD -MP -MF ".deps/style-border.Tpo" -c -o style-border.lo ../../src/style-border.c; \ then mv -f ".deps/style-border.Tpo" ".deps/style-border.Plo"; else rm -f ".deps/style-border.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../.. -I../../src -I../../src/widgets -I../../src/dialogs -I../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT style-border.lo -MD -MP -MF .deps/style-border.Tpo -c ../../src/style-border.c -fPIC -DPIC -o .libs/style-border.o if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../.. -I../../src -I../../src/widgets -I../../src/dialogs -I../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT style-color.lo -MD -MP -MF ".deps/style-color.Tpo" -c -o style-color.lo ../../src/style-color.c; \ then mv -f ".deps/style-color.Tpo" ".deps/style-color.Plo"; else rm -f ".deps/style-color.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../.. -I../../src -I../../src/widgets -I../../src/dialogs -I../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT style-color.lo -MD -MP -MF .deps/style-color.Tpo -c ../../src/style-color.c -fPIC -DPIC -o .libs/style-color.o In file included from /usr/include/gtk-2.0/gtk/gtkactiongroup.h:35, from /usr/include/gtk-2.0/gtk/gtk.h:39, from ../../src/style-color.c:14: /usr/include/gtk-2.0/gtk/gtkitemfactory.h:50: warning: function declaration isn't a prototype if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../.. -I../../src -I../../src/widgets -I../../src/dialogs -I../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT style-conditions.lo -MD -MP -MF ".deps/style-conditions.Tpo" -c -o style-conditions.lo ../../src/style-conditions.c; \ then mv -f ".deps/style-conditions.Tpo" ".deps/style-conditions.Plo"; else rm -f ".deps/style-conditions.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../.. -I../../src -I../../src/widgets -I../../src/dialogs -I../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT style-conditions.lo -MD -MP -MF .deps/style-conditions.Tpo -c ../../src/style-conditions.c -fPIC -DPIC -o .libs/style-conditions.o In file included from ../../src/style-conditions.c:26: ../../src/gnm-style-impl.h:36:2: warning: #warning TODO use GOFont if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../.. -I../../src -I../../src/widgets -I../../src/dialogs -I../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT summary.lo -MD -MP -MF ".deps/summary.Tpo" -c -o summary.lo ../../src/summary.c; \ then mv -f ".deps/summary.Tpo" ".deps/summary.Plo"; else rm -f ".deps/summary.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../.. -I../../src -I../../src/widgets -I../../src/dialogs -I../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT summary.lo -MD -MP -MF .deps/summary.Tpo -c ../../src/summary.c -fPIC -DPIC -o .libs/summary.o if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../.. -I../../src -I../../src/widgets -I../../src/dialogs -I../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT symbol.lo -MD -MP -MF ".deps/symbol.Tpo" -c -o symbol.lo ../../src/symbol.c; \ then mv -f ".deps/symbol.Tpo" ".deps/symbol.Plo"; else rm -f ".deps/symbol.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../.. -I../../src -I../../src/widgets -I../../src/dialogs -I../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT symbol.lo -MD -MP -MF .deps/symbol.Tpo -c ../../src/symbol.c -fPIC -DPIC -o .libs/symbol.o if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../.. -I../../src -I../../src/widgets -I../../src/dialogs -I../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT validation.lo -MD -MP -MF ".deps/validation.Tpo" -c -o validation.lo ../../src/validation.c; \ then mv -f ".deps/validation.Tpo" ".deps/validation.Plo"; else rm -f ".deps/validation.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../.. -I../../src -I../../src/widgets -I../../src/dialogs -I../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT validation.lo -MD -MP -MF .deps/validation.Tpo -c ../../src/validation.c -fPIC -DPIC -o .libs/validation.o if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../.. -I../../src -I../../src/widgets -I../../src/dialogs -I../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT value.lo -MD -MP -MF ".deps/value.Tpo" -c -o value.lo ../../src/value.c; \ then mv -f ".deps/value.Tpo" ".deps/value.Plo"; else rm -f ".deps/value.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../.. -I../../src -I../../src/widgets -I../../src/dialogs -I../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT value.lo -MD -MP -MF .deps/value.Tpo -c ../../src/value.c -fPIC -DPIC -o .libs/value.o if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../.. -I../../src -I../../src/widgets -I../../src/dialogs -I../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT value-sheet.lo -MD -MP -MF ".deps/value-sheet.Tpo" -c -o value-sheet.lo ../../src/value-sheet.c; \ then mv -f ".deps/value-sheet.Tpo" ".deps/value-sheet.Plo"; else rm -f ".deps/value-sheet.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../.. -I../../src -I../../src/widgets -I../../src/dialogs -I../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT value-sheet.lo -MD -MP -MF .deps/value-sheet.Tpo -c ../../src/value-sheet.c -fPIC -DPIC -o .libs/value-sheet.o if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../.. -I../../src -I../../src/widgets -I../../src/dialogs -I../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT workbook.lo -MD -MP -MF ".deps/workbook.Tpo" -c -o workbook.lo ../../src/workbook.c; \ then mv -f ".deps/workbook.Tpo" ".deps/workbook.Plo"; else rm -f ".deps/workbook.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../.. -I../../src -I../../src/widgets -I../../src/dialogs -I../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT workbook.lo -MD -MP -MF .deps/workbook.Tpo -c ../../src/workbook.c -fPIC -DPIC -o .libs/workbook.o if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../.. -I../../src -I../../src/widgets -I../../src/dialogs -I../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT workbook-cmd-format.lo -MD -MP -MF ".deps/workbook-cmd-format.Tpo" -c -o workbook-cmd-format.lo ../../src/workbook-cmd-format.c; \ then mv -f ".deps/workbook-cmd-format.Tpo" ".deps/workbook-cmd-format.Plo"; else rm -f ".deps/workbook-cmd-format.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../.. -I../../src -I../../src/widgets -I../../src/dialogs -I../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT workbook-cmd-format.lo -MD -MP -MF .deps/workbook-cmd-format.Tpo -c ../../src/workbook-cmd-format.c -fPIC -DPIC -o .libs/workbook-cmd-format.o if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../.. -I../../src -I../../src/widgets -I../../src/dialogs -I../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT workbook-edit.lo -MD -MP -MF ".deps/workbook-edit.Tpo" -c -o workbook-edit.lo ../../src/workbook-edit.c; \ then mv -f ".deps/workbook-edit.Tpo" ".deps/workbook-edit.Plo"; else rm -f ".deps/workbook-edit.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../.. -I../../src -I../../src/widgets -I../../src/dialogs -I../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT workbook-edit.lo -MD -MP -MF .deps/workbook-edit.Tpo -c ../../src/workbook-edit.c -fPIC -DPIC -o .libs/workbook-edit.o In file included from /usr/include/gtk-2.0/gtk/gtkactiongroup.h:35, from /usr/include/gtk-2.0/gtk/gtk.h:39, from ../../src/workbook-edit.c:39: /usr/include/gtk-2.0/gtk/gtkitemfactory.h:50: warning: function declaration isn't a prototype if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../.. -I../../src -I../../src/widgets -I../../src/dialogs -I../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT workbook-view.lo -MD -MP -MF ".deps/workbook-view.Tpo" -c -o workbook-view.lo ../../src/workbook-view.c; \ then mv -f ".deps/workbook-view.Tpo" ".deps/workbook-view.Plo"; else rm -f ".deps/workbook-view.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../.. -I../../src -I../../src/widgets -I../../src/dialogs -I../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT workbook-view.lo -MD -MP -MF .deps/workbook-view.Tpo -c ../../src/workbook-view.c -fPIC -DPIC -o .libs/workbook-view.o if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../.. -I../../src -I../../src/widgets -I../../src/dialogs -I../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT workbook-control.lo -MD -MP -MF ".deps/workbook-control.Tpo" -c -o workbook-control.lo ../../src/workbook-control.c; \ then mv -f ".deps/workbook-control.Tpo" ".deps/workbook-control.Plo"; else rm -f ".deps/workbook-control.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../.. -I../../src -I../../src/widgets -I../../src/dialogs -I../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT workbook-control.lo -MD -MP -MF .deps/workbook-control.Tpo -c ../../src/workbook-control.c -fPIC -DPIC -o .libs/workbook-control.o if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../.. -I../../src -I../../src/widgets -I../../src/dialogs -I../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT workbook-control-gui.lo -MD -MP -MF ".deps/workbook-control-gui.Tpo" -c -o workbook-control-gui.lo ../../src/workbook-control-gui.c; \ then mv -f ".deps/workbook-control-gui.Tpo" ".deps/workbook-control-gui.Plo"; else rm -f ".deps/workbook-control-gui.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../.. -I../../src -I../../src/widgets -I../../src/dialogs -I../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT workbook-control-gui.lo -MD -MP -MF .deps/workbook-control-gui.Tpo -c ../../src/workbook-control-gui.c -fPIC -DPIC -o .libs/workbook-control-gui.o ../../src/workbook-control-gui.c:2698:2: warning: #warning why is this here ? In file included from /usr/include/gtk-2.0/gtk/gtkstock.h:33, from ../../src/workbook-control-gui.c:93: /usr/include/gtk-2.0/gtk/gtkitemfactory.h:50: warning: function declaration isn't a prototype ../../src/workbook-control-gui.c: In function 'edit_area_button': ../../src/workbook-control-gui.c:1541: warning: return from incompatible pointer type if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../.. -I../../src -I../../src/widgets -I../../src/dialogs -I../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT wbc-gtk.lo -MD -MP -MF ".deps/wbc-gtk.Tpo" -c -o wbc-gtk.lo ../../src/wbc-gtk.c; \ then mv -f ".deps/wbc-gtk.Tpo" ".deps/wbc-gtk.Plo"; else rm -f ".deps/wbc-gtk.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../.. -I../../src -I../../src/widgets -I../../src/dialogs -I../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT wbc-gtk.lo -MD -MP -MF .deps/wbc-gtk.Tpo -c ../../src/wbc-gtk.c -fPIC -DPIC -o .libs/wbc-gtk.o ../../src/wbc-gtk.c:170:2: warning: #warning TODO : Add zoom to selection ../../src/wbc-gtk.c:1480:2: warning: #warning "TODO split into smaller chunks" In file included from /usr/include/gtk-2.0/gtk/gtkactiongroup.h:35, from ../../src/wbc-gtk.c:53: /usr/include/gtk-2.0/gtk/gtkitemfactory.h:50: warning: function declaration isn't a prototype if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../.. -I../../src -I../../src/widgets -I../../src/dialogs -I../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT wbcg-actions.lo -MD -MP -MF ".deps/wbcg-actions.Tpo" -c -o wbcg-actions.lo ../../src/wbcg-actions.c; \ then mv -f ".deps/wbcg-actions.Tpo" ".deps/wbcg-actions.Plo"; else rm -f ".deps/wbcg-actions.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../.. -I../../src -I../../src/widgets -I../../src/dialogs -I../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT wbcg-actions.lo -MD -MP -MF .deps/wbcg-actions.Tpo -c ../../src/wbcg-actions.c -fPIC -DPIC -o .libs/wbcg-actions.o ../../src/wbcg-actions.c:786:2: warning: #warning Add undo/redo ../../src/wbcg-actions.c:910:2: warning: #warning "handle translations when we generate them" ../../src/wbcg-actions.c:2094:2: warning: #warning add descriptions for copy down/right ../../src/wbcg-actions.c:2167:2: warning: #warning "Add justify" ../../src/wbcg-actions.c:2168:2: warning: #warning "h/v distributed?" ../../src/wbcg-actions.c:2170:2: warning: #warning "Get vertical alignment icons" In file included from /usr/include/gtk-2.0/gtk/gtkactiongroup.h:35, from ../../src/wbcg-actions.c:78: /usr/include/gtk-2.0/gtk/gtkitemfactory.h:50: warning: function declaration isn't a prototype if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../.. -I../../src -I../../src/widgets -I../../src/dialogs -I../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT xml-io.lo -MD -MP -MF ".deps/xml-io.Tpo" -c -o xml-io.lo ../../src/xml-io.c; \ then mv -f ".deps/xml-io.Tpo" ".deps/xml-io.Plo"; else rm -f ".deps/xml-io.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../.. -I../../src -I../../src/widgets -I../../src/dialogs -I../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT xml-io.lo -MD -MP -MF .deps/xml-io.Tpo -c ../../src/xml-io.c -fPIC -DPIC -o .libs/xml-io.o ../../src/xml-io.c:2050:2: warning: #warning TODO : arrays if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../.. -I../../src -I../../src/widgets -I../../src/dialogs -I../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT xml-sax-read.lo -MD -MP -MF ".deps/xml-sax-read.Tpo" -c -o xml-sax-read.lo ../../src/xml-sax-read.c; \ then mv -f ".deps/xml-sax-read.Tpo" ".deps/xml-sax-read.Plo"; else rm -f ".deps/xml-sax-read.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../.. -I../../src -I../../src/widgets -I../../src/dialogs -I../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT xml-sax-read.lo -MD -MP -MF .deps/xml-sax-read.Tpo -c ../../src/xml-sax-read.c -fPIC -DPIC -o .libs/xml-sax-read.o if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../.. -I../../src -I../../src/widgets -I../../src/dialogs -I../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT xml-sax-write.lo -MD -MP -MF ".deps/xml-sax-write.Tpo" -c -o xml-sax-write.lo ../../src/xml-sax-write.c; \ then mv -f ".deps/xml-sax-write.Tpo" ".deps/xml-sax-write.Plo"; else rm -f ".deps/xml-sax-write.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../.. -I../../src -I../../src/widgets -I../../src/dialogs -I../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT xml-sax-write.lo -MD -MP -MF .deps/xml-sax-write.Tpo -c ../../src/xml-sax-write.c -fPIC -DPIC -o .libs/xml-sax-write.o if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../.. -I../../src -I../../src/widgets -I../../src/dialogs -I../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT gnumeric-gconf.lo -MD -MP -MF ".deps/gnumeric-gconf.Tpo" -c -o gnumeric-gconf.lo ../../src/gnumeric-gconf.c; \ then mv -f ".deps/gnumeric-gconf.Tpo" ".deps/gnumeric-gconf.Plo"; else rm -f ".deps/gnumeric-gconf.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../.. -I../../src -I../../src/widgets -I../../src/dialogs -I../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT gnumeric-gconf.lo -MD -MP -MF .deps/gnumeric-gconf.Tpo -c ../../src/gnumeric-gconf.c -fPIC -DPIC -o .libs/gnumeric-gconf.o /bin/sh ../libtool --tag=CC --mode=link gcc -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -Wl,-O1 -Wl,--as-needed -o libspreadsheet.la -rpath /usr/lib -release 1.6.3 gnm-marshalers.lo application.lo auto-format.lo cell.lo cell-draw.lo cellspan.lo clipboard.lo cmd-edit.lo collect.lo colrow.lo command-context.lo command-context-stderr.lo commands.lo complete.lo complete-sheet.lo complex.lo consolidate.lo dependent.lo expr.lo expr-name.lo file-autoft.lo format-template.lo func.lo func-builtin.lo gnm-format.lo gnm-datetime.lo gnumeric-simple-canvas.lo gnumeric-canvas.lo gnumeric-pane.lo graph.lo gutils.lo gui-clipboard.lo gui-file.lo gui-util.lo hlink.lo history.lo input-msg.lo item-acetate.lo item-bar.lo item-cursor.lo item-debug.lo item-edit.lo item-grid.lo libgnumeric.lo mathfunc.lo mstyle.lo number-match.lo parser.lo parse-util.lo pattern.lo pivottable.lo position.lo preview-grid.lo print.lo print-cell.lo print-info.lo rangefunc.lo rangefunc-strings.lo ranges.lo regression.lo rendered-value.lo search.lo selection.lo session.lo sheet.lo sheet-view.lo sheet-control.lo sheet-control-gui.lo sheet-merge.lo sheet-autofill.lo sheet-filter.lo sheet-object.lo sheet-object-cell-comment.lo gnm-so-filled.lo gnm-so-line.lo gnm-so-polygon.lo sheet-object-graph.lo sheet-object-image.lo sheet-object-widget.lo sheet-style.lo gnm-plugin.lo sort.lo str.lo stf.lo stf-export.lo stf-parse.lo style.lo style-border.lo style-color.lo style-conditions.lo summary.lo symbol.lo validation.lo value.lo value-sheet.lo workbook.lo workbook-cmd-format.lo workbook-edit.lo workbook-view.lo workbook-control.lo workbook-control-gui.lo wbc-gtk.lo wbcg-actions.lo xml-io.lo xml-sax-read.lo xml-sax-write.lo gnumeric-gconf.lo dialogs/libdialogs.la tools/libtools.la widgets/libwidgets.la tools/solver/libsolver.la tools/solver/glpk/source/libglpk.la tools/solver/lp_solve/liblp_solve.la -Wl,--export-dynamic -pthread -lgoffice-1 -lglade-2.0 -lgnomeprintui-2-2 -lgnomeprint-2-2 -lz -lgnomeui-2 -lSM -lICE -lbonoboui-2 -lgnome-keyring -lgnomecanvas-2 -lgnome-2 -lpopt -lart_lgpl_2 -lpangoft2-1.0 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lfontconfig -lXext -lXrender -lXinerama -lXi -lXrandr -lXcursor -lXfixes -lpango-1.0 -lcairo -lX11 -lgsf-gnome-1 -lgsf-1 -lgnomevfs-2 -lxml2 -lbonobo-2 -lgconf-2 -lgobject-2.0 -lbonobo-activation -lORBit-2 -lm -lgmodule-2.0 -ldl -lgthread-2.0 -lglib-2.0 -lm gcc -shared .libs/gnm-marshalers.o .libs/application.o .libs/auto-format.o .libs/cell.o .libs/cell-draw.o .libs/cellspan.o .libs/clipboard.o .libs/cmd-edit.o .libs/collect.o .libs/colrow.o .libs/command-context.o .libs/command-context-stderr.o .libs/commands.o .libs/complete.o .libs/complete-sheet.o .libs/complex.o .libs/consolidate.o .libs/dependent.o .libs/expr.o .libs/expr-name.o .libs/file-autoft.o .libs/format-template.o .libs/func.o .libs/func-builtin.o .libs/gnm-format.o .libs/gnm-datetime.o .libs/gnumeric-simple-canvas.o .libs/gnumeric-canvas.o .libs/gnumeric-pane.o .libs/graph.o .libs/gutils.o .libs/gui-clipboard.o .libs/gui-file.o .libs/gui-util.o .libs/hlink.o .libs/history.o .libs/input-msg.o .libs/item-acetate.o .libs/item-bar.o .libs/item-cursor.o .libs/item-debug.o .libs/item-edit.o .libs/item-grid.o .libs/libgnumeric.o .libs/mathfunc.o .libs/mstyle.o .libs/number-match.o .libs/parser.o .libs/parse-util.o .libs/pattern.o .libs/pivottable.o .libs/position.o .libs/preview-grid.o .libs/print.o .libs/print-cell.o .libs/print-info.o .libs/rangefunc.o .libs/rangefunc-strings.o .libs/ranges.o .libs/regression.o .libs/rendered-value.o .libs/search.o .libs/selection.o .libs/session.o .libs/sheet.o .libs/sheet-view.o .libs/sheet-control.o .libs/sheet-control-gui.o .libs/sheet-merge.o .libs/sheet-autofill.o .libs/sheet-filter.o .libs/sheet-object.o .libs/sheet-object-cell-comment.o .libs/gnm-so-filled.o .libs/gnm-so-line.o .libs/gnm-so-polygon.o .libs/sheet-object-graph.o .libs/sheet-object-image.o .libs/sheet-object-widget.o .libs/sheet-style.o .libs/gnm-plugin.o .libs/sort.o .libs/str.o .libs/stf.o .libs/stf-export.o .libs/stf-parse.o .libs/style.o .libs/style-border.o .libs/style-color.o .libs/style-conditions.o .libs/summary.o .libs/symbol.o .libs/validation.o .libs/value.o .libs/value-sheet.o .libs/workbook.o .libs/workbook-cmd-format.o .libs/workbook-edit.o .libs/workbook-view.o .libs/workbook-control.o .libs/workbook-control-gui.o .libs/wbc-gtk.o .libs/wbcg-actions.o .libs/xml-io.o .libs/xml-sax-read.o .libs/xml-sax-write.o .libs/gnumeric-gconf.o -Wl,--whole-archive dialogs/.libs/libdialogs.a tools/.libs/libtools.a widgets/.libs/libwidgets.a tools/solver/.libs/libsolver.a tools/solver/glpk/source/.libs/libglpk.a tools/solver/lp_solve/.libs/liblp_solve.a -Wl,--no-whole-archive -lgoffice-1 /usr/lib/libglade-2.0.so -lgnomeprintui-2-2 -lgnomeprint-2-2 -lz /usr/lib/libgnomeui-2.so -lSM -lICE /usr/lib/libbonoboui-2.so /usr/lib/libgnome-keyring.so /usr/lib/libgnomecanvas-2.so /usr/lib/libgnome-2.so /usr/lib/libpopt.so /usr/lib/libart_lgpl_2.so /usr/lib/libpangoft2-1.0.so /usr/lib/libgtk-x11-2.0.so /usr/lib/libgdk-x11-2.0.so /usr/lib/libatk-1.0.so /usr/lib/libgdk_pixbuf-2.0.so /usr/lib/libpangocairo-1.0.so -lfontconfig -lXext -lXrender -lXinerama -lXi -lXrandr -lXcursor -lXfixes /usr/lib/libpango-1.0.so /usr/lib/libcairo.so -lX11 -lgsf-gnome-1 -lgsf-1 /usr/lib/libgnomevfs-2.so /usr/lib/libxml2.so /usr/lib/libbonobo-2.so /usr/lib/libgconf-2.so /usr/lib/libgobject-2.0.so /usr/lib/libbonobo-activation.so /usr/lib/libORBit-2.so /usr/lib/libgmodule-2.0.so -ldl /usr/lib/libgthread-2.0.so /usr/lib/libglib-2.0.so -lm -Wl,-O1 -Wl,--as-needed -Wl,--export-dynamic -pthread -Wl,-soname -Wl,libspreadsheet-1.6.3.so -o .libs/libspreadsheet-1.6.3.so (cd .libs && rm -f libspreadsheet.so && ln -s libspreadsheet-1.6.3.so libspreadsheet.so) creating libspreadsheet.la (cd .libs && rm -f libspreadsheet.la && ln -s ../libspreadsheet.la libspreadsheet.la) if gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../.. -I../../src -I../../src/widgets -I../../src/dialogs -I../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT io-context-gtk.o -MD -MP -MF ".deps/io-context-gtk.Tpo" -c -o io-context-gtk.o ../../src/io-context-gtk.c; \ then mv -f ".deps/io-context-gtk.Tpo" ".deps/io-context-gtk.Po"; else rm -f ".deps/io-context-gtk.Tpo"; exit 1; fi if gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../.. -I../../src -I../../src/widgets -I../../src/dialogs -I../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT main-application.o -MD -MP -MF ".deps/main-application.Tpo" -c -o main-application.o ../../src/main-application.c; \ then mv -f ".deps/main-application.Tpo" ".deps/main-application.Po"; else rm -f ".deps/main-application.Tpo"; exit 1; fi ../../src/main-application.c:282:2: warning: #warning "REMOVE REMOVE REMOVE" /bin/sh ../libtool --tag=CC --mode=link gcc -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -Wl,-O1 -Wl,--as-needed -o gnumeric -export-dynamic io-context-gtk.o main-application.o libspreadsheet.la -lpopt -lm gcc -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -Wl,-O1 -Wl,--as-needed -o .libs/gnumeric io-context-gtk.o main-application.o -Wl,--export-dynamic ./.libs/libspreadsheet.so /usr/lib/libpopt.so -lm creating gnumeric if gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../.. -I../../src -I../../src/widgets -I../../src/dialogs -I../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT ssconvert.o -MD -MP -MF ".deps/ssconvert.Tpo" -c -o ssconvert.o ../../src/ssconvert.c; \ then mv -f ".deps/ssconvert.Tpo" ".deps/ssconvert.Po"; else rm -f ".deps/ssconvert.Tpo"; exit 1; fi /bin/sh ../libtool --tag=CC --mode=link gcc -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -Wl,-O1 -Wl,--as-needed -o ssconvert -export-dynamic ssconvert.o libspreadsheet.la -lpopt -lm gcc -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -Wl,-O1 -Wl,--as-needed -o .libs/ssconvert ssconvert.o -Wl,--export-dynamic ./.libs/libspreadsheet.so /usr/lib/libpopt.so -lm creating ssconvert if gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../.. -I../../src -I../../src/widgets -I../../src/dialogs -I../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT ssindex.o -MD -MP -MF ".deps/ssindex.Tpo" -c -o ssindex.o ../../src/ssindex.c; \ then mv -f ".deps/ssindex.Tpo" ".deps/ssindex.Po"; else rm -f ".deps/ssindex.Tpo"; exit 1; fi /bin/sh ../libtool --tag=CC --mode=link gcc -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -Wl,-O1 -Wl,--as-needed -o ssindex -export-dynamic ssindex.o libspreadsheet.la -lpopt -lm gcc -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -Wl,-O1 -Wl,--as-needed -o .libs/ssindex ssindex.o -Wl,--export-dynamic ./.libs/libspreadsheet.so /usr/lib/libpopt.so -lm creating ssindex sed -e 's/ _name *=/ name=/' <../../src/GNOME_Gnumeric-gtk.xml.in >GNOME_Gnumeric-gtk.xml make[5]: Leaving directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/src' make[4]: Leaving directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/src' make[3]: Leaving directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/src' Making all in plugins make[3]: Entering directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/plugins' Making all in excel make[4]: Entering directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/plugins/excel' if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../plugins/excel -I../.. -DGNOMELOCALEDIR=\""/usr/share/locale"\" -I../../../src -I../../src -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT boot.lo -MD -MP -MF ".deps/boot.Tpo" -c -o boot.lo ../../../plugins/excel/boot.c; \ then mv -f ".deps/boot.Tpo" ".deps/boot.Plo"; else rm -f ".deps/boot.Tpo"; exit 1; fi mkdir .libs gcc -DHAVE_CONFIG_H -I. -I../../../plugins/excel -I../.. -DGNOMELOCALEDIR=\"/usr/share/locale\" -I../../../src -I../../src -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT boot.lo -MD -MP -MF .deps/boot.Tpo -c ../../../plugins/excel/boot.c -fPIC -DPIC -o .libs/boot.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../plugins/excel -I../.. -DGNOMELOCALEDIR=\""/usr/share/locale"\" -I../../../src -I../../src -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT excel-xml-read.lo -MD -MP -MF ".deps/excel-xml-read.Tpo" -c -o excel-xml-read.lo ../../../plugins/excel/excel-xml-read.c; \ then mv -f ".deps/excel-xml-read.Tpo" ".deps/excel-xml-read.Plo"; else rm -f ".deps/excel-xml-read.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I../../../plugins/excel -I../.. -DGNOMELOCALEDIR=\"/usr/share/locale\" -I../../../src -I../../src -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT excel-xml-read.lo -MD -MP -MF .deps/excel-xml-read.Tpo -c ../../../plugins/excel/excel-xml-read.c -fPIC -DPIC -o .libs/excel-xml-read.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../plugins/excel -I../.. -DGNOMELOCALEDIR=\""/usr/share/locale"\" -I../../../src -I../../src -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT ms-biff.lo -MD -MP -MF ".deps/ms-biff.Tpo" -c -o ms-biff.lo ../../../plugins/excel/ms-biff.c; \ then mv -f ".deps/ms-biff.Tpo" ".deps/ms-biff.Plo"; else rm -f ".deps/ms-biff.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I../../../plugins/excel -I../.. -DGNOMELOCALEDIR=\"/usr/share/locale\" -I../../../src -I../../src -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT ms-biff.lo -MD -MP -MF .deps/ms-biff.Tpo -c ../../../plugins/excel/ms-biff.c -fPIC -DPIC -o .libs/ms-biff.o ../../../plugins/excel/ms-biff.c:368:2: warning: #warning FINISH this if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../plugins/excel -I../.. -DGNOMELOCALEDIR=\""/usr/share/locale"\" -I../../../src -I../../src -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT ms-container.lo -MD -MP -MF ".deps/ms-container.Tpo" -c -o ms-container.lo ../../../plugins/excel/ms-container.c; \ then mv -f ".deps/ms-container.Tpo" ".deps/ms-container.Plo"; else rm -f ".deps/ms-container.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I../../../plugins/excel -I../.. -DGNOMELOCALEDIR=\"/usr/share/locale\" -I../../../src -I../../src -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT ms-container.lo -MD -MP -MF .deps/ms-container.Tpo -c ../../../plugins/excel/ms-container.c -fPIC -DPIC -o .libs/ms-container.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../plugins/excel -I../.. -DGNOMELOCALEDIR=\""/usr/share/locale"\" -I../../../src -I../../src -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT ms-escher.lo -MD -MP -MF ".deps/ms-escher.Tpo" -c -o ms-escher.lo ../../../plugins/excel/ms-escher.c; \ then mv -f ".deps/ms-escher.Tpo" ".deps/ms-escher.Plo"; else rm -f ".deps/ms-escher.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I../../../plugins/excel -I../.. -DGNOMELOCALEDIR=\"/usr/share/locale\" -I../../../src -I../../src -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT ms-escher.lo -MD -MP -MF .deps/ms-escher.Tpo -c ../../../plugins/excel/ms-escher.c -fPIC -DPIC -o .libs/ms-escher.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../plugins/excel -I../.. -DGNOMELOCALEDIR=\""/usr/share/locale"\" -I../../../src -I../../src -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT ms-excel-util.lo -MD -MP -MF ".deps/ms-excel-util.Tpo" -c -o ms-excel-util.lo ../../../plugins/excel/ms-excel-util.c; \ then mv -f ".deps/ms-excel-util.Tpo" ".deps/ms-excel-util.Plo"; else rm -f ".deps/ms-excel-util.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I../../../plugins/excel -I../.. -DGNOMELOCALEDIR=\"/usr/share/locale\" -I../../../src -I../../src -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT ms-excel-util.lo -MD -MP -MF .deps/ms-excel-util.Tpo -c ../../../plugins/excel/ms-excel-util.c -fPIC -DPIC -o .libs/ms-excel-util.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../plugins/excel -I../.. -DGNOMELOCALEDIR=\""/usr/share/locale"\" -I../../../src -I../../src -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT ms-excel-read.lo -MD -MP -MF ".deps/ms-excel-read.Tpo" -c -o ms-excel-read.lo ../../../plugins/excel/ms-excel-read.c; \ then mv -f ".deps/ms-excel-read.Tpo" ".deps/ms-excel-read.Plo"; else rm -f ".deps/ms-excel-read.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I../../../plugins/excel -I../.. -DGNOMELOCALEDIR=\"/usr/share/locale\" -I../../../src -I../../src -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT ms-excel-read.lo -MD -MP -MF .deps/ms-excel-read.Tpo -c ../../../plugins/excel/ms-excel-read.c -fPIC -DPIC -o .libs/ms-excel-read.o ../../../plugins/excel/ms-excel-read.c:1589:2: warning: #warning FINISH when GOFont is smarter ../../../plugins/excel/ms-excel-read.c:4484:2: warning: #warning Are we sure the parse is relative to 0,0 ? DV is relative to the first range ../../../plugins/excel/ms-excel-read.c:5852:2: warning: #warning create a workbook and sheets when we have a facility for merging things ../../../plugins/excel/ms-excel-read.c: In function 'excel_get_chars': ../../../plugins/excel/ms-excel-read.c:803: warning: dereferencing type-punned pointer will break strict-aliasing rules if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../plugins/excel -I../.. -DGNOMELOCALEDIR=\""/usr/share/locale"\" -I../../../src -I../../src -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT ms-excel-write.lo -MD -MP -MF ".deps/ms-excel-write.Tpo" -c -o ms-excel-write.lo ../../../plugins/excel/ms-excel-write.c; \ then mv -f ".deps/ms-excel-write.Tpo" ".deps/ms-excel-write.Plo"; else rm -f ".deps/ms-excel-write.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I../../../plugins/excel -I../.. -DGNOMELOCALEDIR=\"/usr/share/locale\" -I../../../src -I../../src -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT ms-excel-write.lo -MD -MP -MF .deps/ms-excel-write.Tpo -c ../../../plugins/excel/ms-excel-write.c -fPIC -DPIC -o .libs/ms-excel-write.o ../../../plugins/excel/ms-excel-write.c:4448:2: warning: #warning handle multiple charts in a graph by creating multiple objects ../../../plugins/excel/ms-excel-write.c:4650:2: warning: #warning TODO TODO FIXME FIXME FIXME : filter for boxes with text ../../../plugins/excel/ms-excel-write.c: In function 'excel_write_string': ../../../plugins/excel/ms-excel-write.c:252: warning: dereferencing type-punned pointer will break strict-aliasing rules if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../plugins/excel -I../.. -DGNOMELOCALEDIR=\""/usr/share/locale"\" -I../../../src -I../../src -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT ms-formula-read.lo -MD -MP -MF ".deps/ms-formula-read.Tpo" -c -o ms-formula-read.lo ../../../plugins/excel/ms-formula-read.c; \ then mv -f ".deps/ms-formula-read.Tpo" ".deps/ms-formula-read.Plo"; else rm -f ".deps/ms-formula-read.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I../../../plugins/excel -I../.. -DGNOMELOCALEDIR=\"/usr/share/locale\" -I../../../src -I../../src -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT ms-formula-read.lo -MD -MP -MF .deps/ms-formula-read.Tpo -c ../../../plugins/excel/ms-formula-read.c -fPIC -DPIC -o .libs/ms-formula-read.o ../../../plugins/excel/ms-formula-read.c: In function 'excel_parse_formula': ../../../plugins/excel/ms-formula-read.c:989: warning: ignoring return value of 'g_slist_append', declared with attribute warn_unused_result if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../plugins/excel -I../.. -DGNOMELOCALEDIR=\""/usr/share/locale"\" -I../../../src -I../../src -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT ms-formula-write.lo -MD -MP -MF ".deps/ms-formula-write.Tpo" -c -o ms-formula-write.lo ../../../plugins/excel/ms-formula-write.c; \ then mv -f ".deps/ms-formula-write.Tpo" ".deps/ms-formula-write.Plo"; else rm -f ".deps/ms-formula-write.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I../../../plugins/excel -I../.. -DGNOMELOCALEDIR=\"/usr/share/locale\" -I../../../src -I../../src -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT ms-formula-write.lo -MD -MP -MF .deps/ms-formula-write.Tpo -c ../../../plugins/excel/ms-formula-write.c -fPIC -DPIC -o .libs/ms-formula-write.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../plugins/excel -I../.. -DGNOMELOCALEDIR=\""/usr/share/locale"\" -I../../../src -I../../src -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT ms-obj.lo -MD -MP -MF ".deps/ms-obj.Tpo" -c -o ms-obj.lo ../../../plugins/excel/ms-obj.c; \ then mv -f ".deps/ms-obj.Tpo" ".deps/ms-obj.Plo"; else rm -f ".deps/ms-obj.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I../../../plugins/excel -I../.. -DGNOMELOCALEDIR=\"/usr/share/locale\" -I../../../src -I../../src -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT ms-obj.lo -MD -MP -MF .deps/ms-obj.Tpo -c ../../../plugins/excel/ms-obj.c -fPIC -DPIC -o .libs/ms-obj.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../plugins/excel -I../.. -DGNOMELOCALEDIR=\""/usr/share/locale"\" -I../../../src -I../../src -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT ms-chart.lo -MD -MP -MF ".deps/ms-chart.Tpo" -c -o ms-chart.lo ../../../plugins/excel/ms-chart.c; \ then mv -f ".deps/ms-chart.Tpo" ".deps/ms-chart.Plo"; else rm -f ".deps/ms-chart.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I../../../plugins/excel -I../.. -DGNOMELOCALEDIR=\"/usr/share/locale\" -I../../../src -I../../src -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT ms-chart.lo -MD -MP -MF .deps/ms-chart.Tpo -c ../../../plugins/excel/ms-chart.c -fPIC -DPIC -o .libs/ms-chart.o ../../../plugins/excel/ms-chart.c:1896:2: warning: #warning implement wireframe (aka use-color) ../../../plugins/excel/ms-chart.c:3308:2: warning: #warning export images ../../../plugins/excel/ms-chart.c:3328:2: warning: #warning export gradients ../../../plugins/excel/ms-chart.c:3469:2: warning: #warning use _tmp_ here when we get the null view in place ../../../plugins/excel/ms-chart.c:3635:2: warning: #warning get the right font ../../../plugins/excel/ms-chart.c:4444:2: warning: #warning be smart about singletons and titles ../../../plugins/excel/ms-chart.c:4813:2: warning: #warning what do these connect to ? ../../../plugins/excel/ms-chart.c: In function 'chart_write_axis': ../../../plugins/excel/ms-chart.c:3872: warning: null argument where non-null required (argument 1) ../../../plugins/excel/ms-chart.c:3872: warning: null argument where non-null required (argument 1) ../../../plugins/excel/ms-chart.c:3872: warning: null argument where non-null required (argument 1) ../../../plugins/excel/ms-chart.c:3872: warning: null argument where non-null required (argument 1) ../../../plugins/excel/ms-chart.c:3872: warning: null argument where non-null required (argument 1) ../../../plugins/excel/ms-chart.c:3872: warning: null argument where non-null required (argument 1) ../../../plugins/excel/ms-chart.c:3872: warning: null argument where non-null required (argument 1) ../../../plugins/excel/ms-chart.c:3872: warning: null argument where non-null required (argument 1) if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../plugins/excel -I../.. -DGNOMELOCALEDIR=\""/usr/share/locale"\" -I../../../src -I../../src -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT ms-pivot.lo -MD -MP -MF ".deps/ms-pivot.Tpo" -c -o ms-pivot.lo ../../../plugins/excel/ms-pivot.c; \ then mv -f ".deps/ms-pivot.Tpo" ".deps/ms-pivot.Plo"; else rm -f ".deps/ms-pivot.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I../../../plugins/excel -I../.. -DGNOMELOCALEDIR=\"/usr/share/locale\" -I../../../src -I../../src -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT ms-pivot.lo -MD -MP -MF .deps/ms-pivot.Tpo -c ../../../plugins/excel/ms-pivot.c -fPIC -DPIC -o .libs/ms-pivot.o ../../../plugins/excel/ms-pivot.c: In function 'xl_read_pivot_cache': ../../../plugins/excel/ms-pivot.c:96: warning: unused variable 'type' ../../../plugins/excel/ms-pivot.c:96: warning: unused variable 'flags' ../../../plugins/excel/ms-pivot.c:118: warning: unused variable 'num_fmla' ../../../plugins/excel/ms-pivot.c:118: warning: unused variable 'last_refreshed' ../../../plugins/excel/ms-pivot.c:141: warning: unused variable 'std_items' ../../../plugins/excel/ms-pivot.c:140: warning: unused variable 'base_items' ../../../plugins/excel/ms-pivot.c:139: warning: unused variable 'grouped_items' ../../../plugins/excel/ms-pivot.c:138: warning: unused variable 'parent_group' ../../../plugins/excel/ms-pivot.c:136: warning: unused variable 'is_numeric_group' ../../../plugins/excel/ms-pivot.c:135: warning: unused variable 'has_child' ../../../plugins/excel/ms-pivot.c:134: warning: unused variable 'is_calculated' ../../../plugins/excel/ms-pivot.c:256: warning: unused variable 'remaining' ../../../plugins/excel/ms-pivot.c:255: warning: unused variable 'type' ../../../plugins/excel/ms-pivot.c:254: warning: unused variable 'autoMaxima' ../../../plugins/excel/ms-pivot.c:253: warning: unused variable 'autoMinima' if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../plugins/excel -I../.. -DGNOMELOCALEDIR=\""/usr/share/locale"\" -I../../../src -I../../src -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT rc4.lo -MD -MP -MF ".deps/rc4.Tpo" -c -o rc4.lo ../../../plugins/excel/rc4.c; \ then mv -f ".deps/rc4.Tpo" ".deps/rc4.Plo"; else rm -f ".deps/rc4.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I../../../plugins/excel -I../.. -DGNOMELOCALEDIR=\"/usr/share/locale\" -I../../../src -I../../src -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT rc4.lo -MD -MP -MF .deps/rc4.Tpo -c ../../../plugins/excel/rc4.c -fPIC -DPIC -o .libs/rc4.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../plugins/excel -I../.. -DGNOMELOCALEDIR=\""/usr/share/locale"\" -I../../../src -I../../src -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT crypt-md4.lo -MD -MP -MF ".deps/crypt-md4.Tpo" -c -o crypt-md4.lo ../../../plugins/excel/crypt-md4.c; \ then mv -f ".deps/crypt-md4.Tpo" ".deps/crypt-md4.Plo"; else rm -f ".deps/crypt-md4.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I../../../plugins/excel -I../.. -DGNOMELOCALEDIR=\"/usr/share/locale\" -I../../../src -I../../src -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT crypt-md4.lo -MD -MP -MF .deps/crypt-md4.Tpo -c ../../../plugins/excel/crypt-md4.c -fPIC -DPIC -o .libs/crypt-md4.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../plugins/excel -I../.. -DGNOMELOCALEDIR=\""/usr/share/locale"\" -I../../../src -I../../src -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT md5.lo -MD -MP -MF ".deps/md5.Tpo" -c -o md5.lo ../../../plugins/excel/md5.c; \ then mv -f ".deps/md5.Tpo" ".deps/md5.Plo"; else rm -f ".deps/md5.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I../../../plugins/excel -I../.. -DGNOMELOCALEDIR=\"/usr/share/locale\" -I../../../src -I../../src -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT md5.lo -MD -MP -MF .deps/md5.Tpo -c ../../../plugins/excel/md5.c -fPIC -DPIC -o .libs/md5.o /bin/sh ../../libtool --tag=CC --mode=link gcc -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -Wl,-O1 -Wl,--as-needed -o excel.la -rpath /usr/lib/gnumeric/1.6.3/plugins/excel -module -avoid-version boot.lo excel-xml-read.lo ms-biff.lo ms-container.lo ms-escher.lo ms-excel-util.lo ms-excel-read.lo ms-excel-write.lo ms-formula-read.lo ms-formula-write.lo ms-obj.lo ms-chart.lo ms-pivot.lo rc4.lo crypt-md4.lo md5.lo -lz -lm gcc -shared .libs/boot.o .libs/excel-xml-read.o .libs/ms-biff.o .libs/ms-container.o .libs/ms-escher.o .libs/ms-excel-util.o .libs/ms-excel-read.o .libs/ms-excel-write.o .libs/ms-formula-read.o .libs/ms-formula-write.o .libs/ms-obj.o .libs/ms-chart.o .libs/ms-pivot.o .libs/rc4.o .libs/crypt-md4.o .libs/md5.o -lz -lm -Wl,-O1 -Wl,--as-needed -Wl,-soname -Wl,excel.so -o .libs/excel.so creating excel.la (cd .libs && rm -f excel.la && ln -s ../excel.la excel.la) LC_ALL=C ../../intltool-merge -x -u -c ../../po/.intltool-merge-cache ../../../po ../../../plugins/excel/plugin.xml.in plugin.xml Found cached translation database Merging translations into plugin.xml. CREATED plugin.xml make[4]: Leaving directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/plugins/excel' Making all in lotus-123 make[4]: Entering directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/plugins/lotus-123' if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../plugins/lotus-123 -I../.. -DGNOMELOCALEDIR=\""/usr/share/locale"\" -I../../../src -I../../src -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT boot.lo -MD -MP -MF ".deps/boot.Tpo" -c -o boot.lo ../../../plugins/lotus-123/boot.c; \ then mv -f ".deps/boot.Tpo" ".deps/boot.Plo"; else rm -f ".deps/boot.Tpo"; exit 1; fi mkdir .libs gcc -DHAVE_CONFIG_H -I. -I../../../plugins/lotus-123 -I../.. -DGNOMELOCALEDIR=\"/usr/share/locale\" -I../../../src -I../../src -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT boot.lo -MD -MP -MF .deps/boot.Tpo -c ../../../plugins/lotus-123/boot.c -fPIC -DPIC -o .libs/boot.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../plugins/lotus-123 -I../.. -DGNOMELOCALEDIR=\""/usr/share/locale"\" -I../../../src -I../../src -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT lotus.lo -MD -MP -MF ".deps/lotus.Tpo" -c -o lotus.lo ../../../plugins/lotus-123/lotus.c; \ then mv -f ".deps/lotus.Tpo" ".deps/lotus.Plo"; else rm -f ".deps/lotus.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I../../../plugins/lotus-123 -I../.. -DGNOMELOCALEDIR=\"/usr/share/locale\" -I../../../src -I../../src -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT lotus.lo -MD -MP -MF .deps/lotus.Tpo -c ../../../plugins/lotus-123/lotus.c -fPIC -DPIC -o .libs/lotus.o ../../../plugins/lotus-123/lotus.c: In function 'lotus_read_new': ../../../plugins/lotus-123/lotus.c:1861: warning: unused variable 'angle' ../../../plugins/lotus-123/lotus.c:1860: warning: unused variable 'valign' ../../../plugins/lotus-123/lotus.c:1859: warning: unused variable 'halign' ../../../plugins/lotus-123/lotus.c:1858: warning: unused variable 'facemask' ../../../plugins/lotus-123/lotus.c:1857: warning: unused variable 'facebits' ../../../plugins/lotus-123/lotus.c:1856: warning: unused variable 'bg' ../../../plugins/lotus-123/lotus.c:1855: warning: unused variable 'fg' ../../../plugins/lotus-123/lotus.c:1854: warning: unused variable 'fontsize' ../../../plugins/lotus-123/lotus.c:1853: warning: unused variable 'fontid' ../../../plugins/lotus-123/lotus.c:1852: warning: unused variable 'styleid' ../../../plugins/lotus-123/lotus.c:1884: warning: unused variable 'angle' ../../../plugins/lotus-123/lotus.c:1883: warning: unused variable 'valign' ../../../plugins/lotus-123/lotus.c:1882: warning: unused variable 'halign' ../../../plugins/lotus-123/lotus.c:1879: warning: unused variable 'textbg' ../../../plugins/lotus-123/lotus.c:1876: warning: unused variable 'fontid' if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../plugins/lotus-123 -I../.. -DGNOMELOCALEDIR=\""/usr/share/locale"\" -I../../../src -I../../src -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT lotus-formula.lo -MD -MP -MF ".deps/lotus-formula.Tpo" -c -o lotus-formula.lo ../../../plugins/lotus-123/lotus-formula.c; \ then mv -f ".deps/lotus-formula.Tpo" ".deps/lotus-formula.Plo"; else rm -f ".deps/lotus-formula.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I../../../plugins/lotus-123 -I../.. -DGNOMELOCALEDIR=\"/usr/share/locale\" -I../../../src -I../../src -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT lotus-formula.lo -MD -MP -MF .deps/lotus-formula.Tpo -c ../../../plugins/lotus-123/lotus-formula.c -fPIC -DPIC -o .libs/lotus-formula.o /bin/sh ../../libtool --tag=CC --mode=link gcc -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -Wl,-O1 -Wl,--as-needed -o lotus.la -rpath /usr/lib/gnumeric/1.6.3/plugins/lotus -module -avoid-version boot.lo lotus.lo lotus-formula.lo -lm gcc -shared .libs/boot.o .libs/lotus.o .libs/lotus-formula.o -lm -Wl,-O1 -Wl,--as-needed -Wl,-soname -Wl,lotus.so -o .libs/lotus.so creating lotus.la (cd .libs && rm -f lotus.la && ln -s ../lotus.la lotus.la) LC_ALL=C ../../intltool-merge -x -u -c ../../po/.intltool-merge-cache ../../../po ../../../plugins/lotus-123/plugin.xml.in plugin.xml Found cached translation database Merging translations into plugin.xml. CREATED plugin.xml make[4]: Leaving directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/plugins/lotus-123' Making all in oleo make[4]: Entering directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/plugins/oleo' if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../plugins/oleo -I../.. -DGNOMELOCALEDIR=\""/usr/share/locale"\" -I../../../src -I../../src -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT boot.lo -MD -MP -MF ".deps/boot.Tpo" -c -o boot.lo ../../../plugins/oleo/boot.c; \ then mv -f ".deps/boot.Tpo" ".deps/boot.Plo"; else rm -f ".deps/boot.Tpo"; exit 1; fi mkdir .libs gcc -DHAVE_CONFIG_H -I. -I../../../plugins/oleo -I../.. -DGNOMELOCALEDIR=\"/usr/share/locale\" -I../../../src -I../../src -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT boot.lo -MD -MP -MF .deps/boot.Tpo -c ../../../plugins/oleo/boot.c -fPIC -DPIC -o .libs/boot.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../plugins/oleo -I../.. -DGNOMELOCALEDIR=\""/usr/share/locale"\" -I../../../src -I../../src -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT oleo.lo -MD -MP -MF ".deps/oleo.Tpo" -c -o oleo.lo ../../../plugins/oleo/oleo.c; \ then mv -f ".deps/oleo.Tpo" ".deps/oleo.Plo"; else rm -f ".deps/oleo.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I../../../plugins/oleo -I../.. -DGNOMELOCALEDIR=\"/usr/share/locale\" -I../../../src -I../../src -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT oleo.lo -MD -MP -MF .deps/oleo.Tpo -c ../../../plugins/oleo/oleo.c -fPIC -DPIC -o .libs/oleo.o /bin/sh ../../libtool --tag=CC --mode=link gcc -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -Wl,-O1 -Wl,--as-needed -o oleo.la -rpath /usr/lib/gnumeric/1.6.3/plugins/oleo -module -avoid-version boot.lo oleo.lo -lm gcc -shared .libs/boot.o .libs/oleo.o -lm -Wl,-O1 -Wl,--as-needed -Wl,-soname -Wl,oleo.so -o .libs/oleo.so creating oleo.la (cd .libs && rm -f oleo.la && ln -s ../oleo.la oleo.la) LC_ALL=C ../../intltool-merge -x -u -c ../../po/.intltool-merge-cache ../../../po ../../../plugins/oleo/plugin.xml.in plugin.xml Found cached translation database Merging translations into plugin.xml. CREATED plugin.xml make[4]: Leaving directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/plugins/oleo' Making all in sc make[4]: Entering directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/plugins/sc' if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../plugins/sc -I../.. -DGNOMELOCALEDIR=\""/usr/share/locale"\" -I../../../src -I../../src -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT sc.lo -MD -MP -MF ".deps/sc.Tpo" -c -o sc.lo ../../../plugins/sc/sc.c; \ then mv -f ".deps/sc.Tpo" ".deps/sc.Plo"; else rm -f ".deps/sc.Tpo"; exit 1; fi mkdir .libs gcc -DHAVE_CONFIG_H -I. -I../../../plugins/sc -I../.. -DGNOMELOCALEDIR=\"/usr/share/locale\" -I../../../src -I../../src -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT sc.lo -MD -MP -MF .deps/sc.Tpo -c ../../../plugins/sc/sc.c -fPIC -DPIC -o .libs/sc.o /bin/sh ../../libtool --tag=CC --mode=link gcc -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -Wl,-O1 -Wl,--as-needed -o sc.la -rpath /usr/lib/gnumeric/1.6.3/plugins/sc -module -avoid-version sc.lo -lm gcc -shared .libs/sc.o -lm -Wl,-O1 -Wl,--as-needed -Wl,-soname -Wl,sc.so -o .libs/sc.so creating sc.la (cd .libs && rm -f sc.la && ln -s ../sc.la sc.la) LC_ALL=C ../../intltool-merge -x -u -c ../../po/.intltool-merge-cache ../../../po ../../../plugins/sc/plugin.xml.in plugin.xml Found cached translation database Merging translations into plugin.xml. CREATED plugin.xml make[4]: Leaving directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/plugins/sc' Making all in sylk make[4]: Entering directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/plugins/sylk' if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../plugins/sylk -I../.. -DGNOMELOCALEDIR=\""/usr/share/locale"\" -I../../../src -I../../src -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT sylk.lo -MD -MP -MF ".deps/sylk.Tpo" -c -o sylk.lo ../../../plugins/sylk/sylk.c; \ then mv -f ".deps/sylk.Tpo" ".deps/sylk.Plo"; else rm -f ".deps/sylk.Tpo"; exit 1; fi mkdir .libs gcc -DHAVE_CONFIG_H -I. -I../../../plugins/sylk -I../.. -DGNOMELOCALEDIR=\"/usr/share/locale\" -I../../../src -I../../src -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT sylk.lo -MD -MP -MF .deps/sylk.Tpo -c ../../../plugins/sylk/sylk.c -fPIC -DPIC -o .libs/sylk.o /bin/sh ../../libtool --tag=CC --mode=link gcc -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -Wl,-O1 -Wl,--as-needed -o sylk.la -rpath /usr/lib/gnumeric/1.6.3/plugins/sylk -module -avoid-version sylk.lo -lm gcc -shared .libs/sylk.o -lm -Wl,-O1 -Wl,--as-needed -Wl,-soname -Wl,sylk.so -o .libs/sylk.so creating sylk.la (cd .libs && rm -f sylk.la && ln -s ../sylk.la sylk.la) LC_ALL=C ../../intltool-merge -x -u -c ../../po/.intltool-merge-cache ../../../po ../../../plugins/sylk/plugin.xml.in plugin.xml Found cached translation database Merging translations into plugin.xml. CREATED plugin.xml make[4]: Leaving directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/plugins/sylk' Making all in xbase make[4]: Entering directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/plugins/xbase' if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../plugins/xbase -I../.. -DGNOMELOCALEDIR=\""/usr/share/locale"\" -I../../../src -I../../src -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT boot.lo -MD -MP -MF ".deps/boot.Tpo" -c -o boot.lo ../../../plugins/xbase/boot.c; \ then mv -f ".deps/boot.Tpo" ".deps/boot.Plo"; else rm -f ".deps/boot.Tpo"; exit 1; fi mkdir .libs gcc -DHAVE_CONFIG_H -I. -I../../../plugins/xbase -I../.. -DGNOMELOCALEDIR=\"/usr/share/locale\" -I../../../src -I../../src -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT boot.lo -MD -MP -MF .deps/boot.Tpo -c ../../../plugins/xbase/boot.c -fPIC -DPIC -o .libs/boot.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../plugins/xbase -I../.. -DGNOMELOCALEDIR=\""/usr/share/locale"\" -I../../../src -I../../src -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT xbase.lo -MD -MP -MF ".deps/xbase.Tpo" -c -o xbase.lo ../../../plugins/xbase/xbase.c; \ then mv -f ".deps/xbase.Tpo" ".deps/xbase.Plo"; else rm -f ".deps/xbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I../../../plugins/xbase -I../.. -DGNOMELOCALEDIR=\"/usr/share/locale\" -I../../../src -I../../src -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT xbase.lo -MD -MP -MF .deps/xbase.Tpo -c ../../../plugins/xbase/xbase.c -fPIC -DPIC -o .libs/xbase.o /bin/sh ../../libtool --tag=CC --mode=link gcc -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -Wl,-O1 -Wl,--as-needed -o xbase.la -rpath /usr/lib/gnumeric/1.6.3/plugins/xbase -module -avoid-version boot.lo xbase.lo -lm gcc -shared .libs/boot.o .libs/xbase.o -lm -Wl,-O1 -Wl,--as-needed -Wl,-soname -Wl,xbase.so -o .libs/xbase.so creating xbase.la (cd .libs && rm -f xbase.la && ln -s ../xbase.la xbase.la) LC_ALL=C ../../intltool-merge -x -u -c ../../po/.intltool-merge-cache ../../../po ../../../plugins/xbase/plugin.xml.in plugin.xml Found cached translation database Merging translations into plugin.xml. CREATED plugin.xml make[4]: Leaving directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/plugins/xbase' Making all in html make[4]: Entering directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/plugins/html' if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../plugins/html -I../.. -DGNOMELOCALEDIR=\""/usr/share/locale"\" -I../../../src -I../../src -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT boot.lo -MD -MP -MF ".deps/boot.Tpo" -c -o boot.lo ../../../plugins/html/boot.c; \ then mv -f ".deps/boot.Tpo" ".deps/boot.Plo"; else rm -f ".deps/boot.Tpo"; exit 1; fi mkdir .libs gcc -DHAVE_CONFIG_H -I. -I../../../plugins/html -I../.. -DGNOMELOCALEDIR=\"/usr/share/locale\" -I../../../src -I../../src -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT boot.lo -MD -MP -MF .deps/boot.Tpo -c ../../../plugins/html/boot.c -fPIC -DPIC -o .libs/boot.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../plugins/html -I../.. -DGNOMELOCALEDIR=\""/usr/share/locale"\" -I../../../src -I../../src -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT html.lo -MD -MP -MF ".deps/html.Tpo" -c -o html.lo ../../../plugins/html/html.c; \ then mv -f ".deps/html.Tpo" ".deps/html.Plo"; else rm -f ".deps/html.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I../../../plugins/html -I../.. -DGNOMELOCALEDIR=\"/usr/share/locale\" -I../../../src -I../../src -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT html.lo -MD -MP -MF .deps/html.Tpo -c ../../../plugins/html/html.c -fPIC -DPIC -o .libs/html.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../plugins/html -I../.. -DGNOMELOCALEDIR=\""/usr/share/locale"\" -I../../../src -I../../src -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT html_read.lo -MD -MP -MF ".deps/html_read.Tpo" -c -o html_read.lo ../../../plugins/html/html_read.c; \ then mv -f ".deps/html_read.Tpo" ".deps/html_read.Plo"; else rm -f ".deps/html_read.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I../../../plugins/html -I../.. -DGNOMELOCALEDIR=\"/usr/share/locale\" -I../../../src -I../../src -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT html_read.lo -MD -MP -MF .deps/html_read.Tpo -c ../../../plugins/html/html_read.c -fPIC -DPIC -o .libs/html_read.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../plugins/html -I../.. -DGNOMELOCALEDIR=\""/usr/share/locale"\" -I../../../src -I../../src -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT latex.lo -MD -MP -MF ".deps/latex.Tpo" -c -o latex.lo ../../../plugins/html/latex.c; \ then mv -f ".deps/latex.Tpo" ".deps/latex.Plo"; else rm -f ".deps/latex.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I../../../plugins/html -I../.. -DGNOMELOCALEDIR=\"/usr/share/locale\" -I../../../src -I../../src -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT latex.lo -MD -MP -MF .deps/latex.Tpo -c ../../../plugins/html/latex.c -fPIC -DPIC -o .libs/latex.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../plugins/html -I../.. -DGNOMELOCALEDIR=\""/usr/share/locale"\" -I../../../src -I../../src -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT roff.lo -MD -MP -MF ".deps/roff.Tpo" -c -o roff.lo ../../../plugins/html/roff.c; \ then mv -f ".deps/roff.Tpo" ".deps/roff.Plo"; else rm -f ".deps/roff.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I../../../plugins/html -I../.. -DGNOMELOCALEDIR=\"/usr/share/locale\" -I../../../src -I../../src -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT roff.lo -MD -MP -MF .deps/roff.Tpo -c ../../../plugins/html/roff.c -fPIC -DPIC -o .libs/roff.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../plugins/html -I../.. -DGNOMELOCALEDIR=\""/usr/share/locale"\" -I../../../src -I../../src -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT font.lo -MD -MP -MF ".deps/font.Tpo" -c -o font.lo ../../../plugins/html/font.c; \ then mv -f ".deps/font.Tpo" ".deps/font.Plo"; else rm -f ".deps/font.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I../../../plugins/html -I../.. -DGNOMELOCALEDIR=\"/usr/share/locale\" -I../../../src -I../../src -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT font.lo -MD -MP -MF .deps/font.Tpo -c ../../../plugins/html/font.c -fPIC -DPIC -o .libs/font.o /bin/sh ../../libtool --tag=CC --mode=link gcc -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -Wl,-O1 -Wl,--as-needed -o html.la -rpath /usr/lib/gnumeric/1.6.3/plugins/html -module -avoid-version boot.lo html.lo html_read.lo latex.lo roff.lo font.lo -lm gcc -shared .libs/boot.o .libs/html.o .libs/html_read.o .libs/latex.o .libs/roff.o .libs/font.o -lm -Wl,-O1 -Wl,--as-needed -Wl,-soname -Wl,html.so -o .libs/html.so creating html.la (cd .libs && rm -f html.la && ln -s ../html.la html.la) LC_ALL=C ../../intltool-merge -x -u -c ../../po/.intltool-merge-cache ../../../po ../../../plugins/html/plugin.xml.in plugin.xml Found cached translation database Merging translations into plugin.xml. CREATED plugin.xml make[4]: Leaving directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/plugins/html' Making all in dif make[4]: Entering directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/plugins/dif' if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../plugins/dif -I../.. -DGNOMELOCALEDIR=\""/usr/share/locale"\" -I../../../src -I../../src -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT dif.lo -MD -MP -MF ".deps/dif.Tpo" -c -o dif.lo ../../../plugins/dif/dif.c; \ then mv -f ".deps/dif.Tpo" ".deps/dif.Plo"; else rm -f ".deps/dif.Tpo"; exit 1; fi mkdir .libs gcc -DHAVE_CONFIG_H -I. -I../../../plugins/dif -I../.. -DGNOMELOCALEDIR=\"/usr/share/locale\" -I../../../src -I../../src -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT dif.lo -MD -MP -MF .deps/dif.Tpo -c ../../../plugins/dif/dif.c -fPIC -DPIC -o .libs/dif.o /bin/sh ../../libtool --tag=CC --mode=link gcc -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -Wl,-O1 -Wl,--as-needed -o dif.la -rpath /usr/lib/gnumeric/1.6.3/plugins/dif -module -avoid-version dif.lo -lm gcc -shared .libs/dif.o -lm -Wl,-O1 -Wl,--as-needed -Wl,-soname -Wl,dif.so -o .libs/dif.so creating dif.la (cd .libs && rm -f dif.la && ln -s ../dif.la dif.la) LC_ALL=C ../../intltool-merge -x -u -c ../../po/.intltool-merge-cache ../../../po ../../../plugins/dif/plugin.xml.in plugin.xml Found cached translation database Merging translations into plugin.xml. CREATED plugin.xml make[4]: Leaving directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/plugins/dif' Making all in qpro make[4]: Entering directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/plugins/qpro' if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../plugins/qpro -I../.. -DGNOMELOCALEDIR=\""/usr/share/locale"\" -I../../../src -I../../src -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT qpro-read.lo -MD -MP -MF ".deps/qpro-read.Tpo" -c -o qpro-read.lo ../../../plugins/qpro/qpro-read.c; \ then mv -f ".deps/qpro-read.Tpo" ".deps/qpro-read.Plo"; else rm -f ".deps/qpro-read.Tpo"; exit 1; fi mkdir .libs gcc -DHAVE_CONFIG_H -I. -I../../../plugins/qpro -I../.. -DGNOMELOCALEDIR=\"/usr/share/locale\" -I../../../src -I../../src -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT qpro-read.lo -MD -MP -MF .deps/qpro-read.Tpo -c ../../../plugins/qpro/qpro-read.c -fPIC -DPIC -o .libs/qpro-read.o ../../../plugins/qpro/qpro-read.c:734:2: warning: #warning "This is wrong, but the workbook interface is confused and needs a control." ../../../plugins/qpro/qpro-read.c:742:2: warning: #warning TODO, mostly simple /bin/sh ../../libtool --tag=CC --mode=link gcc -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -Wl,-O1 -Wl,--as-needed -o qpro.la -rpath /usr/lib/gnumeric/1.6.3/plugins/qpro -module -avoid-version qpro-read.lo -lm gcc -shared .libs/qpro-read.o -lm -Wl,-O1 -Wl,--as-needed -Wl,-soname -Wl,qpro.so -o .libs/qpro.so creating qpro.la (cd .libs && rm -f qpro.la && ln -s ../qpro.la qpro.la) LC_ALL=C ../../intltool-merge -x -u -c ../../po/.intltool-merge-cache ../../../po ../../../plugins/qpro/plugin.xml.in plugin.xml Found cached translation database Merging translations into plugin.xml. CREATED plugin.xml make[4]: Leaving directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/plugins/qpro' Making all in plan-perfect make[4]: Entering directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/plugins/plan-perfect' if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../plugins/plan-perfect -I../.. -DGNOMELOCALEDIR=\""/usr/share/locale"\" -I../../../src -I../../src -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT pln.lo -MD -MP -MF ".deps/pln.Tpo" -c -o pln.lo ../../../plugins/plan-perfect/pln.c; \ then mv -f ".deps/pln.Tpo" ".deps/pln.Plo"; else rm -f ".deps/pln.Tpo"; exit 1; fi mkdir .libs gcc -DHAVE_CONFIG_H -I. -I../../../plugins/plan-perfect -I../.. -DGNOMELOCALEDIR=\"/usr/share/locale\" -I../../../src -I../../src -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT pln.lo -MD -MP -MF .deps/pln.Tpo -c ../../../plugins/plan-perfect/pln.c -fPIC -DPIC -o .libs/pln.o ../../../plugins/plan-perfect/pln.c:250:2: warning: #warning generate formats if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../plugins/plan-perfect -I../.. -DGNOMELOCALEDIR=\""/usr/share/locale"\" -I../../../src -I../../src -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT charset.lo -MD -MP -MF ".deps/charset.Tpo" -c -o charset.lo ../../../plugins/plan-perfect/charset.c; \ then mv -f ".deps/charset.Tpo" ".deps/charset.Plo"; else rm -f ".deps/charset.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I../../../plugins/plan-perfect -I../.. -DGNOMELOCALEDIR=\"/usr/share/locale\" -I../../../src -I../../src -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT charset.lo -MD -MP -MF .deps/charset.Tpo -c ../../../plugins/plan-perfect/charset.c -fPIC -DPIC -o .libs/charset.o /bin/sh ../../libtool --tag=CC --mode=link gcc -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -Wl,-O1 -Wl,--as-needed -o plan_perfect.la -rpath /usr/lib/gnumeric/1.6.3/plugins/plan_perfect -module -avoid-version pln.lo charset.lo -lm gcc -shared .libs/pln.o .libs/charset.o -lm -Wl,-O1 -Wl,--as-needed -Wl,-soname -Wl,plan_perfect.so -o .libs/plan_perfect.so creating plan_perfect.la (cd .libs && rm -f plan_perfect.la && ln -s ../plan_perfect.la plan_perfect.la) LC_ALL=C ../../intltool-merge -x -u -c ../../po/.intltool-merge-cache ../../../po ../../../plugins/plan-perfect/plugin.xml.in plugin.xml Found cached translation database Merging translations into plugin.xml. CREATED plugin.xml make[4]: Leaving directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/plugins/plan-perfect' Making all in applix make[4]: Entering directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/plugins/applix' if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../plugins/applix -I../.. -DGNOMELOCALEDIR=\""/usr/share/locale"\" -I../../../src -I../../src -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT boot.lo -MD -MP -MF ".deps/boot.Tpo" -c -o boot.lo ../../../plugins/applix/boot.c; \ then mv -f ".deps/boot.Tpo" ".deps/boot.Plo"; else rm -f ".deps/boot.Tpo"; exit 1; fi mkdir .libs gcc -DHAVE_CONFIG_H -I. -I../../../plugins/applix -I../.. -DGNOMELOCALEDIR=\"/usr/share/locale\" -I../../../src -I../../src -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT boot.lo -MD -MP -MF .deps/boot.Tpo -c ../../../plugins/applix/boot.c -fPIC -DPIC -o .libs/boot.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../plugins/applix -I../.. -DGNOMELOCALEDIR=\""/usr/share/locale"\" -I../../../src -I../../src -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT applix-read.lo -MD -MP -MF ".deps/applix-read.Tpo" -c -o applix-read.lo ../../../plugins/applix/applix-read.c; \ then mv -f ".deps/applix-read.Tpo" ".deps/applix-read.Plo"; else rm -f ".deps/applix-read.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I../../../plugins/applix -I../.. -DGNOMELOCALEDIR=\"/usr/share/locale\" -I../../../src -I../../src -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT applix-read.lo -MD -MP -MF .deps/applix-read.Tpo -c ../../../plugins/applix/applix-read.c -fPIC -DPIC -o .libs/applix-read.o ../../../plugins/applix/applix-read.c: In function 'applix_read_colormap': ../../../plugins/applix/applix-read.c:298: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../../plugins/applix/applix-read.c: In function 'applix_read_row_list': ../../../plugins/applix/applix-read.c:1178: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../../plugins/applix/applix-read.c:1186: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../../plugins/applix/applix-read.c:1189: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../../plugins/applix/applix-read.c:1192: warning: dereferencing type-punned pointer will break strict-aliasing rules if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../plugins/applix -I../.. -DGNOMELOCALEDIR=\""/usr/share/locale"\" -I../../../src -I../../src -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT applix-write.lo -MD -MP -MF ".deps/applix-write.Tpo" -c -o applix-write.lo ../../../plugins/applix/applix-write.c; \ then mv -f ".deps/applix-write.Tpo" ".deps/applix-write.Plo"; else rm -f ".deps/applix-write.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I../../../plugins/applix -I../.. -DGNOMELOCALEDIR=\"/usr/share/locale\" -I../../../src -I../../src -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT applix-write.lo -MD -MP -MF .deps/applix-write.Tpo -c ../../../plugins/applix/applix-write.c -fPIC -DPIC -o .libs/applix-write.o ../../../plugins/applix/applix-write.c:75:2: warning: #warning "FIXME: filename is fs encoded; that's not right, but neither is UTF-8." /bin/sh ../../libtool --tag=CC --mode=link gcc -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -Wl,-O1 -Wl,--as-needed -o applix.la -rpath /usr/lib/gnumeric/1.6.3/plugins/applix -module -avoid-version boot.lo applix-read.lo applix-write.lo -lm gcc -shared .libs/boot.o .libs/applix-read.o .libs/applix-write.o -lm -Wl,-O1 -Wl,--as-needed -Wl,-soname -Wl,applix.so -o .libs/applix.so creating applix.la (cd .libs && rm -f applix.la && ln -s ../applix.la applix.la) LC_ALL=C ../../intltool-merge -x -u -c ../../po/.intltool-merge-cache ../../../po ../../../plugins/applix/plugin.xml.in plugin.xml Found cached translation database Merging translations into plugin.xml. CREATED plugin.xml make[4]: Leaving directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/plugins/applix' Making all in openoffice make[4]: Entering directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/plugins/openoffice' if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../plugins/openoffice -I../.. -DGNOMELOCALEDIR=\""/usr/share/locale"\" -I../../../src -I../../src -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT openoffice-read.lo -MD -MP -MF ".deps/openoffice-read.Tpo" -c -o openoffice-read.lo ../../../plugins/openoffice/openoffice-read.c; \ then mv -f ".deps/openoffice-read.Tpo" ".deps/openoffice-read.Plo"; else rm -f ".deps/openoffice-read.Tpo"; exit 1; fi mkdir .libs gcc -DHAVE_CONFIG_H -I. -I../../../plugins/openoffice -I../.. -DGNOMELOCALEDIR=\"/usr/share/locale\" -I../../../src -I../../src -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT openoffice-read.lo -MD -MP -MF .deps/openoffice-read.Tpo -c ../../../plugins/openoffice/openoffice-read.c -fPIC -DPIC -o .libs/openoffice-read.o ../../../plugins/openoffice/openoffice-read.c:338:2: warning: #warning "FIXME: expand this later." ../../../plugins/openoffice/openoffice-read.c:1615:2: warning: #warning "TODO : OO adds a 'mode' parm to floor/ceiling" ../../../plugins/openoffice/openoffice-read.c:1616:2: warning: #warning "TODO : OO missing 'A1' parm for address" ../../../plugins/openoffice/openoffice-read.c: In function 'oo_cell_start': ../../../plugins/openoffice/openoffice-read.c:528: warning: 'float_val' may be used uninitialized in this function if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../plugins/openoffice -I../.. -DGNOMELOCALEDIR=\""/usr/share/locale"\" -I../../../src -I../../src -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT openoffice-write.lo -MD -MP -MF ".deps/openoffice-write.Tpo" -c -o openoffice-write.lo ../../../plugins/openoffice/openoffice-write.c; \ then mv -f ".deps/openoffice-write.Tpo" ".deps/openoffice-write.Plo"; else rm -f ".deps/openoffice-write.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I../../../plugins/openoffice -I../.. -DGNOMELOCALEDIR=\"/usr/share/locale\" -I../../../src -I../../src -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT openoffice-write.lo -MD -MP -MF .deps/openoffice-write.Tpo -c ../../../plugins/openoffice/openoffice-write.c -fPIC -DPIC -o .libs/openoffice-write.o ../../../plugins/openoffice/openoffice-write.c:205:2: warning: #warning validate sheet name against OOo conventions /bin/sh ../../libtool --tag=CC --mode=link gcc -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -Wl,-O1 -Wl,--as-needed -o openoffice.la -rpath /usr/lib/gnumeric/1.6.3/plugins/openoffice -module -avoid-version openoffice-read.lo openoffice-write.lo -lm gcc -shared .libs/openoffice-read.o .libs/openoffice-write.o -lm -Wl,-O1 -Wl,--as-needed -Wl,-soname -Wl,openoffice.so -o .libs/openoffice.so creating openoffice.la (cd .libs && rm -f openoffice.la && ln -s ../openoffice.la openoffice.la) LC_ALL=C ../../intltool-merge -x -u -c ../../po/.intltool-merge-cache ../../../po ../../../plugins/openoffice/plugin.xml.in plugin.xml Found cached translation database Merging translations into plugin.xml. CREATED plugin.xml make[4]: Leaving directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/plugins/openoffice' Making all in mps make[4]: Entering directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/plugins/mps' if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../plugins/mps -I../.. -DGNOMELOCALEDIR=\""/usr/share/locale"\" -I../../../src -I../../src -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT mps.lo -MD -MP -MF ".deps/mps.Tpo" -c -o mps.lo ../../../plugins/mps/mps.c; \ then mv -f ".deps/mps.Tpo" ".deps/mps.Plo"; else rm -f ".deps/mps.Tpo"; exit 1; fi mkdir .libs gcc -DHAVE_CONFIG_H -I. -I../../../plugins/mps -I../.. -DGNOMELOCALEDIR=\"/usr/share/locale\" -I../../../src -I../../src -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT mps.lo -MD -MP -MF .deps/mps.Tpo -c ../../../plugins/mps/mps.c -fPIC -DPIC -o .libs/mps.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../plugins/mps -I../.. -DGNOMELOCALEDIR=\""/usr/share/locale"\" -I../../../src -I../../src -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT parser.lo -MD -MP -MF ".deps/parser.Tpo" -c -o parser.lo ../../../plugins/mps/parser.c; \ then mv -f ".deps/parser.Tpo" ".deps/parser.Plo"; else rm -f ".deps/parser.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I../../../plugins/mps -I../.. -DGNOMELOCALEDIR=\"/usr/share/locale\" -I../../../src -I../../src -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT parser.lo -MD -MP -MF .deps/parser.Tpo -c ../../../plugins/mps/parser.c -fPIC -DPIC -o .libs/parser.o /bin/sh ../../libtool --tag=CC --mode=link gcc -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -Wl,-O1 -Wl,--as-needed -o mps.la -rpath /usr/lib/gnumeric/1.6.3/plugins/mps -module -avoid-version mps.lo parser.lo -lm gcc -shared .libs/mps.o .libs/parser.o -lm -Wl,-O1 -Wl,--as-needed -Wl,-soname -Wl,mps.so -o .libs/mps.so creating mps.la (cd .libs && rm -f mps.la && ln -s ../mps.la mps.la) LC_ALL=C ../../intltool-merge -x -u -c ../../po/.intltool-merge-cache ../../../po ../../../plugins/mps/plugin.xml.in plugin.xml Found cached translation database Merging translations into plugin.xml. CREATED plugin.xml make[4]: Leaving directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/plugins/mps' Making all in paradox make[4]: Entering directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/plugins/paradox' if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../plugins/paradox -I../.. -DGNOMELOCALEDIR=\""/usr/share/locale"\" -I../../../src -I../../src -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT paradox.lo -MD -MP -MF ".deps/paradox.Tpo" -c -o paradox.lo ../../../plugins/paradox/paradox.c; \ then mv -f ".deps/paradox.Tpo" ".deps/paradox.Plo"; else rm -f ".deps/paradox.Tpo"; exit 1; fi mkdir .libs gcc -DHAVE_CONFIG_H -I. -I../../../plugins/paradox -I../.. -DGNOMELOCALEDIR=\"/usr/share/locale\" -I../../../src -I../../src -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT paradox.lo -MD -MP -MF .deps/paradox.Tpo -c ../../../plugins/paradox/paradox.c -fPIC -DPIC -o .libs/paradox.o ../../../plugins/paradox/paradox.c: In function 'paradox_file_open': ../../../plugins/paradox/paradox.c:190: warning: ISO C90 forbids mixed declarations and code /bin/sh ../../libtool --tag=CC --mode=link gcc -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -Wl,-O1 -Wl,--as-needed -o paradox.la -rpath /usr/lib/gnumeric/1.6.3/plugins/paradox -module -avoid-version paradox.lo -lpx -lm gcc -shared .libs/paradox.o -lpx -lm -Wl,-O1 -Wl,--as-needed -Wl,-soname -Wl,paradox.so -o .libs/paradox.so creating paradox.la (cd .libs && rm -f paradox.la && ln -s ../paradox.la paradox.la) LC_ALL=C ../../intltool-merge -x -u -c ../../po/.intltool-merge-cache ../../../po ../../../plugins/paradox/plugin.xml.in plugin.xml Found cached translation database Merging translations into plugin.xml. CREATED plugin.xml make[4]: Leaving directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/plugins/paradox' Making all in numtheory make[4]: Entering directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/plugins/numtheory' if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../plugins/numtheory -I../.. -DGNOMELOCALEDIR=\""/usr/share/locale"\" -I../../../src -I../../src -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT numtheory.lo -MD -MP -MF ".deps/numtheory.Tpo" -c -o numtheory.lo ../../../plugins/numtheory/numtheory.c; \ then mv -f ".deps/numtheory.Tpo" ".deps/numtheory.Plo"; else rm -f ".deps/numtheory.Tpo"; exit 1; fi mkdir .libs gcc -DHAVE_CONFIG_H -I. -I../../../plugins/numtheory -I../.. -DGNOMELOCALEDIR=\"/usr/share/locale\" -I../../../src -I../../src -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT numtheory.lo -MD -MP -MF .deps/numtheory.Tpo -c ../../../plugins/numtheory/numtheory.c -fPIC -DPIC -o .libs/numtheory.o /bin/sh ../../libtool --tag=CC --mode=link gcc -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -Wl,-O1 -Wl,--as-needed -o numtheory.la -rpath /usr/lib/gnumeric/1.6.3/plugins/numtheory -module -avoid-version numtheory.lo -lm gcc -shared .libs/numtheory.o -lm -Wl,-O1 -Wl,--as-needed -Wl,-soname -Wl,numtheory.so -o .libs/numtheory.so creating numtheory.la (cd .libs && rm -f numtheory.la && ln -s ../numtheory.la numtheory.la) LC_ALL=C ../../intltool-merge -x -u -c ../../po/.intltool-merge-cache ../../../po ../../../plugins/numtheory/plugin.xml.in plugin.xml Found cached translation database Merging translations into plugin.xml. CREATED plugin.xml make[4]: Leaving directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/plugins/numtheory' Making all in fn-database make[4]: Entering directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/plugins/fn-database' if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../plugins/fn-database -I../.. -DGNOMELOCALEDIR=\""/usr/share/locale"\" -I../../../src -I../../src -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT functions.lo -MD -MP -MF ".deps/functions.Tpo" -c -o functions.lo ../../../plugins/fn-database/functions.c; \ then mv -f ".deps/functions.Tpo" ".deps/functions.Plo"; else rm -f ".deps/functions.Tpo"; exit 1; fi mkdir .libs gcc -DHAVE_CONFIG_H -I. -I../../../plugins/fn-database -I../.. -DGNOMELOCALEDIR=\"/usr/share/locale\" -I../../../src -I../../src -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT functions.lo -MD -MP -MF .deps/functions.Tpo -c ../../../plugins/fn-database/functions.c -fPIC -DPIC -o .libs/functions.o /bin/sh ../../libtool --tag=CC --mode=link gcc -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -Wl,-O1 -Wl,--as-needed -o plugin.la -rpath /usr/lib/gnumeric/1.6.3/plugins/fn-database -module -avoid-version functions.lo -lm gcc -shared .libs/functions.o -lm -Wl,-O1 -Wl,--as-needed -Wl,-soname -Wl,plugin.so -o .libs/plugin.so creating plugin.la (cd .libs && rm -f plugin.la && ln -s ../plugin.la plugin.la) LC_ALL=C ../../intltool-merge -x -u -c ../../po/.intltool-merge-cache ../../../po ../../../plugins/fn-database/plugin.xml.in plugin.xml Found cached translation database Merging translations into plugin.xml. CREATED plugin.xml make[4]: Leaving directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/plugins/fn-database' Making all in fn-date make[4]: Entering directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/plugins/fn-date' if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../plugins/fn-date -I../.. -DGNOMELOCALEDIR=\""/usr/share/locale"\" -I../../../src -I../../src -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT functions.lo -MD -MP -MF ".deps/functions.Tpo" -c -o functions.lo ../../../plugins/fn-date/functions.c; \ then mv -f ".deps/functions.Tpo" ".deps/functions.Plo"; else rm -f ".deps/functions.Tpo"; exit 1; fi mkdir .libs gcc -DHAVE_CONFIG_H -I. -I../../../plugins/fn-date -I../.. -DGNOMELOCALEDIR=\"/usr/share/locale\" -I../../../src -I../../src -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT functions.lo -MD -MP -MF .deps/functions.Tpo -c ../../../plugins/fn-date/functions.c -fPIC -DPIC -o .libs/functions.o ../../../plugins/fn-date/functions.c:1000:2: warning: #warning WORKDAY is partially unimplemented. /bin/sh ../../libtool --tag=CC --mode=link gcc -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -Wl,-O1 -Wl,--as-needed -o plugin.la -rpath /usr/lib/gnumeric/1.6.3/plugins/fn-date -module -avoid-version functions.lo -lm gcc -shared .libs/functions.o -lm -Wl,-O1 -Wl,--as-needed -Wl,-soname -Wl,plugin.so -o .libs/plugin.so creating plugin.la (cd .libs && rm -f plugin.la && ln -s ../plugin.la plugin.la) LC_ALL=C ../../intltool-merge -x -u -c ../../po/.intltool-merge-cache ../../../po ../../../plugins/fn-date/plugin.xml.in plugin.xml Found cached translation database Merging translations into plugin.xml. CREATED plugin.xml make[4]: Leaving directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/plugins/fn-date' Making all in fn-eng make[4]: Entering directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/plugins/fn-eng' if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../plugins/fn-eng -I../.. -DGNOMELOCALEDIR=\""/usr/share/locale"\" -I../../../src -I../../src -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT functions.lo -MD -MP -MF ".deps/functions.Tpo" -c -o functions.lo ../../../plugins/fn-eng/functions.c; \ then mv -f ".deps/functions.Tpo" ".deps/functions.Plo"; else rm -f ".deps/functions.Tpo"; exit 1; fi mkdir .libs gcc -DHAVE_CONFIG_H -I. -I../../../plugins/fn-eng -I../.. -DGNOMELOCALEDIR=\"/usr/share/locale\" -I../../../src -I../../src -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT functions.lo -MD -MP -MF .deps/functions.Tpo -c ../../../plugins/fn-eng/functions.c -fPIC -DPIC -o .libs/functions.o /bin/sh ../../libtool --tag=CC --mode=link gcc -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -Wl,-O1 -Wl,--as-needed -o plugin.la -rpath /usr/lib/gnumeric/1.6.3/plugins/fn-eng -module -avoid-version functions.lo -lm gcc -shared .libs/functions.o -lm -Wl,-O1 -Wl,--as-needed -Wl,-soname -Wl,plugin.so -o .libs/plugin.so creating plugin.la (cd .libs && rm -f plugin.la && ln -s ../plugin.la plugin.la) LC_ALL=C ../../intltool-merge -x -u -c ../../po/.intltool-merge-cache ../../../po ../../../plugins/fn-eng/plugin.xml.in plugin.xml Found cached translation database Merging translations into plugin.xml. CREATED plugin.xml make[4]: Leaving directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/plugins/fn-eng' Making all in fn-erlang make[4]: Entering directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/plugins/fn-erlang' if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../plugins/fn-erlang -I../.. -DGNOMELOCALEDIR=\""/usr/share/locale"\" -I../../../src -I../../src -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT functions.lo -MD -MP -MF ".deps/functions.Tpo" -c -o functions.lo ../../../plugins/fn-erlang/functions.c; \ then mv -f ".deps/functions.Tpo" ".deps/functions.Plo"; else rm -f ".deps/functions.Tpo"; exit 1; fi mkdir .libs gcc -DHAVE_CONFIG_H -I. -I../../../plugins/fn-erlang -I../.. -DGNOMELOCALEDIR=\"/usr/share/locale\" -I../../../src -I../../src -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT functions.lo -MD -MP -MF .deps/functions.Tpo -c ../../../plugins/fn-erlang/functions.c -fPIC -DPIC -o .libs/functions.o /bin/sh ../../libtool --tag=CC --mode=link gcc -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -Wl,-O1 -Wl,--as-needed -o erlang.la -rpath /usr/lib/gnumeric/1.6.3/plugins/fn-erlang -module -avoid-version functions.lo -lm gcc -shared .libs/functions.o -lm -Wl,-O1 -Wl,--as-needed -Wl,-soname -Wl,erlang.so -o .libs/erlang.so creating erlang.la (cd .libs && rm -f erlang.la && ln -s ../erlang.la erlang.la) LC_ALL=C ../../intltool-merge -x -u -c ../../po/.intltool-merge-cache ../../../po ../../../plugins/fn-erlang/plugin.xml.in plugin.xml Found cached translation database Merging translations into plugin.xml. CREATED plugin.xml make[4]: Leaving directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/plugins/fn-erlang' Making all in fn-financial make[4]: Entering directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/plugins/fn-financial' if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../plugins/fn-financial -I../.. -DGNOMELOCALEDIR=\""/usr/share/locale"\" -I../../../src -I../../src -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT functions.lo -MD -MP -MF ".deps/functions.Tpo" -c -o functions.lo ../../../plugins/fn-financial/functions.c; \ then mv -f ".deps/functions.Tpo" ".deps/functions.Plo"; else rm -f ".deps/functions.Tpo"; exit 1; fi mkdir .libs gcc -DHAVE_CONFIG_H -I. -I../../../plugins/fn-financial -I../.. -DGNOMELOCALEDIR=\"/usr/share/locale\" -I../../../src -I../../src -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT functions.lo -MD -MP -MF .deps/functions.Tpo -c ../../../plugins/fn-financial/functions.c -fPIC -DPIC -o .libs/functions.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../plugins/fn-financial -I../.. -DGNOMELOCALEDIR=\""/usr/share/locale"\" -I../../../src -I../../src -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT sc-fin.lo -MD -MP -MF ".deps/sc-fin.Tpo" -c -o sc-fin.lo ../../../plugins/fn-financial/sc-fin.c; \ then mv -f ".deps/sc-fin.Tpo" ".deps/sc-fin.Plo"; else rm -f ".deps/sc-fin.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I../../../plugins/fn-financial -I../.. -DGNOMELOCALEDIR=\"/usr/share/locale\" -I../../../src -I../../src -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT sc-fin.lo -MD -MP -MF .deps/sc-fin.Tpo -c ../../../plugins/fn-financial/sc-fin.c -fPIC -DPIC -o .libs/sc-fin.o /bin/sh ../../libtool --tag=CC --mode=link gcc -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -Wl,-O1 -Wl,--as-needed -o plugin.la -rpath /usr/lib/gnumeric/1.6.3/plugins/fn-financial -module -avoid-version functions.lo sc-fin.lo -lm gcc -shared .libs/functions.o .libs/sc-fin.o -lm -Wl,-O1 -Wl,--as-needed -Wl,-soname -Wl,plugin.so -o .libs/plugin.so creating plugin.la (cd .libs && rm -f plugin.la && ln -s ../plugin.la plugin.la) LC_ALL=C ../../intltool-merge -x -u -c ../../po/.intltool-merge-cache ../../../po ../../../plugins/fn-financial/plugin.xml.in plugin.xml Found cached translation database Merging translations into plugin.xml. CREATED plugin.xml make[4]: Leaving directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/plugins/fn-financial' Making all in fn-info make[4]: Entering directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/plugins/fn-info' if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../plugins/fn-info -I../.. -DGNOMELOCALEDIR=\""/usr/share/locale"\" -I../../../src -I../../src -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT functions.lo -MD -MP -MF ".deps/functions.Tpo" -c -o functions.lo ../../../plugins/fn-info/functions.c; \ then mv -f ".deps/functions.Tpo" ".deps/functions.Plo"; else rm -f ".deps/functions.Tpo"; exit 1; fi mkdir .libs gcc -DHAVE_CONFIG_H -I. -I../../../plugins/fn-info -I../.. -DGNOMELOCALEDIR=\"/usr/share/locale\" -I../../../src -I../../src -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT functions.lo -MD -MP -MF .deps/functions.Tpo -c ../../../plugins/fn-info/functions.c -fPIC -DPIC -o .libs/functions.o ../../../plugins/fn-info/functions.c:152:2: warning: #warning "FIXME: CELL('format',...) isn't right" ../../../plugins/fn-info/functions.c:357:2: warning: #warning implement this /bin/sh ../../libtool --tag=CC --mode=link gcc -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -Wl,-O1 -Wl,--as-needed -o plugin.la -rpath /usr/lib/gnumeric/1.6.3/plugins/fn-info -module -avoid-version functions.lo -lm gcc -shared .libs/functions.o -lm -Wl,-O1 -Wl,--as-needed -Wl,-soname -Wl,plugin.so -o .libs/plugin.so creating plugin.la (cd .libs && rm -f plugin.la && ln -s ../plugin.la plugin.la) LC_ALL=C ../../intltool-merge -x -u -c ../../po/.intltool-merge-cache ../../../po ../../../plugins/fn-info/plugin.xml.in plugin.xml Found cached translation database Merging translations into plugin.xml. CREATED plugin.xml make[4]: Leaving directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/plugins/fn-info' Making all in fn-logical make[4]: Entering directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/plugins/fn-logical' if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../plugins/fn-logical -I../.. -DGNOMELOCALEDIR=\""/usr/share/locale"\" -I../../../src -I../../src -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT functions.lo -MD -MP -MF ".deps/functions.Tpo" -c -o functions.lo ../../../plugins/fn-logical/functions.c; \ then mv -f ".deps/functions.Tpo" ".deps/functions.Plo"; else rm -f ".deps/functions.Tpo"; exit 1; fi mkdir .libs gcc -DHAVE_CONFIG_H -I. -I../../../plugins/fn-logical -I../.. -DGNOMELOCALEDIR=\"/usr/share/locale\" -I../../../src -I../../src -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT functions.lo -MD -MP -MF .deps/functions.Tpo -c ../../../plugins/fn-logical/functions.c -fPIC -DPIC -o .libs/functions.o /bin/sh ../../libtool --tag=CC --mode=link gcc -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -Wl,-O1 -Wl,--as-needed -o plugin.la -rpath /usr/lib/gnumeric/1.6.3/plugins/fn-logical -module -avoid-version functions.lo -lm gcc -shared .libs/functions.o -lm -Wl,-O1 -Wl,--as-needed -Wl,-soname -Wl,plugin.so -o .libs/plugin.so creating plugin.la (cd .libs && rm -f plugin.la && ln -s ../plugin.la plugin.la) LC_ALL=C ../../intltool-merge -x -u -c ../../po/.intltool-merge-cache ../../../po ../../../plugins/fn-logical/plugin.xml.in plugin.xml Found cached translation database Merging translations into plugin.xml. CREATED plugin.xml make[4]: Leaving directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/plugins/fn-logical' Making all in fn-complex make[4]: Entering directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/plugins/fn-complex' if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../plugins/fn-complex -I../.. -DGNOMELOCALEDIR=\""/usr/share/locale"\" -I../../../src -I../../src -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT functions.lo -MD -MP -MF ".deps/functions.Tpo" -c -o functions.lo ../../../plugins/fn-complex/functions.c; \ then mv -f ".deps/functions.Tpo" ".deps/functions.Plo"; else rm -f ".deps/functions.Tpo"; exit 1; fi mkdir .libs gcc -DHAVE_CONFIG_H -I. -I../../../plugins/fn-complex -I../.. -DGNOMELOCALEDIR=\"/usr/share/locale\" -I../../../src -I../../src -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT functions.lo -MD -MP -MF .deps/functions.Tpo -c ../../../plugins/fn-complex/functions.c -fPIC -DPIC -o .libs/functions.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../plugins/fn-complex -I../.. -DGNOMELOCALEDIR=\""/usr/share/locale"\" -I../../../src -I../../src -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT gsl-complex.lo -MD -MP -MF ".deps/gsl-complex.Tpo" -c -o gsl-complex.lo ../../../plugins/fn-complex/gsl-complex.c; \ then mv -f ".deps/gsl-complex.Tpo" ".deps/gsl-complex.Plo"; else rm -f ".deps/gsl-complex.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I../../../plugins/fn-complex -I../.. -DGNOMELOCALEDIR=\"/usr/share/locale\" -I../../../src -I../../src -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT gsl-complex.lo -MD -MP -MF .deps/gsl-complex.Tpo -c ../../../plugins/fn-complex/gsl-complex.c -fPIC -DPIC -o .libs/gsl-complex.o /bin/sh ../../libtool --tag=CC --mode=link gcc -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -Wl,-O1 -Wl,--as-needed -o plugin.la -rpath /usr/lib/gnumeric/1.6.3/plugins/fn-complex -module -avoid-version functions.lo gsl-complex.lo -lm gcc -shared .libs/functions.o .libs/gsl-complex.o -lm -Wl,-O1 -Wl,--as-needed -Wl,-soname -Wl,plugin.so -o .libs/plugin.so creating plugin.la (cd .libs && rm -f plugin.la && ln -s ../plugin.la plugin.la) LC_ALL=C ../../intltool-merge -x -u -c ../../po/.intltool-merge-cache ../../../po ../../../plugins/fn-complex/plugin.xml.in plugin.xml Found cached translation database Merging translations into plugin.xml. CREATED plugin.xml make[4]: Leaving directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/plugins/fn-complex' Making all in fn-lookup make[4]: Entering directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/plugins/fn-lookup' if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../plugins/fn-lookup -I../.. -DGNOMELOCALEDIR=\""/usr/share/locale"\" -I../../../src -I../../src -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT functions.lo -MD -MP -MF ".deps/functions.Tpo" -c -o functions.lo ../../../plugins/fn-lookup/functions.c; \ then mv -f ".deps/functions.Tpo" ".deps/functions.Plo"; else rm -f ".deps/functions.Tpo"; exit 1; fi mkdir .libs gcc -DHAVE_CONFIG_H -I. -I../../../plugins/fn-lookup -I../.. -DGNOMELOCALEDIR=\"/usr/share/locale\" -I../../../src -I../../src -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT functions.lo -MD -MP -MF .deps/functions.Tpo -c ../../../plugins/fn-lookup/functions.c -fPIC -DPIC -o .libs/functions.o /bin/sh ../../libtool --tag=CC --mode=link gcc -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -Wl,-O1 -Wl,--as-needed -o plugin.la -rpath /usr/lib/gnumeric/1.6.3/plugins/fn-lookup -module -avoid-version functions.lo -lm gcc -shared .libs/functions.o -lm -Wl,-O1 -Wl,--as-needed -Wl,-soname -Wl,plugin.so -o .libs/plugin.so creating plugin.la (cd .libs && rm -f plugin.la && ln -s ../plugin.la plugin.la) LC_ALL=C ../../intltool-merge -x -u -c ../../po/.intltool-merge-cache ../../../po ../../../plugins/fn-lookup/plugin.xml.in plugin.xml Found cached translation database Merging translations into plugin.xml. CREATED plugin.xml make[4]: Leaving directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/plugins/fn-lookup' Making all in fn-math make[4]: Entering directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/plugins/fn-math' if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../plugins/fn-math -I../.. -DGNOMELOCALEDIR=\""/usr/share/locale"\" -I../../../src -I../../src -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT functions.lo -MD -MP -MF ".deps/functions.Tpo" -c -o functions.lo ../../../plugins/fn-math/functions.c; \ then mv -f ".deps/functions.Tpo" ".deps/functions.Plo"; else rm -f ".deps/functions.Tpo"; exit 1; fi mkdir .libs gcc -DHAVE_CONFIG_H -I. -I../../../plugins/fn-math -I../.. -DGNOMELOCALEDIR=\"/usr/share/locale\" -I../../../src -I../../src -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT functions.lo -MD -MP -MF .deps/functions.Tpo -c ../../../plugins/fn-math/functions.c -fPIC -DPIC -o .libs/functions.o ../../../plugins/fn-math/functions.c:969:2: warning: #warning "Improve error handling. Relying on value_new_float to do it is cheesy" /bin/sh ../../libtool --tag=CC --mode=link gcc -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -Wl,-O1 -Wl,--as-needed -o plugin.la -rpath /usr/lib/gnumeric/1.6.3/plugins/fn-math -module -avoid-version functions.lo -lm gcc -shared .libs/functions.o -lm -Wl,-O1 -Wl,--as-needed -Wl,-soname -Wl,plugin.so -o .libs/plugin.so creating plugin.la (cd .libs && rm -f plugin.la && ln -s ../plugin.la plugin.la) LC_ALL=C ../../intltool-merge -x -u -c ../../po/.intltool-merge-cache ../../../po ../../../plugins/fn-math/plugin.xml.in plugin.xml Found cached translation database Merging translations into plugin.xml. CREATED plugin.xml make[4]: Leaving directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/plugins/fn-math' Making all in fn-r make[4]: Entering directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/plugins/fn-r' if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../plugins/fn-r -I../.. -DGNOMELOCALEDIR=\""/usr/share/locale"\" -I../../../src -I../../src -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT functions.lo -MD -MP -MF ".deps/functions.Tpo" -c -o functions.lo ../../../plugins/fn-r/functions.c; \ then mv -f ".deps/functions.Tpo" ".deps/functions.Plo"; else rm -f ".deps/functions.Tpo"; exit 1; fi mkdir .libs gcc -DHAVE_CONFIG_H -I. -I../../../plugins/fn-r -I../.. -DGNOMELOCALEDIR=\"/usr/share/locale\" -I../../../src -I../../src -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT functions.lo -MD -MP -MF .deps/functions.Tpo -c ../../../plugins/fn-r/functions.c -fPIC -DPIC -o .libs/functions.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../plugins/fn-r -I../.. -DGNOMELOCALEDIR=\""/usr/share/locale"\" -I../../../src -I../../src -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT extra.lo -MD -MP -MF ".deps/extra.Tpo" -c -o extra.lo ../../../plugins/fn-r/extra.c; \ then mv -f ".deps/extra.Tpo" ".deps/extra.Plo"; else rm -f ".deps/extra.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I../../../plugins/fn-r -I../.. -DGNOMELOCALEDIR=\"/usr/share/locale\" -I../../../src -I../../src -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT extra.lo -MD -MP -MF .deps/extra.Tpo -c ../../../plugins/fn-r/extra.c -fPIC -DPIC -o .libs/extra.o /bin/sh ../../libtool --tag=CC --mode=link gcc -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -Wl,-O1 -Wl,--as-needed -o rstat.la -rpath /usr/lib/gnumeric/1.6.3/plugins/fn-r -module -avoid-version functions.lo extra.lo -lm gcc -shared .libs/functions.o .libs/extra.o -lm -Wl,-O1 -Wl,--as-needed -Wl,-soname -Wl,rstat.so -o .libs/rstat.so creating rstat.la (cd .libs && rm -f rstat.la && ln -s ../rstat.la rstat.la) LC_ALL=C ../../intltool-merge -x -u -c ../../po/.intltool-merge-cache ../../../po ../../../plugins/fn-r/plugin.xml.in plugin.xml Found cached translation database Merging translations into plugin.xml. CREATED plugin.xml make[4]: Leaving directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/plugins/fn-r' Making all in fn-stat make[4]: Entering directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/plugins/fn-stat' if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../plugins/fn-stat -I../.. -DGNOMELOCALEDIR=\""/usr/share/locale"\" -I../../../src -I../../src -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT functions.lo -MD -MP -MF ".deps/functions.Tpo" -c -o functions.lo ../../../plugins/fn-stat/functions.c; \ then mv -f ".deps/functions.Tpo" ".deps/functions.Plo"; else rm -f ".deps/functions.Tpo"; exit 1; fi mkdir .libs gcc -DHAVE_CONFIG_H -I. -I../../../plugins/fn-stat -I../.. -DGNOMELOCALEDIR=\"/usr/share/locale\" -I../../../src -I../../src -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT functions.lo -MD -MP -MF .deps/functions.Tpo -c ../../../plugins/fn-stat/functions.c -fPIC -DPIC -o .libs/functions.o /bin/sh ../../libtool --tag=CC --mode=link gcc -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -Wl,-O1 -Wl,--as-needed -o plugin.la -rpath /usr/lib/gnumeric/1.6.3/plugins/fn-stat -module -avoid-version functions.lo -lm gcc -shared .libs/functions.o -lm -Wl,-O1 -Wl,--as-needed -Wl,-soname -Wl,plugin.so -o .libs/plugin.so creating plugin.la (cd .libs && rm -f plugin.la && ln -s ../plugin.la plugin.la) LC_ALL=C ../../intltool-merge -x -u -c ../../po/.intltool-merge-cache ../../../po ../../../plugins/fn-stat/plugin.xml.in plugin.xml Found cached translation database Merging translations into plugin.xml. CREATED plugin.xml make[4]: Leaving directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/plugins/fn-stat' Making all in fn-string make[4]: Entering directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/plugins/fn-string' if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../plugins/fn-string -I../.. -DGNOMELOCALEDIR=\""/usr/share/locale"\" -I../../../src -I../../src -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT functions.lo -MD -MP -MF ".deps/functions.Tpo" -c -o functions.lo ../../../plugins/fn-string/functions.c; \ then mv -f ".deps/functions.Tpo" ".deps/functions.Plo"; else rm -f ".deps/functions.Tpo"; exit 1; fi mkdir .libs gcc -DHAVE_CONFIG_H -I. -I../../../plugins/fn-string -I../.. -DGNOMELOCALEDIR=\"/usr/share/locale\" -I../../../src -I../../src -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT functions.lo -MD -MP -MF .deps/functions.Tpo -c ../../../plugins/fn-string/functions.c -fPIC -DPIC -o .libs/functions.o /bin/sh ../../libtool --tag=CC --mode=link gcc -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -Wl,-O1 -Wl,--as-needed -o plugin.la -rpath /usr/lib/gnumeric/1.6.3/plugins/fn-string -module -avoid-version functions.lo -lm gcc -shared .libs/functions.o -lm -Wl,-O1 -Wl,--as-needed -Wl,-soname -Wl,plugin.so -o .libs/plugin.so creating plugin.la (cd .libs && rm -f plugin.la && ln -s ../plugin.la plugin.la) LC_ALL=C ../../intltool-merge -x -u -c ../../po/.intltool-merge-cache ../../../po ../../../plugins/fn-string/plugin.xml.in plugin.xml Found cached translation database Merging translations into plugin.xml. CREATED plugin.xml make[4]: Leaving directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/plugins/fn-string' Making all in fn-random make[4]: Entering directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/plugins/fn-random' if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../plugins/fn-random -I../.. -DGNOMELOCALEDIR=\""/usr/share/locale"\" -I../../../src -I../../src -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT functions.lo -MD -MP -MF ".deps/functions.Tpo" -c -o functions.lo ../../../plugins/fn-random/functions.c; \ then mv -f ".deps/functions.Tpo" ".deps/functions.Plo"; else rm -f ".deps/functions.Tpo"; exit 1; fi mkdir .libs gcc -DHAVE_CONFIG_H -I. -I../../../plugins/fn-random -I../.. -DGNOMELOCALEDIR=\"/usr/share/locale\" -I../../../src -I../../src -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT functions.lo -MD -MP -MF .deps/functions.Tpo -c ../../../plugins/fn-random/functions.c -fPIC -DPIC -o .libs/functions.o /bin/sh ../../libtool --tag=CC --mode=link gcc -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -Wl,-O1 -Wl,--as-needed -o plugin.la -rpath /usr/lib/gnumeric/1.6.3/plugins/fn-random -module -avoid-version functions.lo -lm gcc -shared .libs/functions.o -lm -Wl,-O1 -Wl,--as-needed -Wl,-soname -Wl,plugin.so -o .libs/plugin.so creating plugin.la (cd .libs && rm -f plugin.la && ln -s ../plugin.la plugin.la) LC_ALL=C ../../intltool-merge -x -u -c ../../po/.intltool-merge-cache ../../../po ../../../plugins/fn-random/plugin.xml.in plugin.xml Found cached translation database Merging translations into plugin.xml. CREATED plugin.xml make[4]: Leaving directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/plugins/fn-random' Making all in derivatives make[4]: Entering directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/plugins/derivatives' if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../plugins/derivatives -I../.. -DGNOMELOCALEDIR=\""/usr/share/locale"\" -I../../../src -I../../src -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT options.lo -MD -MP -MF ".deps/options.Tpo" -c -o options.lo ../../../plugins/derivatives/options.c; \ then mv -f ".deps/options.Tpo" ".deps/options.Plo"; else rm -f ".deps/options.Tpo"; exit 1; fi mkdir .libs gcc -DHAVE_CONFIG_H -I. -I../../../plugins/derivatives -I../.. -DGNOMELOCALEDIR=\"/usr/share/locale\" -I../../../src -I../../src -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT options.lo -MD -MP -MF .deps/options.Tpo -c ../../../plugins/derivatives/options.c -fPIC -DPIC -o .libs/options.o /bin/sh ../../libtool --tag=CC --mode=link gcc -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -Wl,-O1 -Wl,--as-needed -o derivatives.la -rpath /usr/lib/gnumeric/1.6.3/plugins/derivatives -module -avoid-version options.lo -lm gcc -shared .libs/options.o -lm -Wl,-O1 -Wl,--as-needed -Wl,-soname -Wl,derivatives.so -o .libs/derivatives.so creating derivatives.la (cd .libs && rm -f derivatives.la && ln -s ../derivatives.la derivatives.la) LC_ALL=C ../../intltool-merge -x -u -c ../../po/.intltool-merge-cache ../../../po ../../../plugins/derivatives/plugin.xml.in plugin.xml Found cached translation database Merging translations into plugin.xml. CREATED plugin.xml make[4]: Leaving directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/plugins/derivatives' Making all in python-loader make[4]: Entering directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/plugins/python-loader' if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../plugins/python-loader -I../.. -DPLUGIN_ID=\"Gnumeric_PythonLoader\" -DGNOMELOCALEDIR=\""/usr/share/locale"\" -I../../../src -I../../src -I/usr/include/python2.4 -I/usr/include/pygtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT python-loader.lo -MD -MP -MF ".deps/python-loader.Tpo" -c -o python-loader.lo ../../../plugins/python-loader/python-loader.c; \ then mv -f ".deps/python-loader.Tpo" ".deps/python-loader.Plo"; else rm -f ".deps/python-loader.Tpo"; exit 1; fi mkdir .libs gcc -DHAVE_CONFIG_H -I. -I../../../plugins/python-loader -I../.. -DPLUGIN_ID=\"Gnumeric_PythonLoader\" -DGNOMELOCALEDIR=\"/usr/share/locale\" -I../../../src -I../../src -I/usr/include/python2.4 -I/usr/include/pygtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT python-loader.lo -MD -MP -MF .deps/python-loader.Tpo -c ../../../plugins/python-loader/python-loader.c -fPIC -DPIC -o .libs/python-loader.o In file included from /usr/include/python2.4/Python.h:8, from ../../../plugins/python-loader/python-loader.c:12: /usr/include/python2.4/pyconfig.h:851:1: warning: "_POSIX_C_SOURCE" redefined In file included from /usr/include/limits.h:26, from /usr/lib/gcc/m68k-linux-gnu/4.1.2/include/limits.h:122, from /usr/lib/gcc/m68k-linux-gnu/4.1.2/include/syslimits.h:7, from /usr/lib/gcc/m68k-linux-gnu/4.1.2/include/limits.h:11, from /usr/lib/glib-2.0/include/glibconfig.h:11, from /usr/include/glib-2.0/glib/gtypes.h:30, from /usr/include/glib-2.0/glib/galloca.h:30, from /usr/include/glib-2.0/glib.h:30, from ../../../src/gnumeric.h:4, from ../../../plugins/python-loader/python-loader.c:9: /usr/include/features.h:190:1: warning: this is the location of the previous definition ../../../plugins/python-loader/python-loader.c:520:2: warning: #warning FIXME adapt for the new GnmFuncHelp struct. if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../plugins/python-loader -I../.. -DPLUGIN_ID=\"Gnumeric_PythonLoader\" -DGNOMELOCALEDIR=\""/usr/share/locale"\" -I../../../src -I../../src -I/usr/include/python2.4 -I/usr/include/pygtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT gnm-python.lo -MD -MP -MF ".deps/gnm-python.Tpo" -c -o gnm-python.lo ../../../plugins/python-loader/gnm-python.c; \ then mv -f ".deps/gnm-python.Tpo" ".deps/gnm-python.Plo"; else rm -f ".deps/gnm-python.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I../../../plugins/python-loader -I../.. -DPLUGIN_ID=\"Gnumeric_PythonLoader\" -DGNOMELOCALEDIR=\"/usr/share/locale\" -I../../../src -I../../src -I/usr/include/python2.4 -I/usr/include/pygtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT gnm-python.lo -MD -MP -MF .deps/gnm-python.Tpo -c ../../../plugins/python-loader/gnm-python.c -fPIC -DPIC -o .libs/gnm-python.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../plugins/python-loader -I../.. -DPLUGIN_ID=\"Gnumeric_PythonLoader\" -DGNOMELOCALEDIR=\""/usr/share/locale"\" -I../../../src -I../../src -I/usr/include/python2.4 -I/usr/include/pygtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT gnm-py-interpreter.lo -MD -MP -MF ".deps/gnm-py-interpreter.Tpo" -c -o gnm-py-interpreter.lo ../../../plugins/python-loader/gnm-py-interpreter.c; \ then mv -f ".deps/gnm-py-interpreter.Tpo" ".deps/gnm-py-interpreter.Plo"; else rm -f ".deps/gnm-py-interpreter.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I../../../plugins/python-loader -I../.. -DPLUGIN_ID=\"Gnumeric_PythonLoader\" -DGNOMELOCALEDIR=\"/usr/share/locale\" -I../../../src -I../../src -I/usr/include/python2.4 -I/usr/include/pygtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT gnm-py-interpreter.lo -MD -MP -MF .deps/gnm-py-interpreter.Tpo -c ../../../plugins/python-loader/gnm-py-interpreter.c -fPIC -DPIC -o .libs/gnm-py-interpreter.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../plugins/python-loader -I../.. -DPLUGIN_ID=\"Gnumeric_PythonLoader\" -DGNOMELOCALEDIR=\""/usr/share/locale"\" -I../../../src -I../../src -I/usr/include/python2.4 -I/usr/include/pygtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT py-gnumeric.lo -MD -MP -MF ".deps/py-gnumeric.Tpo" -c -o py-gnumeric.lo ../../../plugins/python-loader/py-gnumeric.c; \ then mv -f ".deps/py-gnumeric.Tpo" ".deps/py-gnumeric.Plo"; else rm -f ".deps/py-gnumeric.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I../../../plugins/python-loader -I../.. -DPLUGIN_ID=\"Gnumeric_PythonLoader\" -DGNOMELOCALEDIR=\"/usr/share/locale\" -I../../../src -I../../src -I/usr/include/python2.4 -I/usr/include/pygtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT py-gnumeric.lo -MD -MP -MF .deps/py-gnumeric.Tpo -c ../../../plugins/python-loader/py-gnumeric.c -fPIC -DPIC -o .libs/py-gnumeric.o ../../../plugins/python-loader/py-gnumeric.c: In function 'py_obj_to_gnm_value': ../../../plugins/python-loader/py-gnumeric.c:205: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../../plugins/python-loader/py-gnumeric.c:213: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../../plugins/python-loader/py-gnumeric.c: At top level: ../../../plugins/python-loader/py-gnumeric.c:551: warning: 'py_CellPos_as_CellPos' defined but not used ../../../plugins/python-loader/py-gnumeric.c:660: warning: 'py_Range_as_Range' defined but not used ../../../plugins/python-loader/py-gnumeric.c:765: warning: 'py_CellRef_as_CellRef' defined but not used ../../../plugins/python-loader/py-gnumeric.c:999: warning: 'py_gnm_style_as_MStyle' defined but not used ../../../plugins/python-loader/py-gnumeric.c:1232: warning: 'py_Cell_as_Cell' defined but not used ../../../plugins/python-loader/py-gnumeric.c:1428: warning: 'py_sheet_as_Sheet' defined but not used ../../../plugins/python-loader/py-gnumeric.c:1657: warning: 'py_Workbook_as_Workbook' defined but not used ../../../plugins/python-loader/py-gnumeric.c:2117: warning: 'py_GnmPlugin_as_GnmPlugin' defined but not used if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../plugins/python-loader -I../.. -DPLUGIN_ID=\"Gnumeric_PythonLoader\" -DGNOMELOCALEDIR=\""/usr/share/locale"\" -I../../../src -I../../src -I/usr/include/python2.4 -I/usr/include/pygtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT py-interpreter-selector.lo -MD -MP -MF ".deps/py-interpreter-selector.Tpo" -c -o py-interpreter-selector.lo ../../../plugins/python-loader/py-interpreter-selector.c; \ then mv -f ".deps/py-interpreter-selector.Tpo" ".deps/py-interpreter-selector.Plo"; else rm -f ".deps/py-interpreter-selector.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I../../../plugins/python-loader -I../.. -DPLUGIN_ID=\"Gnumeric_PythonLoader\" -DGNOMELOCALEDIR=\"/usr/share/locale\" -I../../../src -I../../src -I/usr/include/python2.4 -I/usr/include/pygtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT py-interpreter-selector.lo -MD -MP -MF .deps/py-interpreter-selector.Tpo -c ../../../plugins/python-loader/py-interpreter-selector.c -fPIC -DPIC -o .libs/py-interpreter-selector.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../plugins/python-loader -I../.. -DPLUGIN_ID=\"Gnumeric_PythonLoader\" -DGNOMELOCALEDIR=\""/usr/share/locale"\" -I../../../src -I../../src -I/usr/include/python2.4 -I/usr/include/pygtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT py-command-line.lo -MD -MP -MF ".deps/py-command-line.Tpo" -c -o py-command-line.lo ../../../plugins/python-loader/py-command-line.c; \ then mv -f ".deps/py-command-line.Tpo" ".deps/py-command-line.Plo"; else rm -f ".deps/py-command-line.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I../../../plugins/python-loader -I../.. -DPLUGIN_ID=\"Gnumeric_PythonLoader\" -DGNOMELOCALEDIR=\"/usr/share/locale\" -I../../../src -I../../src -I/usr/include/python2.4 -I/usr/include/pygtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT py-command-line.lo -MD -MP -MF .deps/py-command-line.Tpo -c ../../../plugins/python-loader/py-command-line.c -fPIC -DPIC -o .libs/py-command-line.o ../../../plugins/python-loader/py-command-line.c: In function 'gnm_py_command_line_keypress': ../../../plugins/python-loader/py-command-line.c:63: warning: ignoring return value of 'g_list_append', declared with attribute warn_unused_result if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../plugins/python-loader -I../.. -DPLUGIN_ID=\"Gnumeric_PythonLoader\" -DGNOMELOCALEDIR=\""/usr/share/locale"\" -I../../../src -I../../src -I/usr/include/python2.4 -I/usr/include/pygtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT py-console.lo -MD -MP -MF ".deps/py-console.Tpo" -c -o py-console.lo ../../../plugins/python-loader/py-console.c; \ then mv -f ".deps/py-console.Tpo" ".deps/py-console.Plo"; else rm -f ".deps/py-console.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I../../../plugins/python-loader -I../.. -DPLUGIN_ID=\"Gnumeric_PythonLoader\" -DGNOMELOCALEDIR=\"/usr/share/locale\" -I../../../src -I../../src -I/usr/include/python2.4 -I/usr/include/pygtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT py-console.lo -MD -MP -MF .deps/py-console.Tpo -c ../../../plugins/python-loader/py-console.c -fPIC -DPIC -o .libs/py-console.o In file included from /usr/include/gtk-2.0/gtk/gtkactiongroup.h:35, from /usr/include/gtk-2.0/gtk/gtk.h:39, from ../../../plugins/python-loader/py-console.c:12: /usr/include/gtk-2.0/gtk/gtkitemfactory.h:50: warning: function declaration isn't a prototype if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../plugins/python-loader -I../.. -DPLUGIN_ID=\"Gnumeric_PythonLoader\" -DGNOMELOCALEDIR=\""/usr/share/locale"\" -I../../../src -I../../src -I/usr/include/python2.4 -I/usr/include/pygtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT boot.lo -MD -MP -MF ".deps/boot.Tpo" -c -o boot.lo ../../../plugins/python-loader/boot.c; \ then mv -f ".deps/boot.Tpo" ".deps/boot.Plo"; else rm -f ".deps/boot.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I../../../plugins/python-loader -I../.. -DPLUGIN_ID=\"Gnumeric_PythonLoader\" -DGNOMELOCALEDIR=\"/usr/share/locale\" -I../../../src -I../../src -I/usr/include/python2.4 -I/usr/include/pygtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT boot.lo -MD -MP -MF .deps/boot.Tpo -c ../../../plugins/python-loader/boot.c -fPIC -DPIC -o .libs/boot.o /bin/sh ../../libtool --tag=CC --mode=link gcc -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -Wl,-O1 -Wl,--as-needed -o python_loader.la -rpath /usr/lib/gnumeric/1.6.3/plugins/python-loader -module -avoid-version -L/usr/lib/python2.4/config python-loader.lo gnm-python.lo gnm-py-interpreter.lo py-gnumeric.lo py-interpreter-selector.lo py-command-line.lo py-console.lo boot.lo -lpython2.4 -lpthread -ldl -lutil -lm gcc -shared .libs/python-loader.o .libs/gnm-python.o .libs/gnm-py-interpreter.o .libs/py-gnumeric.o .libs/py-interpreter-selector.o .libs/py-command-line.o .libs/py-console.o .libs/boot.o -L/usr/lib/python2.4/config -lpython2.4 -lpthread -ldl -lutil -lm -Wl,-O1 -Wl,--as-needed -Wl,-soname -Wl,python_loader.so -o .libs/python_loader.so creating python_loader.la (cd .libs && rm -f python_loader.la && ln -s ../python_loader.la python_loader.la) LC_ALL=C ../../intltool-merge -x -u -c ../../po/.intltool-merge-cache ../../../po ../../../plugins/python-loader/plugin.xml.in plugin.xml Found cached translation database Merging translations into plugin.xml. CREATED plugin.xml make[4]: Leaving directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/plugins/python-loader' Making all in perl-loader make[4]: Entering directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/plugins/perl-loader' /bin/sh ../../libtool --tag=CC --mode=compile perl ../../../plugins/perl-loader/perl-cc-wrapper cc -D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS -DDEBIAN -fno-regmove -fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib/perl/5.8/CORE -fPIC -I../.. -DPLUGIN_ID=\"Gnumeric_PerlLoader\" -DGNOMELOCALEDIR=\""/usr/share/locale"\" -I../../../src -I../../src --sanitize=1 -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -c -o boot.lo ../../../plugins/perl-loader/boot.c mkdir .libs perl ../../../plugins/perl-loader/perl-cc-wrapper cc -D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS -DDEBIAN -fno-regmove -fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib/perl/5.8/CORE -fPIC -I../.. -DPLUGIN_ID=\"Gnumeric_PerlLoader\" -DGNOMELOCALEDIR=\"/usr/share/locale\" -I../../../src -I../../src --sanitize=1 -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -c ../../../plugins/perl-loader/boot.c -fPIC -DPIC -o .libs/boot.o ../../../plugins/perl-loader/perl-cc-wrapper: warning dropping -pthread ../../../plugins/perl-loader/perl-cc-wrapper: warning dropping -fPIC /bin/sh ../../libtool --tag=CC --mode=compile perl ../../../plugins/perl-loader/perl-cc-wrapper cc -D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS -DDEBIAN -fno-regmove -fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib/perl/5.8/CORE -fPIC -I../.. -DPLUGIN_ID=\"Gnumeric_PerlLoader\" -DGNOMELOCALEDIR=\""/usr/share/locale"\" -I../../../src -I../../src --sanitize=1 -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -c -o perl-loader.lo ../../../plugins/perl-loader/perl-loader.c perl ../../../plugins/perl-loader/perl-cc-wrapper cc -D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS -DDEBIAN -fno-regmove -fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib/perl/5.8/CORE -fPIC -I../.. -DPLUGIN_ID=\"Gnumeric_PerlLoader\" -DGNOMELOCALEDIR=\"/usr/share/locale\" -I../../../src -I../../src --sanitize=1 -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -c ../../../plugins/perl-loader/perl-loader.c -fPIC -DPIC -o .libs/perl-loader.o ../../../plugins/perl-loader/perl-cc-wrapper: warning dropping -pthread ../../../plugins/perl-loader/perl-cc-wrapper: warning dropping -fPIC ../../../plugins/perl-loader/perl-loader.c:156:2: warning: #warning FIXME adapt for the new GnmFuncHelp struct. ../../../plugins/perl-loader/perl-loader.c: In function 'gplp_func_desc_load': ../../../plugins/perl-loader/perl-loader.c:161: warning: assignment from incompatible pointer type /bin/sh ../../libtool --tag=CC --mode=compile perl ../../../plugins/perl-loader/perl-cc-wrapper cc -D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS -DDEBIAN -fno-regmove -fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib/perl/5.8/CORE -fPIC -I../.. -DPLUGIN_ID=\"Gnumeric_PerlLoader\" -DGNOMELOCALEDIR=\""/usr/share/locale"\" -I../../../src -I../../src --sanitize=1 -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -c -o perl-gnumeric.lo ../../../plugins/perl-loader/perl-gnumeric.c perl ../../../plugins/perl-loader/perl-cc-wrapper cc -D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS -DDEBIAN -fno-regmove -fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib/perl/5.8/CORE -fPIC -I../.. -DPLUGIN_ID=\"Gnumeric_PerlLoader\" -DGNOMELOCALEDIR=\"/usr/share/locale\" -I../../../src -I../../src --sanitize=1 -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -c ../../../plugins/perl-loader/perl-gnumeric.c -fPIC -DPIC -o .libs/perl-gnumeric.o ../../../plugins/perl-loader/perl-cc-wrapper: warning dropping -pthread ../../../plugins/perl-loader/perl-cc-wrapper: warning dropping -fPIC perl -MExtUtils::Embed -e xsinit -- -o xsinit.c /bin/sh ../../libtool --tag=CC --mode=compile perl ../../../plugins/perl-loader/perl-cc-wrapper cc -D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS -DDEBIAN -fno-regmove -fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib/perl/5.8/CORE -fPIC -I../.. -DPLUGIN_ID=\"Gnumeric_PerlLoader\" -DGNOMELOCALEDIR=\""/usr/share/locale"\" -I../../../src -I../../src --sanitize=1 -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -c -o xsinit.lo xsinit.c perl ../../../plugins/perl-loader/perl-cc-wrapper cc -D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS -DDEBIAN -fno-regmove -fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib/perl/5.8/CORE -fPIC -I../.. -DPLUGIN_ID=\"Gnumeric_PerlLoader\" -DGNOMELOCALEDIR=\"/usr/share/locale\" -I../../../src -I../../src --sanitize=1 -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -c xsinit.c -fPIC -DPIC -o .libs/xsinit.o ../../../plugins/perl-loader/perl-cc-wrapper: warning dropping -pthread ../../../plugins/perl-loader/perl-cc-wrapper: warning dropping -fPIC /bin/sh ../../libtool --tag=CC --mode=link gcc -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -Wl,-O1 -Wl,--as-needed -o perl_loader.la -rpath /usr/lib/gnumeric/1.6.3/plugins/perl-loader -module -avoid-version -shared -L/usr/local/lib boot.lo perl-loader.lo perl-gnumeric.lo xsinit.lo -Wl,-E -L/usr/local/lib /usr/lib/perl/5.8/auto/DynaLoader/DynaLoader.a -L/usr/lib/perl/5.8/CORE -lperl -ldl -lm -lpthread -lc -lcrypt -lm *** Warning: Linking the shared library perl_loader.la against the *** static library /usr/lib/perl/5.8/auto/DynaLoader/DynaLoader.a is not portable! gcc -shared .libs/boot.o .libs/perl-loader.o .libs/perl-gnumeric.o .libs/xsinit.o -L/usr/local/lib /usr/lib/perl/5.8/auto/DynaLoader/DynaLoader.a -L/usr/lib/perl/5.8/CORE -lperl -ldl -lpthread -lc -lcrypt -lm -Wl,-O1 -Wl,--as-needed -Wl,-E -Wl,-soname -Wl,perl_loader.so -o .libs/perl_loader.so creating perl_loader.la (cd .libs && rm -f perl_loader.la && ln -s ../perl_loader.la perl_loader.la) LC_ALL=C ../../intltool-merge -x -u -c ../../po/.intltool-merge-cache ../../../po ../../../plugins/perl-loader/plugin.xml.in plugin.xml Found cached translation database Merging translations into plugin.xml. CREATED plugin.xml make[4]: Leaving directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/plugins/perl-loader' Making all in corba make[4]: Entering directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/plugins/corba' /usr/bin/orbit-idl-2 -I/usr/share/idl/bonobo-2.0 -I/usr/share/idl/bonobo-activation-2.0 -I../../../plugins/corba ../../../plugins/corba/GNOME_Gnumeric.idl && touch stamp_Gnumeric_idl orbit-idl-2 2.14.3 compiling mode, hide preprocessor errors, passes: stubs skels common headers Processing file ../../../plugins/corba/GNOME_Gnumeric.idl /usr/bin/make all-am make[5]: Entering directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/plugins/corba' if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../plugins/corba -I../.. -DGNOMELOCALEDIR=\""/usr/share/locale"\" -I../../../src -I../../src -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -DORBIT2=1 -pthread -I/usr/include/orbit-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT corba-application.lo -MD -MP -MF ".deps/corba-application.Tpo" -c -o corba-application.lo ../../../plugins/corba/corba-application.c; \ then mv -f ".deps/corba-application.Tpo" ".deps/corba-application.Plo"; else rm -f ".deps/corba-application.Tpo"; exit 1; fi mkdir .libs gcc -DHAVE_CONFIG_H -I. -I../../../plugins/corba -I../.. -DGNOMELOCALEDIR=\"/usr/share/locale\" -I../../../src -I../../src -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -DORBIT2=1 -pthread -I/usr/include/orbit-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT corba-application.lo -MD -MP -MF .deps/corba-application.Tpo -c ../../../plugins/corba/corba-application.c -fPIC -DPIC -o .libs/corba-application.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../plugins/corba -I../.. -DGNOMELOCALEDIR=\""/usr/share/locale"\" -I../../../src -I../../src -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -DORBIT2=1 -pthread -I/usr/include/orbit-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT corba-workbook.lo -MD -MP -MF ".deps/corba-workbook.Tpo" -c -o corba-workbook.lo ../../../plugins/corba/corba-workbook.c; \ then mv -f ".deps/corba-workbook.Tpo" ".deps/corba-workbook.Plo"; else rm -f ".deps/corba-workbook.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I../../../plugins/corba -I../.. -DGNOMELOCALEDIR=\"/usr/share/locale\" -I../../../src -I../../src -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -DORBIT2=1 -pthread -I/usr/include/orbit-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT corba-workbook.lo -MD -MP -MF .deps/corba-workbook.Tpo -c ../../../plugins/corba/corba-workbook.c -fPIC -DPIC -o .libs/corba-workbook.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../plugins/corba -I../.. -DGNOMELOCALEDIR=\""/usr/share/locale"\" -I../../../src -I../../src -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -DORBIT2=1 -pthread -I/usr/include/orbit-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT corba-sheet.lo -MD -MP -MF ".deps/corba-sheet.Tpo" -c -o corba-sheet.lo ../../../plugins/corba/corba-sheet.c; \ then mv -f ".deps/corba-sheet.Tpo" ".deps/corba-sheet.Plo"; else rm -f ".deps/corba-sheet.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I../../../plugins/corba -I../.. -DGNOMELOCALEDIR=\"/usr/share/locale\" -I../../../src -I../../src -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -DORBIT2=1 -pthread -I/usr/include/orbit-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT corba-sheet.lo -MD -MP -MF .deps/corba-sheet.Tpo -c ../../../plugins/corba/corba-sheet.c -fPIC -DPIC -o .libs/corba-sheet.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../plugins/corba -I../.. -DGNOMELOCALEDIR=\""/usr/share/locale"\" -I../../../src -I../../src -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -DORBIT2=1 -pthread -I/usr/include/orbit-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT GNOME_Gnumeric-common.lo -MD -MP -MF ".deps/GNOME_Gnumeric-common.Tpo" -c -o GNOME_Gnumeric-common.lo GNOME_Gnumeric-common.c; \ then mv -f ".deps/GNOME_Gnumeric-common.Tpo" ".deps/GNOME_Gnumeric-common.Plo"; else rm -f ".deps/GNOME_Gnumeric-common.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I../../../plugins/corba -I../.. -DGNOMELOCALEDIR=\"/usr/share/locale\" -I../../../src -I../../src -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -DORBIT2=1 -pthread -I/usr/include/orbit-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT GNOME_Gnumeric-common.lo -MD -MP -MF .deps/GNOME_Gnumeric-common.Tpo -c GNOME_Gnumeric-common.c -fPIC -DPIC -o .libs/GNOME_Gnumeric-common.o GNOME_Gnumeric-common.c:96: warning: initialization discards qualifiers from pointer target type GNOME_Gnumeric-common.c:97: warning: initialization discards qualifiers from pointer target type GNOME_Gnumeric-common.c:137: warning: initialization discards qualifiers from pointer target type GNOME_Gnumeric-common.c:138: warning: initialization discards qualifiers from pointer target type GNOME_Gnumeric-common.c:178: warning: initialization discards qualifiers from pointer target type GNOME_Gnumeric-common.c:179: warning: initialization discards qualifiers from pointer target type GNOME_Gnumeric-common.c:219: warning: initialization discards qualifiers from pointer target type GNOME_Gnumeric-common.c:220: warning: initialization discards qualifiers from pointer target type GNOME_Gnumeric-common.c:260: warning: initialization discards qualifiers from pointer target type GNOME_Gnumeric-common.c:261: warning: initialization discards qualifiers from pointer target type GNOME_Gnumeric-common.c:301: warning: initialization discards qualifiers from pointer target type GNOME_Gnumeric-common.c:302: warning: initialization discards qualifiers from pointer target type GNOME_Gnumeric-common.c:342: warning: initialization discards qualifiers from pointer target type GNOME_Gnumeric-common.c:343: warning: initialization discards qualifiers from pointer target type GNOME_Gnumeric-common.c:381: warning: initialization discards qualifiers from pointer target type GNOME_Gnumeric-common.c:382: warning: initialization discards qualifiers from pointer target type GNOME_Gnumeric-common.c:541: warning: initialization discards qualifiers from pointer target type GNOME_Gnumeric-common.c:542: warning: initialization discards qualifiers from pointer target type GNOME_Gnumeric-common.c:580: warning: initialization discards qualifiers from pointer target type GNOME_Gnumeric-common.c:581: warning: initialization discards qualifiers from pointer target type GNOME_Gnumeric-common.c:740: warning: initialization discards qualifiers from pointer target type GNOME_Gnumeric-common.c:741: warning: initialization discards qualifiers from pointer target type GNOME_Gnumeric-common.c:779: warning: initialization discards qualifiers from pointer target type GNOME_Gnumeric-common.c:780: warning: initialization discards qualifiers from pointer target type GNOME_Gnumeric-common.c:804: warning: initialization discards qualifiers from pointer target type GNOME_Gnumeric-common.c:807: warning: initialization discards qualifiers from pointer target type GNOME_Gnumeric-common.c:818: warning: initialization discards qualifiers from pointer target type GNOME_Gnumeric-common.c:825: warning: initialization discards qualifiers from pointer target type GNOME_Gnumeric-common.c:832: warning: initialization discards qualifiers from pointer target type GNOME_Gnumeric-common.c:839: warning: initialization discards qualifiers from pointer target type GNOME_Gnumeric-common.c:843: warning: initialization discards qualifiers from pointer target type GNOME_Gnumeric-common.c:845: warning: initialization discards qualifiers from pointer target type GNOME_Gnumeric-common.c:855: warning: initialization discards qualifiers from pointer target type GNOME_Gnumeric-common.c:858: warning: initialization discards qualifiers from pointer target type GNOME_Gnumeric-common.c:861: warning: initialization discards qualifiers from pointer target type GNOME_Gnumeric-common.c:864: warning: initialization discards qualifiers from pointer target type GNOME_Gnumeric-common.c:865: warning: initialization discards qualifiers from pointer target type GNOME_Gnumeric-common.c:876: warning: initialization discards qualifiers from pointer target type GNOME_Gnumeric-common.c:883: warning: initialization discards qualifiers from pointer target type GNOME_Gnumeric-common.c:890: warning: initialization discards qualifiers from pointer target type GNOME_Gnumeric-common.c:897: warning: initialization discards qualifiers from pointer target type GNOME_Gnumeric-common.c:904: warning: initialization discards qualifiers from pointer target type GNOME_Gnumeric-common.c:911: warning: initialization discards qualifiers from pointer target type GNOME_Gnumeric-common.c:916: warning: initialization discards qualifiers from pointer target type GNOME_Gnumeric-common.c:926: warning: initialization discards qualifiers from pointer target type GNOME_Gnumeric-common.c:927: warning: initialization discards qualifiers from pointer target type GNOME_Gnumeric-common.c:938: warning: initialization discards qualifiers from pointer target type GNOME_Gnumeric-common.c:945: warning: initialization discards qualifiers from pointer target type GNOME_Gnumeric-common.c:949: warning: initialization discards qualifiers from pointer target type GNOME_Gnumeric-common.c:951: warning: initialization discards qualifiers from pointer target type if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../plugins/corba -I../.. -DGNOMELOCALEDIR=\""/usr/share/locale"\" -I../../../src -I../../src -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -DORBIT2=1 -pthread -I/usr/include/orbit-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT GNOME_Gnumeric-skels.lo -MD -MP -MF ".deps/GNOME_Gnumeric-skels.Tpo" -c -o GNOME_Gnumeric-skels.lo GNOME_Gnumeric-skels.c; \ then mv -f ".deps/GNOME_Gnumeric-skels.Tpo" ".deps/GNOME_Gnumeric-skels.Plo"; else rm -f ".deps/GNOME_Gnumeric-skels.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I../../../plugins/corba -I../.. -DGNOMELOCALEDIR=\"/usr/share/locale\" -I../../../src -I../../src -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -DORBIT2=1 -pthread -I/usr/include/orbit-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT GNOME_Gnumeric-skels.lo -MD -MP -MF .deps/GNOME_Gnumeric-skels.Tpo -c GNOME_Gnumeric-skels.c -fPIC -DPIC -o .libs/GNOME_Gnumeric-skels.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../plugins/corba -I../.. -DGNOMELOCALEDIR=\""/usr/share/locale"\" -I../../../src -I../../src -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -DORBIT2=1 -pthread -I/usr/include/orbit-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT GNOME_Gnumeric-stubs.lo -MD -MP -MF ".deps/GNOME_Gnumeric-stubs.Tpo" -c -o GNOME_Gnumeric-stubs.lo GNOME_Gnumeric-stubs.c; \ then mv -f ".deps/GNOME_Gnumeric-stubs.Tpo" ".deps/GNOME_Gnumeric-stubs.Plo"; else rm -f ".deps/GNOME_Gnumeric-stubs.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I../../../plugins/corba -I../.. -DGNOMELOCALEDIR=\"/usr/share/locale\" -I../../../src -I../../src -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -DORBIT2=1 -pthread -I/usr/include/orbit-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT GNOME_Gnumeric-stubs.lo -MD -MP -MF .deps/GNOME_Gnumeric-stubs.Tpo -c GNOME_Gnumeric-stubs.c -fPIC -DPIC -o .libs/GNOME_Gnumeric-stubs.o /bin/sh ../../libtool --tag=CC --mode=link gcc -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -Wl,-O1 -Wl,--as-needed -o corba.la -rpath /usr/lib/gnumeric/1.6.3/plugins/corba -module -avoid-version corba-application.lo corba-workbook.lo corba-sheet.lo GNOME_Gnumeric-common.lo GNOME_Gnumeric-skels.lo GNOME_Gnumeric-stubs.lo -lm gcc -shared .libs/corba-application.o .libs/corba-workbook.o .libs/corba-sheet.o .libs/GNOME_Gnumeric-common.o .libs/GNOME_Gnumeric-skels.o .libs/GNOME_Gnumeric-stubs.o -lm -Wl,-O1 -Wl,--as-needed -Wl,-soname -Wl,corba.so -o .libs/corba.so creating corba.la (cd .libs && rm -f corba.la && ln -s ../corba.la corba.la) LC_ALL=C ../../intltool-merge -x -u -c ../../po/.intltool-merge-cache ../../../po ../../../plugins/corba/plugin.xml.in plugin.xml Found cached translation database Merging translations into plugin.xml. CREATED plugin.xml make[5]: Leaving directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/plugins/corba' make[4]: Leaving directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/plugins/corba' Making all in sample_datasource make[4]: Entering directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/plugins/sample_datasource' if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../plugins/sample_datasource -I../.. -DGNOMELOCALEDIR=\""/usr/share/locale"\" -I../../../src -I../../src -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT sample_datasource.lo -MD -MP -MF ".deps/sample_datasource.Tpo" -c -o sample_datasource.lo ../../../plugins/sample_datasource/sample_datasource.c; \ then mv -f ".deps/sample_datasource.Tpo" ".deps/sample_datasource.Plo"; else rm -f ".deps/sample_datasource.Tpo"; exit 1; fi mkdir .libs gcc -DHAVE_CONFIG_H -I. -I../../../plugins/sample_datasource -I../.. -DGNOMELOCALEDIR=\"/usr/share/locale\" -I../../../src -I../../src -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT sample_datasource.lo -MD -MP -MF .deps/sample_datasource.Tpo -c ../../../plugins/sample_datasource/sample_datasource.c -fPIC -DPIC -o .libs/sample_datasource.o ../../../plugins/sample_datasource/sample_datasource.c:157:2: warning: #warning "If gstdio.h had g_mkfifo, that's what we should use here" /bin/sh ../../libtool --tag=CC --mode=link gcc -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -Wl,-O1 -Wl,--as-needed -o sample_datasource.la -rpath /usr/lib/gnumeric/1.6.3/plugins/sample_datasource -module -avoid-version sample_datasource.lo -lm gcc -shared .libs/sample_datasource.o -lm -Wl,-O1 -Wl,--as-needed -Wl,-soname -Wl,sample_datasource.so -o .libs/sample_datasource.so creating sample_datasource.la (cd .libs && rm -f sample_datasource.la && ln -s ../sample_datasource.la sample_datasource.la) LC_ALL=C ../../intltool-merge -x -u -c ../../po/.intltool-merge-cache ../../../po ../../../plugins/sample_datasource/plugin.xml.in plugin.xml Found cached translation database Merging translations into plugin.xml. CREATED plugin.xml make[4]: Leaving directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/plugins/sample_datasource' Making all in uihello make[4]: Entering directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/plugins/uihello' if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../plugins/uihello -I../.. -DPLUGIN_ID=\"Gnumeric_UIHello\" -DGNOMELOCALEDIR=\""/usr/share/locale"\" -I../../../src -I../../src -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT uihello.lo -MD -MP -MF ".deps/uihello.Tpo" -c -o uihello.lo ../../../plugins/uihello/uihello.c; \ then mv -f ".deps/uihello.Tpo" ".deps/uihello.Plo"; else rm -f ".deps/uihello.Tpo"; exit 1; fi mkdir .libs gcc -DHAVE_CONFIG_H -I. -I../../../plugins/uihello -I../.. -DPLUGIN_ID=\"Gnumeric_UIHello\" -DGNOMELOCALEDIR=\"/usr/share/locale\" -I../../../src -I../../src -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT uihello.lo -MD -MP -MF .deps/uihello.Tpo -c ../../../plugins/uihello/uihello.c -fPIC -DPIC -o .libs/uihello.o /bin/sh ../../libtool --tag=CC --mode=link gcc -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -Wl,-O1 -Wl,--as-needed -o plugin.la -rpath /usr/lib/gnumeric/1.6.3/plugins/uihello -module -avoid-version uihello.lo -lm gcc -shared .libs/uihello.o -lm -Wl,-O1 -Wl,--as-needed -Wl,-soname -Wl,plugin.so -o .libs/plugin.so creating plugin.la (cd .libs && rm -f plugin.la && ln -s ../plugin.la plugin.la) LC_ALL=C ../../intltool-merge -x -u -c ../../po/.intltool-merge-cache ../../../po ../../../plugins/uihello/plugin.xml.in plugin.xml Found cached translation database Merging translations into plugin.xml. CREATED plugin.xml make[4]: Leaving directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/plugins/uihello' Making all in gnome-glossary make[4]: Entering directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/plugins/gnome-glossary' LC_ALL=C ../../intltool-merge -x -u -c ../../po/.intltool-merge-cache ../../../po ../../../plugins/gnome-glossary/plugin.xml.in plugin.xml Found cached translation database Merging translations into plugin.xml. CREATED plugin.xml make[4]: Leaving directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/plugins/gnome-glossary' Making all in py-func make[4]: Entering directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/plugins/py-func' LC_ALL=C ../../intltool-merge -x -u -c ../../po/.intltool-merge-cache ../../../po ../../../plugins/py-func/plugin.xml.in plugin.xml Found cached translation database Merging translations into plugin.xml. CREATED plugin.xml make[4]: Leaving directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/plugins/py-func' Making all in perl-func make[4]: Entering directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/plugins/perl-func' LC_ALL=C ../../intltool-merge -x -u -c ../../po/.intltool-merge-cache ../../../po ../../../plugins/perl-func/plugin.xml.in plugin.xml Found cached translation database Merging translations into plugin.xml. CREATED plugin.xml make[4]: Leaving directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/plugins/perl-func' make[4]: Entering directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/plugins' make[4]: Nothing to be done for `all-am'. make[4]: Leaving directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/plugins' make[3]: Leaving directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/plugins' Making all in icons make[3]: Entering directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/icons' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/icons' Making all in templates make[3]: Entering directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/templates' Making all in autoformat make[4]: Entering directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/templates/autoformat' make[4]: Nothing to be done for `all'. make[4]: Leaving directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/templates/autoformat' Making all in english make[4]: Entering directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/templates/english' make[4]: Nothing to be done for `all'. make[4]: Leaving directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/templates/english' make[4]: Entering directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/templates' make[4]: Nothing to be done for `all-am'. make[4]: Leaving directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/templates' make[3]: Leaving directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/templates' Making all in doc make[3]: Entering directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/doc' Making all in developer make[4]: Entering directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/doc/developer' make[4]: Nothing to be done for `all'. make[4]: Leaving directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/doc/developer' Making all in C make[4]: Entering directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/doc/C' Making all in figures make[5]: Entering directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/doc/C/figures' make[5]: Nothing to be done for `all'. make[5]: Leaving directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/doc/C/figures' make[5]: Entering directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/doc/C' make[5]: Nothing to be done for `all-am'. make[5]: Leaving directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/doc/C' for file in gnumeric-C.omf; do \ scrollkeeper-preinstall /usr/share/gnome/help/gnumeric/C/gnumeric.xml ../../../doc/C/$file $file.out; \ done; \ touch omf_timestamp make[4]: Leaving directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/doc/C' make[4]: Entering directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/doc' make[4]: Nothing to be done for `all-am'. make[4]: Leaving directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/doc' make[3]: Leaving directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/doc' Making all in schemas make[3]: Entering directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/schemas' LC_ALL=C ../intltool-merge -s -u -c ../po/.intltool-merge-cache ../../po ../../schemas/gnumeric-dialogs.schemas.in gnumeric-dialogs.schemas Found cached translation database Merging translations into gnumeric-dialogs.schemas. LC_ALL=C ../intltool-merge -s -u -c ../po/.intltool-merge-cache ../../po ../../schemas/gnumeric-general.schemas.in gnumeric-general.schemas Found cached translation database Merging translations into gnumeric-general.schemas. LC_ALL=C ../intltool-merge -s -u -c ../po/.intltool-merge-cache ../../po ../../schemas/gnumeric-plugins.schemas.in gnumeric-plugins.schemas Found cached translation database Merging translations into gnumeric-plugins.schemas. make[3]: Leaving directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/schemas' make[2]: Leaving directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build' make[1]: Leaving directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build' touch build-stamp fakeroot debian/rules binary-arch dh_testdir dh_testroot dh_clean -k dh_installdirs cd build && env GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 \ /usr/bin/make install \ DESTDIR=`pwd`/../debian/tmp/ \ localstatedir=`pwd`/../debian/tmp/var/lib \ libexecdir=`pwd`/../debian/tmp/usr/bin \ scrollkeeper_localstate_dir=/var/lib/scrollkeeper make[1]: Entering directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build' Making install in . make[2]: Entering directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build' LC_ALL=C ./intltool-merge -o -u -c ./po/.intltool-merge-cache ../po GNOME_Gnumeric.server.in GNOME_Gnumeric.server Found cached translation database Merging translations into GNOME_Gnumeric.server. make[3]: Entering directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build' make[3]: Nothing to be done for `install-exec-am'. test -z "/usr/share/applications/" || mkdir -p -- "/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/share/applications/" /usr/bin/install -p -m 644 'gnumeric.desktop' '/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/share/applications//gnumeric.desktop' test -z "/usr/share/mime-info" || mkdir -p -- "/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/share/mime-info" /usr/bin/install -p -m 644 'gnumeric.keys' '/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/share/mime-info/gnumeric.keys' /usr/bin/install -p -m 644 '../gnumeric.mime' '/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/share/mime-info/gnumeric.mime' test -z "/usr/share/mc/templates" || mkdir -p -- "/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/share/mc/templates" /usr/bin/install -p -m 644 'gnumeric.desktop' '/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/share/mc/templates/gnumeric.desktop' test -z "/usr/lib/bonobo/servers/" || mkdir -p -- "/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/lib/bonobo/servers/" /usr/bin/install -p -m 644 'GNOME_Gnumeric.server' '/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/lib/bonobo/servers//GNOME_Gnumeric.server' make[3]: Leaving directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build' make[2]: Leaving directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build' Making install in po make[2]: Entering directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/po' /buildd/ballombe/gnumeric/gnumeric-1.6.3/install-sh -d /buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/share installing am.gmo as /buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/share/locale/am/LC_MESSAGES/gnumeric.mo installing az.gmo as /buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/share/locale/az/LC_MESSAGES/gnumeric.mo installing bg.gmo as /buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/share/locale/bg/LC_MESSAGES/gnumeric.mo installing ca.gmo as /buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/share/locale/ca/LC_MESSAGES/gnumeric.mo installing cs.gmo as /buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/share/locale/cs/LC_MESSAGES/gnumeric.mo installing da.gmo as /buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/share/locale/da/LC_MESSAGES/gnumeric.mo installing de.gmo as /buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/share/locale/de/LC_MESSAGES/gnumeric.mo installing el.gmo as /buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/share/locale/el/LC_MESSAGES/gnumeric.mo installing en_CA.gmo as /buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/share/locale/en_CA/LC_MESSAGES/gnumeric.mo installing en_GB.gmo as /buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/share/locale/en_GB/LC_MESSAGES/gnumeric.mo installing es.gmo as /buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/share/locale/es/LC_MESSAGES/gnumeric.mo installing et.gmo as /buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/share/locale/et/LC_MESSAGES/gnumeric.mo installing fi.gmo as /buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/share/locale/fi/LC_MESSAGES/gnumeric.mo installing fr.gmo as /buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/share/locale/fr/LC_MESSAGES/gnumeric.mo installing ga.gmo as /buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/share/locale/ga/LC_MESSAGES/gnumeric.mo installing gl.gmo as /buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/share/locale/gl/LC_MESSAGES/gnumeric.mo installing he.gmo as /buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/share/locale/he/LC_MESSAGES/gnumeric.mo installing hr.gmo as /buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/share/locale/hr/LC_MESSAGES/gnumeric.mo installing hu.gmo as /buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/share/locale/hu/LC_MESSAGES/gnumeric.mo installing it.gmo as /buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/share/locale/it/LC_MESSAGES/gnumeric.mo installing ja.gmo as /buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/share/locale/ja/LC_MESSAGES/gnumeric.mo installing ko.gmo as /buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/share/locale/ko/LC_MESSAGES/gnumeric.mo installing lv.gmo as /buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/share/locale/lv/LC_MESSAGES/gnumeric.mo installing lt.gmo as /buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/share/locale/lt/LC_MESSAGES/gnumeric.mo installing ml.gmo as /buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/share/locale/ml/LC_MESSAGES/gnumeric.mo installing mr.gmo as /buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/share/locale/mr/LC_MESSAGES/gnumeric.mo installing ms.gmo as /buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/share/locale/ms/LC_MESSAGES/gnumeric.mo installing nb.gmo as /buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/share/locale/nb/LC_MESSAGES/gnumeric.mo installing nl.gmo as /buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/share/locale/nl/LC_MESSAGES/gnumeric.mo installing nn.gmo as /buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/share/locale/nn/LC_MESSAGES/gnumeric.mo installing pl.gmo as /buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/share/locale/pl/LC_MESSAGES/gnumeric.mo installing pt.gmo as /buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/share/locale/pt/LC_MESSAGES/gnumeric.mo installing pt_BR.gmo as /buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/share/locale/pt_BR/LC_MESSAGES/gnumeric.mo installing ro.gmo as /buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/share/locale/ro/LC_MESSAGES/gnumeric.mo installing ru.gmo as /buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/share/locale/ru/LC_MESSAGES/gnumeric.mo installing rw.gmo as /buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/share/locale/rw/LC_MESSAGES/gnumeric.mo installing sk.gmo as /buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/share/locale/sk/LC_MESSAGES/gnumeric.mo installing sr.gmo as /buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/share/locale/sr/LC_MESSAGES/gnumeric.mo installing sr@Latn.gmo as /buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/share/locale/sr@Latn/LC_MESSAGES/gnumeric.mo installing sv.gmo as /buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/share/locale/sv/LC_MESSAGES/gnumeric.mo installing te.gmo as /buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/share/locale/te/LC_MESSAGES/gnumeric.mo installing tr.gmo as /buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/share/locale/tr/LC_MESSAGES/gnumeric.mo installing uk.gmo as /buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/share/locale/uk/LC_MESSAGES/gnumeric.mo installing vi.gmo as /buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/share/locale/vi/LC_MESSAGES/gnumeric.mo installing zh_CN.gmo as /buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/share/locale/zh_CN/LC_MESSAGES/gnumeric.mo installing zh_TW.gmo as /buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/share/locale/zh_TW/LC_MESSAGES/gnumeric.mo if test "gnumeric" = "glib"; then \ /buildd/ballombe/gnumeric/gnumeric-1.6.3/install-sh -d /buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/share/glib-2.0/gettext/po; \ /usr/bin/install -p -m 644 ../../po/Makefile.in.in \ /buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/share/glib-2.0/gettext/po/Makefile.in.in; \ else \ : ; \ fi make[2]: Leaving directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/po' Making install in po-functions make[2]: Entering directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/po-functions' /buildd/ballombe/gnumeric/gnumeric-1.6.3/install-sh -d /buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/share installing am.gmo as /buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/share/locale/am/LC_MESSAGES/gnumeric-functions.mo installing az.gmo as /buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/share/locale/az/LC_MESSAGES/gnumeric-functions.mo installing bg.gmo as /buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/share/locale/bg/LC_MESSAGES/gnumeric-functions.mo installing ca.gmo as /buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/share/locale/ca/LC_MESSAGES/gnumeric-functions.mo installing cs.gmo as /buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/share/locale/cs/LC_MESSAGES/gnumeric-functions.mo installing da.gmo as /buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/share/locale/da/LC_MESSAGES/gnumeric-functions.mo installing de.gmo as /buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/share/locale/de/LC_MESSAGES/gnumeric-functions.mo installing el.gmo as /buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/share/locale/el/LC_MESSAGES/gnumeric-functions.mo installing en_CA.gmo as /buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/share/locale/en_CA/LC_MESSAGES/gnumeric-functions.mo installing en_GB.gmo as /buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/share/locale/en_GB/LC_MESSAGES/gnumeric-functions.mo installing es.gmo as /buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/share/locale/es/LC_MESSAGES/gnumeric-functions.mo installing et.gmo as /buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/share/locale/et/LC_MESSAGES/gnumeric-functions.mo installing fi.gmo as /buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/share/locale/fi/LC_MESSAGES/gnumeric-functions.mo installing fr.gmo as /buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/share/locale/fr/LC_MESSAGES/gnumeric-functions.mo installing ga.gmo as /buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/share/locale/ga/LC_MESSAGES/gnumeric-functions.mo installing gl.gmo as /buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/share/locale/gl/LC_MESSAGES/gnumeric-functions.mo installing he.gmo as /buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/share/locale/he/LC_MESSAGES/gnumeric-functions.mo installing hr.gmo as /buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/share/locale/hr/LC_MESSAGES/gnumeric-functions.mo installing hu.gmo as /buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/share/locale/hu/LC_MESSAGES/gnumeric-functions.mo installing it.gmo as /buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/share/locale/it/LC_MESSAGES/gnumeric-functions.mo installing ja.gmo as /buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/share/locale/ja/LC_MESSAGES/gnumeric-functions.mo installing ko.gmo as /buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/share/locale/ko/LC_MESSAGES/gnumeric-functions.mo installing lv.gmo as /buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/share/locale/lv/LC_MESSAGES/gnumeric-functions.mo installing lt.gmo as /buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/share/locale/lt/LC_MESSAGES/gnumeric-functions.mo installing ml.gmo as /buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/share/locale/ml/LC_MESSAGES/gnumeric-functions.mo installing mr.gmo as /buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/share/locale/mr/LC_MESSAGES/gnumeric-functions.mo installing ms.gmo as /buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/share/locale/ms/LC_MESSAGES/gnumeric-functions.mo installing nb.gmo as /buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/share/locale/nb/LC_MESSAGES/gnumeric-functions.mo installing nl.gmo as /buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/share/locale/nl/LC_MESSAGES/gnumeric-functions.mo installing nn.gmo as /buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/share/locale/nn/LC_MESSAGES/gnumeric-functions.mo installing pl.gmo as /buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/share/locale/pl/LC_MESSAGES/gnumeric-functions.mo installing pt.gmo as /buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/share/locale/pt/LC_MESSAGES/gnumeric-functions.mo installing pt_BR.gmo as /buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/share/locale/pt_BR/LC_MESSAGES/gnumeric-functions.mo installing ro.gmo as /buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/share/locale/ro/LC_MESSAGES/gnumeric-functions.mo installing ru.gmo as /buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/share/locale/ru/LC_MESSAGES/gnumeric-functions.mo installing rw.gmo as /buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/share/locale/rw/LC_MESSAGES/gnumeric-functions.mo installing sk.gmo as /buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/share/locale/sk/LC_MESSAGES/gnumeric-functions.mo installing sr.gmo as /buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/share/locale/sr/LC_MESSAGES/gnumeric-functions.mo installing sr@Latn.gmo as /buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/share/locale/sr@Latn/LC_MESSAGES/gnumeric-functions.mo installing sv.gmo as /buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/share/locale/sv/LC_MESSAGES/gnumeric-functions.mo installing te.gmo as /buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/share/locale/te/LC_MESSAGES/gnumeric-functions.mo installing tr.gmo as /buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/share/locale/tr/LC_MESSAGES/gnumeric-functions.mo installing uk.gmo as /buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/share/locale/uk/LC_MESSAGES/gnumeric-functions.mo installing vi.gmo as /buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/share/locale/vi/LC_MESSAGES/gnumeric-functions.mo installing zh_CN.gmo as /buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/share/locale/zh_CN/LC_MESSAGES/gnumeric-functions.mo installing zh_TW.gmo as /buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/share/locale/zh_TW/LC_MESSAGES/gnumeric-functions.mo if test "gnumeric" = "glib"; then \ /buildd/ballombe/gnumeric/gnumeric-1.6.3/install-sh -d /buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/share/glib-2.0/gettext/po; \ /usr/bin/install -p -m 644 ../../po-functions/Makefile.in.in \ /buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/share/glib-2.0/gettext/po/Makefile.in.in; \ else \ : ; \ fi make[2]: Leaving directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/po-functions' Making install in src make[2]: Entering directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/src' /usr/bin/make install-recursive make[3]: Entering directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/src' Making install in tools make[4]: Entering directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/src/tools' Making install in solver make[5]: Entering directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/src/tools/solver' Making install in glpk make[6]: Entering directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/src/tools/solver/glpk' Making install in source make[7]: Entering directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/src/tools/solver/glpk/source' make[8]: Entering directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/src/tools/solver/glpk/source' make[9]: Entering directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/src/tools/solver/glpk/source' make[9]: Nothing to be done for `install-exec-am'. make[9]: Nothing to be done for `install-data-am'. make[9]: Leaving directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/src/tools/solver/glpk/source' make[8]: Leaving directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/src/tools/solver/glpk/source' make[7]: Leaving directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/src/tools/solver/glpk/source' Making install in include make[7]: Entering directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/src/tools/solver/glpk/include' make[8]: Entering directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/src/tools/solver/glpk/include' make[8]: Nothing to be done for `install-exec-am'. make[8]: Nothing to be done for `install-data-am'. make[8]: Leaving directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/src/tools/solver/glpk/include' make[7]: Leaving directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/src/tools/solver/glpk/include' make[7]: Entering directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/src/tools/solver/glpk' make[8]: Entering directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/src/tools/solver/glpk' make[8]: Nothing to be done for `install-exec-am'. make[8]: Nothing to be done for `install-data-am'. make[8]: Leaving directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/src/tools/solver/glpk' make[7]: Leaving directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/src/tools/solver/glpk' make[6]: Leaving directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/src/tools/solver/glpk' Making install in lp_solve make[6]: Entering directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/src/tools/solver/lp_solve' make[7]: Entering directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/src/tools/solver/lp_solve' make[7]: Nothing to be done for `install-exec-am'. make[7]: Nothing to be done for `install-data-am'. make[7]: Leaving directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/src/tools/solver/lp_solve' make[6]: Leaving directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/src/tools/solver/lp_solve' make[6]: Entering directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/src/tools/solver' make[7]: Entering directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/src/tools/solver' make[7]: Nothing to be done for `install-exec-am'. make[7]: Nothing to be done for `install-data-am'. make[7]: Leaving directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/src/tools/solver' make[6]: Leaving directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/src/tools/solver' make[5]: Leaving directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/src/tools/solver' make[5]: Entering directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/src/tools' make[6]: Entering directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/src/tools' make[6]: Nothing to be done for `install-exec-am'. make[6]: Nothing to be done for `install-data-am'. make[6]: Leaving directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/src/tools' make[5]: Leaving directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/src/tools' make[4]: Leaving directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/src/tools' Making install in cut-n-paste-code make[4]: Entering directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/src/cut-n-paste-code' make[5]: Entering directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/src/cut-n-paste-code' make[6]: Entering directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/src/cut-n-paste-code' make[6]: Nothing to be done for `install-exec-am'. make[6]: Nothing to be done for `install-data-am'. make[6]: Leaving directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/src/cut-n-paste-code' make[5]: Leaving directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/src/cut-n-paste-code' make[4]: Leaving directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/src/cut-n-paste-code' Making install in pixmaps make[4]: Entering directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/src/pixmaps' make[5]: Entering directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/src/pixmaps' make[5]: Nothing to be done for `install-exec-am'. make[5]: Nothing to be done for `install-data-am'. make[5]: Leaving directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/src/pixmaps' make[4]: Leaving directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/src/pixmaps' Making install in dialogs make[4]: Entering directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/src/dialogs' make[5]: Entering directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/src/dialogs' make[5]: Nothing to be done for `install-exec-am'. test -z "/usr/share/gnumeric/1.6.3/glade" || mkdir -p -- "/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/share/gnumeric/1.6.3/glade" /usr/bin/install -p -m 644 '../../../src/dialogs/advanced-filter.glade' '/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/share/gnumeric/1.6.3/glade/advanced-filter.glade' /usr/bin/install -p -m 644 '../../../src/dialogs/anova-one.glade' '/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/share/gnumeric/1.6.3/glade/anova-one.glade' /usr/bin/install -p -m 644 '../../../src/dialogs/anova-two.glade' '/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/share/gnumeric/1.6.3/glade/anova-two.glade' /usr/bin/install -p -m 644 '../../../src/dialogs/autocorrect.glade' '/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/share/gnumeric/1.6.3/glade/autocorrect.glade' /usr/bin/install -p -m 644 '../../../src/dialogs/autofilter-expression.glade' '/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/share/gnumeric/1.6.3/glade/autofilter-expression.glade' /usr/bin/install -p -m 644 '../../../src/dialogs/autofilter-top10.glade' '/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/share/gnumeric/1.6.3/glade/autofilter-top10.glade' /usr/bin/install -p -m 644 '../../../src/dialogs/autoformat.glade' '/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/share/gnumeric/1.6.3/glade/autoformat.glade' /usr/bin/install -p -m 644 '../../../src/dialogs/autosave.glade' '/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/share/gnumeric/1.6.3/glade/autosave.glade' /usr/bin/install -p -m 644 '../../../src/dialogs/cell-comment.glade' '/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/share/gnumeric/1.6.3/glade/cell-comment.glade' /usr/bin/install -p -m 644 '../../../src/dialogs/cell-format.glade' '/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/share/gnumeric/1.6.3/glade/cell-format.glade' /usr/bin/install -p -m 644 '../../../src/dialogs/cell-sort.glade' '/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/share/gnumeric/1.6.3/glade/cell-sort.glade' /usr/bin/install -p -m 644 '../../../src/dialogs/col-width.glade' '/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/share/gnumeric/1.6.3/glade/col-width.glade' /usr/bin/install -p -m 644 '../../../src/dialogs/colrow.glade' '/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/share/gnumeric/1.6.3/glade/colrow.glade' /usr/bin/install -p -m 644 '../../../src/dialogs/consolidate.glade' '/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/share/gnumeric/1.6.3/glade/consolidate.glade' /usr/bin/install -p -m 644 '../../../src/dialogs/correlation.glade' '/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/share/gnumeric/1.6.3/glade/correlation.glade' /usr/bin/install -p -m 644 '../../../src/dialogs/covariance.glade' '/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/share/gnumeric/1.6.3/glade/covariance.glade' /usr/bin/install -p -m 644 '../../../src/dialogs/dao.glade' '/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/share/gnumeric/1.6.3/glade/dao.glade' /usr/bin/install -p -m 644 '../../../src/dialogs/define-name.glade' '/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/share/gnumeric/1.6.3/glade/define-name.glade' /usr/bin/install -p -m 644 '../../../src/dialogs/delete-cells.glade' '/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/share/gnumeric/1.6.3/glade/delete-cells.glade' /usr/bin/install -p -m 644 '../../../src/dialogs/descriptive-stats.glade' '/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/share/gnumeric/1.6.3/glade/descriptive-stats.glade' /usr/bin/install -p -m 644 '../../../src/dialogs/dialog-stf-export.glade' '/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/share/gnumeric/1.6.3/glade/dialog-stf-export.glade' /usr/bin/install -p -m 644 '../../../src/dialogs/dialog-stf.glade' '/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/share/gnumeric/1.6.3/glade/dialog-stf.glade' /usr/bin/install -p -m 644 '../../../src/dialogs/dialog-zoom.glade' '/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/share/gnumeric/1.6.3/glade/dialog-zoom.glade' /usr/bin/install -p -m 644 '../../../src/dialogs/doc-meta-data.glade' '/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/share/gnumeric/1.6.3/glade/doc-meta-data.glade' /usr/bin/install -p -m 644 '../../../src/dialogs/exp-smoothing.glade' '/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/share/gnumeric/1.6.3/glade/exp-smoothing.glade' /usr/bin/install -p -m 644 '../../../src/dialogs/fill-series.glade' '/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/share/gnumeric/1.6.3/glade/fill-series.glade' /usr/bin/install -p -m 644 '../../../src/dialogs/font-sel.glade' '/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/share/gnumeric/1.6.3/glade/font-sel.glade' /usr/bin/install -p -m 644 '../../../src/dialogs/formula-guru.glade' '/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/share/gnumeric/1.6.3/glade/formula-guru.glade' /usr/bin/install -p -m 644 '../../../src/dialogs/fourier-analysis.glade' '/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/share/gnumeric/1.6.3/glade/fourier-analysis.glade' /usr/bin/install -p -m 644 '../../../src/dialogs/function-select.glade' '/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/share/gnumeric/1.6.3/glade/function-select.glade' /usr/bin/install -p -m 644 '../../../src/dialogs/goalseek.glade' '/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/share/gnumeric/1.6.3/glade/goalseek.glade' /usr/bin/install -p -m 644 '../../../src/dialogs/goto.glade' '/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/share/gnumeric/1.6.3/glade/goto.glade' /usr/bin/install -p -m 644 '../../../src/dialogs/hf-config.glade' '/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/share/gnumeric/1.6.3/glade/hf-config.glade' /usr/bin/install -p -m 644 '../../../src/dialogs/histogram.glade' '/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/share/gnumeric/1.6.3/glade/histogram.glade' /usr/bin/install -p -m 644 '../../../src/dialogs/hyperlink.glade' '/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/share/gnumeric/1.6.3/glade/hyperlink.glade' /usr/bin/install -p -m 644 '../../../src/dialogs/insert-cells.glade' '/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/share/gnumeric/1.6.3/glade/insert-cells.glade' /usr/bin/install -p -m 644 '../../../src/dialogs/mean-tests.glade' '/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/share/gnumeric/1.6.3/glade/mean-tests.glade' /usr/bin/install -p -m 644 '../../../src/dialogs/merge.glade' '/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/share/gnumeric/1.6.3/glade/merge.glade' /usr/bin/install -p -m 644 '../../../src/dialogs/moving-averages.glade' '/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/share/gnumeric/1.6.3/glade/moving-averages.glade' /usr/bin/install -p -m 644 '../../../src/dialogs/paste-names.glade' '/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/share/gnumeric/1.6.3/glade/paste-names.glade' /usr/bin/install -p -m 644 '../../../src/dialogs/pivottable.glade' '/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/share/gnumeric/1.6.3/glade/pivottable.glade' /usr/bin/install -p -m 644 '../../../src/dialogs/plugin-manager.glade' '/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/share/gnumeric/1.6.3/glade/plugin-manager.glade' /usr/bin/install -p -m 644 '../../../src/dialogs/preferences.glade' '/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/share/gnumeric/1.6.3/glade/preferences.glade' /usr/bin/install -p -m 644 '../../../src/dialogs/print.glade' '/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/share/gnumeric/1.6.3/glade/print.glade' /usr/bin/install -p -m 644 '../../../src/dialogs/rank.glade' '/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/share/gnumeric/1.6.3/glade/rank.glade' /usr/bin/install -p -m 644 '../../../src/dialogs/random-generation.glade' '/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/share/gnumeric/1.6.3/glade/random-generation.glade' /usr/bin/install -p -m 644 '../../../src/dialogs/regression.glade' '/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/share/gnumeric/1.6.3/glade/regression.glade' /usr/bin/install -p -m 644 '../../../src/dialogs/row-height.glade' '/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/share/gnumeric/1.6.3/glade/row-height.glade' /usr/bin/install -p -m 644 '../../../src/dialogs/sampling.glade' '/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/share/gnumeric/1.6.3/glade/sampling.glade' /usr/bin/install -p -m 644 '../../../src/dialogs/scenario-add.glade' '/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/share/gnumeric/1.6.3/glade/scenario-add.glade' /usr/bin/install -p -m 644 '../../../src/dialogs/scenario-manager.glade' '/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/share/gnumeric/1.6.3/glade/scenario-manager.glade' /usr/bin/install -p -m 644 '../../../src/dialogs/search.glade' '/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/share/gnumeric/1.6.3/glade/search.glade' /usr/bin/install -p -m 644 '../../../src/dialogs/search-replace.glade' '/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/share/gnumeric/1.6.3/glade/search-replace.glade' /usr/bin/install -p -m 644 '../../../src/dialogs/sheet-order.glade' '/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/share/gnumeric/1.6.3/glade/sheet-order.glade' /usr/bin/install -p -m 644 '../../../src/dialogs/shuffle.glade' '/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/share/gnumeric/1.6.3/glade/shuffle.glade' /usr/bin/install -p -m 644 '../../../src/dialogs/so-checkbox.glade' '/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/share/gnumeric/1.6.3/glade/so-checkbox.glade' /usr/bin/install -p -m 644 '../../../src/dialogs/so-frame.glade' '/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/share/gnumeric/1.6.3/glade/so-frame.glade' /usr/bin/install -p -m 644 '../../../src/dialogs/so-scrollbar.glade' '/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/share/gnumeric/1.6.3/glade/so-scrollbar.glade' /usr/bin/install -p -m 644 '../../../src/dialogs/simulation.glade' '/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/share/gnumeric/1.6.3/glade/simulation.glade' /usr/bin/install -p -m 644 '../../../src/dialogs/solver.glade' '/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/share/gnumeric/1.6.3/glade/solver.glade' /usr/bin/install -p -m 644 '../../../src/dialogs/summary.glade' '/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/share/gnumeric/1.6.3/glade/summary.glade' /usr/bin/install -p -m 644 '../../../src/dialogs/tabulate.glade' '/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/share/gnumeric/1.6.3/glade/tabulate.glade' /usr/bin/install -p -m 644 '../../../src/dialogs/variance-tests.glade' '/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/share/gnumeric/1.6.3/glade/variance-tests.glade' /usr/bin/install -p -m 644 '../../../src/dialogs/view.glade' '/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/share/gnumeric/1.6.3/glade/view.glade' /usr/bin/install -p -m 644 '../../../src/dialogs/workbook-attr.glade' '/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/share/gnumeric/1.6.3/glade/workbook-attr.glade' make[5]: Leaving directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/src/dialogs' make[4]: Leaving directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/src/dialogs' Making install in widgets make[4]: Entering directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/src/widgets' make[5]: Entering directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/src/widgets' make[5]: Nothing to be done for `install-exec-am'. make[5]: Nothing to be done for `install-data-am'. make[5]: Leaving directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/src/widgets' make[4]: Leaving directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/src/widgets' make[4]: Entering directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/src' if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../.. -I../../src -I../../src/widgets -I../../src/dialogs -I../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT gnm-marshalers.lo -MD -MP -MF ".deps/gnm-marshalers.Tpo" -c -o gnm-marshalers.lo gnm-marshalers.c; \ then mv -f ".deps/gnm-marshalers.Tpo" ".deps/gnm-marshalers.Plo"; else rm -f ".deps/gnm-marshalers.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../.. -I../../src -I../../src/widgets -I../../src/dialogs -I../../src/tools -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-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/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0 -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -MT gnm-marshalers.lo -MD -MP -MF .deps/gnm-marshalers.Tpo -c gnm-marshalers.c -fPIC -DPIC -o .libs/gnm-marshalers.o /bin/sh ../libtool --tag=CC --mode=link gcc -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -Wl,-O1 -Wl,--as-needed -o libspreadsheet.la -rpath /usr/lib -release 1.6.3 gnm-marshalers.lo application.lo auto-format.lo cell.lo cell-draw.lo cellspan.lo clipboard.lo cmd-edit.lo collect.lo colrow.lo command-context.lo command-context-stderr.lo commands.lo complete.lo complete-sheet.lo complex.lo consolidate.lo dependent.lo expr.lo expr-name.lo file-autoft.lo format-template.lo func.lo func-builtin.lo gnm-format.lo gnm-datetime.lo gnumeric-simple-canvas.lo gnumeric-canvas.lo gnumeric-pane.lo graph.lo gutils.lo gui-clipboard.lo gui-file.lo gui-util.lo hlink.lo history.lo input-msg.lo item-acetate.lo item-bar.lo item-cursor.lo item-debug.lo item-edit.lo item-grid.lo libgnumeric.lo mathfunc.lo mstyle.lo number-match.lo parser.lo parse-util.lo pattern.lo pivottable.lo position.lo preview-grid.lo print.lo print-cell.lo print-info.lo rangefunc.lo rangefunc-strings.lo ranges.lo regression.lo rendered-value.lo search.lo selection.lo session.lo sheet.lo sheet-view.lo sheet-control.lo sheet-control-gui.lo sheet-merge.lo sheet-autofill.lo sheet-filter.lo sheet-object.lo sheet-object-cell-comment.lo gnm-so-filled.lo gnm-so-line.lo gnm-so-polygon.lo sheet-object-graph.lo sheet-object-image.lo sheet-object-widget.lo sheet-style.lo gnm-plugin.lo sort.lo str.lo stf.lo stf-export.lo stf-parse.lo style.lo style-border.lo style-color.lo style-conditions.lo summary.lo symbol.lo validation.lo value.lo value-sheet.lo workbook.lo workbook-cmd-format.lo workbook-edit.lo workbook-view.lo workbook-control.lo workbook-control-gui.lo wbc-gtk.lo wbcg-actions.lo xml-io.lo xml-sax-read.lo xml-sax-write.lo gnumeric-gconf.lo dialogs/libdialogs.la tools/libtools.la widgets/libwidgets.la tools/solver/libsolver.la tools/solver/glpk/source/libglpk.la tools/solver/lp_solve/liblp_solve.la -Wl,--export-dynamic -pthread -lgoffice-1 -lglade-2.0 -lgnomeprintui-2-2 -lgnomeprint-2-2 -lz -lgnomeui-2 -lSM -lICE -lbonoboui-2 -lgnome-keyring -lgnomecanvas-2 -lgnome-2 -lpopt -lart_lgpl_2 -lpangoft2-1.0 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lfontconfig -lXext -lXrender -lXinerama -lXi -lXrandr -lXcursor -lXfixes -lpango-1.0 -lcairo -lX11 -lgsf-gnome-1 -lgsf-1 -lgnomevfs-2 -lxml2 -lbonobo-2 -lgconf-2 -lgobject-2.0 -lbonobo-activation -lORBit-2 -lm -lgmodule-2.0 -ldl -lgthread-2.0 -lglib-2.0 -lm rm -fr .libs/libspreadsheet-1.6.3.so .libs/libspreadsheet.la .libs/libspreadsheet.lai .libs/libspreadsheet.so gcc -shared .libs/gnm-marshalers.o .libs/application.o .libs/auto-format.o .libs/cell.o .libs/cell-draw.o .libs/cellspan.o .libs/clipboard.o .libs/cmd-edit.o .libs/collect.o .libs/colrow.o .libs/command-context.o .libs/command-context-stderr.o .libs/commands.o .libs/complete.o .libs/complete-sheet.o .libs/complex.o .libs/consolidate.o .libs/dependent.o .libs/expr.o .libs/expr-name.o .libs/file-autoft.o .libs/format-template.o .libs/func.o .libs/func-builtin.o .libs/gnm-format.o .libs/gnm-datetime.o .libs/gnumeric-simple-canvas.o .libs/gnumeric-canvas.o .libs/gnumeric-pane.o .libs/graph.o .libs/gutils.o .libs/gui-clipboard.o .libs/gui-file.o .libs/gui-util.o .libs/hlink.o .libs/history.o .libs/input-msg.o .libs/item-acetate.o .libs/item-bar.o .libs/item-cursor.o .libs/item-debug.o .libs/item-edit.o .libs/item-grid.o .libs/libgnumeric.o .libs/mathfunc.o .libs/mstyle.o .libs/number-match.o .libs/parser.o .libs/parse-util.o .libs/pattern.o .libs/pivottable.o .libs/position.o .libs/preview-grid.o .libs/print.o .libs/print-cell.o .libs/print-info.o .libs/rangefunc.o .libs/rangefunc-strings.o .libs/ranges.o .libs/regression.o .libs/rendered-value.o .libs/search.o .libs/selection.o .libs/session.o .libs/sheet.o .libs/sheet-view.o .libs/sheet-control.o .libs/sheet-control-gui.o .libs/sheet-merge.o .libs/sheet-autofill.o .libs/sheet-filter.o .libs/sheet-object.o .libs/sheet-object-cell-comment.o .libs/gnm-so-filled.o .libs/gnm-so-line.o .libs/gnm-so-polygon.o .libs/sheet-object-graph.o .libs/sheet-object-image.o .libs/sheet-object-widget.o .libs/sheet-style.o .libs/gnm-plugin.o .libs/sort.o .libs/str.o .libs/stf.o .libs/stf-export.o .libs/stf-parse.o .libs/style.o .libs/style-border.o .libs/style-color.o .libs/style-conditions.o .libs/summary.o .libs/symbol.o .libs/validation.o .libs/value.o .libs/value-sheet.o .libs/workbook.o .libs/workbook-cmd-format.o .libs/workbook-edit.o .libs/workbook-view.o .libs/workbook-control.o .libs/workbook-control-gui.o .libs/wbc-gtk.o .libs/wbcg-actions.o .libs/xml-io.o .libs/xml-sax-read.o .libs/xml-sax-write.o .libs/gnumeric-gconf.o -Wl,--whole-archive dialogs/.libs/libdialogs.a tools/.libs/libtools.a widgets/.libs/libwidgets.a tools/solver/.libs/libsolver.a tools/solver/glpk/source/.libs/libglpk.a tools/solver/lp_solve/.libs/liblp_solve.a -Wl,--no-whole-archive -lgoffice-1 /usr/lib/libglade-2.0.so -lgnomeprintui-2-2 -lgnomeprint-2-2 -lz /usr/lib/libgnomeui-2.so -lSM -lICE /usr/lib/libbonoboui-2.so /usr/lib/libgnome-keyring.so /usr/lib/libgnomecanvas-2.so /usr/lib/libgnome-2.so /usr/lib/libpopt.so /usr/lib/libart_lgpl_2.so /usr/lib/libpangoft2-1.0.so /usr/lib/libgtk-x11-2.0.so /usr/lib/libgdk-x11-2.0.so /usr/lib/libatk-1.0.so /usr/lib/libgdk_pixbuf-2.0.so /usr/lib/libpangocairo-1.0.so -lfontconfig -lXext -lXrender -lXinerama -lXi -lXrandr -lXcursor -lXfixes /usr/lib/libpango-1.0.so /usr/lib/libcairo.so -lX11 -lgsf-gnome-1 -lgsf-1 /usr/lib/libgnomevfs-2.so /usr/lib/libxml2.so /usr/lib/libbonobo-2.so /usr/lib/libgconf-2.so /usr/lib/libgobject-2.0.so /usr/lib/libbonobo-activation.so /usr/lib/libORBit-2.so /usr/lib/libgmodule-2.0.so -ldl /usr/lib/libgthread-2.0.so /usr/lib/libglib-2.0.so -lm -Wl,-O1 -Wl,--as-needed -Wl,--export-dynamic -pthread -Wl,-soname -Wl,libspreadsheet-1.6.3.so -o .libs/libspreadsheet-1.6.3.so (cd .libs && rm -f libspreadsheet.so && ln -s libspreadsheet-1.6.3.so libspreadsheet.so) creating libspreadsheet.la (cd .libs && rm -f libspreadsheet.la && ln -s ../libspreadsheet.la libspreadsheet.la) /bin/sh ../libtool --tag=CC --mode=link gcc -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -Wl,-O1 -Wl,--as-needed -o gnumeric -export-dynamic io-context-gtk.o main-application.o libspreadsheet.la -lpopt -lm gcc -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -Wl,-O1 -Wl,--as-needed -o .libs/gnumeric io-context-gtk.o main-application.o -Wl,--export-dynamic ./.libs/libspreadsheet.so /usr/lib/libpopt.so -lm creating gnumeric /bin/sh ../libtool --tag=CC --mode=link gcc -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -Wl,-O1 -Wl,--as-needed -o ssconvert -export-dynamic ssconvert.o libspreadsheet.la -lpopt -lm gcc -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -Wl,-O1 -Wl,--as-needed -o .libs/ssconvert ssconvert.o -Wl,--export-dynamic ./.libs/libspreadsheet.so /usr/lib/libpopt.so -lm creating ssconvert /bin/sh ../libtool --tag=CC --mode=link gcc -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -Wl,-O1 -Wl,--as-needed -o ssindex -export-dynamic ssindex.o libspreadsheet.la -lpopt -lm gcc -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -Wl,-O1 -Wl,--as-needed -o .libs/ssindex ssindex.o -Wl,--export-dynamic ./.libs/libspreadsheet.so /usr/lib/libpopt.so -lm creating ssindex make[5]: Entering directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/src' make[5]: Warning: File `.deps/gnm-marshalers.Plo' has modification time 2.6e+03 s in the future /bin/sh ../libtool --tag=CC --mode=link gcc -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -Wl,-O1 -Wl,--as-needed -o libspreadsheet.la -rpath /usr/lib -release 1.6.3 gnm-marshalers.lo application.lo auto-format.lo cell.lo cell-draw.lo cellspan.lo clipboard.lo cmd-edit.lo collect.lo colrow.lo command-context.lo command-context-stderr.lo commands.lo complete.lo complete-sheet.lo complex.lo consolidate.lo dependent.lo expr.lo expr-name.lo file-autoft.lo format-template.lo func.lo func-builtin.lo gnm-format.lo gnm-datetime.lo gnumeric-simple-canvas.lo gnumeric-canvas.lo gnumeric-pane.lo graph.lo gutils.lo gui-clipboard.lo gui-file.lo gui-util.lo hlink.lo history.lo input-msg.lo item-acetate.lo item-bar.lo item-cursor.lo item-debug.lo item-edit.lo item-grid.lo libgnumeric.lo mathfunc.lo mstyle.lo number-match.lo parser.lo parse-util.lo pattern.lo pivottable.lo position.lo preview-grid.lo print.lo print-cell.lo print-info.lo rangefunc.lo rangefunc-strings.lo ranges.lo regression.lo rendered-value.lo search.lo selection.lo session.lo sheet.lo sheet-view.lo sheet-control.lo sheet-control-gui.lo sheet-merge.lo sheet-autofill.lo sheet-filter.lo sheet-object.lo sheet-object-cell-comment.lo gnm-so-filled.lo gnm-so-line.lo gnm-so-polygon.lo sheet-object-graph.lo sheet-object-image.lo sheet-object-widget.lo sheet-style.lo gnm-plugin.lo sort.lo str.lo stf.lo stf-export.lo stf-parse.lo style.lo style-border.lo style-color.lo style-conditions.lo summary.lo symbol.lo validation.lo value.lo value-sheet.lo workbook.lo workbook-cmd-format.lo workbook-edit.lo workbook-view.lo workbook-control.lo workbook-control-gui.lo wbc-gtk.lo wbcg-actions.lo xml-io.lo xml-sax-read.lo xml-sax-write.lo gnumeric-gconf.lo dialogs/libdialogs.la tools/libtools.la widgets/libwidgets.la tools/solver/libsolver.la tools/solver/glpk/source/libglpk.la tools/solver/lp_solve/liblp_solve.la -Wl,--export-dynamic -pthread -lgoffice-1 -lglade-2.0 -lgnomeprintui-2-2 -lgnomeprint-2-2 -lz -lgnomeui-2 -lSM -lICE -lbonoboui-2 -lgnome-keyring -lgnomecanvas-2 -lgnome-2 -lpopt -lart_lgpl_2 -lpangoft2-1.0 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lfontconfig -lXext -lXrender -lXinerama -lXi -lXrandr -lXcursor -lXfixes -lpango-1.0 -lcairo -lX11 -lgsf-gnome-1 -lgsf-1 -lgnomevfs-2 -lxml2 -lbonobo-2 -lgconf-2 -lgobject-2.0 -lbonobo-activation -lORBit-2 -lm -lgmodule-2.0 -ldl -lgthread-2.0 -lglib-2.0 -lm rm -fr .libs/libspreadsheet-1.6.3.so .libs/libspreadsheet.la .libs/libspreadsheet.lai .libs/libspreadsheet.so gcc -shared .libs/gnm-marshalers.o .libs/application.o .libs/auto-format.o .libs/cell.o .libs/cell-draw.o .libs/cellspan.o .libs/clipboard.o .libs/cmd-edit.o .libs/collect.o .libs/colrow.o .libs/command-context.o .libs/command-context-stderr.o .libs/commands.o .libs/complete.o .libs/complete-sheet.o .libs/complex.o .libs/consolidate.o .libs/dependent.o .libs/expr.o .libs/expr-name.o .libs/file-autoft.o .libs/format-template.o .libs/func.o .libs/func-builtin.o .libs/gnm-format.o .libs/gnm-datetime.o .libs/gnumeric-simple-canvas.o .libs/gnumeric-canvas.o .libs/gnumeric-pane.o .libs/graph.o .libs/gutils.o .libs/gui-clipboard.o .libs/gui-file.o .libs/gui-util.o .libs/hlink.o .libs/history.o .libs/input-msg.o .libs/item-acetate.o .libs/item-bar.o .libs/item-cursor.o .libs/item-debug.o .libs/item-edit.o .libs/item-grid.o .libs/libgnumeric.o .libs/mathfunc.o .libs/mstyle.o .libs/number-match.o .libs/parser.o .libs/parse-util.o .libs/pattern.o .libs/pivottable.o .libs/position.o .libs/preview-grid.o .libs/print.o .libs/print-cell.o .libs/print-info.o .libs/rangefunc.o .libs/rangefunc-strings.o .libs/ranges.o .libs/regression.o .libs/rendered-value.o .libs/search.o .libs/selection.o .libs/session.o .libs/sheet.o .libs/sheet-view.o .libs/sheet-control.o .libs/sheet-control-gui.o .libs/sheet-merge.o .libs/sheet-autofill.o .libs/sheet-filter.o .libs/sheet-object.o .libs/sheet-object-cell-comment.o .libs/gnm-so-filled.o .libs/gnm-so-line.o .libs/gnm-so-polygon.o .libs/sheet-object-graph.o .libs/sheet-object-image.o .libs/sheet-object-widget.o .libs/sheet-style.o .libs/gnm-plugin.o .libs/sort.o .libs/str.o .libs/stf.o .libs/stf-export.o .libs/stf-parse.o .libs/style.o .libs/style-border.o .libs/style-color.o .libs/style-conditions.o .libs/summary.o .libs/symbol.o .libs/validation.o .libs/value.o .libs/value-sheet.o .libs/workbook.o .libs/workbook-cmd-format.o .libs/workbook-edit.o .libs/workbook-view.o .libs/workbook-control.o .libs/workbook-control-gui.o .libs/wbc-gtk.o .libs/wbcg-actions.o .libs/xml-io.o .libs/xml-sax-read.o .libs/xml-sax-write.o .libs/gnumeric-gconf.o -Wl,--whole-archive dialogs/.libs/libdialogs.a tools/.libs/libtools.a widgets/.libs/libwidgets.a tools/solver/.libs/libsolver.a tools/solver/glpk/source/.libs/libglpk.a tools/solver/lp_solve/.libs/liblp_solve.a -Wl,--no-whole-archive -lgoffice-1 /usr/lib/libglade-2.0.so -lgnomeprintui-2-2 -lgnomeprint-2-2 -lz /usr/lib/libgnomeui-2.so -lSM -lICE /usr/lib/libbonoboui-2.so /usr/lib/libgnome-keyring.so /usr/lib/libgnomecanvas-2.so /usr/lib/libgnome-2.so /usr/lib/libpopt.so /usr/lib/libart_lgpl_2.so /usr/lib/libpangoft2-1.0.so /usr/lib/libgtk-x11-2.0.so /usr/lib/libgdk-x11-2.0.so /usr/lib/libatk-1.0.so /usr/lib/libgdk_pixbuf-2.0.so /usr/lib/libpangocairo-1.0.so -lfontconfig -lXext -lXrender -lXinerama -lXi -lXrandr -lXcursor -lXfixes /usr/lib/libpango-1.0.so /usr/lib/libcairo.so -lX11 -lgsf-gnome-1 -lgsf-1 /usr/lib/libgnomevfs-2.so /usr/lib/libxml2.so /usr/lib/libbonobo-2.so /usr/lib/libgconf-2.so /usr/lib/libgobject-2.0.so /usr/lib/libbonobo-activation.so /usr/lib/libORBit-2.so /usr/lib/libgmodule-2.0.so -ldl /usr/lib/libgthread-2.0.so /usr/lib/libglib-2.0.so -lm -Wl,-O1 -Wl,--as-needed -Wl,--export-dynamic -pthread -Wl,-soname -Wl,libspreadsheet-1.6.3.so -o .libs/libspreadsheet-1.6.3.so (cd .libs && rm -f libspreadsheet.so && ln -s libspreadsheet-1.6.3.so libspreadsheet.so) creating libspreadsheet.la (cd .libs && rm -f libspreadsheet.la && ln -s ../libspreadsheet.la libspreadsheet.la) /bin/sh ../libtool --tag=CC --mode=link gcc -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -Wl,-O1 -Wl,--as-needed -o gnumeric -export-dynamic io-context-gtk.o main-application.o libspreadsheet.la -lpopt -lm gcc -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -Wl,-O1 -Wl,--as-needed -o .libs/gnumeric io-context-gtk.o main-application.o -Wl,--export-dynamic ./.libs/libspreadsheet.so /usr/lib/libpopt.so -lm creating gnumeric /bin/sh ../libtool --tag=CC --mode=link gcc -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -Wl,-O1 -Wl,--as-needed -o ssconvert -export-dynamic ssconvert.o libspreadsheet.la -lpopt -lm gcc -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -Wl,-O1 -Wl,--as-needed -o .libs/ssconvert ssconvert.o -Wl,--export-dynamic ./.libs/libspreadsheet.so /usr/lib/libpopt.so -lm creating ssconvert /bin/sh ../libtool --tag=CC --mode=link gcc -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -Wl,-O1 -Wl,--as-needed -o ssindex -export-dynamic ssindex.o libspreadsheet.la -lpopt -lm gcc -g -O2 -Wall -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-declarations -Wno-pointer-sign -Wl,-O1 -Wl,--as-needed -o .libs/ssindex ssindex.o -Wl,--export-dynamic ./.libs/libspreadsheet.so /usr/lib/libpopt.so -lm creating ssindex test -z "/usr/lib" || mkdir -p -- "/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/lib" /bin/sh ../libtool --mode=install /usr/bin/install -p 'libspreadsheet.la' '/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/lib/libspreadsheet.la' /usr/bin/install -p .libs/libspreadsheet-1.6.3.so /buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/lib/libspreadsheet-1.6.3.so (cd /buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/lib && { ln -s -f libspreadsheet-1.6.3.so libspreadsheet.so || { rm -f libspreadsheet.so && ln -s libspreadsheet-1.6.3.so libspreadsheet.so; }; }) /usr/bin/install -p .libs/libspreadsheet.lai /buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/lib/libspreadsheet.la libtool: install: warning: remember to run `libtool --finish /usr/lib' test -z "/usr/bin" || mkdir -p -- "/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/bin" /bin/sh ../libtool --mode=install /usr/bin/install -p 'gnumeric' '/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/bin/gnumeric' libtool: install: warning: `libspreadsheet.la' has not been installed in `/usr/lib' /usr/bin/install -p .libs/gnumeric /buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/bin/gnumeric /bin/sh ../libtool --mode=install /usr/bin/install -p 'ssconvert' '/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/bin/ssconvert' libtool: install: warning: `libspreadsheet.la' has not been installed in `/usr/lib' /usr/bin/install -p .libs/ssconvert /buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/bin/ssconvert /bin/sh ../libtool --mode=install /usr/bin/install -p 'ssindex' '/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/bin/ssindex' libtool: install: warning: `libspreadsheet.la' has not been installed in `/usr/lib' /usr/bin/install -p .libs/ssindex /buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/bin/ssindex /usr/bin/make install-exec-hook make[6]: Entering directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/src' make[6]: Warning: File `.deps/gnm-marshalers.Plo' has modification time 1.6e+03 s in the future cd /buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/bin && \ mv -f gnumeric gnumeric-1.6.3 && \ ln -s gnumeric-1.6.3 gnumeric make[6]: warning: Clock skew detected. Your build may be incomplete. make[6]: Leaving directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/src' test -z "/usr/share/gnumeric/1.6.3" || mkdir -p -- "/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/share/gnumeric/1.6.3" /usr/bin/install -p -m 644 'GNOME_Gnumeric-gtk.xml' '/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/share/gnumeric/1.6.3/GNOME_Gnumeric-gtk.xml' make[5]: warning: Clock skew detected. Your build may be incomplete. make[5]: Leaving directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/src' make[4]: Leaving directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/src' make[3]: Leaving directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/src' make[2]: Leaving directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/src' Making install in plugins make[2]: Entering directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/plugins' Making install in excel make[3]: Entering directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/plugins/excel' make[4]: Entering directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/plugins/excel' make[4]: Nothing to be done for `install-exec-am'. test -z "/usr/lib/gnumeric/1.6.3/plugins/excel" || mkdir -p -- "/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/lib/gnumeric/1.6.3/plugins/excel" /bin/sh ../../libtool --mode=install /usr/bin/install -p 'excel.la' '/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/lib/gnumeric/1.6.3/plugins/excel/excel.la' /usr/bin/install -p .libs/excel.so /buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/lib/gnumeric/1.6.3/plugins/excel/excel.so /usr/bin/install -p .libs/excel.lai /buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/lib/gnumeric/1.6.3/plugins/excel/excel.la libtool: install: warning: remember to run `libtool --finish /usr/lib/gnumeric/1.6.3/plugins/excel' test -z "/usr/lib/gnumeric/1.6.3/plugins/excel" || mkdir -p -- "/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/lib/gnumeric/1.6.3/plugins/excel" /usr/bin/install -p -m 644 'plugin.xml' '/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/lib/gnumeric/1.6.3/plugins/excel/plugin.xml' make[4]: Leaving directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/plugins/excel' make[3]: Leaving directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/plugins/excel' Making install in lotus-123 make[3]: Entering directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/plugins/lotus-123' make[4]: Entering directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/plugins/lotus-123' make[4]: Nothing to be done for `install-exec-am'. test -z "/usr/lib/gnumeric/1.6.3/plugins/lotus" || mkdir -p -- "/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/lib/gnumeric/1.6.3/plugins/lotus" /bin/sh ../../libtool --mode=install /usr/bin/install -p 'lotus.la' '/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/lib/gnumeric/1.6.3/plugins/lotus/lotus.la' /usr/bin/install -p .libs/lotus.so /buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/lib/gnumeric/1.6.3/plugins/lotus/lotus.so /usr/bin/install -p .libs/lotus.lai /buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/lib/gnumeric/1.6.3/plugins/lotus/lotus.la libtool: install: warning: remember to run `libtool --finish /usr/lib/gnumeric/1.6.3/plugins/lotus' test -z "/usr/lib/gnumeric/1.6.3/plugins/lotus" || mkdir -p -- "/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/lib/gnumeric/1.6.3/plugins/lotus" /usr/bin/install -p -m 644 'plugin.xml' '/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/lib/gnumeric/1.6.3/plugins/lotus/plugin.xml' make[4]: Leaving directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/plugins/lotus-123' make[3]: Leaving directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/plugins/lotus-123' Making install in oleo make[3]: Entering directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/plugins/oleo' make[4]: Entering directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/plugins/oleo' make[4]: Nothing to be done for `install-exec-am'. test -z "/usr/lib/gnumeric/1.6.3/plugins/oleo" || mkdir -p -- "/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/lib/gnumeric/1.6.3/plugins/oleo" /bin/sh ../../libtool --mode=install /usr/bin/install -p 'oleo.la' '/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/lib/gnumeric/1.6.3/plugins/oleo/oleo.la' /usr/bin/install -p .libs/oleo.so /buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/lib/gnumeric/1.6.3/plugins/oleo/oleo.so /usr/bin/install -p .libs/oleo.lai /buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/lib/gnumeric/1.6.3/plugins/oleo/oleo.la libtool: install: warning: remember to run `libtool --finish /usr/lib/gnumeric/1.6.3/plugins/oleo' test -z "/usr/lib/gnumeric/1.6.3/plugins/oleo" || mkdir -p -- "/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/lib/gnumeric/1.6.3/plugins/oleo" /usr/bin/install -p -m 644 'plugin.xml' '/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/lib/gnumeric/1.6.3/plugins/oleo/plugin.xml' make[4]: Leaving directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/plugins/oleo' make[3]: Leaving directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/plugins/oleo' Making install in sc make[3]: Entering directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/plugins/sc' make[4]: Entering directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/plugins/sc' make[4]: Nothing to be done for `install-exec-am'. test -z "/usr/lib/gnumeric/1.6.3/plugins/sc" || mkdir -p -- "/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/lib/gnumeric/1.6.3/plugins/sc" /bin/sh ../../libtool --mode=install /usr/bin/install -p 'sc.la' '/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/lib/gnumeric/1.6.3/plugins/sc/sc.la' /usr/bin/install -p .libs/sc.so /buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/lib/gnumeric/1.6.3/plugins/sc/sc.so /usr/bin/install -p .libs/sc.lai /buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/lib/gnumeric/1.6.3/plugins/sc/sc.la libtool: install: warning: remember to run `libtool --finish /usr/lib/gnumeric/1.6.3/plugins/sc' test -z "/usr/lib/gnumeric/1.6.3/plugins/sc" || mkdir -p -- "/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/lib/gnumeric/1.6.3/plugins/sc" /usr/bin/install -p -m 644 'plugin.xml' '/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/lib/gnumeric/1.6.3/plugins/sc/plugin.xml' make[4]: Leaving directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/plugins/sc' make[3]: Leaving directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/plugins/sc' Making install in sylk make[3]: Entering directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/plugins/sylk' make[4]: Entering directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/plugins/sylk' make[4]: Nothing to be done for `install-exec-am'. test -z "/usr/lib/gnumeric/1.6.3/plugins/sylk" || mkdir -p -- "/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/lib/gnumeric/1.6.3/plugins/sylk" /bin/sh ../../libtool --mode=install /usr/bin/install -p 'sylk.la' '/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/lib/gnumeric/1.6.3/plugins/sylk/sylk.la' /usr/bin/install -p .libs/sylk.so /buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/lib/gnumeric/1.6.3/plugins/sylk/sylk.so /usr/bin/install -p .libs/sylk.lai /buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/lib/gnumeric/1.6.3/plugins/sylk/sylk.la libtool: install: warning: remember to run `libtool --finish /usr/lib/gnumeric/1.6.3/plugins/sylk' test -z "/usr/lib/gnumeric/1.6.3/plugins/sylk" || mkdir -p -- "/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/lib/gnumeric/1.6.3/plugins/sylk" /usr/bin/install -p -m 644 'plugin.xml' '/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/lib/gnumeric/1.6.3/plugins/sylk/plugin.xml' make[4]: Leaving directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/plugins/sylk' make[3]: Leaving directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/plugins/sylk' Making install in xbase make[3]: Entering directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/plugins/xbase' make[4]: Entering directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/plugins/xbase' make[4]: Nothing to be done for `install-exec-am'. test -z "/usr/lib/gnumeric/1.6.3/plugins/xbase" || mkdir -p -- "/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/lib/gnumeric/1.6.3/plugins/xbase" /bin/sh ../../libtool --mode=install /usr/bin/install -p 'xbase.la' '/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/lib/gnumeric/1.6.3/plugins/xbase/xbase.la' /usr/bin/install -p .libs/xbase.so /buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/lib/gnumeric/1.6.3/plugins/xbase/xbase.so /usr/bin/install -p .libs/xbase.lai /buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/lib/gnumeric/1.6.3/plugins/xbase/xbase.la libtool: install: warning: remember to run `libtool --finish /usr/lib/gnumeric/1.6.3/plugins/xbase' test -z "/usr/lib/gnumeric/1.6.3/plugins/xbase" || mkdir -p -- "/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/lib/gnumeric/1.6.3/plugins/xbase" /usr/bin/install -p -m 644 'plugin.xml' '/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/lib/gnumeric/1.6.3/plugins/xbase/plugin.xml' make[4]: Leaving directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/plugins/xbase' make[3]: Leaving directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/plugins/xbase' Making install in html make[3]: Entering directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/plugins/html' make[4]: Entering directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/plugins/html' make[4]: Nothing to be done for `install-exec-am'. test -z "/usr/lib/gnumeric/1.6.3/plugins/html" || mkdir -p -- "/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/lib/gnumeric/1.6.3/plugins/html" /bin/sh ../../libtool --mode=install /usr/bin/install -p 'html.la' '/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/lib/gnumeric/1.6.3/plugins/html/html.la' /usr/bin/install -p .libs/html.so /buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/lib/gnumeric/1.6.3/plugins/html/html.so /usr/bin/install -p .libs/html.lai /buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/lib/gnumeric/1.6.3/plugins/html/html.la libtool: install: warning: remember to run `libtool --finish /usr/lib/gnumeric/1.6.3/plugins/html' test -z "/usr/lib/gnumeric/1.6.3/plugins/html" || mkdir -p -- "/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/lib/gnumeric/1.6.3/plugins/html" /usr/bin/install -p -m 644 'plugin.xml' '/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/lib/gnumeric/1.6.3/plugins/html/plugin.xml' make[4]: Leaving directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/plugins/html' make[3]: Leaving directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/plugins/html' Making install in dif make[3]: Entering directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/plugins/dif' make[4]: Entering directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/plugins/dif' make[4]: Nothing to be done for `install-exec-am'. test -z "/usr/lib/gnumeric/1.6.3/plugins/dif" || mkdir -p -- "/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/lib/gnumeric/1.6.3/plugins/dif" /bin/sh ../../libtool --mode=install /usr/bin/install -p 'dif.la' '/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/lib/gnumeric/1.6.3/plugins/dif/dif.la' /usr/bin/install -p .libs/dif.so /buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/lib/gnumeric/1.6.3/plugins/dif/dif.so /usr/bin/install -p .libs/dif.lai /buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/lib/gnumeric/1.6.3/plugins/dif/dif.la libtool: install: warning: remember to run `libtool --finish /usr/lib/gnumeric/1.6.3/plugins/dif' test -z "/usr/lib/gnumeric/1.6.3/plugins/dif" || mkdir -p -- "/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/lib/gnumeric/1.6.3/plugins/dif" /usr/bin/install -p -m 644 'plugin.xml' '/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/lib/gnumeric/1.6.3/plugins/dif/plugin.xml' make[4]: Leaving directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/plugins/dif' make[3]: Leaving directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/plugins/dif' Making install in qpro make[3]: Entering directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/plugins/qpro' make[4]: Entering directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/plugins/qpro' make[4]: Nothing to be done for `install-exec-am'. test -z "/usr/lib/gnumeric/1.6.3/plugins/qpro" || mkdir -p -- "/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/lib/gnumeric/1.6.3/plugins/qpro" /bin/sh ../../libtool --mode=install /usr/bin/install -p 'qpro.la' '/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/lib/gnumeric/1.6.3/plugins/qpro/qpro.la' /usr/bin/install -p .libs/qpro.so /buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/lib/gnumeric/1.6.3/plugins/qpro/qpro.so /usr/bin/install -p .libs/qpro.lai /buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/lib/gnumeric/1.6.3/plugins/qpro/qpro.la libtool: install: warning: remember to run `libtool --finish /usr/lib/gnumeric/1.6.3/plugins/qpro' test -z "/usr/lib/gnumeric/1.6.3/plugins/qpro" || mkdir -p -- "/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/lib/gnumeric/1.6.3/plugins/qpro" /usr/bin/install -p -m 644 'plugin.xml' '/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/lib/gnumeric/1.6.3/plugins/qpro/plugin.xml' make[4]: Leaving directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/plugins/qpro' make[3]: Leaving directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/plugins/qpro' Making install in plan-perfect make[3]: Entering directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/plugins/plan-perfect' make[4]: Entering directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/plugins/plan-perfect' make[4]: Nothing to be done for `install-exec-am'. test -z "/usr/lib/gnumeric/1.6.3/plugins/plan_perfect" || mkdir -p -- "/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/lib/gnumeric/1.6.3/plugins/plan_perfect" /bin/sh ../../libtool --mode=install /usr/bin/install -p 'plan_perfect.la' '/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/lib/gnumeric/1.6.3/plugins/plan_perfect/plan_perfect.la' /usr/bin/install -p .libs/plan_perfect.so /buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/lib/gnumeric/1.6.3/plugins/plan_perfect/plan_perfect.so /usr/bin/install -p .libs/plan_perfect.lai /buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/lib/gnumeric/1.6.3/plugins/plan_perfect/plan_perfect.la libtool: install: warning: remember to run `libtool --finish /usr/lib/gnumeric/1.6.3/plugins/plan_perfect' test -z "/usr/lib/gnumeric/1.6.3/plugins/plan_perfect" || mkdir -p -- "/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/lib/gnumeric/1.6.3/plugins/plan_perfect" /usr/bin/install -p -m 644 'plugin.xml' '/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/lib/gnumeric/1.6.3/plugins/plan_perfect/plugin.xml' make[4]: Leaving directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/plugins/plan-perfect' make[3]: Leaving directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/plugins/plan-perfect' Making install in applix make[3]: Entering directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/plugins/applix' make[4]: Entering directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/plugins/applix' make[4]: Nothing to be done for `install-exec-am'. test -z "/usr/lib/gnumeric/1.6.3/plugins/applix" || mkdir -p -- "/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/lib/gnumeric/1.6.3/plugins/applix" /bin/sh ../../libtool --mode=install /usr/bin/install -p 'applix.la' '/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/lib/gnumeric/1.6.3/plugins/applix/applix.la' /usr/bin/install -p .libs/applix.so /buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/lib/gnumeric/1.6.3/plugins/applix/applix.so /usr/bin/install -p .libs/applix.lai /buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/lib/gnumeric/1.6.3/plugins/applix/applix.la libtool: install: warning: remember to run `libtool --finish /usr/lib/gnumeric/1.6.3/plugins/applix' test -z "/usr/lib/gnumeric/1.6.3/plugins/applix" || mkdir -p -- "/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/lib/gnumeric/1.6.3/plugins/applix" /usr/bin/install -p -m 644 'plugin.xml' '/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/lib/gnumeric/1.6.3/plugins/applix/plugin.xml' make[4]: Leaving directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/plugins/applix' make[3]: Leaving directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/plugins/applix' Making install in openoffice make[3]: Entering directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/plugins/openoffice' make[4]: Entering directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/plugins/openoffice' make[4]: Nothing to be done for `install-exec-am'. test -z "/usr/lib/gnumeric/1.6.3/plugins/openoffice" || mkdir -p -- "/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/lib/gnumeric/1.6.3/plugins/openoffice" /bin/sh ../../libtool --mode=install /usr/bin/install -p 'openoffice.la' '/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/lib/gnumeric/1.6.3/plugins/openoffice/openoffice.la' /usr/bin/install -p .libs/openoffice.so /buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/lib/gnumeric/1.6.3/plugins/openoffice/openoffice.so /usr/bin/install -p .libs/openoffice.lai /buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/lib/gnumeric/1.6.3/plugins/openoffice/openoffice.la libtool: install: warning: remember to run `libtool --finish /usr/lib/gnumeric/1.6.3/plugins/openoffice' test -z "/usr/lib/gnumeric/1.6.3/plugins/openoffice" || mkdir -p -- "/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/lib/gnumeric/1.6.3/plugins/openoffice" /usr/bin/install -p -m 644 'plugin.xml' '/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/lib/gnumeric/1.6.3/plugins/openoffice/plugin.xml' make[4]: Leaving directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/plugins/openoffice' make[3]: Leaving directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/plugins/openoffice' Making install in mps make[3]: Entering directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/plugins/mps' make[4]: Entering directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/plugins/mps' make[4]: Nothing to be done for `install-exec-am'. test -z "/usr/lib/gnumeric/1.6.3/plugins/mps" || mkdir -p -- "/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/lib/gnumeric/1.6.3/plugins/mps" /bin/sh ../../libtool --mode=install /usr/bin/install -p 'mps.la' '/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/lib/gnumeric/1.6.3/plugins/mps/mps.la' /usr/bin/install -p .libs/mps.so /buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/lib/gnumeric/1.6.3/plugins/mps/mps.so /usr/bin/install -p .libs/mps.lai /buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/lib/gnumeric/1.6.3/plugins/mps/mps.la libtool: install: warning: remember to run `libtool --finish /usr/lib/gnumeric/1.6.3/plugins/mps' test -z "/usr/lib/gnumeric/1.6.3/plugins/mps" || mkdir -p -- "/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/lib/gnumeric/1.6.3/plugins/mps" /usr/bin/install -p -m 644 'plugin.xml' '/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/lib/gnumeric/1.6.3/plugins/mps/plugin.xml' make[4]: Leaving directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/plugins/mps' make[3]: Leaving directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/plugins/mps' Making install in paradox make[3]: Entering directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/plugins/paradox' make[4]: Entering directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/plugins/paradox' make[4]: Nothing to be done for `install-exec-am'. test -z "/usr/lib/gnumeric/1.6.3/plugins/paradox" || mkdir -p -- "/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/lib/gnumeric/1.6.3/plugins/paradox" /bin/sh ../../libtool --mode=install /usr/bin/install -p 'paradox.la' '/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/lib/gnumeric/1.6.3/plugins/paradox/paradox.la' /usr/bin/install -p .libs/paradox.so /buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/lib/gnumeric/1.6.3/plugins/paradox/paradox.so /usr/bin/install -p .libs/paradox.lai /buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/lib/gnumeric/1.6.3/plugins/paradox/paradox.la libtool: install: warning: remember to run `libtool --finish /usr/lib/gnumeric/1.6.3/plugins/paradox' test -z "/usr/lib/gnumeric/1.6.3/plugins/paradox" || mkdir -p -- "/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/lib/gnumeric/1.6.3/plugins/paradox" /usr/bin/install -p -m 644 'plugin.xml' '/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/lib/gnumeric/1.6.3/plugins/paradox/plugin.xml' make[4]: Leaving directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/plugins/paradox' make[3]: Leaving directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/plugins/paradox' Making install in numtheory make[3]: Entering directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/plugins/numtheory' make[4]: Entering directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/plugins/numtheory' make[4]: Nothing to be done for `install-exec-am'. test -z "/usr/lib/gnumeric/1.6.3/plugins/numtheory" || mkdir -p -- "/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/lib/gnumeric/1.6.3/plugins/numtheory" /bin/sh ../../libtool --mode=install /usr/bin/install -p 'numtheory.la' '/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/lib/gnumeric/1.6.3/plugins/numtheory/numtheory.la' /usr/bin/install -p .libs/numtheory.so /buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/lib/gnumeric/1.6.3/plugins/numtheory/numtheory.so /usr/bin/install -p .libs/numtheory.lai /buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/lib/gnumeric/1.6.3/plugins/numtheory/numtheory.la libtool: install: warning: remember to run `libtool --finish /usr/lib/gnumeric/1.6.3/plugins/numtheory' test -z "/usr/lib/gnumeric/1.6.3/plugins/numtheory" || mkdir -p -- "/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/lib/gnumeric/1.6.3/plugins/numtheory" /usr/bin/install -p -m 644 'plugin.xml' '/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/lib/gnumeric/1.6.3/plugins/numtheory/plugin.xml' make[4]: Leaving directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/plugins/numtheory' make[3]: Leaving directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/plugins/numtheory' Making install in fn-database make[3]: Entering directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/plugins/fn-database' make[4]: Entering directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/plugins/fn-database' make[4]: Nothing to be done for `install-exec-am'. test -z "/usr/lib/gnumeric/1.6.3/plugins/fn-database" || mkdir -p -- "/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/lib/gnumeric/1.6.3/plugins/fn-database" /bin/sh ../../libtool --mode=install /usr/bin/install -p 'plugin.la' '/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/lib/gnumeric/1.6.3/plugins/fn-database/plugin.la' /usr/bin/install -p .libs/plugin.so /buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/lib/gnumeric/1.6.3/plugins/fn-database/plugin.so /usr/bin/install -p .libs/plugin.lai /buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/lib/gnumeric/1.6.3/plugins/fn-database/plugin.la libtool: install: warning: remember to run `libtool --finish /usr/lib/gnumeric/1.6.3/plugins/fn-database' test -z "/usr/lib/gnumeric/1.6.3/plugins/fn-database" || mkdir -p -- "/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/lib/gnumeric/1.6.3/plugins/fn-database" /usr/bin/install -p -m 644 'plugin.xml' '/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/lib/gnumeric/1.6.3/plugins/fn-database/plugin.xml' make[4]: Leaving directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/plugins/fn-database' make[3]: Leaving directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/plugins/fn-database' Making install in fn-date make[3]: Entering directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/plugins/fn-date' make[4]: Entering directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/plugins/fn-date' make[4]: Nothing to be done for `install-exec-am'. test -z "/usr/lib/gnumeric/1.6.3/plugins/fn-date" || mkdir -p -- "/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/lib/gnumeric/1.6.3/plugins/fn-date" /bin/sh ../../libtool --mode=install /usr/bin/install -p 'plugin.la' '/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/lib/gnumeric/1.6.3/plugins/fn-date/plugin.la' /usr/bin/install -p .libs/plugin.so /buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/lib/gnumeric/1.6.3/plugins/fn-date/plugin.so /usr/bin/install -p .libs/plugin.lai /buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/lib/gnumeric/1.6.3/plugins/fn-date/plugin.la libtool: install: warning: remember to run `libtool --finish /usr/lib/gnumeric/1.6.3/plugins/fn-date' test -z "/usr/lib/gnumeric/1.6.3/plugins/fn-date" || mkdir -p -- "/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/lib/gnumeric/1.6.3/plugins/fn-date" /usr/bin/install -p -m 644 'plugin.xml' '/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/lib/gnumeric/1.6.3/plugins/fn-date/plugin.xml' make[4]: Leaving directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/plugins/fn-date' make[3]: Leaving directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/plugins/fn-date' Making install in fn-eng make[3]: Entering directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/plugins/fn-eng' make[4]: Entering directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/plugins/fn-eng' make[4]: Nothing to be done for `install-exec-am'. test -z "/usr/lib/gnumeric/1.6.3/plugins/fn-eng" || mkdir -p -- "/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/lib/gnumeric/1.6.3/plugins/fn-eng" /bin/sh ../../libtool --mode=install /usr/bin/install -p 'plugin.la' '/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/lib/gnumeric/1.6.3/plugins/fn-eng/plugin.la' /usr/bin/install -p .libs/plugin.so /buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/lib/gnumeric/1.6.3/plugins/fn-eng/plugin.so /usr/bin/install -p .libs/plugin.lai /buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/lib/gnumeric/1.6.3/plugins/fn-eng/plugin.la libtool: install: warning: remember to run `libtool --finish /usr/lib/gnumeric/1.6.3/plugins/fn-eng' test -z "/usr/lib/gnumeric/1.6.3/plugins/fn-eng" || mkdir -p -- "/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/lib/gnumeric/1.6.3/plugins/fn-eng" /usr/bin/install -p -m 644 'plugin.xml' '/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/lib/gnumeric/1.6.3/plugins/fn-eng/plugin.xml' make[4]: Leaving directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/plugins/fn-eng' make[3]: Leaving directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/plugins/fn-eng' Making install in fn-erlang make[3]: Entering directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/plugins/fn-erlang' make[4]: Entering directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/plugins/fn-erlang' make[4]: Nothing to be done for `install-exec-am'. test -z "/usr/lib/gnumeric/1.6.3/plugins/fn-erlang" || mkdir -p -- "/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/lib/gnumeric/1.6.3/plugins/fn-erlang" /bin/sh ../../libtool --mode=install /usr/bin/install -p 'erlang.la' '/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/lib/gnumeric/1.6.3/plugins/fn-erlang/erlang.la' /usr/bin/install -p .libs/erlang.so /buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/lib/gnumeric/1.6.3/plugins/fn-erlang/erlang.so /usr/bin/install -p .libs/erlang.lai /buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/lib/gnumeric/1.6.3/plugins/fn-erlang/erlang.la libtool: install: warning: remember to run `libtool --finish /usr/lib/gnumeric/1.6.3/plugins/fn-erlang' test -z "/usr/lib/gnumeric/1.6.3/plugins/fn-erlang" || mkdir -p -- "/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/lib/gnumeric/1.6.3/plugins/fn-erlang" /usr/bin/install -p -m 644 'plugin.xml' '/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/lib/gnumeric/1.6.3/plugins/fn-erlang/plugin.xml' make[4]: Leaving directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/plugins/fn-erlang' make[3]: Leaving directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/plugins/fn-erlang' Making install in fn-financial make[3]: Entering directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/plugins/fn-financial' make[4]: Entering directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/plugins/fn-financial' make[4]: Nothing to be done for `install-exec-am'. test -z "/usr/lib/gnumeric/1.6.3/plugins/fn-financial" || mkdir -p -- "/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/lib/gnumeric/1.6.3/plugins/fn-financial" /bin/sh ../../libtool --mode=install /usr/bin/install -p 'plugin.la' '/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/lib/gnumeric/1.6.3/plugins/fn-financial/plugin.la' /usr/bin/install -p .libs/plugin.so /buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/lib/gnumeric/1.6.3/plugins/fn-financial/plugin.so /usr/bin/install -p .libs/plugin.lai /buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/lib/gnumeric/1.6.3/plugins/fn-financial/plugin.la libtool: install: warning: remember to run `libtool --finish /usr/lib/gnumeric/1.6.3/plugins/fn-financial' test -z "/usr/lib/gnumeric/1.6.3/plugins/fn-financial" || mkdir -p -- "/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/lib/gnumeric/1.6.3/plugins/fn-financial" /usr/bin/install -p -m 644 'plugin.xml' '/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/lib/gnumeric/1.6.3/plugins/fn-financial/plugin.xml' make[4]: Leaving directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/plugins/fn-financial' make[3]: Leaving directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/plugins/fn-financial' Making install in fn-info make[3]: Entering directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/plugins/fn-info' make[4]: Entering directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/plugins/fn-info' make[4]: Nothing to be done for `install-exec-am'. test -z "/usr/lib/gnumeric/1.6.3/plugins/fn-info" || mkdir -p -- "/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/lib/gnumeric/1.6.3/plugins/fn-info" /bin/sh ../../libtool --mode=install /usr/bin/install -p 'plugin.la' '/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/lib/gnumeric/1.6.3/plugins/fn-info/plugin.la' /usr/bin/install -p .libs/plugin.so /buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/lib/gnumeric/1.6.3/plugins/fn-info/plugin.so /usr/bin/install -p .libs/plugin.lai /buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/lib/gnumeric/1.6.3/plugins/fn-info/plugin.la libtool: install: warning: remember to run `libtool --finish /usr/lib/gnumeric/1.6.3/plugins/fn-info' test -z "/usr/lib/gnumeric/1.6.3/plugins/fn-info" || mkdir -p -- "/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/lib/gnumeric/1.6.3/plugins/fn-info" /usr/bin/install -p -m 644 'plugin.xml' '/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/lib/gnumeric/1.6.3/plugins/fn-info/plugin.xml' make[4]: Leaving directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/plugins/fn-info' make[3]: Leaving directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/plugins/fn-info' Making install in fn-logical make[3]: Entering directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/plugins/fn-logical' make[4]: Entering directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/plugins/fn-logical' make[4]: Nothing to be done for `install-exec-am'. test -z "/usr/lib/gnumeric/1.6.3/plugins/fn-logical" || mkdir -p -- "/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/lib/gnumeric/1.6.3/plugins/fn-logical" /bin/sh ../../libtool --mode=install /usr/bin/install -p 'plugin.la' '/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/lib/gnumeric/1.6.3/plugins/fn-logical/plugin.la' /usr/bin/install -p .libs/plugin.so /buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/lib/gnumeric/1.6.3/plugins/fn-logical/plugin.so /usr/bin/install -p .libs/plugin.lai /buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/lib/gnumeric/1.6.3/plugins/fn-logical/plugin.la libtool: install: warning: remember to run `libtool --finish /usr/lib/gnumeric/1.6.3/plugins/fn-logical' test -z "/usr/lib/gnumeric/1.6.3/plugins/fn-logical" || mkdir -p -- "/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/lib/gnumeric/1.6.3/plugins/fn-logical" /usr/bin/install -p -m 644 'plugin.xml' '/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/lib/gnumeric/1.6.3/plugins/fn-logical/plugin.xml' make[4]: Leaving directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/plugins/fn-logical' make[3]: Leaving directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/plugins/fn-logical' Making install in fn-complex make[3]: Entering directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/plugins/fn-complex' make[4]: Entering directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/plugins/fn-complex' make[4]: Nothing to be done for `install-exec-am'. test -z "/usr/lib/gnumeric/1.6.3/plugins/fn-complex" || mkdir -p -- "/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/lib/gnumeric/1.6.3/plugins/fn-complex" /bin/sh ../../libtool --mode=install /usr/bin/install -p 'plugin.la' '/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/lib/gnumeric/1.6.3/plugins/fn-complex/plugin.la' /usr/bin/install -p .libs/plugin.so /buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/lib/gnumeric/1.6.3/plugins/fn-complex/plugin.so /usr/bin/install -p .libs/plugin.lai /buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/lib/gnumeric/1.6.3/plugins/fn-complex/plugin.la libtool: install: warning: remember to run `libtool --finish /usr/lib/gnumeric/1.6.3/plugins/fn-complex' test -z "/usr/lib/gnumeric/1.6.3/plugins/fn-complex" || mkdir -p -- "/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/lib/gnumeric/1.6.3/plugins/fn-complex" /usr/bin/install -p -m 644 'plugin.xml' '/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/lib/gnumeric/1.6.3/plugins/fn-complex/plugin.xml' make[4]: Leaving directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/plugins/fn-complex' make[3]: Leaving directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/plugins/fn-complex' Making install in fn-lookup make[3]: Entering directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/plugins/fn-lookup' make[4]: Entering directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/plugins/fn-lookup' make[4]: Nothing to be done for `install-exec-am'. test -z "/usr/lib/gnumeric/1.6.3/plugins/fn-lookup" || mkdir -p -- "/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/lib/gnumeric/1.6.3/plugins/fn-lookup" /bin/sh ../../libtool --mode=install /usr/bin/install -p 'plugin.la' '/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/lib/gnumeric/1.6.3/plugins/fn-lookup/plugin.la' /usr/bin/install -p .libs/plugin.so /buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/lib/gnumeric/1.6.3/plugins/fn-lookup/plugin.so /usr/bin/install -p .libs/plugin.lai /buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/lib/gnumeric/1.6.3/plugins/fn-lookup/plugin.la libtool: install: warning: remember to run `libtool --finish /usr/lib/gnumeric/1.6.3/plugins/fn-lookup' test -z "/usr/lib/gnumeric/1.6.3/plugins/fn-lookup" || mkdir -p -- "/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/lib/gnumeric/1.6.3/plugins/fn-lookup" /usr/bin/install -p -m 644 'plugin.xml' '/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/lib/gnumeric/1.6.3/plugins/fn-lookup/plugin.xml' make[4]: Leaving directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/plugins/fn-lookup' make[3]: Leaving directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/plugins/fn-lookup' Making install in fn-math make[3]: Entering directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/plugins/fn-math' make[4]: Entering directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/plugins/fn-math' make[4]: Nothing to be done for `install-exec-am'. test -z "/usr/lib/gnumeric/1.6.3/plugins/fn-math" || mkdir -p -- "/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/lib/gnumeric/1.6.3/plugins/fn-math" /bin/sh ../../libtool --mode=install /usr/bin/install -p 'plugin.la' '/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/lib/gnumeric/1.6.3/plugins/fn-math/plugin.la' /usr/bin/install -p .libs/plugin.so /buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/lib/gnumeric/1.6.3/plugins/fn-math/plugin.so /usr/bin/install -p .libs/plugin.lai /buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/lib/gnumeric/1.6.3/plugins/fn-math/plugin.la libtool: install: warning: remember to run `libtool --finish /usr/lib/gnumeric/1.6.3/plugins/fn-math' test -z "/usr/lib/gnumeric/1.6.3/plugins/fn-math" || mkdir -p -- "/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/lib/gnumeric/1.6.3/plugins/fn-math" /usr/bin/install -p -m 644 'plugin.xml' '/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/lib/gnumeric/1.6.3/plugins/fn-math/plugin.xml' make[4]: Leaving directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/plugins/fn-math' make[3]: Leaving directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/plugins/fn-math' Making install in fn-r make[3]: Entering directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/plugins/fn-r' make[4]: Entering directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/plugins/fn-r' make[4]: Nothing to be done for `install-exec-am'. test -z "/usr/lib/gnumeric/1.6.3/plugins/fn-r" || mkdir -p -- "/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/lib/gnumeric/1.6.3/plugins/fn-r" /bin/sh ../../libtool --mode=install /usr/bin/install -p 'rstat.la' '/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/lib/gnumeric/1.6.3/plugins/fn-r/rstat.la' /usr/bin/install -p .libs/rstat.so /buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/lib/gnumeric/1.6.3/plugins/fn-r/rstat.so /usr/bin/install -p .libs/rstat.lai /buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/lib/gnumeric/1.6.3/plugins/fn-r/rstat.la libtool: install: warning: remember to run `libtool --finish /usr/lib/gnumeric/1.6.3/plugins/fn-r' test -z "/usr/lib/gnumeric/1.6.3/plugins/fn-r" || mkdir -p -- "/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/lib/gnumeric/1.6.3/plugins/fn-r" /usr/bin/install -p -m 644 'plugin.xml' '/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/lib/gnumeric/1.6.3/plugins/fn-r/plugin.xml' make[4]: Leaving directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/plugins/fn-r' make[3]: Leaving directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/plugins/fn-r' Making install in fn-stat make[3]: Entering directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/plugins/fn-stat' make[4]: Entering directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/plugins/fn-stat' make[4]: Nothing to be done for `install-exec-am'. test -z "/usr/lib/gnumeric/1.6.3/plugins/fn-stat" || mkdir -p -- "/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/lib/gnumeric/1.6.3/plugins/fn-stat" /bin/sh ../../libtool --mode=install /usr/bin/install -p 'plugin.la' '/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/lib/gnumeric/1.6.3/plugins/fn-stat/plugin.la' /usr/bin/install -p .libs/plugin.so /buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/lib/gnumeric/1.6.3/plugins/fn-stat/plugin.so /usr/bin/install -p .libs/plugin.lai /buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/lib/gnumeric/1.6.3/plugins/fn-stat/plugin.la libtool: install: warning: remember to run `libtool --finish /usr/lib/gnumeric/1.6.3/plugins/fn-stat' test -z "/usr/lib/gnumeric/1.6.3/plugins/fn-stat" || mkdir -p -- "/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/lib/gnumeric/1.6.3/plugins/fn-stat" /usr/bin/install -p -m 644 'plugin.xml' '/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/lib/gnumeric/1.6.3/plugins/fn-stat/plugin.xml' make[4]: Leaving directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/plugins/fn-stat' make[3]: Leaving directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/plugins/fn-stat' Making install in fn-string make[3]: Entering directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/plugins/fn-string' make[4]: Entering directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/plugins/fn-string' make[4]: Nothing to be done for `install-exec-am'. test -z "/usr/lib/gnumeric/1.6.3/plugins/fn-string" || mkdir -p -- "/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/lib/gnumeric/1.6.3/plugins/fn-string" /bin/sh ../../libtool --mode=install /usr/bin/install -p 'plugin.la' '/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/lib/gnumeric/1.6.3/plugins/fn-string/plugin.la' /usr/bin/install -p .libs/plugin.so /buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/lib/gnumeric/1.6.3/plugins/fn-string/plugin.so /usr/bin/install -p .libs/plugin.lai /buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/lib/gnumeric/1.6.3/plugins/fn-string/plugin.la libtool: install: warning: remember to run `libtool --finish /usr/lib/gnumeric/1.6.3/plugins/fn-string' test -z "/usr/lib/gnumeric/1.6.3/plugins/fn-string" || mkdir -p -- "/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/lib/gnumeric/1.6.3/plugins/fn-string" /usr/bin/install -p -m 644 'plugin.xml' '/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/lib/gnumeric/1.6.3/plugins/fn-string/plugin.xml' make[4]: Leaving directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/plugins/fn-string' make[3]: Leaving directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/plugins/fn-string' Making install in fn-random make[3]: Entering directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/plugins/fn-random' make[4]: Entering directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/plugins/fn-random' make[4]: Nothing to be done for `install-exec-am'. test -z "/usr/lib/gnumeric/1.6.3/plugins/fn-random" || mkdir -p -- "/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/lib/gnumeric/1.6.3/plugins/fn-random" /bin/sh ../../libtool --mode=install /usr/bin/install -p 'plugin.la' '/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/lib/gnumeric/1.6.3/plugins/fn-random/plugin.la' /usr/bin/install -p .libs/plugin.so /buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/lib/gnumeric/1.6.3/plugins/fn-random/plugin.so /usr/bin/install -p .libs/plugin.lai /buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/lib/gnumeric/1.6.3/plugins/fn-random/plugin.la libtool: install: warning: remember to run `libtool --finish /usr/lib/gnumeric/1.6.3/plugins/fn-random' test -z "/usr/lib/gnumeric/1.6.3/plugins/fn-random" || mkdir -p -- "/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/lib/gnumeric/1.6.3/plugins/fn-random" /usr/bin/install -p -m 644 'plugin.xml' '/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/lib/gnumeric/1.6.3/plugins/fn-random/plugin.xml' make[4]: Leaving directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/plugins/fn-random' make[3]: Leaving directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/plugins/fn-random' Making install in derivatives make[3]: Entering directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/plugins/derivatives' make[4]: Entering directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/plugins/derivatives' make[4]: Nothing to be done for `install-exec-am'. test -z "/usr/lib/gnumeric/1.6.3/plugins/derivatives" || mkdir -p -- "/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/lib/gnumeric/1.6.3/plugins/derivatives" /bin/sh ../../libtool --mode=install /usr/bin/install -p 'derivatives.la' '/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/lib/gnumeric/1.6.3/plugins/derivatives/derivatives.la' /usr/bin/install -p .libs/derivatives.so /buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/lib/gnumeric/1.6.3/plugins/derivatives/derivatives.so /usr/bin/install -p .libs/derivatives.lai /buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/lib/gnumeric/1.6.3/plugins/derivatives/derivatives.la libtool: install: warning: remember to run `libtool --finish /usr/lib/gnumeric/1.6.3/plugins/derivatives' test -z "/usr/lib/gnumeric/1.6.3/plugins/derivatives" || mkdir -p -- "/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/lib/gnumeric/1.6.3/plugins/derivatives" /usr/bin/install -p -m 644 'plugin.xml' '/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/lib/gnumeric/1.6.3/plugins/derivatives/plugin.xml' make[4]: Leaving directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/plugins/derivatives' make[3]: Leaving directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/plugins/derivatives' Making install in python-loader make[3]: Entering directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/plugins/python-loader' make[4]: Entering directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/plugins/python-loader' make[4]: Nothing to be done for `install-exec-am'. test -z "/usr/lib/gnumeric/1.6.3/plugins/python-loader" || mkdir -p -- "/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/lib/gnumeric/1.6.3/plugins/python-loader" /usr/bin/install -p -m 644 '../../../plugins/python-loader/ui-console-menu.xml' '/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/lib/gnumeric/1.6.3/plugins/python-loader/ui-console-menu.xml' test -z "/usr/lib/gnumeric/1.6.3/plugins/python-loader" || mkdir -p -- "/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/lib/gnumeric/1.6.3/plugins/python-loader" /bin/sh ../../libtool --mode=install /usr/bin/install -p 'python_loader.la' '/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/lib/gnumeric/1.6.3/plugins/python-loader/python_loader.la' /usr/bin/install -p .libs/python_loader.so /buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/lib/gnumeric/1.6.3/plugins/python-loader/python_loader.so /usr/bin/install -p .libs/python_loader.lai /buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/lib/gnumeric/1.6.3/plugins/python-loader/python_loader.la libtool: install: warning: remember to run `libtool --finish /usr/lib/gnumeric/1.6.3/plugins/python-loader' test -z "/usr/lib/gnumeric/1.6.3/plugins/python-loader" || mkdir -p -- "/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/lib/gnumeric/1.6.3/plugins/python-loader" /usr/bin/install -p -m 644 'plugin.xml' '/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/lib/gnumeric/1.6.3/plugins/python-loader/plugin.xml' make[4]: Leaving directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/plugins/python-loader' make[3]: Leaving directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/plugins/python-loader' Making install in perl-loader make[3]: Entering directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/plugins/perl-loader' make[4]: Entering directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/plugins/perl-loader' make[4]: Nothing to be done for `install-exec-am'. test -z "/usr/lib/gnumeric/1.6.3/plugins/perl-loader" || mkdir -p -- "/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/lib/gnumeric/1.6.3/plugins/perl-loader" /bin/sh ../../libtool --mode=install /usr/bin/install -p 'perl_loader.la' '/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/lib/gnumeric/1.6.3/plugins/perl-loader/perl_loader.la' /usr/bin/install -p .libs/perl_loader.so /buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/lib/gnumeric/1.6.3/plugins/perl-loader/perl_loader.so /usr/bin/install -p .libs/perl_loader.lai /buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/lib/gnumeric/1.6.3/plugins/perl-loader/perl_loader.la libtool: install: warning: remember to run `libtool --finish /usr/lib/gnumeric/1.6.3/plugins/perl-loader' test -z "/usr/lib/gnumeric/1.6.3/plugins/perl-loader" || mkdir -p -- "/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/lib/gnumeric/1.6.3/plugins/perl-loader" /usr/bin/install -p -m 644 'plugin.xml' '/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/lib/gnumeric/1.6.3/plugins/perl-loader/plugin.xml' make[4]: Leaving directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/plugins/perl-loader' make[3]: Leaving directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/plugins/perl-loader' Making install in corba make[3]: Entering directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/plugins/corba' /usr/bin/make install-am make[4]: Entering directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/plugins/corba' make[5]: Entering directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/plugins/corba' make[5]: Nothing to be done for `install-exec-am'. test -z "/usr/lib/gnumeric/1.6.3/plugins/corba" || mkdir -p -- "/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/lib/gnumeric/1.6.3/plugins/corba" /bin/sh ../../libtool --mode=install /usr/bin/install -p 'corba.la' '/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/lib/gnumeric/1.6.3/plugins/corba/corba.la' /usr/bin/install -p .libs/corba.so /buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/lib/gnumeric/1.6.3/plugins/corba/corba.so /usr/bin/install -p .libs/corba.lai /buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/lib/gnumeric/1.6.3/plugins/corba/corba.la libtool: install: warning: remember to run `libtool --finish /usr/lib/gnumeric/1.6.3/plugins/corba' test -z "/usr/share/gnumeric/1.6.3/idl" || mkdir -p -- "/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/share/gnumeric/1.6.3/idl" /usr/bin/install -p -m 644 '../../../plugins/corba/GNOME_Gnumeric.idl' '/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/share/gnumeric/1.6.3/idl/GNOME_Gnumeric.idl' test -z "/usr/lib/gnumeric/1.6.3/plugins/corba" || mkdir -p -- "/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/lib/gnumeric/1.6.3/plugins/corba" /usr/bin/install -p -m 644 'plugin.xml' '/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/lib/gnumeric/1.6.3/plugins/corba/plugin.xml' make[5]: Leaving directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/plugins/corba' make[4]: Leaving directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/plugins/corba' make[3]: Leaving directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/plugins/corba' Making install in sample_datasource make[3]: Entering directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/plugins/sample_datasource' make[4]: Entering directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/plugins/sample_datasource' make[4]: Nothing to be done for `install-exec-am'. test -z "/usr/lib/gnumeric/1.6.3/plugins/sample_datasource" || mkdir -p -- "/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/lib/gnumeric/1.6.3/plugins/sample_datasource" /bin/sh ../../libtool --mode=install /usr/bin/install -p 'sample_datasource.la' '/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/lib/gnumeric/1.6.3/plugins/sample_datasource/sample_datasource.la' /usr/bin/install -p .libs/sample_datasource.so /buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/lib/gnumeric/1.6.3/plugins/sample_datasource/sample_datasource.so /usr/bin/install -p .libs/sample_datasource.lai /buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/lib/gnumeric/1.6.3/plugins/sample_datasource/sample_datasource.la libtool: install: warning: remember to run `libtool --finish /usr/lib/gnumeric/1.6.3/plugins/sample_datasource' test -z "/usr/lib/gnumeric/1.6.3/plugins/sample_datasource" || mkdir -p -- "/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/lib/gnumeric/1.6.3/plugins/sample_datasource" /usr/bin/install -p -m 644 'plugin.xml' '/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/lib/gnumeric/1.6.3/plugins/sample_datasource/plugin.xml' make[4]: Leaving directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/plugins/sample_datasource' make[3]: Leaving directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/plugins/sample_datasource' Making install in uihello make[3]: Entering directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/plugins/uihello' make[4]: Entering directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/plugins/uihello' make[4]: Nothing to be done for `install-exec-am'. test -z "/usr/lib/gnumeric/1.6.3/plugins/uihello" || mkdir -p -- "/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/lib/gnumeric/1.6.3/plugins/uihello" /usr/bin/install -p -m 644 '../../../plugins/uihello/hello.xml' '/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/lib/gnumeric/1.6.3/plugins/uihello/hello.xml' test -z "/usr/lib/gnumeric/1.6.3/plugins/uihello" || mkdir -p -- "/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/lib/gnumeric/1.6.3/plugins/uihello" /bin/sh ../../libtool --mode=install /usr/bin/install -p 'plugin.la' '/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/lib/gnumeric/1.6.3/plugins/uihello/plugin.la' /usr/bin/install -p .libs/plugin.so /buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/lib/gnumeric/1.6.3/plugins/uihello/plugin.so /usr/bin/install -p .libs/plugin.lai /buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/lib/gnumeric/1.6.3/plugins/uihello/plugin.la libtool: install: warning: remember to run `libtool --finish /usr/lib/gnumeric/1.6.3/plugins/uihello' test -z "/usr/lib/gnumeric/1.6.3/plugins/uihello" || mkdir -p -- "/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/lib/gnumeric/1.6.3/plugins/uihello" /usr/bin/install -p -m 644 'plugin.xml' '/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/lib/gnumeric/1.6.3/plugins/uihello/plugin.xml' make[4]: Leaving directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/plugins/uihello' make[3]: Leaving directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/plugins/uihello' Making install in gnome-glossary make[3]: Entering directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/plugins/gnome-glossary' make[4]: Entering directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/plugins/gnome-glossary' make[4]: Nothing to be done for `install-exec-am'. test -z "/usr/lib/gnumeric/1.6.3/plugins/gnome-glossary" || mkdir -p -- "/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/lib/gnumeric/1.6.3/plugins/gnome-glossary" /usr/bin/install -p -m 644 '../../../plugins/gnome-glossary/glossary-po-header' '/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/lib/gnumeric/1.6.3/plugins/gnome-glossary/glossary-po-header' test -z "/usr/lib/gnumeric/1.6.3/plugins/gnome-glossary" || mkdir -p -- "/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/lib/gnumeric/1.6.3/plugins/gnome-glossary" /usr/bin/install -p '../../../plugins/gnome-glossary/gnome_glossary.py' '/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/lib/gnumeric/1.6.3/plugins/gnome-glossary/gnome_glossary.py' test -z "/usr/lib/gnumeric/1.6.3/plugins/gnome-glossary" || mkdir -p -- "/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/lib/gnumeric/1.6.3/plugins/gnome-glossary" /usr/bin/install -p -m 644 'plugin.xml' '/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/lib/gnumeric/1.6.3/plugins/gnome-glossary/plugin.xml' make[4]: Leaving directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/plugins/gnome-glossary' make[3]: Leaving directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/plugins/gnome-glossary' Making install in py-func make[3]: Entering directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/plugins/py-func' make[4]: Entering directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/plugins/py-func' make[4]: Nothing to be done for `install-exec-am'. test -z "/usr/lib/gnumeric/1.6.3/plugins/py-func" || mkdir -p -- "/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/lib/gnumeric/1.6.3/plugins/py-func" /usr/bin/install -p '../../../plugins/py-func/py_func.py' '/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/lib/gnumeric/1.6.3/plugins/py-func/py_func.py' test -z "/usr/lib/gnumeric/1.6.3/plugins/py-func" || mkdir -p -- "/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/lib/gnumeric/1.6.3/plugins/py-func" /usr/bin/install -p -m 644 'plugin.xml' '/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/lib/gnumeric/1.6.3/plugins/py-func/plugin.xml' make[4]: Leaving directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/plugins/py-func' make[3]: Leaving directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/plugins/py-func' Making install in perl-func make[3]: Entering directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/plugins/perl-func' make[4]: Entering directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/plugins/perl-func' make[4]: Nothing to be done for `install-exec-am'. test -z "/usr/lib/gnumeric/1.6.3/plugins/perl-func" || mkdir -p -- "/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/lib/gnumeric/1.6.3/plugins/perl-func" /usr/bin/install -p '../../../plugins/perl-func/perl_func.pl' '/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/lib/gnumeric/1.6.3/plugins/perl-func/perl_func.pl' test -z "/usr/lib/gnumeric/1.6.3/plugins/perl-func" || mkdir -p -- "/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/lib/gnumeric/1.6.3/plugins/perl-func" /usr/bin/install -p -m 644 'plugin.xml' '/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/lib/gnumeric/1.6.3/plugins/perl-func/plugin.xml' make[4]: Leaving directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/plugins/perl-func' make[3]: Leaving directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/plugins/perl-func' make[3]: Entering directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/plugins' make[4]: Entering directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/plugins' make[4]: Nothing to be done for `install-exec-am'. make[4]: Nothing to be done for `install-data-am'. make[4]: Leaving directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/plugins' make[3]: Leaving directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/plugins' make[2]: Leaving directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/plugins' Making install in icons make[2]: Entering directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/icons' make[3]: Entering directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/icons' make[3]: Nothing to be done for `install-exec-am'. test -z "/usr/share/pixmaps" || mkdir -p -- "/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/share/pixmaps" /usr/bin/install -p -m 644 '../../icons/gnome-gnumeric.png' '/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/share/pixmaps/gnome-gnumeric.png' /usr/bin/install -p -m 644 '../../icons/gnome-application-x-gnumeric.png' '/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/share/pixmaps/gnome-application-x-gnumeric.png' /usr/bin/install -p -m 644 '../../icons/gnome-application-x-xls.png' '/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/share/pixmaps/gnome-application-x-xls.png' /usr/bin/install -p -m 644 '../../icons/gnome-application-x-applix-spreadsheet.png' '/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/share/pixmaps/gnome-application-x-applix-spreadsheet.png' /usr/bin/install -p -m 644 '../../icons/gnome-application-vnd.lotus-1-2-3.png' '/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/share/pixmaps/gnome-application-vnd.lotus-1-2-3.png' /usr/bin/install -p -m 644 '../../icons/gnome-application-x-generic-spreadsheet.png' '/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/share/pixmaps/gnome-application-x-generic-spreadsheet.png' /usr/bin/install -p -m 644 '../../icons/win32-gnumeric.ico' '/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/share/pixmaps/win32-gnumeric.ico' test -z "/usr/share/pixmaps/gnumeric" || mkdir -p -- "/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/share/pixmaps/gnumeric" /usr/bin/install -p -m 644 '../../icons/gnome-gnumeric.png' '/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/share/pixmaps/gnumeric/gnome-gnumeric.png' /usr/bin/install -p -m 644 '../../icons/gnome-application-x-gnumeric.png' '/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/share/pixmaps/gnumeric/gnome-application-x-gnumeric.png' /usr/bin/install -p -m 644 '../../icons/gnome-application-x-xls.png' '/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/share/pixmaps/gnumeric/gnome-application-x-xls.png' /usr/bin/install -p -m 644 '../../icons/gnome-application-x-applix-spreadsheet.png' '/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/share/pixmaps/gnumeric/gnome-application-x-applix-spreadsheet.png' /usr/bin/install -p -m 644 '../../icons/gnome-application-vnd.lotus-1-2-3.png' '/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/share/pixmaps/gnumeric/gnome-application-vnd.lotus-1-2-3.png' /usr/bin/install -p -m 644 '../../icons/gnome-application-x-generic-spreadsheet.png' '/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/share/pixmaps/gnumeric/gnome-application-x-generic-spreadsheet.png' /usr/bin/install -p -m 644 '../../icons/win32-gnumeric.ico' '/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/share/pixmaps/gnumeric/win32-gnumeric.ico' /usr/bin/install -p -m 644 '../../icons/orient-horizontal.png' '/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/share/pixmaps/gnumeric/orient-horizontal.png' /usr/bin/install -p -m 644 '../../icons/orient-vertical.png' '/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/share/pixmaps/gnumeric/orient-vertical.png' /usr/bin/install -p -m 644 '../../icons/right-down.png' '/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/share/pixmaps/gnumeric/right-down.png' /usr/bin/install -p -m 644 '../../icons/down-right.png' '/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/share/pixmaps/gnumeric/down-right.png' /usr/bin/install -p -m 644 '../../icons/stf-druid.png' '/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/share/pixmaps/gnumeric/stf-druid.png' test -z "/usr/share/pixmaps/gnumeric" || mkdir -p -- "/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/share/pixmaps/gnumeric" /usr/bin/install -p -m 644 '../../icons/gnumeric-about.png' '/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/share/pixmaps/gnumeric/gnumeric-about.png' make[3]: Leaving directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/icons' make[2]: Leaving directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/icons' Making install in templates make[2]: Entering directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/templates' Making install in autoformat make[3]: Entering directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/templates/autoformat' make[4]: Entering directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/templates/autoformat' make[4]: Nothing to be done for `install-exec-am'. AutoFormats -> 3D mkdir -p -- /buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/share/gnumeric/1.6.3/autoformat-templates/3D /buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/share/gnumeric/1.6.3/autoformat-templates/3D/autoformat.3D.button.xml /buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/share/gnumeric/1.6.3/autoformat-templates/3D/autoformat.3D.list.xml -> Classical mkdir -p -- /buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/share/gnumeric/1.6.3/autoformat-templates/Classical /buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/share/gnumeric/1.6.3/autoformat-templates/Classical/autoformat.Classical.cool.xml /buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/share/gnumeric/1.6.3/autoformat-templates/Classical/autoformat.Classical.simple.xml /buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/share/gnumeric/1.6.3/autoformat-templates/Classical/autoformat.Classical.trendy.xml -> Colourful mkdir -p -- /buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/share/gnumeric/1.6.3/autoformat-templates/Colourful /buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/share/gnumeric/1.6.3/autoformat-templates/Colourful/autoformat.Colourful.banana.xml /buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/share/gnumeric/1.6.3/autoformat-templates/Colourful/autoformat.Colourful.black.xml /buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/share/gnumeric/1.6.3/autoformat-templates/Colourful/autoformat.Colourful.blue.xml /buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/share/gnumeric/1.6.3/autoformat-templates/Colourful/autoformat.Colourful.orange.xml /buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/share/gnumeric/1.6.3/autoformat-templates/Colourful/autoformat.Colourful.vanilla.xml -> Financial mkdir -p -- /buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/share/gnumeric/1.6.3/autoformat-templates/Financial /buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/share/gnumeric/1.6.3/autoformat-templates/Financial/autoformat.Financial.basic.xml /buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/share/gnumeric/1.6.3/autoformat-templates/Financial/autoformat.Financial.desert.xml /buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/share/gnumeric/1.6.3/autoformat-templates/Financial/autoformat.Financial.ice.xml /buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/share/gnumeric/1.6.3/autoformat-templates/Financial/autoformat.Financial.modern.xml /buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/share/gnumeric/1.6.3/autoformat-templates/Financial/autoformat.Financial.purple.xml -> General mkdir -p -- /buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/share/gnumeric/1.6.3/autoformat-templates/General /buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/share/gnumeric/1.6.3/autoformat-templates/General/autoformat.General.advanced.xml /buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/share/gnumeric/1.6.3/autoformat-templates/General/autoformat.General.basic.xml /buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/share/gnumeric/1.6.3/autoformat-templates/General/autoformat.General.empty.xml /buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/share/gnumeric/1.6.3/autoformat-templates/General/autoformat.General.table.xml -> List mkdir -p -- /buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/share/gnumeric/1.6.3/autoformat-templates/List /buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/share/gnumeric/1.6.3/autoformat-templates/List/autoformat.List.basic.xml /buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/share/gnumeric/1.6.3/autoformat-templates/List/autoformat.List.green.xml /buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/share/gnumeric/1.6.3/autoformat-templates/List/autoformat.List.lila.xml /buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/share/gnumeric/1.6.3/autoformat-templates/List/autoformat.List.simple.xml make[4]: Leaving directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/templates/autoformat' make[3]: Leaving directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/templates/autoformat' Making install in english make[3]: Entering directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/templates/english' make[4]: Entering directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/templates/english' make[4]: Nothing to be done for `install-exec-am'. test -z "/usr/share/gnumeric/1.6.3/templates" || mkdir -p -- "/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/share/gnumeric/1.6.3/templates" /usr/bin/install -p -m 644 '../../../templates/english/invoice.gnumeric' '/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/share/gnumeric/1.6.3/templates/invoice.gnumeric' /usr/bin/install -p -m 644 '../../../templates/english/loan.gnumeric' '/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/share/gnumeric/1.6.3/templates/loan.gnumeric' /usr/bin/install -p -m 644 '../../../templates/english/mileage.gnumeric' '/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/share/gnumeric/1.6.3/templates/mileage.gnumeric' /usr/bin/install -p -m 644 '../../../templates/english/purchase_order.gnumeric' '/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/share/gnumeric/1.6.3/templates/purchase_order.gnumeric' make[4]: Leaving directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/templates/english' make[3]: Leaving directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/templates/english' make[3]: Entering directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/templates' make[4]: Entering directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/templates' make[4]: Nothing to be done for `install-exec-am'. make[4]: Nothing to be done for `install-data-am'. make[4]: Leaving directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/templates' make[3]: Leaving directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/templates' make[2]: Leaving directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/templates' Making install in doc make[2]: Entering directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/doc' Making install in developer make[3]: Entering directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/doc/developer' make[4]: Entering directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/doc/developer' make[4]: Nothing to be done for `install-exec-am'. make[4]: Nothing to be done for `install-data-am'. make[4]: Leaving directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/doc/developer' make[3]: Leaving directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/doc/developer' Making install in C make[3]: Entering directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/doc/C' Making install in figures make[4]: Entering directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/doc/C/figures' make[5]: Entering directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/doc/C/figures' make[5]: Nothing to be done for `install-exec-am'. make[5]: Nothing to be done for `install-data-am'. make[5]: Leaving directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/doc/C/figures' make[4]: Leaving directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/doc/C/figures' make[4]: Entering directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/doc/C' make[5]: Entering directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/doc/C' make[5]: Nothing to be done for `install-exec-am'. /bin/sh ../../../mkinstalldirs /buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/share/gnome/help/gnumeric/C mkdir -p -- /buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/share/gnome/help/gnumeric/C for file in about-authors.xml about-history.xml about-license.xml analysis-complexNumbers.xml analysis-goalseek.xml analysis-overview.xml analysis-scenarios.xml analysis-simulation.xml analysis-solver.xml analysis-statistical.xml appendix-glossary.xml appendix-keybindings.xml bugs.xml compiling.xml configuration-localization.xml configuration-overview.xml configuration-plugins.xml configuration-preferences.xml configuration-toolbars.xml data-commentNlink.xml data-delete.xml data-entry-advanced.xml data-entry-external.xml data-entry.xml data-format.xml data-generate.xml data-insert.xml data-modify.xml data-move-copy.xml data-overview.xml data-selections.xml data-types.xml documenting.xml extending-functions.xml extending-overview.xml extending-plugins.xml extending-python.xml files-formats.xml files-email.xml files-opening.xml files-overview.xml files-saving.xml files-ssconvert.xml files-textopen.xml files-textsave.xml getting-involved.xml graphics-drawings.xml graphics-images.xml graphics-overview.xml graphics-plots.xml graphics-widgets.xml gui-menus.xml gui-mouse.xml gui-other-elements.xml gui-overview.xml gui-toolbars.xml installing.xml legal.xml manual-usage.xml morehelp.xml printing.xml quick-start.xml welcome.xml workbooks.xml worksheets.xml functions.xml gnumeric.xml; do \ cp ../../../doc/C/$file /buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/share/gnome/help/gnumeric/C; \ done if test "figures"; then \ /bin/sh ../../../mkinstalldirs /buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/share/gnome/help/gnumeric/C/figures; \ for file in ../../../doc/C/figures/*.png; do \ basefile=`echo $file | sed -e 's,^.*/,,'`; \ /usr/bin/install -p -m 644 $file /buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/share/gnome/help/gnumeric/C/figures/$basefile; \ done \ fi mkdir -p -- /buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/share/gnome/help/gnumeric/C/figures test -z "/usr/share/man/man1" || mkdir -p -- "/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/share/man/man1" /usr/bin/install -p -m 644 '../../../doc/C/gnumeric.1' '/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/share/man/man1/gnumeric.1' /usr/bin/install -p -m 644 '../../../doc/C/ssconvert.1' '/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/share/man/man1/ssconvert.1' /usr/bin/install -p -m 644 '../../../doc/C/ssindex.1' '/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/share/man/man1/ssindex.1' /usr/bin/make install-data-hook make[6]: Entering directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/doc/C' /bin/sh ../../../mkinstalldirs /buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/share/omf/gnumeric mkdir -p -- /buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/share/omf/gnumeric for file in gnumeric-C.omf; do \ /usr/bin/install -p -m 644 $file.out /buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/share/omf/gnumeric/$file; \ done scrollkeeper-update -p /buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//var/lib/scrollkeeper -o /buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//usr/share/omf/gnumeric Cannot stat file: /usr/share/gnome/help/gnumeric/C/gnumeric.xml : No such file or directory Cannot write to log file: /var/log/scrollkeeper.log : Permission denied Cannot write to log file: /var/log/scrollkeeper.log : Permission denied make[6]: Leaving directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/doc/C' make[5]: Leaving directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/doc/C' make[4]: Leaving directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/doc/C' make[3]: Leaving directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/doc/C' make[3]: Entering directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/doc' make[4]: Entering directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/doc' make[4]: Nothing to be done for `install-exec-am'. make[4]: Nothing to be done for `install-data-am'. make[4]: Leaving directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/doc' make[3]: Leaving directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/doc' make[2]: Leaving directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/doc' Making install in schemas make[2]: Entering directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/schemas' make[3]: Entering directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/schemas' make[3]: Nothing to be done for `install-exec-am'. if test -z "/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp/" ; then \ for p in gnumeric-dialogs.schemas gnumeric-general.schemas gnumeric-plugins.schemas ; do \ GCONF_CONFIG_SOURCE=xml:merged:/etc/gconf/gconf.xml.defaults gconftool-2 --makefile-install-rule $p; \ done \ fi test -z "" || mkdir -p -- "/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp/" test -z "/etc/gconf/schemas" || mkdir -p -- "/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//etc/gconf/schemas" /usr/bin/install -p -m 644 'gnumeric-dialogs.schemas' '/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//etc/gconf/schemas/gnumeric-dialogs.schemas' /usr/bin/install -p -m 644 'gnumeric-general.schemas' '/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//etc/gconf/schemas/gnumeric-general.schemas' /usr/bin/install -p -m 644 'gnumeric-plugins.schemas' '/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/../debian/tmp//etc/gconf/schemas/gnumeric-plugins.schemas' make[3]: Leaving directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/schemas' make[2]: Leaving directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build/schemas' make[1]: Leaving directory `/buildd/ballombe/gnumeric/gnumeric-1.6.3/build' # Plugins are not intended as stand-alone executables find `pwd`/debian/tmp/usr/lib/gnumeric/*/plugins -type f -print0 | xargs -0 chmod a-x # Remove unwanted files: static libraries and documentation sources find `pwd`/debian/tmp/usr/ -name '*.a' -print0 | xargs -0 rm -f find `pwd`/debian/tmp/ -name '*.sgml' -print0 | xargs -0 rm -f # Bonobo-only files rm -rf debian/tmp/usr/lib/bonobo # libspreadsheet is far from a mature library; loose the development # files rm -f debian/tmp/usr/lib/libspreadsheet*.la rm -f debian/tmp/usr/lib/pkgconfig/libspreadsheet-*.pc rm -rf debian/tmp/usr/include/libspreadsheet-* # Outdated rm -f debian/tmp/usr/share/mc/templates/gnumeric.desktop # Remove scrollkeeper generated files as well; for a package they # need to be (re)generated at package (de)install time. rm -rf `pwd`/debian/tmp/var/lib/scrollkeeper # Low-colour icon for use by the menu system /usr/bin/install -p -m 644 debian/gnome-gnumeric.xpm `pwd`/debian/tmp/usr/share/pixmaps/ # Checksums of historical versions of conffiles /usr/bin/install -p -m 644 debian/gnumeric-dialogs.schemas.md5sum debian/gnumeric-general.schemas.md5sum debian/gnumeric-plugins.schemas.md5sum `pwd`/debian/tmp/usr/share/gnumeric/ dh_install --sourcedir=`pwd`/debian/tmp --fail-missing # Name the binary just "gnumeric" cd debian/gnumeric/usr/bin && mv gnumeric-* gnumeric dh_link usr/share/gnumeric/1.6.3/idl/GNOME_Gnumeric.idl usr/share/idl/GNOME_Gnumeric.idl # Make the documentation accessible to gnumeric dh_link -pgnumeric-doc usr/share/gnome/help/gnumeric usr/share/gnumeric/1.6.3/doc dh_link -pgnumeric-doc usr/share/xml/docbook/stylesheet/nwalsh/images/ usr/share/gnumeric/1.6.3/doc/C/images # Remove files from the main package that belong to a more # specialist package # (dh_install doesn't do the right thing here IMO; perhaps it # doesn't like multiple globs in one line) while read l ; do \ rm -rvf debian/gnumeric/$l ; \ done < debian/gnumeric-plugins-extra.install removed `debian/gnumeric//usr/lib/gnumeric/1.6.3/plugins/gnome-glossary/plugin.xml' removed `debian/gnumeric//usr/lib/gnumeric/1.6.3/plugins/paradox/paradox.la' removed `debian/gnumeric//usr/lib/gnumeric/1.6.3/plugins/paradox/paradox.so' removed `debian/gnumeric//usr/lib/gnumeric/1.6.3/plugins/paradox/plugin.xml' removed `debian/gnumeric//usr/lib/gnumeric/1.6.3/plugins/perl-func/plugin.xml' removed `debian/gnumeric//usr/lib/gnumeric/1.6.3/plugins/perl-loader/perl_loader.la' removed `debian/gnumeric//usr/lib/gnumeric/1.6.3/plugins/perl-loader/perl_loader.so' removed `debian/gnumeric//usr/lib/gnumeric/1.6.3/plugins/perl-loader/plugin.xml' removed `debian/gnumeric//usr/lib/gnumeric/1.6.3/plugins/py-func/plugin.xml' removed `debian/gnumeric//usr/lib/gnumeric/1.6.3/plugins/python-loader/plugin.xml' removed `debian/gnumeric//usr/lib/gnumeric/1.6.3/plugins/python-loader/python_loader.la' removed `debian/gnumeric//usr/lib/gnumeric/1.6.3/plugins/python-loader/python_loader.so' removed `debian/gnumeric//usr/lib/gnumeric/1.6.3/plugins/python-loader/ui-console-menu.xml' # Remove dirs that are now empty find debian/gnumeric -depth -type d | xargs rmdir >/dev/null 2>&1 make: [install] Error 123 (ignored) dh_testdir -a dh_testroot -a dh_installdebconf -a dh_installdocs -a --noscripts rm -rf `pwd`/debian/gnumeric-doc/usr/share/doc-base dh_installexamples -a dh_pycentral -a pycentral: pycentral debhelper: missing XB-Python-Version attribute in package gnumeric pycentral: pycentral debhelper: missing XB-Python-Version attribute in package gnumeric-plugins-extra #dh_python -a dh_installmenu -a dh_installmime -a dh_installcron -a dh_installman -a dh_link -a dh_installinfo -a dh_installchangelogs ChangeLog -a dh_gconf -a dh_scrollkeeper -a dh_desktop -a dh_strip -a dh_link -a dh_compress -a dh_buildinfo dh_fixperms -a dh_makeshlibs -a dh_installdeb -a dh_shlibdeps -v -a dpkg-shlibdeps -Tdebian/gnumeric.substvars debian/gnumeric/usr/bin/gnumeric debian/gnumeric/usr/bin/ssconvert debian/gnumeric/usr/bin/ssindex debian/gnumeric/usr/lib/gnumeric/1.6.3/plugins/applix/applix.so debian/gnumeric/usr/lib/gnumeric/1.6.3/plugins/corba/corba.so debian/gnumeric/usr/lib/gnumeric/1.6.3/plugins/derivatives/derivatives.so debian/gnumeric/usr/lib/gnumeric/1.6.3/plugins/dif/dif.so debian/gnumeric/usr/lib/gnumeric/1.6.3/plugins/excel/excel.so debian/gnumeric/usr/lib/gnumeric/1.6.3/plugins/fn-complex/plugin.so debian/gnumeric/usr/lib/gnumeric/1.6.3/plugins/fn-database/plugin.so debian/gnumeric/usr/lib/gnumeric/1.6.3/plugins/fn-date/plugin.so debian/gnumeric/usr/lib/gnumeric/1.6.3/plugins/fn-eng/plugin.so debian/gnumeric/usr/lib/gnumeric/1.6.3/plugins/fn-erlang/erlang.so debian/gnumeric/usr/lib/gnumeric/1.6.3/plugins/fn-financial/plugin.so debian/gnumeric/usr/lib/gnumeric/1.6.3/plugins/fn-info/plugin.so debian/gnumeric/usr/lib/gnumeric/1.6.3/plugins/fn-logical/plugin.so debian/gnumeric/usr/lib/gnumeric/1.6.3/plugins/fn-lookup/plugin.so debian/gnumeric/usr/lib/gnumeric/1.6.3/plugins/fn-math/plugin.so debian/gnumeric/usr/lib/gnumeric/1.6.3/plugins/fn-r/rstat.so debian/gnumeric/usr/lib/gnumeric/1.6.3/plugins/fn-random/plugin.so debian/gnumeric/usr/lib/gnumeric/1.6.3/plugins/fn-stat/plugin.so debian/gnumeric/usr/lib/gnumeric/1.6.3/plugins/fn-string/plugin.so debian/gnumeric/usr/lib/gnumeric/1.6.3/plugins/html/html.so debian/gnumeric/usr/lib/gnumeric/1.6.3/plugins/lotus/lotus.so debian/gnumeric/usr/lib/gnumeric/1.6.3/plugins/mps/mps.so debian/gnumeric/usr/lib/gnumeric/1.6.3/plugins/numtheory/numtheory.so debian/gnumeric/usr/lib/gnumeric/1.6.3/plugins/oleo/oleo.so debian/gnumeric/usr/lib/gnumeric/1.6.3/plugins/openoffice/openoffice.so debian/gnumeric/usr/lib/gnumeric/1.6.3/plugins/plan_perfect/plan_perfect.so debian/gnumeric/usr/lib/gnumeric/1.6.3/plugins/qpro/qpro.so debian/gnumeric/usr/lib/gnumeric/1.6.3/plugins/sample_datasource/sample_datasource.so debian/gnumeric/usr/lib/gnumeric/1.6.3/plugins/sc/sc.so debian/gnumeric/usr/lib/gnumeric/1.6.3/plugins/sylk/sylk.so debian/gnumeric/usr/lib/gnumeric/1.6.3/plugins/uihello/plugin.so debian/gnumeric/usr/lib/gnumeric/1.6.3/plugins/xbase/xbase.so debian/gnumeric/usr/lib/libspreadsheet-1.6.3.so dpkg-shlibdeps -Tdebian/gnumeric-plugins-extra.substvars debian/gnumeric-plugins-extra/usr/lib/gnumeric/1.6.3/plugins/paradox/paradox.so debian/gnumeric-plugins-extra/usr/lib/gnumeric/1.6.3/plugins/perl-loader/perl_loader.so debian/gnumeric-plugins-extra/usr/lib/gnumeric/1.6.3/plugins/python-loader/python_loader.so dh_gencontrol -v -a -- -VUpstream-Version=1.6.3 dpkg-gencontrol -pgnumeric -ldebian/changelog -isp -Tdebian/gnumeric.substvars -Pdebian/gnumeric -VUpstream-Version=1.6.3 chmod 644 debian/gnumeric/DEBIAN/control chown 0:0 debian/gnumeric/DEBIAN/control dpkg-gencontrol -pgnumeric-plugins-extra -ldebian/changelog -isp -Tdebian/gnumeric-plugins-extra.substvars -Pdebian/gnumeric-plugins-extra -VUpstream-Version=1.6.3 chmod 644 debian/gnumeric-plugins-extra/DEBIAN/control chown 0:0 debian/gnumeric-plugins-extra/DEBIAN/control dh_md5sums -a dh_builddeb -a warning, `debian/gnumeric/DEBIAN/control' contains user-defined field `Python-Version' dpkg-deb: ignoring 1 warnings about the control file(s) tar: -: file name read contains nul character dpkg-deb: building package `gnumeric' in `../gnumeric_1.6.3-4_m68k.deb'. warning, `debian/gnumeric-plugins-extra/DEBIAN/control' contains user-defined field `Python-Version' dpkg-deb: ignoring 1 warnings about the control file(s) tar: -: file name read contains nul character dpkg-deb: building package `gnumeric-plugins-extra' in `../gnumeric-plugins-extra_1.6.3-4_m68k.deb'. dpkg-genchanges -B dpkg-genchanges: arch-specific upload - not including arch-independent packages dpkg-genchanges: warning: unknown information field `Xb-Python-Version' in input data in package's section of control info file dpkg-genchanges: warning: unknown information field `Xb-Python-Version' in input data in package's section of control info file dpkg-genchanges: binary-only upload - not including any source code dpkg-buildpackage (debuild emulation): binary only upload (no source included)