pre8 failes on Opensuse-10.0




Missing configure check for xgettext?

See attached for a & b.

$ ./a 2>&1 | tee b;

<snip>

make[2]: Entering directory `/scratch/dia-0.95-pre8'
(cd po ; make dia.pot)
make[3]: Entering directory `/scratch/dia-0.95-pre8/po'
INTLTOOL_EXTRACT=../intltool-extract srcdir=. ../intltool-update --gettext-package dia --pot
 *** xgettext is not found on this system!
 *** Without it, intltool-update can not extract strings.
make[3]: Leaving directory `/scratch/dia-0.95-pre8/po'
(cd . && ./po-checktrans po/dia.pot po/*.po)
Traceback (most recent call last):
  File "./po-checktrans.py", line 97, in ?
    (t,idents,n,f) = slurp_po(sys.argv[1])
  File "./po-checktrans.py", line 47, in slurp_po
    fd = open(fname,"r")
IOError: [Errno 2] No such file or directory: 'po/dia.pot'
*** PO/core/gettext translation report: ***
(Absence of a language code means 0% translation for that language)
(Help for translations (and/or much more) is of course welcome !)
(A star after a language's statistics means that the translation file isn't
 up to date with the POT (original messages) file)

Entry format:
   country_code percentage% (translated,fuzzy,total)

translated includes fuzzy entries.

E: po-checktrans failed to run. Please check that python is installed
E: on your system.
make[2]: Leaving directory `/scratch/dia-0.95-pre8'
make[1]: Leaving directory `/scratch/dia-0.95-pre8'
make: Leaving directory `/scratch/dia-0.95-pre8'



--
Steven Lembark                                         85-09 90th Street
Workhorse Computing                                  Woodhaven, NY 11421
lembark wrkhors com                                      +1 888 359 3508
#!/bin/bash

export CC=/opt/gcc/bin/gcc;
export CFLAGS='-O3 -march=i686 -mtune=pentium4 -pipe';

make distclean;

./configure --prefix=/opt/dia/0.95 &&
make -wk;
make: *** No rule to make target `distclean'.  Stop.
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... /opt/gcc/bin/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 /opt/gcc/bin/gcc accepts -g... yes
checking for /opt/gcc/bin/gcc option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of /opt/gcc/bin/gcc... gcc3
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 whether to enable maintainer-specific portions of Makefiles... no
checking build system type... i686-suse-linux
checking host system type... i686-suse-linux
checking for a sed that does not truncate output... /usr/bin/sed
checking for egrep... grep -E
checking for ld used by /opt/gcc/bin/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 whether ln -s works... yes
checking how to recognise dependent libraries... pass_all
checking how to run the C preprocessor... /opt/gcc/bin/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 how to run the C++ preprocessor... g++ -E
checking for g77... g77
checking whether we are using the GNU Fortran 77 compiler... yes
checking whether g77 accepts -g... yes
checking the maximum length of command line arguments... 32768
checking command to parse /usr/bin/nm -B output from /opt/gcc/bin/gcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if /opt/gcc/bin/gcc static flag  works... yes
checking if /opt/gcc/bin/gcc supports -fno-rtti -fno-exceptions... no
checking for /opt/gcc/bin/gcc option to produce PIC... -fPIC
checking if /opt/gcc/bin/gcc PIC flag -fPIC works... yes
checking if /opt/gcc/bin/gcc supports -c -o file.o... yes
checking whether the /opt/gcc/bin/gcc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... cat: /etc/ld.so.conf.d/*.conf: No such file or directory
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++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... cat: /etc/ld.so.conf.d/*.conf: No such file or directory
GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
appending configuration tag "F77" to libtool
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking for g77 option to produce PIC... -fPIC
checking if g77 PIC flag -fPIC works... yes
checking if g77 supports -c -o file.o... yes
checking whether the g77 linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... cat: /etc/ld.so.conf.d/*.conf: No such file or directory
GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking whether build environment is sane... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether ln -s works... yes
checking whether make sets $(MAKE)... (cached) yes
checking for library containing strerror... none required
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking for ANSI C header files... (cached) yes
checking stddef.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for unistd.h... (cached) yes
checking utime.h usability... yes
checking utime.h presence... yes
checking for utime.h... yes
checking for an ANSI C-conforming const... yes
checking for select... yes
checking for strcspn... yes
checking for strdup... yes
checking for strtol... yes
checking for snprintf... yes
checking for intltool >= 0.21... 0.34.1 found
checking for perl... /opt/bin//perl
checking for XML::Parser... ok
checking for iconv... /opt/bin//iconv
checking for msgfmt... /usr/bin/msgfmt
checking for msgmerge... msgmerge
checking for xgettext... xgettext
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for GMODULE... yes
checking for glib-genmarshal... /opt/gnome/bin/glib-genmarshal
checking for PANGOVERSION... yes
checking for PANGOFT2... yes
checking for FT_Init_FreeType in -lfreetype... yes
checking if FreeType version is 2.0.9 or higher... yes
checking for LIBART... yes
checking whether GNOME specific code should be used... no
checking for GTK... yes
checking for XSLT... yes
checking for poptSetOtherOptionHelp in -lpopt... yes
checking popt.h usability... yes
checking popt.h presence... yes
checking for popt.h... yes
checking png.h usability... yes
checking png.h presence... yes
checking for png.h... yes
checking for png_read_info in -lpng... yes
checking for png_structp in png.h... 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... no
checking for catalogs to be installed...  am az be bg bs ca cs da de el en_CA en_GB es eu fi fr ga gu hr hu 
id is it ja ko mk ml mn ms nb ne nl nn no pl pt pt_BR ro ru rw sk sl sq sr sr Latn sv tr uk vi zh_CN zh_TW
checking for xml2-config... xml2-config
checking for libxml >= 2.3.9... found
checking zlib.h usability... yes
checking zlib.h presence... yes
checking for zlib.h... yes
checking for gzread in -lz... yes
checking math.h usability... yes
checking math.h presence... yes
checking for math.h... yes
checking for isinf in -lm... yes
checking if C compiler accepts -Wall... yes
checking if C compiler accepts -Wunused... yes
checking if C compiler accepts --std=c89... yes
checking if C compiler accepts -Wdeclaration-after-statement... yes
checking if C compiler accepts -Wmissing-prototypes... yes
checking if C compiler accepts -Wmissing-declarations... yes
checking if C compiler accepts -finline-functions... yes
checking if C compiler accepts -fstrict-aliasing... yes
checking for db2html... /usr/bin/db2html
checking for xsltproc... /usr/bin/xsltproc
configure: creating ./config.status
config.status: creating Makefile
config.status: creating lib/Makefile
config.status: creating lib/pixmaps/Makefile
config.status: creating po/Makefile.in
config.status: creating objects/Makefile
config.status: creating objects/AADL/Makefile
config.status: creating objects/bondgraph/Makefile
config.status: creating objects/chronogram/Makefile
config.status: creating objects/custom/Makefile
config.status: creating objects/ER/Makefile
config.status: creating objects/flowchart/Makefile
config.status: creating objects/FS/Makefile
config.status: creating objects/GRAFCET/Makefile
config.status: creating objects/Istar/Makefile
config.status: creating objects/Jackson/Makefile
config.status: creating objects/KAOS/Makefile
config.status: creating objects/Misc/Makefile
config.status: creating objects/network/Makefile
config.status: creating objects/SADT/Makefile
config.status: creating objects/standard/Makefile
config.status: creating objects/UML/Makefile
config.status: creating shapes/Makefile
config.status: creating shapes/Assorted/Makefile
config.status: creating shapes/ChemEng/Makefile
config.status: creating shapes/Circuit/Makefile
config.status: creating shapes/Cisco/Makefile
config.status: creating shapes/Civil/Makefile
config.status: creating shapes/Contact/Makefile
config.status: creating shapes/Cybernetics/Makefile
config.status: creating shapes/Electric/Makefile
config.status: creating shapes/flowchart/Makefile
config.status: creating shapes/Gane_and_Sarson/Makefile
config.status: creating shapes/jigsaw/Makefile
config.status: creating shapes/Logic/Makefile
config.status: creating shapes/Map/Makefile
config.status: creating shapes/Map/Isometric/Makefile
config.status: creating shapes/Misc/Makefile
config.status: creating shapes/MSE/Makefile
config.status: creating shapes/network/Makefile
config.status: creating shapes/Pneumatic/Makefile
config.status: creating shapes/RDP/Makefile
config.status: creating shapes/SDL/Makefile
config.status: creating shapes/sybase/Makefile
config.status: creating app/Makefile
config.status: creating app/pixmaps/Makefile
config.status: creating samples/Makefile
config.status: creating sheets/Makefile
config.status: creating sheets/ER/Makefile
config.status: creating sheets/GRAFCET/Makefile
config.status: creating sheets/Istar/Makefile
config.status: creating sheets/Jackson/Makefile
config.status: creating sheets/KAOS/Makefile
config.status: creating sheets/UML/Makefile
config.status: creating plug-ins/Makefile
config.status: creating plug-ins/cgm/Makefile
config.status: creating plug-ins/cairo/Makefile
config.status: creating plug-ins/dxf/Makefile
config.status: creating plug-ins/gprint/Makefile
config.status: creating plug-ins/hpgl/Makefile
config.status: creating plug-ins/metapost/Makefile
config.status: creating plug-ins/pixbuf/Makefile
config.status: creating plug-ins/pstricks/Makefile
config.status: creating plug-ins/pgf/Makefile
config.status: creating plug-ins/python/Makefile
config.status: creating plug-ins/shape/Makefile
config.status: creating plug-ins/svg/Makefile
config.status: creating plug-ins/wmf/Makefile
config.status: creating plug-ins/wpg/Makefile
config.status: creating plug-ins/xfig/Makefile
config.status: creating plug-ins/xslt/Makefile
config.status: creating doc/Makefile
config.status: creating doc/en/Makefile
config.status: creating doc/eu/Makefile
config.status: creating doc/pl/Makefile
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing intltool commands
config.status: executing default-1 commands


Configuration:
        Source code location:   .
        Compiler:               /opt/gcc/bin/gcc

        Gnome support:                          no
        Python support:                         no
        Libart support (PNG export):            yes
        Cairo support (experimental):           no
        Gnome Print support (experimental):     no

Now type make to build dia...
make: Entering directory `/scratch/dia-0.95-pre8'
make  all-recursive
make[1]: Entering directory `/scratch/dia-0.95-pre8'
Making all in lib
make[2]: Entering directory `/scratch/dia-0.95-pre8/lib'
make  all-recursive
make[3]: Entering directory `/scratch/dia-0.95-pre8/lib'
Making all in pixmaps
make[4]: Entering directory `/scratch/dia-0.95-pre8/lib/pixmaps'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/scratch/dia-0.95-pre8/lib/pixmaps'
make[4]: Entering directory `/scratch/dia-0.95-pre8/lib'
if /bin/sh ../libtool --tag=CC --mode=compile /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl   
-I/usr/include/libxml2  -pthread -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/X11R6/include 
-I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 
-I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include   
-DDIA_SHEETDIR=\"/opt/dia/0.95/share/dia/sheets\" -I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include   -I/usr/include/libart-2.0    
-I/usr/include/libart-2.0   -DLIBDIR=\"/opt/dia/0.95/lib\" -DDATADIR=\"/opt/dia/0.95/share/dia\"   
-I/usr/include/libxml2 -I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe  -Wall -Wunused 
--std=c89 -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT diagramdata.lo -MD -MP -MF ".deps/diagramdata.Tpo" -c -o diagramdata.lo diagramdata.c; \
then mv -f ".deps/diagramdata.Tpo" ".deps/diagramdata.Plo"; else rm -f ".deps/diagramdata.Tpo"; exit 1; fi
mkdir .libs
 /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl -I/usr/include/libxml2 -pthread -I/usr/include/cairo 
-I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/libpng12 -I/usr/include/libxml2 
-I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include 
-I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include -DDIA_SHEETDIR=\"/opt/dia/0.95/share/dia/sheets\" 
-I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include -I/usr/include/libart-2.0 -I/usr/include/libart-2.0 
-DLIBDIR=\"/opt/dia/0.95/lib\" -DDATADIR=\"/opt/dia/0.95/share/dia\" -I/usr/include/libxml2 
-I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe -Wall -Wunused --std=c89 
-Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT diagramdata.lo -MD -MP -MF .deps/diagramdata.Tpo -c diagramdata.c  -fPIC -DPIC -o 
.libs/diagramdata.o
if /bin/sh ../libtool --tag=CC --mode=compile /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl   
-I/usr/include/libxml2  -pthread -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/X11R6/include 
-I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 
-I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include   
-DDIA_SHEETDIR=\"/opt/dia/0.95/share/dia/sheets\" -I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include   -I/usr/include/libart-2.0    
-I/usr/include/libart-2.0   -DLIBDIR=\"/opt/dia/0.95/lib\" -DDATADIR=\"/opt/dia/0.95/share/dia\"   
-I/usr/include/libxml2 -I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe  -Wall -Wunused 
--std=c89 -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT geometry.lo -MD -MP -MF ".deps/geometry.Tpo" -c -o geometry.lo geometry.c; \
then mv -f ".deps/geometry.Tpo" ".deps/geometry.Plo"; else rm -f ".deps/geometry.Tpo"; exit 1; fi
 /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl -I/usr/include/libxml2 -pthread -I/usr/include/cairo 
-I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/libpng12 -I/usr/include/libxml2 
-I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include 
-I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include -DDIA_SHEETDIR=\"/opt/dia/0.95/share/dia/sheets\" 
-I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include -I/usr/include/libart-2.0 -I/usr/include/libart-2.0 
-DLIBDIR=\"/opt/dia/0.95/lib\" -DDATADIR=\"/opt/dia/0.95/share/dia\" -I/usr/include/libxml2 
-I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe -Wall -Wunused --std=c89 
-Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT geometry.lo -MD -MP -MF .deps/geometry.Tpo -c geometry.c  -fPIC -DPIC -o 
.libs/geometry.o
geometry.c:537: warning: 'determinate' defined but not used
if /bin/sh ../libtool --tag=CC --mode=compile /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl   
-I/usr/include/libxml2  -pthread -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/X11R6/include 
-I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 
-I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include   
-DDIA_SHEETDIR=\"/opt/dia/0.95/share/dia/sheets\" -I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include   -I/usr/include/libart-2.0    
-I/usr/include/libart-2.0   -DLIBDIR=\"/opt/dia/0.95/lib\" -DDATADIR=\"/opt/dia/0.95/share/dia\"   
-I/usr/include/libxml2 -I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe  -Wall -Wunused 
--std=c89 -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT color.lo -MD -MP -MF ".deps/color.Tpo" -c -o color.lo color.c; \
then mv -f ".deps/color.Tpo" ".deps/color.Plo"; else rm -f ".deps/color.Tpo"; exit 1; fi
 /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl -I/usr/include/libxml2 -pthread -I/usr/include/cairo 
-I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/libpng12 -I/usr/include/libxml2 
-I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include 
-I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include -DDIA_SHEETDIR=\"/opt/dia/0.95/share/dia/sheets\" 
-I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include -I/usr/include/libart-2.0 -I/usr/include/libart-2.0 
-DLIBDIR=\"/opt/dia/0.95/lib\" -DDATADIR=\"/opt/dia/0.95/share/dia\" -I/usr/include/libxml2 
-I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe -Wall -Wunused --std=c89 
-Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT color.lo -MD -MP -MF .deps/color.Tpo -c color.c  -fPIC -DPIC -o .libs/color.o
if /bin/sh ../libtool --tag=CC --mode=compile /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl   
-I/usr/include/libxml2  -pthread -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/X11R6/include 
-I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 
-I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include   
-DDIA_SHEETDIR=\"/opt/dia/0.95/share/dia/sheets\" -I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include   -I/usr/include/libart-2.0    
-I/usr/include/libart-2.0   -DLIBDIR=\"/opt/dia/0.95/lib\" -DDATADIR=\"/opt/dia/0.95/share/dia\"   
-I/usr/include/libxml2 -I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe  -Wall -Wunused 
--std=c89 -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT dia_xml.lo -MD -MP -MF ".deps/dia_xml.Tpo" -c -o dia_xml.lo dia_xml.c; \
then mv -f ".deps/dia_xml.Tpo" ".deps/dia_xml.Plo"; else rm -f ".deps/dia_xml.Tpo"; exit 1; fi
 /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl -I/usr/include/libxml2 -pthread -I/usr/include/cairo 
-I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/libpng12 -I/usr/include/libxml2 
-I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include 
-I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include -DDIA_SHEETDIR=\"/opt/dia/0.95/share/dia/sheets\" 
-I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include -I/usr/include/libart-2.0 -I/usr/include/libart-2.0 
-DLIBDIR=\"/opt/dia/0.95/lib\" -DDATADIR=\"/opt/dia/0.95/share/dia\" -I/usr/include/libxml2 
-I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe -Wall -Wunused --std=c89 
-Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT dia_xml.lo -MD -MP -MF .deps/dia_xml.Tpo -c dia_xml.c  -fPIC -DPIC -o .libs/dia_xml.o
dia_xml.c: In function 'object_find_attribute':
dia_xml.c:260: warning: pointer targets in passing argument 2 of 'xmlGetProp' differ in signedness
dia_xml.c:261: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
dia_xml.c:261: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
dia_xml.c:261: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
dia_xml.c:261: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
dia_xml.c:261: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
dia_xml.c:261: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
dia_xml.c: In function 'composite_find_attribute':
dia_xml.c:297: warning: pointer targets in passing argument 2 of 'xmlGetProp' differ in signedness
dia_xml.c:298: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
dia_xml.c:298: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
dia_xml.c:298: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
dia_xml.c:298: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
dia_xml.c:298: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
dia_xml.c:298: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
dia_xml.c: In function 'data_int':
dia_xml.c:415: warning: pointer targets in passing argument 2 of 'xmlGetProp' differ in signedness
dia_xml.c:416: warning: pointer targets in passing argument 1 of 'atoi' differ in signedness
dia_xml.c: In function 'data_enum':
dia_xml.c:437: warning: pointer targets in passing argument 2 of 'xmlGetProp' differ in signedness
dia_xml.c:438: warning: pointer targets in passing argument 1 of 'atoi' differ in signedness
dia_xml.c: In function 'data_real':
dia_xml.c:460: warning: pointer targets in passing argument 2 of 'xmlGetProp' differ in signedness
dia_xml.c:461: warning: pointer targets in passing argument 1 of 'g_ascii_strtod' differ in signedness
dia_xml.c: In function 'data_boolean':
dia_xml.c:483: warning: pointer targets in passing argument 2 of 'xmlGetProp' differ in signedness
dia_xml.c:485: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
dia_xml.c:485: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
dia_xml.c:485: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
dia_xml.c:485: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
dia_xml.c:485: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
dia_xml.c:485: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
dia_xml.c: In function 'data_color':
dia_xml.c:531: warning: pointer targets in passing argument 2 of 'xmlGetProp' differ in signedness
dia_xml.c:536: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
dia_xml.c: In function 'data_point':
dia_xml.c:567: warning: pointer targets in passing argument 2 of 'xmlGetProp' differ in signedness
dia_xml.c:568: warning: pointer targets in passing argument 1 of 'g_ascii_strtod' differ in signedness
dia_xml.c:570: warning: implicit declaration of function 'isnan'
dia_xml.c:570: warning: implicit declaration of function 'isinf'
dia_xml.c: In function 'data_rectangle':
dia_xml.c:612: warning: pointer targets in passing argument 2 of 'xmlGetProp' differ in signedness
dia_xml.c:614: warning: pointer targets in passing argument 1 of 'g_ascii_strtod' differ in signedness
dia_xml.c: In function 'data_string':
dia_xml.c:671: warning: pointer targets in passing argument 2 of 'xmlGetProp' differ in signedness
dia_xml.c:673: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
dia_xml.c:708: warning: pointer targets in assignment differ in signedness
dia_xml.c: In function 'data_font':
dia_xml.c:763: warning: pointer targets in passing argument 2 of 'xmlGetProp' differ in signedness
dia_xml.c:767: warning: pointer targets in passing argument 2 of 'xmlGetProp' differ in signedness
dia_xml.c:768: warning: pointer targets in passing argument 1 of 'atoi' differ in signedness
dia_xml.c:770: warning: pointer targets in passing argument 1 of 'dia_font_new' differ in signedness
dia_xml.c:775: warning: pointer targets in passing argument 2 of 'xmlGetProp' differ in signedness
dia_xml.c:775: warning: pointer targets in initialization differ in signedness
dia_xml.c: In function 'new_attribute':
dia_xml.c:796: warning: pointer targets in passing argument 3 of 'xmlNewChild' differ in signedness
dia_xml.c:797: warning: pointer targets in passing argument 2 of 'xmlSetProp' differ in signedness
dia_xml.c:797: warning: pointer targets in passing argument 3 of 'xmlSetProp' differ in signedness
dia_xml.c: In function 'composite_add_attribute':
dia_xml.c:813: warning: pointer targets in passing argument 3 of 'xmlNewChild' differ in signedness
dia_xml.c:814: warning: pointer targets in passing argument 2 of 'xmlSetProp' differ in signedness
dia_xml.c:814: warning: pointer targets in passing argument 3 of 'xmlSetProp' differ in signedness
dia_xml.c: In function 'data_add_int':
dia_xml.c:831: warning: pointer targets in passing argument 3 of 'xmlNewChild' differ in signedness
dia_xml.c:832: warning: pointer targets in passing argument 2 of 'xmlSetProp' differ in signedness
dia_xml.c:832: warning: pointer targets in passing argument 3 of 'xmlSetProp' differ in signedness
dia_xml.c: In function 'data_add_enum':
dia_xml.c:847: warning: pointer targets in passing argument 3 of 'xmlNewChild' differ in signedness
dia_xml.c:848: warning: pointer targets in passing argument 2 of 'xmlSetProp' differ in signedness
dia_xml.c:848: warning: pointer targets in passing argument 3 of 'xmlSetProp' differ in signedness
dia_xml.c: In function 'data_add_real':
dia_xml.c:863: warning: pointer targets in passing argument 3 of 'xmlNewChild' differ in signedness
dia_xml.c:864: warning: pointer targets in passing argument 2 of 'xmlSetProp' differ in signedness
dia_xml.c:864: warning: pointer targets in passing argument 3 of 'xmlSetProp' differ in signedness
dia_xml.c: In function 'data_add_boolean':
dia_xml.c:876: warning: pointer targets in passing argument 3 of 'xmlNewChild' differ in signedness
dia_xml.c:878: warning: pointer targets in passing argument 2 of 'xmlSetProp' differ in signedness
dia_xml.c:878: warning: pointer targets in passing argument 3 of 'xmlSetProp' differ in signedness
dia_xml.c:880: warning: pointer targets in passing argument 2 of 'xmlSetProp' differ in signedness
dia_xml.c:880: warning: pointer targets in passing argument 3 of 'xmlSetProp' differ in signedness
dia_xml.c: In function 'data_add_color':
dia_xml.c:923: warning: pointer targets in passing argument 3 of 'xmlNewChild' differ in signedness
dia_xml.c:924: warning: pointer targets in passing argument 2 of 'xmlSetProp' differ in signedness
dia_xml.c:924: warning: pointer targets in passing argument 3 of 'xmlSetProp' differ in signedness
dia_xml.c: In function 'data_add_point':
dia_xml.c:943: warning: pointer targets in passing argument 3 of 'xmlNewChild' differ in signedness
dia_xml.c:944: warning: pointer targets in passing argument 2 of 'xmlSetProp' differ in signedness
dia_xml.c:944: warning: pointer targets in passing argument 3 of 'xmlSetProp' differ in signedness
dia_xml.c: In function 'data_add_rectangle':
dia_xml.c:969: warning: pointer targets in passing argument 3 of 'xmlNewChild' differ in signedness
dia_xml.c:970: warning: pointer targets in passing argument 2 of 'xmlSetProp' differ in signedness
dia_xml.c:970: warning: pointer targets in passing argument 3 of 'xmlSetProp' differ in signedness
dia_xml.c: In function 'data_add_string':
dia_xml.c:987: warning: pointer targets in passing argument 3 of 'xmlNewChild' differ in signedness
dia_xml.c:987: warning: pointer targets in passing argument 4 of 'xmlNewChild' differ in signedness
dia_xml.c:991: warning: pointer targets in passing argument 2 of 'xmlEncodeEntitiesReentrant' differ in 
signedness
dia_xml.c:993: warning: pointer targets in assignment differ in signedness
dia_xml.c:997: warning: pointer targets in passing argument 3 of 'xmlNewChild' differ in signedness
dia_xml.c: In function 'data_add_font':
dia_xml.c:1028: warning: pointer targets in passing argument 3 of 'xmlNewChild' differ in signedness
dia_xml.c:1030: warning: pointer targets in passing argument 2 of 'xmlSetProp' differ in signedness
dia_xml.c:1030: warning: pointer targets in passing argument 3 of 'xmlSetProp' differ in signedness
dia_xml.c:1033: warning: pointer targets in passing argument 2 of 'xmlSetProp' differ in signedness
dia_xml.c:1033: warning: pointer targets in passing argument 3 of 'xmlSetProp' differ in signedness
dia_xml.c:1035: warning: pointer targets in passing argument 2 of 'xmlSetProp' differ in signedness
dia_xml.c:1035: warning: pointer targets in passing argument 3 of 'xmlSetProp' differ in signedness
dia_xml.c: In function 'data_add_composite':
dia_xml.c:1049: warning: pointer targets in passing argument 3 of 'xmlNewChild' differ in signedness
dia_xml.c:1051: warning: pointer targets in passing argument 2 of 'xmlSetProp' differ in signedness
dia_xml.c:1051: warning: pointer targets in passing argument 3 of 'xmlSetProp' differ in signedness
if /bin/sh ../libtool --tag=CC --mode=compile /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl   
-I/usr/include/libxml2  -pthread -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/X11R6/include 
-I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 
-I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include   
-DDIA_SHEETDIR=\"/opt/dia/0.95/share/dia/sheets\" -I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include   -I/usr/include/libart-2.0    
-I/usr/include/libart-2.0   -DLIBDIR=\"/opt/dia/0.95/lib\" -DDATADIR=\"/opt/dia/0.95/share/dia\"   
-I/usr/include/libxml2 -I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe  -Wall -Wunused 
--std=c89 -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT attributes.lo -MD -MP -MF ".deps/attributes.Tpo" -c -o attributes.lo attributes.c; \
then mv -f ".deps/attributes.Tpo" ".deps/attributes.Plo"; else rm -f ".deps/attributes.Tpo"; exit 1; fi
 /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl -I/usr/include/libxml2 -pthread -I/usr/include/cairo 
-I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/libpng12 -I/usr/include/libxml2 
-I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include 
-I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include -DDIA_SHEETDIR=\"/opt/dia/0.95/share/dia/sheets\" 
-I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include -I/usr/include/libart-2.0 -I/usr/include/libart-2.0 
-DLIBDIR=\"/opt/dia/0.95/lib\" -DDATADIR=\"/opt/dia/0.95/share/dia\" -I/usr/include/libxml2 
-I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe -Wall -Wunused --std=c89 
-Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT attributes.lo -MD -MP -MF .deps/attributes.Tpo -c attributes.c  -fPIC -DPIC -o 
.libs/attributes.o
if /bin/sh ../libtool --tag=CC --mode=compile /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl   
-I/usr/include/libxml2  -pthread -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/X11R6/include 
-I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 
-I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include   
-DDIA_SHEETDIR=\"/opt/dia/0.95/share/dia/sheets\" -I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include   -I/usr/include/libart-2.0    
-I/usr/include/libart-2.0   -DLIBDIR=\"/opt/dia/0.95/lib\" -DDATADIR=\"/opt/dia/0.95/share/dia\"   
-I/usr/include/libxml2 -I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe  -Wall -Wunused 
--std=c89 -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT text.lo -MD -MP -MF ".deps/text.Tpo" -c -o text.lo text.c; \
then mv -f ".deps/text.Tpo" ".deps/text.Plo"; else rm -f ".deps/text.Tpo"; exit 1; fi
 /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl -I/usr/include/libxml2 -pthread -I/usr/include/cairo 
-I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/libpng12 -I/usr/include/libxml2 
-I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include 
-I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include -DDIA_SHEETDIR=\"/opt/dia/0.95/share/dia/sheets\" 
-I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include -I/usr/include/libart-2.0 -I/usr/include/libart-2.0 
-DLIBDIR=\"/opt/dia/0.95/lib\" -DDATADIR=\"/opt/dia/0.95/share/dia\" -I/usr/include/libxml2 
-I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe -Wall -Wunused --std=c89 
-Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT text.lo -MD -MP -MF .deps/text.Tpo -c text.c  -fPIC -DPIC -o .libs/text.o
if /bin/sh ../libtool --tag=CC --mode=compile /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl   
-I/usr/include/libxml2  -pthread -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/X11R6/include 
-I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 
-I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include   
-DDIA_SHEETDIR=\"/opt/dia/0.95/share/dia/sheets\" -I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include   -I/usr/include/libart-2.0    
-I/usr/include/libart-2.0   -DLIBDIR=\"/opt/dia/0.95/lib\" -DDATADIR=\"/opt/dia/0.95/share/dia\"   
-I/usr/include/libxml2 -I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe  -Wall -Wunused 
--std=c89 -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT font.lo -MD -MP -MF ".deps/font.Tpo" -c -o font.lo font.c; \
then mv -f ".deps/font.Tpo" ".deps/font.Plo"; else rm -f ".deps/font.Tpo"; exit 1; fi
 /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl -I/usr/include/libxml2 -pthread -I/usr/include/cairo 
-I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/libpng12 -I/usr/include/libxml2 
-I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include 
-I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include -DDIA_SHEETDIR=\"/opt/dia/0.95/share/dia/sheets\" 
-I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include -I/usr/include/libart-2.0 -I/usr/include/libart-2.0 
-DLIBDIR=\"/opt/dia/0.95/lib\" -DDATADIR=\"/opt/dia/0.95/share/dia\" -I/usr/include/libxml2 
-I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe -Wall -Wunused --std=c89 
-Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT font.lo -MD -MP -MF .deps/font.Tpo -c font.c  -fPIC -DPIC -o .libs/font.o
font.c:532: warning: 'layoutcache' defined but not used
font.c:536: warning: 'layout_cache_equals' defined but not used
font.c:550: warning: 'layout_cache_hash' defined but not used
font.c:584: warning: 'layout_cache_cleanup' defined but not used
font.c:596: warning: 'layout_cache_free_key' defined but not used
if /bin/sh ../libtool --tag=CC --mode=compile /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl   
-I/usr/include/libxml2  -pthread -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/X11R6/include 
-I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 
-I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include   
-DDIA_SHEETDIR=\"/opt/dia/0.95/share/dia/sheets\" -I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include   -I/usr/include/libart-2.0    
-I/usr/include/libart-2.0   -DLIBDIR=\"/opt/dia/0.95/lib\" -DDATADIR=\"/opt/dia/0.95/share/dia\"   
-I/usr/include/libxml2 -I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe  -Wall -Wunused 
--std=c89 -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT group.lo -MD -MP -MF ".deps/group.Tpo" -c -o group.lo group.c; \
then mv -f ".deps/group.Tpo" ".deps/group.Plo"; else rm -f ".deps/group.Tpo"; exit 1; fi
 /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl -I/usr/include/libxml2 -pthread -I/usr/include/cairo 
-I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/libpng12 -I/usr/include/libxml2 
-I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include 
-I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include -DDIA_SHEETDIR=\"/opt/dia/0.95/share/dia/sheets\" 
-I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include -I/usr/include/libart-2.0 -I/usr/include/libart-2.0 
-DLIBDIR=\"/opt/dia/0.95/lib\" -DDATADIR=\"/opt/dia/0.95/share/dia\" -I/usr/include/libxml2 
-I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe -Wall -Wunused --std=c89 
-Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT group.lo -MD -MP -MF .deps/group.Tpo -c group.c  -fPIC -DPIC -o .libs/group.o
if /bin/sh ../libtool --tag=CC --mode=compile /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl   
-I/usr/include/libxml2  -pthread -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/X11R6/include 
-I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 
-I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include   
-DDIA_SHEETDIR=\"/opt/dia/0.95/share/dia/sheets\" -I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include   -I/usr/include/libart-2.0    
-I/usr/include/libart-2.0   -DLIBDIR=\"/opt/dia/0.95/lib\" -DDATADIR=\"/opt/dia/0.95/share/dia\"   
-I/usr/include/libxml2 -I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe  -Wall -Wunused 
--std=c89 -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT utils.lo -MD -MP -MF ".deps/utils.Tpo" -c -o utils.lo utils.c; \
then mv -f ".deps/utils.Tpo" ".deps/utils.Plo"; else rm -f ".deps/utils.Tpo"; exit 1; fi
 /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl -I/usr/include/libxml2 -pthread -I/usr/include/cairo 
-I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/libpng12 -I/usr/include/libxml2 
-I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include 
-I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include -DDIA_SHEETDIR=\"/opt/dia/0.95/share/dia/sheets\" 
-I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include -I/usr/include/libart-2.0 -I/usr/include/libart-2.0 
-DLIBDIR=\"/opt/dia/0.95/lib\" -DDATADIR=\"/opt/dia/0.95/share/dia\" -I/usr/include/libxml2 
-I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe -Wall -Wunused --std=c89 
-Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT utils.lo -MD -MP -MF .deps/utils.Tpo -c utils.c  -fPIC -DPIC -o .libs/utils.o
if /bin/sh ../libtool --tag=CC --mode=compile /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl   
-I/usr/include/libxml2  -pthread -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/X11R6/include 
-I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 
-I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include   
-DDIA_SHEETDIR=\"/opt/dia/0.95/share/dia/sheets\" -I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include   -I/usr/include/libart-2.0    
-I/usr/include/libart-2.0   -DLIBDIR=\"/opt/dia/0.95/lib\" -DDATADIR=\"/opt/dia/0.95/share/dia\"   
-I/usr/include/libxml2 -I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe  -Wall -Wunused 
--std=c89 -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT arrows.lo -MD -MP -MF ".deps/arrows.Tpo" -c -o arrows.lo arrows.c; \
then mv -f ".deps/arrows.Tpo" ".deps/arrows.Plo"; else rm -f ".deps/arrows.Tpo"; exit 1; fi
 /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl -I/usr/include/libxml2 -pthread -I/usr/include/cairo 
-I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/libpng12 -I/usr/include/libxml2 
-I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include 
-I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include -DDIA_SHEETDIR=\"/opt/dia/0.95/share/dia/sheets\" 
-I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include -I/usr/include/libart-2.0 -I/usr/include/libart-2.0 
-DLIBDIR=\"/opt/dia/0.95/lib\" -DDATADIR=\"/opt/dia/0.95/share/dia\" -I/usr/include/libxml2 
-I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe -Wall -Wunused --std=c89 
-Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT arrows.lo -MD -MP -MF .deps/arrows.Tpo -c arrows.c  -fPIC -DPIC -o .libs/arrows.o
arrows.c: In function 'draw_one_exactly':
arrows.c:437: warning: implicit declaration of function 'finite'
if /bin/sh ../libtool --tag=CC --mode=compile /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl   
-I/usr/include/libxml2  -pthread -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/X11R6/include 
-I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 
-I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include   
-DDIA_SHEETDIR=\"/opt/dia/0.95/share/dia/sheets\" -I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include   -I/usr/include/libart-2.0    
-I/usr/include/libart-2.0   -DLIBDIR=\"/opt/dia/0.95/lib\" -DDATADIR=\"/opt/dia/0.95/share/dia\"   
-I/usr/include/libxml2 -I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe  -Wall -Wunused 
--std=c89 -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT message.lo -MD -MP -MF ".deps/message.Tpo" -c -o message.lo message.c; \
then mv -f ".deps/message.Tpo" ".deps/message.Plo"; else rm -f ".deps/message.Tpo"; exit 1; fi
 /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl -I/usr/include/libxml2 -pthread -I/usr/include/cairo 
-I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/libpng12 -I/usr/include/libxml2 
-I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include 
-I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include -DDIA_SHEETDIR=\"/opt/dia/0.95/share/dia/sheets\" 
-I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include -I/usr/include/libart-2.0 -I/usr/include/libart-2.0 
-DLIBDIR=\"/opt/dia/0.95/lib\" -DDATADIR=\"/opt/dia/0.95/share/dia\" -I/usr/include/libxml2 
-I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe -Wall -Wunused --std=c89 
-Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT message.lo -MD -MP -MF .deps/message.Tpo -c message.c  -fPIC -DPIC -o .libs/message.o
if /bin/sh ../libtool --tag=CC --mode=compile /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl   
-I/usr/include/libxml2  -pthread -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/X11R6/include 
-I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 
-I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include   
-DDIA_SHEETDIR=\"/opt/dia/0.95/share/dia/sheets\" -I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include   -I/usr/include/libart-2.0    
-I/usr/include/libart-2.0   -DLIBDIR=\"/opt/dia/0.95/lib\" -DDATADIR=\"/opt/dia/0.95/share/dia\"   
-I/usr/include/libxml2 -I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe  -Wall -Wunused 
--std=c89 -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT focus.lo -MD -MP -MF ".deps/focus.Tpo" -c -o focus.lo focus.c; \
then mv -f ".deps/focus.Tpo" ".deps/focus.Plo"; else rm -f ".deps/focus.Tpo"; exit 1; fi
 /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl -I/usr/include/libxml2 -pthread -I/usr/include/cairo 
-I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/libpng12 -I/usr/include/libxml2 
-I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include 
-I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include -DDIA_SHEETDIR=\"/opt/dia/0.95/share/dia/sheets\" 
-I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include -I/usr/include/libart-2.0 -I/usr/include/libart-2.0 
-DLIBDIR=\"/opt/dia/0.95/lib\" -DDATADIR=\"/opt/dia/0.95/share/dia\" -I/usr/include/libxml2 
-I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe -Wall -Wunused --std=c89 
-Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT focus.lo -MD -MP -MF .deps/focus.Tpo -c focus.c  -fPIC -DPIC -o .libs/focus.o
if /bin/sh ../libtool --tag=CC --mode=compile /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl   
-I/usr/include/libxml2  -pthread -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/X11R6/include 
-I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 
-I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include   
-DDIA_SHEETDIR=\"/opt/dia/0.95/share/dia/sheets\" -I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include   -I/usr/include/libart-2.0    
-I/usr/include/libart-2.0   -DLIBDIR=\"/opt/dia/0.95/lib\" -DDATADIR=\"/opt/dia/0.95/share/dia\"   
-I/usr/include/libxml2 -I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe  -Wall -Wunused 
--std=c89 -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT sheet.lo -MD -MP -MF ".deps/sheet.Tpo" -c -o sheet.lo sheet.c; \
then mv -f ".deps/sheet.Tpo" ".deps/sheet.Plo"; else rm -f ".deps/sheet.Tpo"; exit 1; fi
 /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl -I/usr/include/libxml2 -pthread -I/usr/include/cairo 
-I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/libpng12 -I/usr/include/libxml2 
-I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include 
-I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include -DDIA_SHEETDIR=\"/opt/dia/0.95/share/dia/sheets\" 
-I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include -I/usr/include/libart-2.0 -I/usr/include/libart-2.0 
-DLIBDIR=\"/opt/dia/0.95/lib\" -DDATADIR=\"/opt/dia/0.95/share/dia\" -I/usr/include/libxml2 
-I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe -Wall -Wunused --std=c89 
-Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT sheet.lo -MD -MP -MF .deps/sheet.Tpo -c sheet.c  -fPIC -DPIC -o .libs/sheet.o
sheet.c: In function 'load_register_sheet':
sheet.c:216: warning: pointer targets in passing argument 3 of 'xmlSearchNsByHref' differ in signedness
sheet.c:221: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
sheet.c:221: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
sheet.c:221: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
sheet.c:221: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
sheet.c:221: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
sheet.c:221: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
sheet.c:234: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
sheet.c:234: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
sheet.c:234: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
sheet.c:234: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
sheet.c:234: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
sheet.c:234: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
sheet.c:256: warning: pointer targets in assignment differ in signedness
sheet.c:258: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
sheet.c:258: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
sheet.c:258: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
sheet.c:258: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
sheet.c:258: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
sheet.c:258: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
sheet.c:264: warning: pointer targets in passing argument 2 of 'xmlGetProp' differ in signedness
sheet.c:264: warning: pointer targets in assignment differ in signedness
sheet.c:265: warning: pointer targets in passing argument 2 of 'xmlGetProp' differ in signedness
sheet.c:265: warning: pointer targets in assignment differ in signedness
sheet.c:272: warning: pointer targets in assignment differ in signedness
sheet.c:275: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
sheet.c:275: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
sheet.c:275: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
sheet.c:275: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
sheet.c:275: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
sheet.c:275: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
sheet.c:362: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
sheet.c:362: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
sheet.c:362: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
sheet.c:362: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
sheet.c:362: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
sheet.c:362: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
sheet.c:364: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
sheet.c:364: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
sheet.c:364: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
sheet.c:364: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
sheet.c:364: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
sheet.c:364: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
sheet.c:367: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
sheet.c:367: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
sheet.c:367: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
sheet.c:367: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
sheet.c:367: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
sheet.c:367: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
sheet.c:374: warning: pointer targets in passing argument 2 of 'xmlGetProp' differ in signedness
sheet.c:374: warning: pointer targets in assignment differ in signedness
sheet.c:382: warning: pointer targets in passing argument 2 of 'xmlGetProp' differ in signedness
sheet.c:382: warning: pointer targets in assignment differ in signedness
sheet.c:391: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
sheet.c:391: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
sheet.c:391: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
sheet.c:391: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
sheet.c:391: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
sheet.c:391: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
sheet.c:398: warning: pointer targets in passing argument 2 of 'xmlGetProp' differ in signedness
sheet.c:398: warning: pointer targets in assignment differ in signedness
sheet.c:399: warning: pointer targets in passing argument 2 of 'xmlGetProp' differ in signedness
sheet.c:399: warning: pointer targets in assignment differ in signedness
sheet.c:406: warning: pointer targets in assignment differ in signedness
sheet.c:409: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
sheet.c:409: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
sheet.c:409: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
sheet.c:409: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
sheet.c:409: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
sheet.c:409: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
sheet.c:410: warning: pointer targets in assignment differ in signedness
sheet.c:417: warning: pointer targets in passing argument 2 of 'xmlGetProp' differ in signedness
sheet.c:417: warning: pointer targets in assignment differ in signedness
if /bin/sh ../libtool --tag=CC --mode=compile /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl   
-I/usr/include/libxml2  -pthread -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/X11R6/include 
-I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 
-I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include   
-DDIA_SHEETDIR=\"/opt/dia/0.95/share/dia/sheets\" -I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include   -I/usr/include/libart-2.0    
-I/usr/include/libart-2.0   -DLIBDIR=\"/opt/dia/0.95/lib\" -DDATADIR=\"/opt/dia/0.95/share/dia\"   
-I/usr/include/libxml2 -I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe  -Wall -Wunused 
--std=c89 -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT connectionpoint.lo -MD -MP -MF ".deps/connectionpoint.Tpo" -c -o connectionpoint.lo 
connectionpoint.c; \
then mv -f ".deps/connectionpoint.Tpo" ".deps/connectionpoint.Plo"; else rm -f ".deps/connectionpoint.Tpo"; 
exit 1; fi
 /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl -I/usr/include/libxml2 -pthread -I/usr/include/cairo 
-I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/libpng12 -I/usr/include/libxml2 
-I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include 
-I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include -DDIA_SHEETDIR=\"/opt/dia/0.95/share/dia/sheets\" 
-I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include -I/usr/include/libart-2.0 -I/usr/include/libart-2.0 
-DLIBDIR=\"/opt/dia/0.95/lib\" -DDATADIR=\"/opt/dia/0.95/share/dia\" -I/usr/include/libxml2 
-I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe -Wall -Wunused --std=c89 
-Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT connectionpoint.lo -MD -MP -MF .deps/connectionpoint.Tpo -c connectionpoint.c  -fPIC 
-DPIC -o .libs/connectionpoint.o
if /bin/sh ../libtool --tag=CC --mode=compile /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl   
-I/usr/include/libxml2  -pthread -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/X11R6/include 
-I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 
-I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include   
-DDIA_SHEETDIR=\"/opt/dia/0.95/share/dia/sheets\" -I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include   -I/usr/include/libart-2.0    
-I/usr/include/libart-2.0   -DLIBDIR=\"/opt/dia/0.95/lib\" -DDATADIR=\"/opt/dia/0.95/share/dia\"   
-I/usr/include/libxml2 -I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe  -Wall -Wunused 
--std=c89 -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT object.lo -MD -MP -MF ".deps/object.Tpo" -c -o object.lo object.c; \
then mv -f ".deps/object.Tpo" ".deps/object.Plo"; else rm -f ".deps/object.Tpo"; exit 1; fi
 /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl -I/usr/include/libxml2 -pthread -I/usr/include/cairo 
-I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/libpng12 -I/usr/include/libxml2 
-I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include 
-I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include -DDIA_SHEETDIR=\"/opt/dia/0.95/share/dia/sheets\" 
-I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include -I/usr/include/libart-2.0 -I/usr/include/libart-2.0 
-DLIBDIR=\"/opt/dia/0.95/lib\" -DDATADIR=\"/opt/dia/0.95/share/dia\" -I/usr/include/libxml2 
-I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe -Wall -Wunused --std=c89 
-Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT object.lo -MD -MP -MF .deps/object.Tpo -c object.c  -fPIC -DPIC -o .libs/object.o
object.c: In function 'dia_object_get_bounding_box':
object.c:807: warning: return discards qualifiers from pointer target type
object.c: In function 'dia_object_get_enclosing_box':
object.c:823: warning: return discards qualifiers from pointer target type
object.c:825: warning: return discards qualifiers from pointer target type
object.c: At top level:
element.h:66: warning: 'width_range' defined but not used
if /bin/sh ../libtool --tag=CC --mode=compile /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl   
-I/usr/include/libxml2  -pthread -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/X11R6/include 
-I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 
-I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include   
-DDIA_SHEETDIR=\"/opt/dia/0.95/share/dia/sheets\" -I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include   -I/usr/include/libart-2.0    
-I/usr/include/libart-2.0   -DLIBDIR=\"/opt/dia/0.95/lib\" -DDATADIR=\"/opt/dia/0.95/share/dia\"   
-I/usr/include/libxml2 -I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe  -Wall -Wunused 
--std=c89 -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT object_defaults.lo -MD -MP -MF ".deps/object_defaults.Tpo" -c -o object_defaults.lo 
object_defaults.c; \
then mv -f ".deps/object_defaults.Tpo" ".deps/object_defaults.Plo"; else rm -f ".deps/object_defaults.Tpo"; 
exit 1; fi
 /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl -I/usr/include/libxml2 -pthread -I/usr/include/cairo 
-I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/libpng12 -I/usr/include/libxml2 
-I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include 
-I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include -DDIA_SHEETDIR=\"/opt/dia/0.95/share/dia/sheets\" 
-I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include -I/usr/include/libart-2.0 -I/usr/include/libart-2.0 
-DLIBDIR=\"/opt/dia/0.95/lib\" -DDATADIR=\"/opt/dia/0.95/share/dia\" -I/usr/include/libxml2 
-I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe -Wall -Wunused --std=c89 
-Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT object_defaults.lo -MD -MP -MF .deps/object_defaults.Tpo -c object_defaults.c  -fPIC 
-DPIC -o .libs/object_defaults.o
object_defaults.c: In function 'dia_object_defaults_load':
object_defaults.c:123: warning: pointer targets in passing argument 3 of 'xmlSearchNs' differ in signedness
object_defaults.c:124: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
object_defaults.c:124: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in 
signedness
object_defaults.c:124: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
object_defaults.c:124: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in 
signedness
object_defaults.c:124: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in 
signedness
object_defaults.c:124: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in 
signedness
object_defaults.c:138: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
object_defaults.c:138: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in 
signedness
object_defaults.c:138: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
object_defaults.c:138: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in 
signedness
object_defaults.c:138: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in 
signedness
object_defaults.c:138: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in 
signedness
object_defaults.c:144: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
object_defaults.c:144: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in 
signedness
object_defaults.c:144: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
object_defaults.c:144: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in 
signedness
object_defaults.c:144: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in 
signedness
object_defaults.c:144: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in 
signedness
object_defaults.c:146: warning: pointer targets in passing argument 2 of 'xmlGetProp' differ in signedness
object_defaults.c:146: warning: pointer targets in initialization differ in signedness
object_defaults.c:147: warning: pointer targets in passing argument 2 of 'xmlGetProp' differ in signedness
object_defaults.c:147: warning: pointer targets in initialization differ in signedness
object_defaults.c: In function '_obj_store':
object_defaults.c:346: warning: pointer targets in passing argument 3 of 'xmlNewChild' differ in signedness
object_defaults.c:347: warning: pointer targets in passing argument 2 of 'xmlSetProp' differ in signedness
object_defaults.c:347: warning: pointer targets in passing argument 3 of 'xmlSetProp' differ in signedness
object_defaults.c:348: warning: pointer targets in passing argument 2 of 'xmlSetProp' differ in signedness
object_defaults.c:348: warning: pointer targets in passing argument 3 of 'xmlSetProp' differ in signedness
object_defaults.c:355: warning: pointer targets in passing argument 3 of 'xmlNewChild' differ in signedness
object_defaults.c:356: warning: pointer targets in passing argument 2 of 'xmlSetProp' differ in signedness
object_defaults.c:356: warning: pointer targets in passing argument 3 of 'xmlSetProp' differ in signedness
object_defaults.c:359: warning: pointer targets in passing argument 2 of 'xmlSetProp' differ in signedness
object_defaults.c:359: warning: pointer targets in passing argument 3 of 'xmlSetProp' differ in signedness
object_defaults.c:362: warning: pointer targets in passing argument 2 of 'xmlSetProp' differ in signedness
object_defaults.c:362: warning: pointer targets in passing argument 3 of 'xmlSetProp' differ in signedness
object_defaults.c: In function 'dia_object_defaults_save':
object_defaults.c:396: warning: pointer targets in passing argument 1 of 'xmlNewDoc' differ in signedness
object_defaults.c:397: warning: pointer targets in passing argument 1 of 'xmlStrdup' differ in signedness
object_defaults.c:398: warning: pointer targets in passing argument 3 of 'xmlNewDocNode' differ in signedness
object_defaults.c:402: warning: pointer targets in passing argument 2 of 'xmlNewNs' differ in signedness
object_defaults.c:402: warning: pointer targets in passing argument 3 of 'xmlNewNs' differ in signedness
if /bin/sh ../libtool --tag=CC --mode=compile /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl   
-I/usr/include/libxml2  -pthread -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/X11R6/include 
-I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 
-I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include   
-DDIA_SHEETDIR=\"/opt/dia/0.95/share/dia/sheets\" -I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include   -I/usr/include/libart-2.0    
-I/usr/include/libart-2.0   -DLIBDIR=\"/opt/dia/0.95/lib\" -DDATADIR=\"/opt/dia/0.95/share/dia\"   
-I/usr/include/libxml2 -I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe  -Wall -Wunused 
--std=c89 -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT connection.lo -MD -MP -MF ".deps/connection.Tpo" -c -o connection.lo connection.c; \
then mv -f ".deps/connection.Tpo" ".deps/connection.Plo"; else rm -f ".deps/connection.Tpo"; exit 1; fi
 /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl -I/usr/include/libxml2 -pthread -I/usr/include/cairo 
-I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/libpng12 -I/usr/include/libxml2 
-I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include 
-I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include -DDIA_SHEETDIR=\"/opt/dia/0.95/share/dia/sheets\" 
-I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include -I/usr/include/libart-2.0 -I/usr/include/libart-2.0 
-DLIBDIR=\"/opt/dia/0.95/lib\" -DDATADIR=\"/opt/dia/0.95/share/dia\" -I/usr/include/libxml2 
-I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe -Wall -Wunused --std=c89 
-Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT connection.lo -MD -MP -MF .deps/connection.Tpo -c connection.c  -fPIC -DPIC -o 
.libs/connection.o
if /bin/sh ../libtool --tag=CC --mode=compile /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl   
-I/usr/include/libxml2  -pthread -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/X11R6/include 
-I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 
-I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include   
-DDIA_SHEETDIR=\"/opt/dia/0.95/share/dia/sheets\" -I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include   -I/usr/include/libart-2.0    
-I/usr/include/libart-2.0   -DLIBDIR=\"/opt/dia/0.95/lib\" -DDATADIR=\"/opt/dia/0.95/share/dia\"   
-I/usr/include/libxml2 -I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe  -Wall -Wunused 
--std=c89 -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT orth_conn.lo -MD -MP -MF ".deps/orth_conn.Tpo" -c -o orth_conn.lo orth_conn.c; \
then mv -f ".deps/orth_conn.Tpo" ".deps/orth_conn.Plo"; else rm -f ".deps/orth_conn.Tpo"; exit 1; fi
 /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl -I/usr/include/libxml2 -pthread -I/usr/include/cairo 
-I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/libpng12 -I/usr/include/libxml2 
-I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include 
-I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include -DDIA_SHEETDIR=\"/opt/dia/0.95/share/dia/sheets\" 
-I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include -I/usr/include/libart-2.0 -I/usr/include/libart-2.0 
-DLIBDIR=\"/opt/dia/0.95/lib\" -DDATADIR=\"/opt/dia/0.95/share/dia\" -I/usr/include/libxml2 
-I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe -Wall -Wunused --std=c89 
-Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT orth_conn.lo -MD -MP -MF .deps/orth_conn.Tpo -c orth_conn.c  -fPIC -DPIC -o 
.libs/orth_conn.o
if /bin/sh ../libtool --tag=CC --mode=compile /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl   
-I/usr/include/libxml2  -pthread -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/X11R6/include 
-I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 
-I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include   
-DDIA_SHEETDIR=\"/opt/dia/0.95/share/dia/sheets\" -I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include   -I/usr/include/libart-2.0    
-I/usr/include/libart-2.0   -DLIBDIR=\"/opt/dia/0.95/lib\" -DDATADIR=\"/opt/dia/0.95/share/dia\"   
-I/usr/include/libxml2 -I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe  -Wall -Wunused 
--std=c89 -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT neworth_conn.lo -MD -MP -MF ".deps/neworth_conn.Tpo" -c -o neworth_conn.lo 
neworth_conn.c; \
then mv -f ".deps/neworth_conn.Tpo" ".deps/neworth_conn.Plo"; else rm -f ".deps/neworth_conn.Tpo"; exit 1; fi
 /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl -I/usr/include/libxml2 -pthread -I/usr/include/cairo 
-I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/libpng12 -I/usr/include/libxml2 
-I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include 
-I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include -DDIA_SHEETDIR=\"/opt/dia/0.95/share/dia/sheets\" 
-I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include -I/usr/include/libart-2.0 -I/usr/include/libart-2.0 
-DLIBDIR=\"/opt/dia/0.95/lib\" -DDATADIR=\"/opt/dia/0.95/share/dia\" -I/usr/include/libxml2 
-I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe -Wall -Wunused --std=c89 
-Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT neworth_conn.lo -MD -MP -MF .deps/neworth_conn.Tpo -c neworth_conn.c  -fPIC -DPIC -o 
.libs/neworth_conn.o
if /bin/sh ../libtool --tag=CC --mode=compile /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl   
-I/usr/include/libxml2  -pthread -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/X11R6/include 
-I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 
-I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include   
-DDIA_SHEETDIR=\"/opt/dia/0.95/share/dia/sheets\" -I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include   -I/usr/include/libart-2.0    
-I/usr/include/libart-2.0   -DLIBDIR=\"/opt/dia/0.95/lib\" -DDATADIR=\"/opt/dia/0.95/share/dia\"   
-I/usr/include/libxml2 -I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe  -Wall -Wunused 
--std=c89 -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT poly_conn.lo -MD -MP -MF ".deps/poly_conn.Tpo" -c -o poly_conn.lo poly_conn.c; \
then mv -f ".deps/poly_conn.Tpo" ".deps/poly_conn.Plo"; else rm -f ".deps/poly_conn.Tpo"; exit 1; fi
 /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl -I/usr/include/libxml2 -pthread -I/usr/include/cairo 
-I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/libpng12 -I/usr/include/libxml2 
-I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include 
-I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include -DDIA_SHEETDIR=\"/opt/dia/0.95/share/dia/sheets\" 
-I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include -I/usr/include/libart-2.0 -I/usr/include/libart-2.0 
-DLIBDIR=\"/opt/dia/0.95/lib\" -DDATADIR=\"/opt/dia/0.95/share/dia\" -I/usr/include/libxml2 
-I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe -Wall -Wunused --std=c89 
-Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT poly_conn.lo -MD -MP -MF .deps/poly_conn.Tpo -c poly_conn.c  -fPIC -DPIC -o 
.libs/poly_conn.o
if /bin/sh ../libtool --tag=CC --mode=compile /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl   
-I/usr/include/libxml2  -pthread -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/X11R6/include 
-I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 
-I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include   
-DDIA_SHEETDIR=\"/opt/dia/0.95/share/dia/sheets\" -I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include   -I/usr/include/libart-2.0    
-I/usr/include/libart-2.0   -DLIBDIR=\"/opt/dia/0.95/lib\" -DDATADIR=\"/opt/dia/0.95/share/dia\"   
-I/usr/include/libxml2 -I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe  -Wall -Wunused 
--std=c89 -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT bezier_conn.lo -MD -MP -MF ".deps/bezier_conn.Tpo" -c -o bezier_conn.lo bezier_conn.c; \
then mv -f ".deps/bezier_conn.Tpo" ".deps/bezier_conn.Plo"; else rm -f ".deps/bezier_conn.Tpo"; exit 1; fi
 /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl -I/usr/include/libxml2 -pthread -I/usr/include/cairo 
-I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/libpng12 -I/usr/include/libxml2 
-I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include 
-I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include -DDIA_SHEETDIR=\"/opt/dia/0.95/share/dia/sheets\" 
-I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include -I/usr/include/libart-2.0 -I/usr/include/libart-2.0 
-DLIBDIR=\"/opt/dia/0.95/lib\" -DDATADIR=\"/opt/dia/0.95/share/dia\" -I/usr/include/libxml2 
-I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe -Wall -Wunused --std=c89 
-Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT bezier_conn.lo -MD -MP -MF .deps/bezier_conn.Tpo -c bezier_conn.c  -fPIC -DPIC -o 
.libs/bezier_conn.o
if /bin/sh ../libtool --tag=CC --mode=compile /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl   
-I/usr/include/libxml2  -pthread -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/X11R6/include 
-I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 
-I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include   
-DDIA_SHEETDIR=\"/opt/dia/0.95/share/dia/sheets\" -I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include   -I/usr/include/libart-2.0    
-I/usr/include/libart-2.0   -DLIBDIR=\"/opt/dia/0.95/lib\" -DDATADIR=\"/opt/dia/0.95/share/dia\"   
-I/usr/include/libxml2 -I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe  -Wall -Wunused 
--std=c89 -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT element.lo -MD -MP -MF ".deps/element.Tpo" -c -o element.lo element.c; \
then mv -f ".deps/element.Tpo" ".deps/element.Plo"; else rm -f ".deps/element.Tpo"; exit 1; fi
 /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl -I/usr/include/libxml2 -pthread -I/usr/include/cairo 
-I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/libpng12 -I/usr/include/libxml2 
-I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include 
-I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include -DDIA_SHEETDIR=\"/opt/dia/0.95/share/dia/sheets\" 
-I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include -I/usr/include/libart-2.0 -I/usr/include/libart-2.0 
-DLIBDIR=\"/opt/dia/0.95/lib\" -DDATADIR=\"/opt/dia/0.95/share/dia\" -I/usr/include/libxml2 
-I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe -Wall -Wunused --std=c89 
-Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT element.lo -MD -MP -MF .deps/element.Tpo -c element.c  -fPIC -DPIC -o .libs/element.o
element.h:66: warning: 'width_range' defined but not used
element.c: In function 'element_move_handle_aspect':
element.c:242: warning: 'move_y' may be used uninitialized in this function
element.c:242: warning: 'move_x' may be used uninitialized in this function
if /bin/sh ../libtool --tag=CC --mode=compile /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl   
-I/usr/include/libxml2  -pthread -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/X11R6/include 
-I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 
-I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include   
-DDIA_SHEETDIR=\"/opt/dia/0.95/share/dia/sheets\" -I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include   -I/usr/include/libart-2.0    
-I/usr/include/libart-2.0   -DLIBDIR=\"/opt/dia/0.95/lib\" -DDATADIR=\"/opt/dia/0.95/share/dia\"   
-I/usr/include/libxml2 -I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe  -Wall -Wunused 
--std=c89 -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT polyshape.lo -MD -MP -MF ".deps/polyshape.Tpo" -c -o polyshape.lo polyshape.c; \
then mv -f ".deps/polyshape.Tpo" ".deps/polyshape.Plo"; else rm -f ".deps/polyshape.Tpo"; exit 1; fi
 /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl -I/usr/include/libxml2 -pthread -I/usr/include/cairo 
-I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/libpng12 -I/usr/include/libxml2 
-I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include 
-I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include -DDIA_SHEETDIR=\"/opt/dia/0.95/share/dia/sheets\" 
-I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include -I/usr/include/libart-2.0 -I/usr/include/libart-2.0 
-DLIBDIR=\"/opt/dia/0.95/lib\" -DDATADIR=\"/opt/dia/0.95/share/dia\" -I/usr/include/libxml2 
-I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe -Wall -Wunused --std=c89 
-Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT polyshape.lo -MD -MP -MF .deps/polyshape.Tpo -c polyshape.c  -fPIC -DPIC -o 
.libs/polyshape.o
if /bin/sh ../libtool --tag=CC --mode=compile /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl   
-I/usr/include/libxml2  -pthread -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/X11R6/include 
-I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 
-I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include   
-DDIA_SHEETDIR=\"/opt/dia/0.95/share/dia/sheets\" -I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include   -I/usr/include/libart-2.0    
-I/usr/include/libart-2.0   -DLIBDIR=\"/opt/dia/0.95/lib\" -DDATADIR=\"/opt/dia/0.95/share/dia\"   
-I/usr/include/libxml2 -I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe  -Wall -Wunused 
--std=c89 -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT beziershape.lo -MD -MP -MF ".deps/beziershape.Tpo" -c -o beziershape.lo beziershape.c; \
then mv -f ".deps/beziershape.Tpo" ".deps/beziershape.Plo"; else rm -f ".deps/beziershape.Tpo"; exit 1; fi
 /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl -I/usr/include/libxml2 -pthread -I/usr/include/cairo 
-I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/libpng12 -I/usr/include/libxml2 
-I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include 
-I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include -DDIA_SHEETDIR=\"/opt/dia/0.95/share/dia/sheets\" 
-I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include -I/usr/include/libart-2.0 -I/usr/include/libart-2.0 
-DLIBDIR=\"/opt/dia/0.95/lib\" -DDATADIR=\"/opt/dia/0.95/share/dia\" -I/usr/include/libxml2 
-I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe -Wall -Wunused --std=c89 
-Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT beziershape.lo -MD -MP -MF .deps/beziershape.Tpo -c beziershape.c  -fPIC -DPIC -o 
.libs/beziershape.o
beziershape.c: In function 'remove_handles':
beziershape.c:359: warning: 'controlvector.x' may be used uninitialized in this function
beziershape.c:359: warning: 'controlvector.y' may be used uninitialized in this function
if /bin/sh ../libtool --tag=CC --mode=compile /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl   
-I/usr/include/libxml2  -pthread -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/X11R6/include 
-I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 
-I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include   
-DDIA_SHEETDIR=\"/opt/dia/0.95/share/dia/sheets\" -I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include   -I/usr/include/libart-2.0    
-I/usr/include/libart-2.0   -DLIBDIR=\"/opt/dia/0.95/lib\" -DDATADIR=\"/opt/dia/0.95/share/dia\"   
-I/usr/include/libxml2 -I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe  -Wall -Wunused 
--std=c89 -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT objchange.lo -MD -MP -MF ".deps/objchange.Tpo" -c -o objchange.lo objchange.c; \
then mv -f ".deps/objchange.Tpo" ".deps/objchange.Plo"; else rm -f ".deps/objchange.Tpo"; exit 1; fi
 /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl -I/usr/include/libxml2 -pthread -I/usr/include/cairo 
-I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/libpng12 -I/usr/include/libxml2 
-I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include 
-I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include -DDIA_SHEETDIR=\"/opt/dia/0.95/share/dia/sheets\" 
-I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include -I/usr/include/libart-2.0 -I/usr/include/libart-2.0 
-DLIBDIR=\"/opt/dia/0.95/lib\" -DDATADIR=\"/opt/dia/0.95/share/dia\" -I/usr/include/libxml2 
-I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe -Wall -Wunused --std=c89 
-Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT objchange.lo -MD -MP -MF .deps/objchange.Tpo -c objchange.c  -fPIC -DPIC -o 
.libs/objchange.o
if /bin/sh ../libtool --tag=CC --mode=compile /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl   
-I/usr/include/libxml2  -pthread -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/X11R6/include 
-I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 
-I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include   
-DDIA_SHEETDIR=\"/opt/dia/0.95/share/dia/sheets\" -I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include   -I/usr/include/libart-2.0    
-I/usr/include/libart-2.0   -DLIBDIR=\"/opt/dia/0.95/lib\" -DDATADIR=\"/opt/dia/0.95/share/dia\"   
-I/usr/include/libxml2 -I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe  -Wall -Wunused 
--std=c89 -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT widgets.lo -MD -MP -MF ".deps/widgets.Tpo" -c -o widgets.lo widgets.c; \
then mv -f ".deps/widgets.Tpo" ".deps/widgets.Plo"; else rm -f ".deps/widgets.Tpo"; exit 1; fi
 /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl -I/usr/include/libxml2 -pthread -I/usr/include/cairo 
-I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/libpng12 -I/usr/include/libxml2 
-I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include 
-I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include -DDIA_SHEETDIR=\"/opt/dia/0.95/share/dia/sheets\" 
-I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include -I/usr/include/libart-2.0 -I/usr/include/libart-2.0 
-DLIBDIR=\"/opt/dia/0.95/lib\" -DDATADIR=\"/opt/dia/0.95/share/dia\" -I/usr/include/libxml2 
-I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe -Wall -Wunused --std=c89 
-Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT widgets.lo -MD -MP -MF .deps/widgets.Tpo -c widgets.c  -fPIC -DPIC -o .libs/widgets.o
widgets.c: In function 'dia_file_selector_browse_pressed':
widgets.c:1318: warning: assignment from incompatible pointer type
widgets.c:1318: warning: assignment from incompatible pointer type
if /bin/sh ../libtool --tag=CC --mode=compile /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl   
-I/usr/include/libxml2  -pthread -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/X11R6/include 
-I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 
-I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include   
-DDIA_SHEETDIR=\"/opt/dia/0.95/share/dia/sheets\" -I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include   -I/usr/include/libart-2.0    
-I/usr/include/libart-2.0   -DLIBDIR=\"/opt/dia/0.95/lib\" -DDATADIR=\"/opt/dia/0.95/share/dia\"   
-I/usr/include/libxml2 -I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe  -Wall -Wunused 
--std=c89 -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT dia_image.lo -MD -MP -MF ".deps/dia_image.Tpo" -c -o dia_image.lo dia_image.c; \
then mv -f ".deps/dia_image.Tpo" ".deps/dia_image.Plo"; else rm -f ".deps/dia_image.Tpo"; exit 1; fi
 /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl -I/usr/include/libxml2 -pthread -I/usr/include/cairo 
-I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/libpng12 -I/usr/include/libxml2 
-I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include 
-I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include -DDIA_SHEETDIR=\"/opt/dia/0.95/share/dia/sheets\" 
-I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include -I/usr/include/libart-2.0 -I/usr/include/libart-2.0 
-DLIBDIR=\"/opt/dia/0.95/lib\" -DDATADIR=\"/opt/dia/0.95/share/dia\" -I/usr/include/libxml2 
-I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe -Wall -Wunused --std=c89 
-Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT dia_image.lo -MD -MP -MF .deps/dia_image.Tpo -c dia_image.c  -fPIC -DPIC -o 
.libs/dia_image.o
if /bin/sh ../libtool --tag=CC --mode=compile /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl   
-I/usr/include/libxml2  -pthread -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/X11R6/include 
-I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 
-I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include   
-DDIA_SHEETDIR=\"/opt/dia/0.95/share/dia/sheets\" -I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include   -I/usr/include/libart-2.0    
-I/usr/include/libart-2.0   -DLIBDIR=\"/opt/dia/0.95/lib\" -DDATADIR=\"/opt/dia/0.95/share/dia\"   
-I/usr/include/libxml2 -I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe  -Wall -Wunused 
--std=c89 -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT intl.lo -MD -MP -MF ".deps/intl.Tpo" -c -o intl.lo intl.c; \
then mv -f ".deps/intl.Tpo" ".deps/intl.Plo"; else rm -f ".deps/intl.Tpo"; exit 1; fi
 /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl -I/usr/include/libxml2 -pthread -I/usr/include/cairo 
-I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/libpng12 -I/usr/include/libxml2 
-I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include 
-I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include -DDIA_SHEETDIR=\"/opt/dia/0.95/share/dia/sheets\" 
-I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include -I/usr/include/libart-2.0 -I/usr/include/libart-2.0 
-DLIBDIR=\"/opt/dia/0.95/lib\" -DDATADIR=\"/opt/dia/0.95/share/dia\" -I/usr/include/libxml2 
-I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe -Wall -Wunused --std=c89 
-Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT intl.lo -MD -MP -MF .deps/intl.Tpo -c intl.c  -fPIC -DPIC -o .libs/intl.o
intl.c: In function 'intl_get_language_list':
intl.c:146: warning: 'modifier' may be used uninitialized in this function
intl.c:145: warning: 'codeset' may be used uninitialized in this function
intl.c:144: warning: 'territory' may be used uninitialized in this function
if /bin/sh ../libtool --tag=CC --mode=compile /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl   
-I/usr/include/libxml2  -pthread -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/X11R6/include 
-I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 
-I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include   
-DDIA_SHEETDIR=\"/opt/dia/0.95/share/dia/sheets\" -I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include   -I/usr/include/libart-2.0    
-I/usr/include/libart-2.0   -DLIBDIR=\"/opt/dia/0.95/lib\" -DDATADIR=\"/opt/dia/0.95/share/dia\"   
-I/usr/include/libxml2 -I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe  -Wall -Wunused 
--std=c89 -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT filter.lo -MD -MP -MF ".deps/filter.Tpo" -c -o filter.lo filter.c; \
then mv -f ".deps/filter.Tpo" ".deps/filter.Plo"; else rm -f ".deps/filter.Tpo"; exit 1; fi
 /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl -I/usr/include/libxml2 -pthread -I/usr/include/cairo 
-I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/libpng12 -I/usr/include/libxml2 
-I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include 
-I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include -DDIA_SHEETDIR=\"/opt/dia/0.95/share/dia/sheets\" 
-I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include -I/usr/include/libart-2.0 -I/usr/include/libart-2.0 
-DLIBDIR=\"/opt/dia/0.95/lib\" -DDATADIR=\"/opt/dia/0.95/share/dia\" -I/usr/include/libxml2 
-I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe -Wall -Wunused --std=c89 
-Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT filter.lo -MD -MP -MF .deps/filter.Tpo -c filter.c  -fPIC -DPIC -o .libs/filter.o
if /bin/sh ../libtool --tag=CC --mode=compile /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl   
-I/usr/include/libxml2  -pthread -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/X11R6/include 
-I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 
-I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include   
-DDIA_SHEETDIR=\"/opt/dia/0.95/share/dia/sheets\" -I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include   -I/usr/include/libart-2.0    
-I/usr/include/libart-2.0   -DLIBDIR=\"/opt/dia/0.95/lib\" -DDATADIR=\"/opt/dia/0.95/share/dia\"   
-I/usr/include/libxml2 -I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe  -Wall -Wunused 
--std=c89 -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT connpoint_line.lo -MD -MP -MF ".deps/connpoint_line.Tpo" -c -o connpoint_line.lo 
connpoint_line.c; \
then mv -f ".deps/connpoint_line.Tpo" ".deps/connpoint_line.Plo"; else rm -f ".deps/connpoint_line.Tpo"; exit 
1; fi
 /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl -I/usr/include/libxml2 -pthread -I/usr/include/cairo 
-I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/libpng12 -I/usr/include/libxml2 
-I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include 
-I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include -DDIA_SHEETDIR=\"/opt/dia/0.95/share/dia/sheets\" 
-I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include -I/usr/include/libart-2.0 -I/usr/include/libart-2.0 
-DLIBDIR=\"/opt/dia/0.95/lib\" -DDATADIR=\"/opt/dia/0.95/share/dia\" -I/usr/include/libxml2 
-I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe -Wall -Wunused --std=c89 
-Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT connpoint_line.lo -MD -MP -MF .deps/connpoint_line.Tpo -c connpoint_line.c  -fPIC -DPIC 
-o .libs/connpoint_line.o
if /bin/sh ../libtool --tag=CC --mode=compile /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl   
-I/usr/include/libxml2  -pthread -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/X11R6/include 
-I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 
-I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include   
-DDIA_SHEETDIR=\"/opt/dia/0.95/share/dia/sheets\" -I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include   -I/usr/include/libart-2.0    
-I/usr/include/libart-2.0   -DLIBDIR=\"/opt/dia/0.95/lib\" -DDATADIR=\"/opt/dia/0.95/share/dia\"   
-I/usr/include/libxml2 -I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe  -Wall -Wunused 
--std=c89 -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT properties.lo -MD -MP -MF ".deps/properties.Tpo" -c -o properties.lo properties.c; \
then mv -f ".deps/properties.Tpo" ".deps/properties.Plo"; else rm -f ".deps/properties.Tpo"; exit 1; fi
 /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl -I/usr/include/libxml2 -pthread -I/usr/include/cairo 
-I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/libpng12 -I/usr/include/libxml2 
-I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include 
-I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include -DDIA_SHEETDIR=\"/opt/dia/0.95/share/dia/sheets\" 
-I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include -I/usr/include/libart-2.0 -I/usr/include/libart-2.0 
-DLIBDIR=\"/opt/dia/0.95/lib\" -DDATADIR=\"/opt/dia/0.95/share/dia\" -I/usr/include/libxml2 
-I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe -Wall -Wunused --std=c89 
-Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT properties.lo -MD -MP -MF .deps/properties.Tpo -c properties.c  -fPIC -DPIC -o 
.libs/properties.o
if /bin/sh ../libtool --tag=CC --mode=compile /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl   
-I/usr/include/libxml2  -pthread -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/X11R6/include 
-I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 
-I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include   
-DDIA_SHEETDIR=\"/opt/dia/0.95/share/dia/sheets\" -I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include   -I/usr/include/libart-2.0    
-I/usr/include/libart-2.0   -DLIBDIR=\"/opt/dia/0.95/lib\" -DDATADIR=\"/opt/dia/0.95/share/dia\"   
-I/usr/include/libxml2 -I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe  -Wall -Wunused 
--std=c89 -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT propdesc.lo -MD -MP -MF ".deps/propdesc.Tpo" -c -o propdesc.lo propdesc.c; \
then mv -f ".deps/propdesc.Tpo" ".deps/propdesc.Plo"; else rm -f ".deps/propdesc.Tpo"; exit 1; fi
 /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl -I/usr/include/libxml2 -pthread -I/usr/include/cairo 
-I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/libpng12 -I/usr/include/libxml2 
-I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include 
-I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include -DDIA_SHEETDIR=\"/opt/dia/0.95/share/dia/sheets\" 
-I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include -I/usr/include/libart-2.0 -I/usr/include/libart-2.0 
-DLIBDIR=\"/opt/dia/0.95/lib\" -DDATADIR=\"/opt/dia/0.95/share/dia\" -I/usr/include/libxml2 
-I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe -Wall -Wunused --std=c89 
-Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT propdesc.lo -MD -MP -MF .deps/propdesc.Tpo -c propdesc.c  -fPIC -DPIC -o 
.libs/propdesc.o
if /bin/sh ../libtool --tag=CC --mode=compile /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl   
-I/usr/include/libxml2  -pthread -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/X11R6/include 
-I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 
-I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include   
-DDIA_SHEETDIR=\"/opt/dia/0.95/share/dia/sheets\" -I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include   -I/usr/include/libart-2.0    
-I/usr/include/libart-2.0   -DLIBDIR=\"/opt/dia/0.95/lib\" -DDATADIR=\"/opt/dia/0.95/share/dia\"   
-I/usr/include/libxml2 -I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe  -Wall -Wunused 
--std=c89 -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT proplist.lo -MD -MP -MF ".deps/proplist.Tpo" -c -o proplist.lo proplist.c; \
then mv -f ".deps/proplist.Tpo" ".deps/proplist.Plo"; else rm -f ".deps/proplist.Tpo"; exit 1; fi
 /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl -I/usr/include/libxml2 -pthread -I/usr/include/cairo 
-I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/libpng12 -I/usr/include/libxml2 
-I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include 
-I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include -DDIA_SHEETDIR=\"/opt/dia/0.95/share/dia/sheets\" 
-I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include -I/usr/include/libart-2.0 -I/usr/include/libart-2.0 
-DLIBDIR=\"/opt/dia/0.95/lib\" -DDATADIR=\"/opt/dia/0.95/share/dia\" -I/usr/include/libxml2 
-I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe -Wall -Wunused --std=c89 
-Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT proplist.lo -MD -MP -MF .deps/proplist.Tpo -c proplist.c  -fPIC -DPIC -o 
.libs/proplist.o
if /bin/sh ../libtool --tag=CC --mode=compile /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl   
-I/usr/include/libxml2  -pthread -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/X11R6/include 
-I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 
-I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include   
-DDIA_SHEETDIR=\"/opt/dia/0.95/share/dia/sheets\" -I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include   -I/usr/include/libart-2.0    
-I/usr/include/libart-2.0   -DLIBDIR=\"/opt/dia/0.95/lib\" -DDATADIR=\"/opt/dia/0.95/share/dia\"   
-I/usr/include/libxml2 -I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe  -Wall -Wunused 
--std=c89 -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT propoffsets.lo -MD -MP -MF ".deps/propoffsets.Tpo" -c -o propoffsets.lo propoffsets.c; \
then mv -f ".deps/propoffsets.Tpo" ".deps/propoffsets.Plo"; else rm -f ".deps/propoffsets.Tpo"; exit 1; fi
 /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl -I/usr/include/libxml2 -pthread -I/usr/include/cairo 
-I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/libpng12 -I/usr/include/libxml2 
-I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include 
-I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include -DDIA_SHEETDIR=\"/opt/dia/0.95/share/dia/sheets\" 
-I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include -I/usr/include/libart-2.0 -I/usr/include/libart-2.0 
-DLIBDIR=\"/opt/dia/0.95/lib\" -DDATADIR=\"/opt/dia/0.95/share/dia\" -I/usr/include/libxml2 
-I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe -Wall -Wunused --std=c89 
-Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT propoffsets.lo -MD -MP -MF .deps/propoffsets.Tpo -c propoffsets.c  -fPIC -DPIC -o 
.libs/propoffsets.o
if /bin/sh ../libtool --tag=CC --mode=compile /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl   
-I/usr/include/libxml2  -pthread -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/X11R6/include 
-I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 
-I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include   
-DDIA_SHEETDIR=\"/opt/dia/0.95/share/dia/sheets\" -I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include   -I/usr/include/libart-2.0    
-I/usr/include/libart-2.0   -DLIBDIR=\"/opt/dia/0.95/lib\" -DDATADIR=\"/opt/dia/0.95/share/dia\"   
-I/usr/include/libxml2 -I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe  -Wall -Wunused 
--std=c89 -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT propobject.lo -MD -MP -MF ".deps/propobject.Tpo" -c -o propobject.lo propobject.c; \
then mv -f ".deps/propobject.Tpo" ".deps/propobject.Plo"; else rm -f ".deps/propobject.Tpo"; exit 1; fi
 /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl -I/usr/include/libxml2 -pthread -I/usr/include/cairo 
-I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/libpng12 -I/usr/include/libxml2 
-I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include 
-I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include -DDIA_SHEETDIR=\"/opt/dia/0.95/share/dia/sheets\" 
-I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include -I/usr/include/libart-2.0 -I/usr/include/libart-2.0 
-DLIBDIR=\"/opt/dia/0.95/lib\" -DDATADIR=\"/opt/dia/0.95/share/dia\" -I/usr/include/libxml2 
-I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe -Wall -Wunused --std=c89 
-Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT propobject.lo -MD -MP -MF .deps/propobject.Tpo -c propobject.c  -fPIC -DPIC -o 
.libs/propobject.o
if /bin/sh ../libtool --tag=CC --mode=compile /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl   
-I/usr/include/libxml2  -pthread -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/X11R6/include 
-I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 
-I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include   
-DDIA_SHEETDIR=\"/opt/dia/0.95/share/dia/sheets\" -I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include   -I/usr/include/libart-2.0    
-I/usr/include/libart-2.0   -DLIBDIR=\"/opt/dia/0.95/lib\" -DDATADIR=\"/opt/dia/0.95/share/dia\"   
-I/usr/include/libxml2 -I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe  -Wall -Wunused 
--std=c89 -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT prop_basic.lo -MD -MP -MF ".deps/prop_basic.Tpo" -c -o prop_basic.lo prop_basic.c; \
then mv -f ".deps/prop_basic.Tpo" ".deps/prop_basic.Plo"; else rm -f ".deps/prop_basic.Tpo"; exit 1; fi
 /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl -I/usr/include/libxml2 -pthread -I/usr/include/cairo 
-I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/libpng12 -I/usr/include/libxml2 
-I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include 
-I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include -DDIA_SHEETDIR=\"/opt/dia/0.95/share/dia/sheets\" 
-I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include -I/usr/include/libart-2.0 -I/usr/include/libart-2.0 
-DLIBDIR=\"/opt/dia/0.95/lib\" -DDATADIR=\"/opt/dia/0.95/share/dia\" -I/usr/include/libxml2 
-I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe -Wall -Wunused --std=c89 
-Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT prop_basic.lo -MD -MP -MF .deps/prop_basic.Tpo -c prop_basic.c  -fPIC -DPIC -o 
.libs/prop_basic.o
if /bin/sh ../libtool --tag=CC --mode=compile /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl   
-I/usr/include/libxml2  -pthread -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/X11R6/include 
-I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 
-I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include   
-DDIA_SHEETDIR=\"/opt/dia/0.95/share/dia/sheets\" -I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include   -I/usr/include/libart-2.0    
-I/usr/include/libart-2.0   -DLIBDIR=\"/opt/dia/0.95/lib\" -DDATADIR=\"/opt/dia/0.95/share/dia\"   
-I/usr/include/libxml2 -I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe  -Wall -Wunused 
--std=c89 -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT prop_inttypes.lo -MD -MP -MF ".deps/prop_inttypes.Tpo" -c -o prop_inttypes.lo 
prop_inttypes.c; \
then mv -f ".deps/prop_inttypes.Tpo" ".deps/prop_inttypes.Plo"; else rm -f ".deps/prop_inttypes.Tpo"; exit 1; 
fi
 /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl -I/usr/include/libxml2 -pthread -I/usr/include/cairo 
-I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/libpng12 -I/usr/include/libxml2 
-I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include 
-I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include -DDIA_SHEETDIR=\"/opt/dia/0.95/share/dia/sheets\" 
-I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include -I/usr/include/libart-2.0 -I/usr/include/libart-2.0 
-DLIBDIR=\"/opt/dia/0.95/lib\" -DDATADIR=\"/opt/dia/0.95/share/dia\" -I/usr/include/libxml2 
-I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe -Wall -Wunused --std=c89 
-Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT prop_inttypes.lo -MD -MP -MF .deps/prop_inttypes.Tpo -c prop_inttypes.c  -fPIC -DPIC -o 
.libs/prop_inttypes.o
if /bin/sh ../libtool --tag=CC --mode=compile /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl   
-I/usr/include/libxml2  -pthread -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/X11R6/include 
-I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 
-I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include   
-DDIA_SHEETDIR=\"/opt/dia/0.95/share/dia/sheets\" -I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include   -I/usr/include/libart-2.0    
-I/usr/include/libart-2.0   -DLIBDIR=\"/opt/dia/0.95/lib\" -DDATADIR=\"/opt/dia/0.95/share/dia\"   
-I/usr/include/libxml2 -I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe  -Wall -Wunused 
--std=c89 -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT prop_geomtypes.lo -MD -MP -MF ".deps/prop_geomtypes.Tpo" -c -o prop_geomtypes.lo 
prop_geomtypes.c; \
then mv -f ".deps/prop_geomtypes.Tpo" ".deps/prop_geomtypes.Plo"; else rm -f ".deps/prop_geomtypes.Tpo"; exit 
1; fi
 /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl -I/usr/include/libxml2 -pthread -I/usr/include/cairo 
-I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/libpng12 -I/usr/include/libxml2 
-I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include 
-I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include -DDIA_SHEETDIR=\"/opt/dia/0.95/share/dia/sheets\" 
-I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include -I/usr/include/libart-2.0 -I/usr/include/libart-2.0 
-DLIBDIR=\"/opt/dia/0.95/lib\" -DDATADIR=\"/opt/dia/0.95/share/dia\" -I/usr/include/libxml2 
-I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe -Wall -Wunused --std=c89 
-Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT prop_geomtypes.lo -MD -MP -MF .deps/prop_geomtypes.Tpo -c prop_geomtypes.c  -fPIC -DPIC 
-o .libs/prop_geomtypes.o
if /bin/sh ../libtool --tag=CC --mode=compile /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl   
-I/usr/include/libxml2  -pthread -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/X11R6/include 
-I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 
-I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include   
-DDIA_SHEETDIR=\"/opt/dia/0.95/share/dia/sheets\" -I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include   -I/usr/include/libart-2.0    
-I/usr/include/libart-2.0   -DLIBDIR=\"/opt/dia/0.95/lib\" -DDATADIR=\"/opt/dia/0.95/share/dia\"   
-I/usr/include/libxml2 -I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe  -Wall -Wunused 
--std=c89 -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT prop_attr.lo -MD -MP -MF ".deps/prop_attr.Tpo" -c -o prop_attr.lo prop_attr.c; \
then mv -f ".deps/prop_attr.Tpo" ".deps/prop_attr.Plo"; else rm -f ".deps/prop_attr.Tpo"; exit 1; fi
 /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl -I/usr/include/libxml2 -pthread -I/usr/include/cairo 
-I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/libpng12 -I/usr/include/libxml2 
-I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include 
-I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include -DDIA_SHEETDIR=\"/opt/dia/0.95/share/dia/sheets\" 
-I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include -I/usr/include/libart-2.0 -I/usr/include/libart-2.0 
-DLIBDIR=\"/opt/dia/0.95/lib\" -DDATADIR=\"/opt/dia/0.95/share/dia\" -I/usr/include/libxml2 
-I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe -Wall -Wunused --std=c89 
-Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT prop_attr.lo -MD -MP -MF .deps/prop_attr.Tpo -c prop_attr.c  -fPIC -DPIC -o 
.libs/prop_attr.o
if /bin/sh ../libtool --tag=CC --mode=compile /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl   
-I/usr/include/libxml2  -pthread -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/X11R6/include 
-I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 
-I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include   
-DDIA_SHEETDIR=\"/opt/dia/0.95/share/dia/sheets\" -I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include   -I/usr/include/libart-2.0    
-I/usr/include/libart-2.0   -DLIBDIR=\"/opt/dia/0.95/lib\" -DDATADIR=\"/opt/dia/0.95/share/dia\"   
-I/usr/include/libxml2 -I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe  -Wall -Wunused 
--std=c89 -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT prop_text.lo -MD -MP -MF ".deps/prop_text.Tpo" -c -o prop_text.lo prop_text.c; \
then mv -f ".deps/prop_text.Tpo" ".deps/prop_text.Plo"; else rm -f ".deps/prop_text.Tpo"; exit 1; fi
 /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl -I/usr/include/libxml2 -pthread -I/usr/include/cairo 
-I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/libpng12 -I/usr/include/libxml2 
-I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include 
-I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include -DDIA_SHEETDIR=\"/opt/dia/0.95/share/dia/sheets\" 
-I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include -I/usr/include/libart-2.0 -I/usr/include/libart-2.0 
-DLIBDIR=\"/opt/dia/0.95/lib\" -DDATADIR=\"/opt/dia/0.95/share/dia\" -I/usr/include/libxml2 
-I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe -Wall -Wunused --std=c89 
-Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT prop_text.lo -MD -MP -MF .deps/prop_text.Tpo -c prop_text.c  -fPIC -DPIC -o 
.libs/prop_text.o
if /bin/sh ../libtool --tag=CC --mode=compile /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl   
-I/usr/include/libxml2  -pthread -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/X11R6/include 
-I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 
-I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include   
-DDIA_SHEETDIR=\"/opt/dia/0.95/share/dia/sheets\" -I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include   -I/usr/include/libart-2.0    
-I/usr/include/libart-2.0   -DLIBDIR=\"/opt/dia/0.95/lib\" -DDATADIR=\"/opt/dia/0.95/share/dia\"   
-I/usr/include/libxml2 -I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe  -Wall -Wunused 
--std=c89 -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT prop_widgets.lo -MD -MP -MF ".deps/prop_widgets.Tpo" -c -o prop_widgets.lo 
prop_widgets.c; \
then mv -f ".deps/prop_widgets.Tpo" ".deps/prop_widgets.Plo"; else rm -f ".deps/prop_widgets.Tpo"; exit 1; fi
 /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl -I/usr/include/libxml2 -pthread -I/usr/include/cairo 
-I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/libpng12 -I/usr/include/libxml2 
-I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include 
-I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include -DDIA_SHEETDIR=\"/opt/dia/0.95/share/dia/sheets\" 
-I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include -I/usr/include/libart-2.0 -I/usr/include/libart-2.0 
-DLIBDIR=\"/opt/dia/0.95/lib\" -DDATADIR=\"/opt/dia/0.95/share/dia\" -I/usr/include/libxml2 
-I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe -Wall -Wunused --std=c89 
-Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT prop_widgets.lo -MD -MP -MF .deps/prop_widgets.Tpo -c prop_widgets.c  -fPIC -DPIC -o 
.libs/prop_widgets.o
if /bin/sh ../libtool --tag=CC --mode=compile /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl   
-I/usr/include/libxml2  -pthread -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/X11R6/include 
-I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 
-I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include   
-DDIA_SHEETDIR=\"/opt/dia/0.95/share/dia/sheets\" -I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include   -I/usr/include/libart-2.0    
-I/usr/include/libart-2.0   -DLIBDIR=\"/opt/dia/0.95/lib\" -DDATADIR=\"/opt/dia/0.95/share/dia\"   
-I/usr/include/libxml2 -I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe  -Wall -Wunused 
--std=c89 -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT prop_sdarray.lo -MD -MP -MF ".deps/prop_sdarray.Tpo" -c -o prop_sdarray.lo 
prop_sdarray.c; \
then mv -f ".deps/prop_sdarray.Tpo" ".deps/prop_sdarray.Plo"; else rm -f ".deps/prop_sdarray.Tpo"; exit 1; fi
 /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl -I/usr/include/libxml2 -pthread -I/usr/include/cairo 
-I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/libpng12 -I/usr/include/libxml2 
-I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include 
-I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include -DDIA_SHEETDIR=\"/opt/dia/0.95/share/dia/sheets\" 
-I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include -I/usr/include/libart-2.0 -I/usr/include/libart-2.0 
-DLIBDIR=\"/opt/dia/0.95/lib\" -DDATADIR=\"/opt/dia/0.95/share/dia\" -I/usr/include/libxml2 
-I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe -Wall -Wunused --std=c89 
-Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT prop_sdarray.lo -MD -MP -MF .deps/prop_sdarray.Tpo -c prop_sdarray.c  -fPIC -DPIC -o 
.libs/prop_sdarray.o
if /bin/sh ../libtool --tag=CC --mode=compile /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl   
-I/usr/include/libxml2  -pthread -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/X11R6/include 
-I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 
-I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include   
-DDIA_SHEETDIR=\"/opt/dia/0.95/share/dia/sheets\" -I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include   -I/usr/include/libart-2.0    
-I/usr/include/libart-2.0   -DLIBDIR=\"/opt/dia/0.95/lib\" -DDATADIR=\"/opt/dia/0.95/share/dia\"   
-I/usr/include/libxml2 -I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe  -Wall -Wunused 
--std=c89 -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT propdialogs.lo -MD -MP -MF ".deps/propdialogs.Tpo" -c -o propdialogs.lo propdialogs.c; \
then mv -f ".deps/propdialogs.Tpo" ".deps/propdialogs.Plo"; else rm -f ".deps/propdialogs.Tpo"; exit 1; fi
 /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl -I/usr/include/libxml2 -pthread -I/usr/include/cairo 
-I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/libpng12 -I/usr/include/libxml2 
-I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include 
-I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include -DDIA_SHEETDIR=\"/opt/dia/0.95/share/dia/sheets\" 
-I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include -I/usr/include/libart-2.0 -I/usr/include/libart-2.0 
-DLIBDIR=\"/opt/dia/0.95/lib\" -DDATADIR=\"/opt/dia/0.95/share/dia\" -I/usr/include/libxml2 
-I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe -Wall -Wunused --std=c89 
-Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT propdialogs.lo -MD -MP -MF .deps/propdialogs.Tpo -c propdialogs.c  -fPIC -DPIC -o 
.libs/propdialogs.o
if /bin/sh ../libtool --tag=CC --mode=compile /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl   
-I/usr/include/libxml2  -pthread -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/X11R6/include 
-I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 
-I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include   
-DDIA_SHEETDIR=\"/opt/dia/0.95/share/dia/sheets\" -I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include   -I/usr/include/libart-2.0    
-I/usr/include/libart-2.0   -DLIBDIR=\"/opt/dia/0.95/lib\" -DDATADIR=\"/opt/dia/0.95/share/dia\"   
-I/usr/include/libxml2 -I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe  -Wall -Wunused 
--std=c89 -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT propregistry.lo -MD -MP -MF ".deps/propregistry.Tpo" -c -o propregistry.lo 
propregistry.c; \
then mv -f ".deps/propregistry.Tpo" ".deps/propregistry.Plo"; else rm -f ".deps/propregistry.Tpo"; exit 1; fi
 /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl -I/usr/include/libxml2 -pthread -I/usr/include/cairo 
-I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/libpng12 -I/usr/include/libxml2 
-I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include 
-I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include -DDIA_SHEETDIR=\"/opt/dia/0.95/share/dia/sheets\" 
-I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include -I/usr/include/libart-2.0 -I/usr/include/libart-2.0 
-DLIBDIR=\"/opt/dia/0.95/lib\" -DDATADIR=\"/opt/dia/0.95/share/dia\" -I/usr/include/libxml2 
-I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe -Wall -Wunused --std=c89 
-Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT propregistry.lo -MD -MP -MF .deps/propregistry.Tpo -c propregistry.c  -fPIC -DPIC -o 
.libs/propregistry.o
if /bin/sh ../libtool --tag=CC --mode=compile /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl   
-I/usr/include/libxml2  -pthread -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/X11R6/include 
-I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 
-I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include   
-DDIA_SHEETDIR=\"/opt/dia/0.95/share/dia/sheets\" -I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include   -I/usr/include/libart-2.0    
-I/usr/include/libart-2.0   -DLIBDIR=\"/opt/dia/0.95/lib\" -DDATADIR=\"/opt/dia/0.95/share/dia\"   
-I/usr/include/libxml2 -I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe  -Wall -Wunused 
--std=c89 -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT dia_dirs.lo -MD -MP -MF ".deps/dia_dirs.Tpo" -c -o dia_dirs.lo dia_dirs.c; \
then mv -f ".deps/dia_dirs.Tpo" ".deps/dia_dirs.Plo"; else rm -f ".deps/dia_dirs.Tpo"; exit 1; fi
 /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl -I/usr/include/libxml2 -pthread -I/usr/include/cairo 
-I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/libpng12 -I/usr/include/libxml2 
-I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include 
-I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include -DDIA_SHEETDIR=\"/opt/dia/0.95/share/dia/sheets\" 
-I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include -I/usr/include/libart-2.0 -I/usr/include/libart-2.0 
-DLIBDIR=\"/opt/dia/0.95/lib\" -DDATADIR=\"/opt/dia/0.95/share/dia\" -I/usr/include/libxml2 
-I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe -Wall -Wunused --std=c89 
-Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT dia_dirs.lo -MD -MP -MF .deps/dia_dirs.Tpo -c dia_dirs.c  -fPIC -DPIC -o 
.libs/dia_dirs.o
if /bin/sh ../libtool --tag=CC --mode=compile /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl   
-I/usr/include/libxml2  -pthread -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/X11R6/include 
-I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 
-I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include   
-DDIA_SHEETDIR=\"/opt/dia/0.95/share/dia/sheets\" -I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include   -I/usr/include/libart-2.0    
-I/usr/include/libart-2.0   -DLIBDIR=\"/opt/dia/0.95/lib\" -DDATADIR=\"/opt/dia/0.95/share/dia\"   
-I/usr/include/libxml2 -I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe  -Wall -Wunused 
--std=c89 -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT plug-ins.lo -MD -MP -MF ".deps/plug-ins.Tpo" -c -o plug-ins.lo plug-ins.c; \
then mv -f ".deps/plug-ins.Tpo" ".deps/plug-ins.Plo"; else rm -f ".deps/plug-ins.Tpo"; exit 1; fi
 /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl -I/usr/include/libxml2 -pthread -I/usr/include/cairo 
-I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/libpng12 -I/usr/include/libxml2 
-I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include 
-I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include -DDIA_SHEETDIR=\"/opt/dia/0.95/share/dia/sheets\" 
-I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include -I/usr/include/libart-2.0 -I/usr/include/libart-2.0 
-DLIBDIR=\"/opt/dia/0.95/lib\" -DDATADIR=\"/opt/dia/0.95/share/dia\" -I/usr/include/libxml2 
-I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe -Wall -Wunused --std=c89 
-Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT plug-ins.lo -MD -MP -MF .deps/plug-ins.Tpo -c plug-ins.c  -fPIC -DPIC -o 
.libs/plug-ins.o
plug-ins.c: In function 'ensure_pluginrc':
plug-ins.c:525: warning: pointer targets in passing argument 1 of 'xmlNewDoc' differ in signedness
plug-ins.c:526: warning: pointer targets in passing argument 1 of 'xmlStrdup' differ in signedness
plug-ins.c:528: warning: pointer targets in passing argument 3 of 'xmlNewDocNode' differ in signedness
plug-ins.c: In function 'plugin_load_inhibited':
plug-ins.c:555: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
plug-ins.c:555: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
plug-ins.c:555: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
plug-ins.c:555: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
plug-ins.c:555: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
plug-ins.c:555: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
plug-ins.c:557: warning: pointer targets in passing argument 2 of 'xmlGetProp' differ in signedness
plug-ins.c:558: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
plug-ins.c:558: warning: pointer targets in passing argument 2 of '__builtin_strcmp' differ in signedness
plug-ins.c:558: warning: pointer targets in passing argument 2 of '__builtin_strcmp' differ in signedness
plug-ins.c:558: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
plug-ins.c:558: warning: pointer targets in passing argument 2 of '__builtin_strcmp' differ in signedness
plug-ins.c:558: warning: pointer targets in passing argument 2 of '__builtin_strcmp' differ in signedness
plug-ins.c:567: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
plug-ins.c:567: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
plug-ins.c:567: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
plug-ins.c:567: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
plug-ins.c:567: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
plug-ins.c:567: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
plug-ins.c: In function 'info_fill_from_pluginrc':
plug-ins.c:599: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
plug-ins.c:599: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
plug-ins.c:599: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
plug-ins.c:599: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
plug-ins.c:599: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
plug-ins.c:599: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
plug-ins.c:601: warning: pointer targets in passing argument 2 of 'xmlGetProp' differ in signedness
plug-ins.c:602: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
plug-ins.c:602: warning: pointer targets in passing argument 2 of '__builtin_strcmp' differ in signedness
plug-ins.c:602: warning: pointer targets in passing argument 2 of '__builtin_strcmp' differ in signedness
plug-ins.c:602: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
plug-ins.c:602: warning: pointer targets in passing argument 2 of '__builtin_strcmp' differ in signedness
plug-ins.c:602: warning: pointer targets in passing argument 2 of '__builtin_strcmp' differ in signedness
plug-ins.c:615: warning: pointer targets in assignment differ in signedness
plug-ins.c:616: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
plug-ins.c:616: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
plug-ins.c:616: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
plug-ins.c:616: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
plug-ins.c:616: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
plug-ins.c:616: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
plug-ins.c:619: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
plug-ins.c:619: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
plug-ins.c:619: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
plug-ins.c:619: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
plug-ins.c:619: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
plug-ins.c:619: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
plug-ins.c: In function 'dia_pluginrc_write':
plug-ins.c:646: warning: pointer targets in passing argument 2 of 'xmlNewNode' differ in signedness
plug-ins.c:647: warning: pointer targets in passing argument 3 of 'xmlNewChild' differ in signedness
plug-ins.c:647: warning: pointer targets in passing argument 4 of 'xmlNewChild' differ in signedness
plug-ins.c:651: warning: pointer targets in passing argument 2 of 'xmlEncodeEntitiesReentrant' differ in 
signedness
plug-ins.c:652: warning: pointer targets in passing argument 3 of 'xmlNewChild' differ in signedness
plug-ins.c:656: warning: pointer targets in passing argument 3 of 'xmlNewChild' differ in signedness
plug-ins.c:665: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
plug-ins.c:665: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
plug-ins.c:665: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
plug-ins.c:665: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
plug-ins.c:665: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
plug-ins.c:665: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
plug-ins.c:667: warning: pointer targets in passing argument 2 of 'xmlGetProp' differ in signedness
plug-ins.c:668: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
plug-ins.c:668: warning: pointer targets in passing argument 2 of '__builtin_strcmp' differ in signedness
plug-ins.c:668: warning: pointer targets in passing argument 2 of '__builtin_strcmp' differ in signedness
plug-ins.c:668: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
plug-ins.c:668: warning: pointer targets in passing argument 2 of '__builtin_strcmp' differ in signedness
plug-ins.c:668: warning: pointer targets in passing argument 2 of '__builtin_strcmp' differ in signedness
plug-ins.c:680: warning: pointer targets in passing argument 2 of 'xmlSetProp' differ in signedness
plug-ins.c:680: warning: pointer targets in passing argument 3 of 'xmlSetProp' differ in signedness
if /bin/sh ../libtool --tag=CC --mode=compile /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl   
-I/usr/include/libxml2  -pthread -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/X11R6/include 
-I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 
-I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include   
-DDIA_SHEETDIR=\"/opt/dia/0.95/share/dia/sheets\" -I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include   -I/usr/include/libart-2.0    
-I/usr/include/libart-2.0   -DLIBDIR=\"/opt/dia/0.95/lib\" -DDATADIR=\"/opt/dia/0.95/share/dia\"   
-I/usr/include/libxml2 -I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe  -Wall -Wunused 
--std=c89 -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT paper.lo -MD -MP -MF ".deps/paper.Tpo" -c -o paper.lo paper.c; \
then mv -f ".deps/paper.Tpo" ".deps/paper.Plo"; else rm -f ".deps/paper.Tpo"; exit 1; fi
 /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl -I/usr/include/libxml2 -pthread -I/usr/include/cairo 
-I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/libpng12 -I/usr/include/libxml2 
-I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include 
-I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include -DDIA_SHEETDIR=\"/opt/dia/0.95/share/dia/sheets\" 
-I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include -I/usr/include/libart-2.0 -I/usr/include/libart-2.0 
-DLIBDIR=\"/opt/dia/0.95/lib\" -DDATADIR=\"/opt/dia/0.95/share/dia\" -I/usr/include/libxml2 
-I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe -Wall -Wunused --std=c89 
-Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT paper.lo -MD -MP -MF .deps/paper.Tpo -c paper.c  -fPIC -DPIC -o .libs/paper.o
if /bin/sh ../libtool --tag=CC --mode=compile /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl   
-I/usr/include/libxml2  -pthread -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/X11R6/include 
-I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 
-I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include   
-DDIA_SHEETDIR=\"/opt/dia/0.95/share/dia/sheets\" -I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include   -I/usr/include/libart-2.0    
-I/usr/include/libart-2.0   -DLIBDIR=\"/opt/dia/0.95/lib\" -DDATADIR=\"/opt/dia/0.95/share/dia\"   
-I/usr/include/libxml2 -I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe  -Wall -Wunused 
--std=c89 -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT ps-utf8.lo -MD -MP -MF ".deps/ps-utf8.Tpo" -c -o ps-utf8.lo ps-utf8.c; \
then mv -f ".deps/ps-utf8.Tpo" ".deps/ps-utf8.Plo"; else rm -f ".deps/ps-utf8.Tpo"; exit 1; fi
 /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl -I/usr/include/libxml2 -pthread -I/usr/include/cairo 
-I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/libpng12 -I/usr/include/libxml2 
-I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include 
-I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include -DDIA_SHEETDIR=\"/opt/dia/0.95/share/dia/sheets\" 
-I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include -I/usr/include/libart-2.0 -I/usr/include/libart-2.0 
-DLIBDIR=\"/opt/dia/0.95/lib\" -DDATADIR=\"/opt/dia/0.95/share/dia\" -I/usr/include/libxml2 
-I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe -Wall -Wunused --std=c89 
-Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT ps-utf8.lo -MD -MP -MF .deps/ps-utf8.Tpo -c ps-utf8.c  -fPIC -DPIC -o .libs/ps-utf8.o
if /bin/sh ../libtool --tag=CC --mode=compile /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl   
-I/usr/include/libxml2  -pthread -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/X11R6/include 
-I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 
-I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include   
-DDIA_SHEETDIR=\"/opt/dia/0.95/share/dia/sheets\" -I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include   -I/usr/include/libart-2.0    
-I/usr/include/libart-2.0   -DLIBDIR=\"/opt/dia/0.95/lib\" -DDATADIR=\"/opt/dia/0.95/share/dia\"   
-I/usr/include/libxml2 -I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe  -Wall -Wunused 
--std=c89 -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT boundingbox.lo -MD -MP -MF ".deps/boundingbox.Tpo" -c -o boundingbox.lo boundingbox.c; \
then mv -f ".deps/boundingbox.Tpo" ".deps/boundingbox.Plo"; else rm -f ".deps/boundingbox.Tpo"; exit 1; fi
 /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl -I/usr/include/libxml2 -pthread -I/usr/include/cairo 
-I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/libpng12 -I/usr/include/libxml2 
-I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include 
-I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include -DDIA_SHEETDIR=\"/opt/dia/0.95/share/dia/sheets\" 
-I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include -I/usr/include/libart-2.0 -I/usr/include/libart-2.0 
-DLIBDIR=\"/opt/dia/0.95/lib\" -DDATADIR=\"/opt/dia/0.95/share/dia\" -I/usr/include/libxml2 
-I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe -Wall -Wunused --std=c89 
-Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT boundingbox.lo -MD -MP -MF .deps/boundingbox.Tpo -c boundingbox.c  -fPIC -DPIC -o 
.libs/boundingbox.o
boundingbox.c: In function 'polybezier_bbox':
boundingbox.c:496: warning: implicit declaration of function 'finite'
boundingbox.c:310: warning: 'vp.x' may be used uninitialized in this function
boundingbox.c:310: warning: 'vp.y' may be used uninitialized in this function
if /bin/sh ../libtool --tag=CC --mode=compile /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl   
-I/usr/include/libxml2  -pthread -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/X11R6/include 
-I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 
-I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include   
-DDIA_SHEETDIR=\"/opt/dia/0.95/share/dia/sheets\" -I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include   -I/usr/include/libart-2.0    
-I/usr/include/libart-2.0   -DLIBDIR=\"/opt/dia/0.95/lib\" -DDATADIR=\"/opt/dia/0.95/share/dia\"   
-I/usr/include/libxml2 -I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe  -Wall -Wunused 
--std=c89 -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT dynamic_obj.lo -MD -MP -MF ".deps/dynamic_obj.Tpo" -c -o dynamic_obj.lo dynamic_obj.c; \
then mv -f ".deps/dynamic_obj.Tpo" ".deps/dynamic_obj.Plo"; else rm -f ".deps/dynamic_obj.Tpo"; exit 1; fi
 /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl -I/usr/include/libxml2 -pthread -I/usr/include/cairo 
-I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/libpng12 -I/usr/include/libxml2 
-I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include 
-I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include -DDIA_SHEETDIR=\"/opt/dia/0.95/share/dia/sheets\" 
-I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include -I/usr/include/libart-2.0 -I/usr/include/libart-2.0 
-DLIBDIR=\"/opt/dia/0.95/lib\" -DDATADIR=\"/opt/dia/0.95/share/dia\" -I/usr/include/libxml2 
-I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe -Wall -Wunused --std=c89 
-Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT dynamic_obj.lo -MD -MP -MF .deps/dynamic_obj.Tpo -c dynamic_obj.c  -fPIC -DPIC -o 
.libs/dynamic_obj.o
if /bin/sh ../libtool --tag=CC --mode=compile /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl   
-I/usr/include/libxml2  -pthread -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/X11R6/include 
-I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 
-I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include   
-DDIA_SHEETDIR=\"/opt/dia/0.95/share/dia/sheets\" -I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include   -I/usr/include/libart-2.0    
-I/usr/include/libart-2.0   -DLIBDIR=\"/opt/dia/0.95/lib\" -DDATADIR=\"/opt/dia/0.95/share/dia\"   
-I/usr/include/libxml2 -I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe  -Wall -Wunused 
--std=c89 -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT diatransform.lo -MD -MP -MF ".deps/diatransform.Tpo" -c -o diatransform.lo 
diatransform.c; \
then mv -f ".deps/diatransform.Tpo" ".deps/diatransform.Plo"; else rm -f ".deps/diatransform.Tpo"; exit 1; fi
 /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl -I/usr/include/libxml2 -pthread -I/usr/include/cairo 
-I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/libpng12 -I/usr/include/libxml2 
-I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include 
-I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include -DDIA_SHEETDIR=\"/opt/dia/0.95/share/dia/sheets\" 
-I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include -I/usr/include/libart-2.0 -I/usr/include/libart-2.0 
-DLIBDIR=\"/opt/dia/0.95/lib\" -DDATADIR=\"/opt/dia/0.95/share/dia\" -I/usr/include/libxml2 
-I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe -Wall -Wunused --std=c89 
-Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT diatransform.lo -MD -MP -MF .deps/diatransform.Tpo -c diatransform.c  -fPIC -DPIC -o 
.libs/diatransform.o
if /bin/sh ../libtool --tag=CC --mode=compile /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl   
-I/usr/include/libxml2  -pthread -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/X11R6/include 
-I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 
-I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include   
-DDIA_SHEETDIR=\"/opt/dia/0.95/share/dia/sheets\" -I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include   -I/usr/include/libart-2.0    
-I/usr/include/libart-2.0   -DLIBDIR=\"/opt/dia/0.95/lib\" -DDATADIR=\"/opt/dia/0.95/share/dia\"   
-I/usr/include/libxml2 -I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe  -Wall -Wunused 
--std=c89 -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT diarenderer.lo -MD -MP -MF ".deps/diarenderer.Tpo" -c -o diarenderer.lo diarenderer.c; \
then mv -f ".deps/diarenderer.Tpo" ".deps/diarenderer.Plo"; else rm -f ".deps/diarenderer.Tpo"; exit 1; fi
 /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl -I/usr/include/libxml2 -pthread -I/usr/include/cairo 
-I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/libpng12 -I/usr/include/libxml2 
-I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include 
-I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include -DDIA_SHEETDIR=\"/opt/dia/0.95/share/dia/sheets\" 
-I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include -I/usr/include/libart-2.0 -I/usr/include/libart-2.0 
-DLIBDIR=\"/opt/dia/0.95/lib\" -DDATADIR=\"/opt/dia/0.95/share/dia\" -I/usr/include/libxml2 
-I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe -Wall -Wunused --std=c89 
-Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT diarenderer.lo -MD -MP -MF .deps/diarenderer.Tpo -c diarenderer.c  -fPIC -DPIC -o 
.libs/diarenderer.o
diarenderer.c: In function 'bezier_add_lines':
diarenderer.c:476: warning: implicit declaration of function 'isnan'
if /bin/sh ../libtool --tag=CC --mode=compile /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl   
-I/usr/include/libxml2  -pthread -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/X11R6/include 
-I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 
-I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include   
-DDIA_SHEETDIR=\"/opt/dia/0.95/share/dia/sheets\" -I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include   -I/usr/include/libart-2.0    
-I/usr/include/libart-2.0   -DLIBDIR=\"/opt/dia/0.95/lib\" -DDATADIR=\"/opt/dia/0.95/share/dia\"   
-I/usr/include/libxml2 -I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe  -Wall -Wunused 
--std=c89 -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT diainteractiverenderer.lo -MD -MP -MF ".deps/diainteractiverenderer.Tpo" -c -o 
diainteractiverenderer.lo diainteractiverenderer.c; \
then mv -f ".deps/diainteractiverenderer.Tpo" ".deps/diainteractiverenderer.Plo"; else rm -f 
".deps/diainteractiverenderer.Tpo"; exit 1; fi
 /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl -I/usr/include/libxml2 -pthread -I/usr/include/cairo 
-I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/libpng12 -I/usr/include/libxml2 
-I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include 
-I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include -DDIA_SHEETDIR=\"/opt/dia/0.95/share/dia/sheets\" 
-I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include -I/usr/include/libart-2.0 -I/usr/include/libart-2.0 
-DLIBDIR=\"/opt/dia/0.95/lib\" -DDATADIR=\"/opt/dia/0.95/share/dia\" -I/usr/include/libxml2 
-I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe -Wall -Wunused --std=c89 
-Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT diainteractiverenderer.lo -MD -MP -MF .deps/diainteractiverenderer.Tpo -c 
diainteractiverenderer.c  -fPIC -DPIC -o .libs/diainteractiverenderer.o
if /bin/sh ../libtool --tag=CC --mode=compile /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl   
-I/usr/include/libxml2  -pthread -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/X11R6/include 
-I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 
-I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include   
-DDIA_SHEETDIR=\"/opt/dia/0.95/share/dia/sheets\" -I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include   -I/usr/include/libart-2.0    
-I/usr/include/libart-2.0   -DLIBDIR=\"/opt/dia/0.95/lib\" -DDATADIR=\"/opt/dia/0.95/share/dia\"   
-I/usr/include/libxml2 -I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe  -Wall -Wunused 
--std=c89 -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT diagdkrenderer.lo -MD -MP -MF ".deps/diagdkrenderer.Tpo" -c -o diagdkrenderer.lo 
diagdkrenderer.c; \
then mv -f ".deps/diagdkrenderer.Tpo" ".deps/diagdkrenderer.Plo"; else rm -f ".deps/diagdkrenderer.Tpo"; exit 
1; fi
 /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl -I/usr/include/libxml2 -pthread -I/usr/include/cairo 
-I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/libpng12 -I/usr/include/libxml2 
-I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include 
-I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include -DDIA_SHEETDIR=\"/opt/dia/0.95/share/dia/sheets\" 
-I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include -I/usr/include/libart-2.0 -I/usr/include/libart-2.0 
-DLIBDIR=\"/opt/dia/0.95/lib\" -DDATADIR=\"/opt/dia/0.95/share/dia\" -I/usr/include/libxml2 
-I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe -Wall -Wunused --std=c89 
-Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT diagdkrenderer.lo -MD -MP -MF .deps/diagdkrenderer.Tpo -c diagdkrenderer.c  -fPIC -DPIC 
-o .libs/diagdkrenderer.o
diagdkrenderer.c: In function 'draw_string':
diagdkrenderer.c:678: warning: pointer targets in passing argument 3 of 'gdk_gc_set_dashes' differ in 
signedness
diagdkrenderer.c: At top level:
diagdkrenderer.c:597: warning: 'get_layout_first_baseline' defined but not used
if /bin/sh ../libtool --tag=CC --mode=compile /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl   
-I/usr/include/libxml2  -pthread -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/X11R6/include 
-I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 
-I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include   
-DDIA_SHEETDIR=\"/opt/dia/0.95/share/dia/sheets\" -I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include   -I/usr/include/libart-2.0    
-I/usr/include/libart-2.0   -DLIBDIR=\"/opt/dia/0.95/lib\" -DDATADIR=\"/opt/dia/0.95/share/dia\"   
-I/usr/include/libxml2 -I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe  -Wall -Wunused 
--std=c89 -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT diasvgrenderer.lo -MD -MP -MF ".deps/diasvgrenderer.Tpo" -c -o diasvgrenderer.lo 
diasvgrenderer.c; \
then mv -f ".deps/diasvgrenderer.Tpo" ".deps/diasvgrenderer.Plo"; else rm -f ".deps/diasvgrenderer.Tpo"; exit 
1; fi
 /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl -I/usr/include/libxml2 -pthread -I/usr/include/cairo 
-I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/libpng12 -I/usr/include/libxml2 
-I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include 
-I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include -DDIA_SHEETDIR=\"/opt/dia/0.95/share/dia/sheets\" 
-I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include -I/usr/include/libart-2.0 -I/usr/include/libart-2.0 
-DLIBDIR=\"/opt/dia/0.95/lib\" -DDATADIR=\"/opt/dia/0.95/share/dia\" -I/usr/include/libxml2 
-I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe -Wall -Wunused --std=c89 
-Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT diasvgrenderer.lo -MD -MP -MF .deps/diasvgrenderer.Tpo -c diasvgrenderer.c  -fPIC -DPIC 
-o .libs/diasvgrenderer.o
diasvgrenderer.c: In function 'draw_line':
diasvgrenderer.c:266: warning: pointer targets in passing argument 3 of 'xmlNewChild' differ in signedness
diasvgrenderer.c:268: warning: pointer targets in passing argument 2 of 'xmlSetProp' differ in signedness
diasvgrenderer.c:268: warning: pointer targets in passing argument 3 of 'xmlSetProp' differ in signedness
diasvgrenderer.c:271: warning: pointer targets in passing argument 2 of 'xmlSetProp' differ in signedness
diasvgrenderer.c:271: warning: pointer targets in passing argument 3 of 'xmlSetProp' differ in signedness
diasvgrenderer.c:273: warning: pointer targets in passing argument 2 of 'xmlSetProp' differ in signedness
diasvgrenderer.c:273: warning: pointer targets in passing argument 3 of 'xmlSetProp' differ in signedness
diasvgrenderer.c:275: warning: pointer targets in passing argument 2 of 'xmlSetProp' differ in signedness
diasvgrenderer.c:275: warning: pointer targets in passing argument 3 of 'xmlSetProp' differ in signedness
diasvgrenderer.c:277: warning: pointer targets in passing argument 2 of 'xmlSetProp' differ in signedness
diasvgrenderer.c:277: warning: pointer targets in passing argument 3 of 'xmlSetProp' differ in signedness
diasvgrenderer.c: In function 'draw_polyline':
diasvgrenderer.c:292: warning: pointer targets in passing argument 3 of 'xmlNewChild' differ in signedness
diasvgrenderer.c:294: warning: pointer targets in passing argument 2 of 'xmlSetProp' differ in signedness
diasvgrenderer.c:294: warning: pointer targets in passing argument 3 of 'xmlSetProp' differ in signedness
diasvgrenderer.c:301: warning: pointer targets in passing argument 2 of 'xmlSetProp' differ in signedness
diasvgrenderer.c:301: warning: pointer targets in passing argument 3 of 'xmlSetProp' differ in signedness
diasvgrenderer.c: In function 'draw_polygon':
diasvgrenderer.c:317: warning: pointer targets in passing argument 3 of 'xmlNewChild' differ in signedness
diasvgrenderer.c:319: warning: pointer targets in passing argument 2 of 'xmlSetProp' differ in signedness
diasvgrenderer.c:319: warning: pointer targets in passing argument 3 of 'xmlSetProp' differ in signedness
diasvgrenderer.c:326: warning: pointer targets in passing argument 2 of 'xmlSetProp' differ in signedness
diasvgrenderer.c:326: warning: pointer targets in passing argument 3 of 'xmlSetProp' differ in signedness
diasvgrenderer.c: In function 'fill_polygon':
diasvgrenderer.c:342: warning: pointer targets in passing argument 3 of 'xmlNewChild' differ in signedness
diasvgrenderer.c:344: warning: pointer targets in passing argument 2 of 'xmlSetProp' differ in signedness
diasvgrenderer.c:344: warning: pointer targets in passing argument 3 of 'xmlSetProp' differ in signedness
diasvgrenderer.c:351: warning: pointer targets in passing argument 2 of 'xmlSetProp' differ in signedness
diasvgrenderer.c:351: warning: pointer targets in passing argument 3 of 'xmlSetProp' differ in signedness
diasvgrenderer.c: In function 'draw_rect':
diasvgrenderer.c:364: warning: pointer targets in passing argument 3 of 'xmlNewChild' differ in signedness
diasvgrenderer.c:366: warning: pointer targets in passing argument 2 of 'xmlSetProp' differ in signedness
diasvgrenderer.c:366: warning: pointer targets in passing argument 3 of 'xmlSetProp' differ in signedness
diasvgrenderer.c:369: warning: pointer targets in passing argument 2 of 'xmlSetProp' differ in signedness
diasvgrenderer.c:369: warning: pointer targets in passing argument 3 of 'xmlSetProp' differ in signedness
diasvgrenderer.c:371: warning: pointer targets in passing argument 2 of 'xmlSetProp' differ in signedness
diasvgrenderer.c:371: warning: pointer targets in passing argument 3 of 'xmlSetProp' differ in signedness
diasvgrenderer.c:373: warning: pointer targets in passing argument 2 of 'xmlSetProp' differ in signedness
diasvgrenderer.c:373: warning: pointer targets in passing argument 3 of 'xmlSetProp' differ in signedness
diasvgrenderer.c:375: warning: pointer targets in passing argument 2 of 'xmlSetProp' differ in signedness
diasvgrenderer.c:375: warning: pointer targets in passing argument 3 of 'xmlSetProp' differ in signedness
diasvgrenderer.c: In function 'fill_rect':
diasvgrenderer.c:387: warning: pointer targets in passing argument 3 of 'xmlNewChild' differ in signedness
diasvgrenderer.c:389: warning: pointer targets in passing argument 2 of 'xmlSetProp' differ in signedness
diasvgrenderer.c:389: warning: pointer targets in passing argument 3 of 'xmlSetProp' differ in signedness
diasvgrenderer.c:392: warning: pointer targets in passing argument 2 of 'xmlSetProp' differ in signedness
diasvgrenderer.c:392: warning: pointer targets in passing argument 3 of 'xmlSetProp' differ in signedness
diasvgrenderer.c:394: warning: pointer targets in passing argument 2 of 'xmlSetProp' differ in signedness
diasvgrenderer.c:394: warning: pointer targets in passing argument 3 of 'xmlSetProp' differ in signedness
diasvgrenderer.c:396: warning: pointer targets in passing argument 2 of 'xmlSetProp' differ in signedness
diasvgrenderer.c:396: warning: pointer targets in passing argument 3 of 'xmlSetProp' differ in signedness
diasvgrenderer.c:398: warning: pointer targets in passing argument 2 of 'xmlSetProp' differ in signedness
diasvgrenderer.c:398: warning: pointer targets in passing argument 3 of 'xmlSetProp' differ in signedness
diasvgrenderer.c: In function 'draw_arc':
diasvgrenderer.c:425: warning: pointer targets in passing argument 3 of 'xmlNewChild' differ in signedness
diasvgrenderer.c:427: warning: pointer targets in passing argument 2 of 'xmlSetProp' differ in signedness
diasvgrenderer.c:427: warning: pointer targets in passing argument 3 of 'xmlSetProp' differ in signedness
diasvgrenderer.c:435: warning: pointer targets in passing argument 2 of 'xmlSetProp' differ in signedness
diasvgrenderer.c:435: warning: pointer targets in passing argument 3 of 'xmlSetProp' differ in signedness
diasvgrenderer.c: In function 'fill_arc':
diasvgrenderer.c:464: warning: pointer targets in passing argument 3 of 'xmlNewChild' differ in signedness
diasvgrenderer.c:466: warning: pointer targets in passing argument 2 of 'xmlSetProp' differ in signedness
diasvgrenderer.c:466: warning: pointer targets in passing argument 3 of 'xmlSetProp' differ in signedness
diasvgrenderer.c:476: warning: pointer targets in passing argument 2 of 'xmlSetProp' differ in signedness
diasvgrenderer.c:476: warning: pointer targets in passing argument 3 of 'xmlSetProp' differ in signedness
diasvgrenderer.c: In function 'draw_ellipse':
diasvgrenderer.c:489: warning: pointer targets in passing argument 3 of 'xmlNewChild' differ in signedness
diasvgrenderer.c:491: warning: pointer targets in passing argument 2 of 'xmlSetProp' differ in signedness
diasvgrenderer.c:491: warning: pointer targets in passing argument 3 of 'xmlSetProp' differ in signedness
diasvgrenderer.c:494: warning: pointer targets in passing argument 2 of 'xmlSetProp' differ in signedness
diasvgrenderer.c:494: warning: pointer targets in passing argument 3 of 'xmlSetProp' differ in signedness
diasvgrenderer.c:496: warning: pointer targets in passing argument 2 of 'xmlSetProp' differ in signedness
diasvgrenderer.c:496: warning: pointer targets in passing argument 3 of 'xmlSetProp' differ in signedness
diasvgrenderer.c:498: warning: pointer targets in passing argument 2 of 'xmlSetProp' differ in signedness
diasvgrenderer.c:498: warning: pointer targets in passing argument 3 of 'xmlSetProp' differ in signedness
diasvgrenderer.c:500: warning: pointer targets in passing argument 2 of 'xmlSetProp' differ in signedness
diasvgrenderer.c:500: warning: pointer targets in passing argument 3 of 'xmlSetProp' differ in signedness
diasvgrenderer.c: In function 'fill_ellipse':
diasvgrenderer.c:513: warning: pointer targets in passing argument 3 of 'xmlNewChild' differ in signedness
diasvgrenderer.c:515: warning: pointer targets in passing argument 2 of 'xmlSetProp' differ in signedness
diasvgrenderer.c:515: warning: pointer targets in passing argument 3 of 'xmlSetProp' differ in signedness
diasvgrenderer.c:518: warning: pointer targets in passing argument 2 of 'xmlSetProp' differ in signedness
diasvgrenderer.c:518: warning: pointer targets in passing argument 3 of 'xmlSetProp' differ in signedness
diasvgrenderer.c:520: warning: pointer targets in passing argument 2 of 'xmlSetProp' differ in signedness
diasvgrenderer.c:520: warning: pointer targets in passing argument 3 of 'xmlSetProp' differ in signedness
diasvgrenderer.c:522: warning: pointer targets in passing argument 2 of 'xmlSetProp' differ in signedness
diasvgrenderer.c:522: warning: pointer targets in passing argument 3 of 'xmlSetProp' differ in signedness
diasvgrenderer.c:524: warning: pointer targets in passing argument 2 of 'xmlSetProp' differ in signedness
diasvgrenderer.c:524: warning: pointer targets in passing argument 3 of 'xmlSetProp' differ in signedness
diasvgrenderer.c: In function 'draw_bezier':
diasvgrenderer.c:544: warning: pointer targets in passing argument 3 of 'xmlNewChild' differ in signedness
diasvgrenderer.c:546: warning: pointer targets in passing argument 2 of 'xmlSetProp' differ in signedness
diasvgrenderer.c:546: warning: pointer targets in passing argument 3 of 'xmlSetProp' differ in signedness
diasvgrenderer.c:577: warning: pointer targets in passing argument 2 of 'xmlSetProp' differ in signedness
diasvgrenderer.c:577: warning: pointer targets in passing argument 3 of 'xmlSetProp' differ in signedness
diasvgrenderer.c: In function 'fill_bezier':
diasvgrenderer.c:598: warning: pointer targets in passing argument 3 of 'xmlNewChild' differ in signedness
diasvgrenderer.c:600: warning: pointer targets in passing argument 2 of 'xmlSetProp' differ in signedness
diasvgrenderer.c:600: warning: pointer targets in passing argument 3 of 'xmlSetProp' differ in signedness
diasvgrenderer.c:632: warning: pointer targets in passing argument 2 of 'xmlSetProp' differ in signedness
diasvgrenderer.c:632: warning: pointer targets in passing argument 3 of 'xmlSetProp' differ in signedness
diasvgrenderer.c: In function 'draw_string':
diasvgrenderer.c:648: warning: pointer targets in passing argument 3 of 'xmlNewChild' differ in signedness
diasvgrenderer.c:648: warning: pointer targets in passing argument 4 of 'xmlNewChild' differ in signedness
diasvgrenderer.c:686: warning: pointer targets in passing argument 2 of 'xmlSetProp' differ in signedness
diasvgrenderer.c:686: warning: pointer targets in passing argument 3 of 'xmlSetProp' differ in signedness
diasvgrenderer.c:690: warning: pointer targets in passing argument 2 of 'xmlSetProp' differ in signedness
diasvgrenderer.c:690: warning: pointer targets in passing argument 3 of 'xmlSetProp' differ in signedness
diasvgrenderer.c:692: warning: pointer targets in passing argument 2 of 'xmlSetProp' differ in signedness
diasvgrenderer.c:692: warning: pointer targets in passing argument 3 of 'xmlSetProp' differ in signedness
diasvgrenderer.c: In function 'draw_image':
diasvgrenderer.c:705: warning: pointer targets in passing argument 3 of 'xmlNewChild' differ in signedness
diasvgrenderer.c:708: warning: pointer targets in passing argument 2 of 'xmlSetProp' differ in signedness
diasvgrenderer.c:708: warning: pointer targets in passing argument 3 of 'xmlSetProp' differ in signedness
diasvgrenderer.c:710: warning: pointer targets in passing argument 2 of 'xmlSetProp' differ in signedness
diasvgrenderer.c:710: warning: pointer targets in passing argument 3 of 'xmlSetProp' differ in signedness
diasvgrenderer.c:712: warning: pointer targets in passing argument 2 of 'xmlSetProp' differ in signedness
diasvgrenderer.c:712: warning: pointer targets in passing argument 3 of 'xmlSetProp' differ in signedness
diasvgrenderer.c:714: warning: pointer targets in passing argument 2 of 'xmlSetProp' differ in signedness
diasvgrenderer.c:714: warning: pointer targets in passing argument 3 of 'xmlSetProp' differ in signedness
diasvgrenderer.c:715: warning: pointer targets in passing argument 2 of 'xmlSetProp' differ in signedness
diasvgrenderer.c:715: warning: pointer targets in passing argument 3 of 'xmlSetProp' differ in signedness
if /bin/sh ../libtool --tag=CC --mode=compile /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl   
-I/usr/include/libxml2  -pthread -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/X11R6/include 
-I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 
-I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include   
-DDIA_SHEETDIR=\"/opt/dia/0.95/share/dia/sheets\" -I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include   -I/usr/include/libart-2.0    
-I/usr/include/libart-2.0   -DLIBDIR=\"/opt/dia/0.95/lib\" -DDATADIR=\"/opt/dia/0.95/share/dia\"   
-I/usr/include/libxml2 -I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe  -Wall -Wunused 
--std=c89 -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT dialibartrenderer.lo -MD -MP -MF ".deps/dialibartrenderer.Tpo" -c -o 
dialibartrenderer.lo dialibartrenderer.c; \
then mv -f ".deps/dialibartrenderer.Tpo" ".deps/dialibartrenderer.Plo"; else rm -f 
".deps/dialibartrenderer.Tpo"; exit 1; fi
 /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl -I/usr/include/libxml2 -pthread -I/usr/include/cairo 
-I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/libpng12 -I/usr/include/libxml2 
-I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include 
-I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include -DDIA_SHEETDIR=\"/opt/dia/0.95/share/dia/sheets\" 
-I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include -I/usr/include/libart-2.0 -I/usr/include/libart-2.0 
-DLIBDIR=\"/opt/dia/0.95/lib\" -DDATADIR=\"/opt/dia/0.95/share/dia\" -I/usr/include/libxml2 
-I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe -Wall -Wunused --std=c89 
-Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT dialibartrenderer.lo -MD -MP -MF .deps/dialibartrenderer.Tpo -c dialibartrenderer.c  
-fPIC -DPIC -o .libs/dialibartrenderer.o
if /bin/sh ../libtool --tag=CC --mode=compile /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl   
-I/usr/include/libxml2  -pthread -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/X11R6/include 
-I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 
-I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include   
-DDIA_SHEETDIR=\"/opt/dia/0.95/share/dia/sheets\" -I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include   -I/usr/include/libart-2.0    
-I/usr/include/libart-2.0   -DLIBDIR=\"/opt/dia/0.95/lib\" -DDATADIR=\"/opt/dia/0.95/share/dia\"   
-I/usr/include/libxml2 -I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe  -Wall -Wunused 
--std=c89 -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT dia_svg.lo -MD -MP -MF ".deps/dia_svg.Tpo" -c -o dia_svg.lo dia_svg.c; \
then mv -f ".deps/dia_svg.Tpo" ".deps/dia_svg.Plo"; else rm -f ".deps/dia_svg.Tpo"; exit 1; fi
 /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl -I/usr/include/libxml2 -pthread -I/usr/include/cairo 
-I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/libpng12 -I/usr/include/libxml2 
-I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include 
-I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include -DDIA_SHEETDIR=\"/opt/dia/0.95/share/dia/sheets\" 
-I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include -I/usr/include/libart-2.0 -I/usr/include/libart-2.0 
-DLIBDIR=\"/opt/dia/0.95/lib\" -DDATADIR=\"/opt/dia/0.95/share/dia\" -I/usr/include/libxml2 
-I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe -Wall -Wunused --std=c89 
-Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT dia_svg.lo -MD -MP -MF .deps/dia_svg.Tpo -c dia_svg.c  -fPIC -DPIC -o .libs/dia_svg.o
dia_svg.c: In function 'dia_svg_parse_style':
dia_svg.c:151: warning: pointer targets in passing argument 2 of 'xmlGetProp' differ in signedness
dia_svg.c:324: warning: pointer targets in passing argument 2 of 'xmlGetProp' differ in signedness
dia_svg.c:326: warning: pointer targets in passing argument 2 of '_parse_color' differ in signedness
dia_svg.c:329: warning: pointer targets in passing argument 2 of 'xmlGetProp' differ in signedness
dia_svg.c:331: warning: pointer targets in passing argument 2 of '_parse_color' differ in signedness
dia_svg.c:334: warning: pointer targets in passing argument 2 of 'xmlGetProp' differ in signedness
dia_svg.c:336: warning: pointer targets in passing argument 1 of 'g_ascii_strtod' differ in signedness
dia_svg.c: In function 'dia_svg_parse_path':
dia_svg.c:805: warning: 'dest_c.y' may be used uninitialized in this function
dia_svg.c:805: warning: 'dest_c.x' may be used uninitialized in this function
if /bin/sh ../libtool --tag=CC --mode=compile /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl   
-I/usr/include/libxml2  -pthread -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/X11R6/include 
-I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 
-I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include   
-DDIA_SHEETDIR=\"/opt/dia/0.95/share/dia/sheets\" -I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include   -I/usr/include/libart-2.0    
-I/usr/include/libart-2.0   -DLIBDIR=\"/opt/dia/0.95/lib\" -DDATADIR=\"/opt/dia/0.95/share/dia\"   
-I/usr/include/libxml2 -I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe  -Wall -Wunused 
--std=c89 -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT diagtkfontsel.lo -MD -MP -MF ".deps/diagtkfontsel.Tpo" -c -o diagtkfontsel.lo 
diagtkfontsel.c; \
then mv -f ".deps/diagtkfontsel.Tpo" ".deps/diagtkfontsel.Plo"; else rm -f ".deps/diagtkfontsel.Tpo"; exit 1; 
fi
 /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl -I/usr/include/libxml2 -pthread -I/usr/include/cairo 
-I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/libpng12 -I/usr/include/libxml2 
-I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include 
-I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include -DDIA_SHEETDIR=\"/opt/dia/0.95/share/dia/sheets\" 
-I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include -I/usr/include/libart-2.0 -I/usr/include/libart-2.0 
-DLIBDIR=\"/opt/dia/0.95/lib\" -DDATADIR=\"/opt/dia/0.95/share/dia\" -I/usr/include/libxml2 
-I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe -Wall -Wunused --std=c89 
-Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT diagtkfontsel.lo -MD -MP -MF .deps/diagtkfontsel.Tpo -c diagtkfontsel.c  -fPIC -DPIC -o 
.libs/diagtkfontsel.o
diagtkfontsel.c: In function 'dia_gtk_font_selection_show_available_fonts':
diagtkfontsel.c:632: warning: passing argument 1 of 'pango_context_list_families' discards qualifiers from 
pointer target type
if /bin/sh ../libtool --tag=CC --mode=compile /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl   
-I/usr/include/libxml2  -pthread -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/X11R6/include 
-I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 
-I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include   
-DDIA_SHEETDIR=\"/opt/dia/0.95/share/dia/sheets\" -I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include   -I/usr/include/libart-2.0    
-I/usr/include/libart-2.0   -DLIBDIR=\"/opt/dia/0.95/lib\" -DDATADIR=\"/opt/dia/0.95/share/dia\"   
-I/usr/include/libxml2 -I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe  -Wall -Wunused 
--std=c89 -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT autoroute.lo -MD -MP -MF ".deps/autoroute.Tpo" -c -o autoroute.lo autoroute.c; \
then mv -f ".deps/autoroute.Tpo" ".deps/autoroute.Plo"; else rm -f ".deps/autoroute.Tpo"; exit 1; fi
 /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl -I/usr/include/libxml2 -pthread -I/usr/include/cairo 
-I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/libpng12 -I/usr/include/libxml2 
-I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include 
-I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include -DDIA_SHEETDIR=\"/opt/dia/0.95/share/dia/sheets\" 
-I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include -I/usr/include/libart-2.0 -I/usr/include/libart-2.0 
-DLIBDIR=\"/opt/dia/0.95/lib\" -DDATADIR=\"/opt/dia/0.95/share/dia\" -I/usr/include/libxml2 
-I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe -Wall -Wunused --std=c89 
-Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT autoroute.lo -MD -MP -MF .deps/autoroute.Tpo -c autoroute.c  -fPIC -DPIC -o 
.libs/autoroute.o
if /bin/sh ../libtool --tag=CC --mode=compile /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl   
-I/usr/include/libxml2  -pthread -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/X11R6/include 
-I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 
-I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include   
-DDIA_SHEETDIR=\"/opt/dia/0.95/share/dia/sheets\" -I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include   -I/usr/include/libart-2.0    
-I/usr/include/libart-2.0   -DLIBDIR=\"/opt/dia/0.95/lib\" -DDATADIR=\"/opt/dia/0.95/share/dia\"   
-I/usr/include/libxml2 -I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe  -Wall -Wunused 
--std=c89 -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT parent.lo -MD -MP -MF ".deps/parent.Tpo" -c -o parent.lo parent.c; \
then mv -f ".deps/parent.Tpo" ".deps/parent.Plo"; else rm -f ".deps/parent.Tpo"; exit 1; fi
 /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl -I/usr/include/libxml2 -pthread -I/usr/include/cairo 
-I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/libpng12 -I/usr/include/libxml2 
-I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include 
-I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include -DDIA_SHEETDIR=\"/opt/dia/0.95/share/dia/sheets\" 
-I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include -I/usr/include/libart-2.0 -I/usr/include/libart-2.0 
-DLIBDIR=\"/opt/dia/0.95/lib\" -DDATADIR=\"/opt/dia/0.95/share/dia\" -I/usr/include/libxml2 
-I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe -Wall -Wunused --std=c89 
-Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT parent.lo -MD -MP -MF .deps/parent.Tpo -c parent.c  -fPIC -DPIC -o .libs/parent.o
if /bin/sh ../libtool --tag=CC --mode=compile /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl   
-I/usr/include/libxml2  -pthread -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/X11R6/include 
-I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 
-I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include   
-DDIA_SHEETDIR=\"/opt/dia/0.95/share/dia/sheets\" -I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include   -I/usr/include/libart-2.0    
-I/usr/include/libart-2.0   -DLIBDIR=\"/opt/dia/0.95/lib\" -DDATADIR=\"/opt/dia/0.95/share/dia\"   
-I/usr/include/libxml2 -I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe  -Wall -Wunused 
--std=c89 -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT render_pixmap.lo -MD -MP -MF ".deps/render_pixmap.Tpo" -c -o render_pixmap.lo 
render_pixmap.c; \
then mv -f ".deps/render_pixmap.Tpo" ".deps/render_pixmap.Plo"; else rm -f ".deps/render_pixmap.Tpo"; exit 1; 
fi
 /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl -I/usr/include/libxml2 -pthread -I/usr/include/cairo 
-I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/libpng12 -I/usr/include/libxml2 
-I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include 
-I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include -DDIA_SHEETDIR=\"/opt/dia/0.95/share/dia/sheets\" 
-I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include -I/usr/include/libart-2.0 -I/usr/include/libart-2.0 
-DLIBDIR=\"/opt/dia/0.95/lib\" -DDATADIR=\"/opt/dia/0.95/share/dia\" -I/usr/include/libxml2 
-I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe -Wall -Wunused --std=c89 
-Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT render_pixmap.lo -MD -MP -MF .deps/render_pixmap.Tpo -c render_pixmap.c  -fPIC -DPIC -o 
.libs/render_pixmap.o
if /bin/sh ../libtool --tag=CC --mode=compile /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl   
-I/usr/include/libxml2  -pthread -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/X11R6/include 
-I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 
-I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include   
-DDIA_SHEETDIR=\"/opt/dia/0.95/share/dia/sheets\" -I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include   -I/usr/include/libart-2.0    
-I/usr/include/libart-2.0   -DLIBDIR=\"/opt/dia/0.95/lib\" -DDATADIR=\"/opt/dia/0.95/share/dia\"   
-I/usr/include/libxml2 -I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe  -Wall -Wunused 
--std=c89 -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT diaarrowchooser.lo -MD -MP -MF ".deps/diaarrowchooser.Tpo" -c -o diaarrowchooser.lo 
diaarrowchooser.c; \
then mv -f ".deps/diaarrowchooser.Tpo" ".deps/diaarrowchooser.Plo"; else rm -f ".deps/diaarrowchooser.Tpo"; 
exit 1; fi
 /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl -I/usr/include/libxml2 -pthread -I/usr/include/cairo 
-I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/libpng12 -I/usr/include/libxml2 
-I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include 
-I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include -DDIA_SHEETDIR=\"/opt/dia/0.95/share/dia/sheets\" 
-I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include -I/usr/include/libart-2.0 -I/usr/include/libart-2.0 
-DLIBDIR=\"/opt/dia/0.95/lib\" -DDATADIR=\"/opt/dia/0.95/share/dia\" -I/usr/include/libxml2 
-I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe -Wall -Wunused --std=c89 
-Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT diaarrowchooser.lo -MD -MP -MF .deps/diaarrowchooser.Tpo -c diaarrowchooser.c  -fPIC 
-DPIC -o .libs/diaarrowchooser.o
if /bin/sh ../libtool --tag=CC --mode=compile /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl   
-I/usr/include/libxml2  -pthread -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/X11R6/include 
-I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 
-I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include   
-DDIA_SHEETDIR=\"/opt/dia/0.95/share/dia/sheets\" -I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include   -I/usr/include/libart-2.0    
-I/usr/include/libart-2.0   -DLIBDIR=\"/opt/dia/0.95/lib\" -DDATADIR=\"/opt/dia/0.95/share/dia\"   
-I/usr/include/libxml2 -I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe  -Wall -Wunused 
--std=c89 -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT dialinechooser.lo -MD -MP -MF ".deps/dialinechooser.Tpo" -c -o dialinechooser.lo 
dialinechooser.c; \
then mv -f ".deps/dialinechooser.Tpo" ".deps/dialinechooser.Plo"; else rm -f ".deps/dialinechooser.Tpo"; exit 
1; fi
 /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl -I/usr/include/libxml2 -pthread -I/usr/include/cairo 
-I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/libpng12 -I/usr/include/libxml2 
-I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include 
-I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include -DDIA_SHEETDIR=\"/opt/dia/0.95/share/dia/sheets\" 
-I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include -I/usr/include/libart-2.0 -I/usr/include/libart-2.0 
-DLIBDIR=\"/opt/dia/0.95/lib\" -DDATADIR=\"/opt/dia/0.95/share/dia\" -I/usr/include/libxml2 
-I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe -Wall -Wunused --std=c89 
-Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT dialinechooser.lo -MD -MP -MF .deps/dialinechooser.Tpo -c dialinechooser.c  -fPIC -DPIC 
-o .libs/dialinechooser.o
if /bin/sh ../libtool --tag=CC --mode=compile /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl   
-I/usr/include/libxml2  -pthread -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/X11R6/include 
-I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 
-I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include   
-DDIA_SHEETDIR=\"/opt/dia/0.95/share/dia/sheets\" -I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include   -I/usr/include/libart-2.0    
-I/usr/include/libart-2.0   -DLIBDIR=\"/opt/dia/0.95/lib\" -DDATADIR=\"/opt/dia/0.95/share/dia\"   
-I/usr/include/libxml2 -I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe  -Wall -Wunused 
--std=c89 -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT persistence.lo -MD -MP -MF ".deps/persistence.Tpo" -c -o persistence.lo persistence.c; \
then mv -f ".deps/persistence.Tpo" ".deps/persistence.Plo"; else rm -f ".deps/persistence.Tpo"; exit 1; fi
 /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl -I/usr/include/libxml2 -pthread -I/usr/include/cairo 
-I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/libpng12 -I/usr/include/libxml2 
-I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include 
-I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include -DDIA_SHEETDIR=\"/opt/dia/0.95/share/dia/sheets\" 
-I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include -I/usr/include/libart-2.0 -I/usr/include/libart-2.0 
-DLIBDIR=\"/opt/dia/0.95/lib\" -DDATADIR=\"/opt/dia/0.95/share/dia\" -I/usr/include/libxml2 
-I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe -Wall -Wunused --std=c89 
-Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT persistence.lo -MD -MP -MF .deps/persistence.Tpo -c persistence.c  -fPIC -DPIC -o 
.libs/persistence.o
persistence.c: In function 'find_node_named':
persistence.c:231: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
persistence.c:231: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
persistence.c:231: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
persistence.c:231: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
persistence.c:231: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
persistence.c:231: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
persistence.c: In function 'persistence_load_type':
persistence.c:244: warning: pointer targets in initialization differ in signedness
persistence.c:253: warning: pointer targets in passing argument 2 of 'xmlGetProp' differ in signedness
persistence.c:253: warning: pointer targets in assignment differ in signedness
persistence.c: In function 'persistence_load':
persistence.c:325: warning: pointer targets in passing argument 3 of 'xmlSearchNs' differ in signedness
persistence.c:326: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
persistence.c:326: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
persistence.c:326: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
persistence.c:326: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
persistence.c:326: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
persistence.c:326: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
persistence.c: In function 'persistence_save_window':
persistence.c:349: warning: pointer targets in passing argument 3 of 'xmlNewChild' differ in signedness
persistence.c:351: warning: pointer targets in passing argument 2 of 'xmlSetProp' differ in signedness
persistence.c:351: warning: pointer targets in passing argument 3 of 'xmlSetProp' differ in signedness
persistence.c: In function 'persistence_save_list':
persistence.c:369: warning: pointer targets in passing argument 3 of 'xmlNewChild' differ in signedness
persistence.c:371: warning: pointer targets in passing argument 2 of 'xmlSetProp' differ in signedness
persistence.c:371: warning: pointer targets in passing argument 3 of 'xmlSetProp' differ in signedness
persistence.c: In function 'persistence_save_entrystring':
persistence.c:390: warning: pointer targets in passing argument 3 of 'xmlNewChild' differ in signedness
persistence.c:392: warning: pointer targets in passing argument 2 of 'xmlSetProp' differ in signedness
persistence.c:392: warning: pointer targets in passing argument 3 of 'xmlSetProp' differ in signedness
persistence.c: In function 'persistence_save_integer':
persistence.c:402: warning: pointer targets in passing argument 3 of 'xmlNewChild' differ in signedness
persistence.c:404: warning: pointer targets in passing argument 2 of 'xmlSetProp' differ in signedness
persistence.c:404: warning: pointer targets in passing argument 3 of 'xmlSetProp' differ in signedness
persistence.c: In function 'persistence_save_real':
persistence.c:414: warning: pointer targets in passing argument 3 of 'xmlNewChild' differ in signedness
persistence.c:416: warning: pointer targets in passing argument 2 of 'xmlSetProp' differ in signedness
persistence.c:416: warning: pointer targets in passing argument 3 of 'xmlSetProp' differ in signedness
persistence.c: In function 'persistence_save_boolean':
persistence.c:426: warning: pointer targets in passing argument 3 of 'xmlNewChild' differ in signedness
persistence.c:428: warning: pointer targets in passing argument 2 of 'xmlSetProp' differ in signedness
persistence.c:428: warning: pointer targets in passing argument 3 of 'xmlSetProp' differ in signedness
persistence.c: In function 'persistence_save_string':
persistence.c:438: warning: pointer targets in passing argument 3 of 'xmlNewChild' differ in signedness
persistence.c:440: warning: pointer targets in passing argument 2 of 'xmlSetProp' differ in signedness
persistence.c:440: warning: pointer targets in passing argument 3 of 'xmlSetProp' differ in signedness
persistence.c: In function 'persistence_save_color':
persistence.c:450: warning: pointer targets in passing argument 3 of 'xmlNewChild' differ in signedness
persistence.c:452: warning: pointer targets in passing argument 2 of 'xmlSetProp' differ in signedness
persistence.c:452: warning: pointer targets in passing argument 3 of 'xmlSetProp' differ in signedness
persistence.c: In function 'persistence_save':
persistence.c:473: warning: pointer targets in passing argument 1 of 'xmlNewDoc' differ in signedness
persistence.c:474: warning: pointer targets in passing argument 1 of 'xmlStrdup' differ in signedness
persistence.c:475: warning: pointer targets in passing argument 3 of 'xmlNewDocNode' differ in signedness
persistence.c:479: warning: pointer targets in passing argument 2 of 'xmlNewNs' differ in signedness
persistence.c:479: warning: pointer targets in passing argument 3 of 'xmlNewNs' differ in signedness
persistence.c: In function 'persistence_update_window':
persistence.c:547: warning: passing argument 2 of 'g_hash_table_insert' discards qualifiers from pointer 
target type
persistence.c: In function 'persistence_register_window':
persistence.c:584: warning: passing argument 2 of 'g_hash_table_insert' discards qualifiers from pointer 
target type
persistence.c: In function 'persistence_register_list':
persistence.c:714: warning: passing argument 2 of 'g_hash_table_insert' discards qualifiers from pointer 
target type
persistence.c: In function 'persistent_list_add':
persistence.c:773: warning: passing argument 3 of 'g_list_find_custom' from incompatible pointer type
persistence.c:782: warning: passing argument 3 of 'g_list_find_custom' from incompatible pointer type
persistence.c: In function 'persistent_list_remove':
persistence.c:810: warning: passing argument 3 of 'g_list_find_custom' from incompatible pointer type
persistence.c: In function 'persistent_list_add_listener':
persistence.c:850: warning: passing argument 2 of 'g_object_add_weak_pointer' from incompatible pointer type
persistence.c: In function 'persistent_list_invoke_listeners':
persistence.c:868: warning: passing argument 2 of 'g_list_remove_link' from incompatible pointer type
persistence.c: At top level:
persistence.c:230: warning: 'find_node_named' defined but not used
persistence.c:386: warning: 'persistence_save_entrystring' defined but not used
persistence.c:860: warning: 'persistent_list_invoke_listeners' defined but not used
if /bin/sh ../libtool --tag=CC --mode=compile /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl   
-I/usr/include/libxml2  -pthread -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/X11R6/include 
-I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 
-I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include   
-DDIA_SHEETDIR=\"/opt/dia/0.95/share/dia/sheets\" -I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include   -I/usr/include/libart-2.0    
-I/usr/include/libart-2.0   -DLIBDIR=\"/opt/dia/0.95/lib\" -DDATADIR=\"/opt/dia/0.95/share/dia\"   
-I/usr/include/libxml2 -I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe  -Wall -Wunused 
--std=c89 -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT diaerror.lo -MD -MP -MF ".deps/diaerror.Tpo" -c -o diaerror.lo diaerror.c; \
then mv -f ".deps/diaerror.Tpo" ".deps/diaerror.Plo"; else rm -f ".deps/diaerror.Tpo"; exit 1; fi
 /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl -I/usr/include/libxml2 -pthread -I/usr/include/cairo 
-I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/libpng12 -I/usr/include/libxml2 
-I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include 
-I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include -DDIA_SHEETDIR=\"/opt/dia/0.95/share/dia/sheets\" 
-I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include -I/usr/include/libart-2.0 -I/usr/include/libart-2.0 
-DLIBDIR=\"/opt/dia/0.95/lib\" -DDATADIR=\"/opt/dia/0.95/share/dia\" -I/usr/include/libxml2 
-I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe -Wall -Wunused --std=c89 
-Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT diaerror.lo -MD -MP -MF .deps/diaerror.Tpo -c diaerror.c  -fPIC -DPIC -o 
.libs/diaerror.o
if /bin/sh ../libtool --tag=CC --mode=compile /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl   
-I/usr/include/libxml2  -pthread -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/X11R6/include 
-I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 
-I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include   
-DDIA_SHEETDIR=\"/opt/dia/0.95/share/dia/sheets\" -I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include   -I/usr/include/libart-2.0    
-I/usr/include/libart-2.0   -DLIBDIR=\"/opt/dia/0.95/lib\" -DDATADIR=\"/opt/dia/0.95/share/dia\"   
-I/usr/include/libxml2 -I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe  -Wall -Wunused 
--std=c89 -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT diamarshal.lo -MD -MP -MF ".deps/diamarshal.Tpo" -c -o diamarshal.lo diamarshal.c; \
then mv -f ".deps/diamarshal.Tpo" ".deps/diamarshal.Plo"; else rm -f ".deps/diamarshal.Tpo"; exit 1; fi
 /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl -I/usr/include/libxml2 -pthread -I/usr/include/cairo 
-I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/libpng12 -I/usr/include/libxml2 
-I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include 
-I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include -DDIA_SHEETDIR=\"/opt/dia/0.95/share/dia/sheets\" 
-I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include -I/usr/include/libart-2.0 -I/usr/include/libart-2.0 
-DLIBDIR=\"/opt/dia/0.95/lib\" -DDATADIR=\"/opt/dia/0.95/share/dia\" -I/usr/include/libxml2 
-I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe -Wall -Wunused --std=c89 
-Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT diamarshal.lo -MD -MP -MF .deps/diamarshal.Tpo -c diamarshal.c  -fPIC -DPIC -o 
.libs/diamarshal.o
if /bin/sh ../libtool --tag=CC --mode=compile /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl   
-I/usr/include/libxml2  -pthread -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/X11R6/include 
-I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 
-I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include   
-DDIA_SHEETDIR=\"/opt/dia/0.95/share/dia/sheets\" -I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include   -I/usr/include/libart-2.0    
-I/usr/include/libart-2.0   -DLIBDIR=\"/opt/dia/0.95/lib\" -DDATADIR=\"/opt/dia/0.95/share/dia\"   
-I/usr/include/libxml2 -I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe  -Wall -Wunused 
--std=c89 -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT debug.lo -MD -MP -MF ".deps/debug.Tpo" -c -o debug.lo debug.c; \
then mv -f ".deps/debug.Tpo" ".deps/debug.Plo"; else rm -f ".deps/debug.Tpo"; exit 1; fi
 /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl -I/usr/include/libxml2 -pthread -I/usr/include/cairo 
-I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/libpng12 -I/usr/include/libxml2 
-I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include 
-I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include -DDIA_SHEETDIR=\"/opt/dia/0.95/share/dia/sheets\" 
-I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include -I/usr/include/libart-2.0 -I/usr/include/libart-2.0 
-DLIBDIR=\"/opt/dia/0.95/lib\" -DDATADIR=\"/opt/dia/0.95/share/dia\" -I/usr/include/libxml2 
-I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe -Wall -Wunused --std=c89 
-Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT debug.lo -MD -MP -MF .deps/debug.Tpo -c debug.c  -fPIC -DPIC -o .libs/debug.o
debug.c:33: warning: no previous prototype for 'dia_assert_true'
/bin/sh ../libtool --tag=CC --mode=link /opt/gcc/bin/gcc  -I/usr/include/libxml2 -I/usr/include/freetype2 -O3 
-march=i686 -mtune=pentium4 -pipe  -Wall -Wunused --std=c89 -Wdeclaration-after-statement 
-Wmissing-prototypes -Wmissing-declarations -finline-functions -fstrict-aliasing   -o libdia.la -rpath 
/opt/dia/0.95/lib/dia -avoid-version diagramdata.lo geometry.lo color.lo dia_xml.lo attributes.lo text.lo 
font.lo group.lo utils.lo arrows.lo message.lo focus.lo sheet.lo connectionpoint.lo object.lo 
object_defaults.lo connection.lo orth_conn.lo neworth_conn.lo poly_conn.lo bezier_conn.lo element.lo 
polyshape.lo beziershape.lo objchange.lo widgets.lo dia_image.lo intl.lo filter.lo connpoint_line.lo 
properties.lo propdesc.lo proplist.lo propoffsets.lo propobject.lo prop_basic.lo prop_inttypes.lo 
prop_geomtypes.lo prop_attr.lo prop_text.lo prop_widgets.lo prop_sdarray.lo propdialogs.lo propregistry.lo 
dia_dirs.lo plug-ins.lo paper.lo ps-utf8.lo boundingbox.lo dynamic_obj.lo diatransform.lo diarenderer.lo 
diainteractiverenderer.lo diagdkrenderer.lo diasvgrenderer.lo dialibartrenderer.lo dia_svg.lo 
diagtkfontsel.lo autoroute.lo parent.lo render_pixmap.lo diaarrowchooser.lo dialinechooser.lo persistence.lo 
diaerror.lo diamarshal.lo debug.lo  -lpng -lz -lm -lz
/opt/gcc/bin/gcc -shared  .libs/diagramdata.o .libs/geometry.o .libs/color.o .libs/dia_xml.o 
.libs/attributes.o .libs/text.o .libs/font.o .libs/group.o .libs/utils.o .libs/arrows.o .libs/message.o 
.libs/focus.o .libs/sheet.o .libs/connectionpoint.o .libs/object.o .libs/object_defaults.o .libs/connection.o 
.libs/orth_conn.o .libs/neworth_conn.o .libs/poly_conn.o .libs/bezier_conn.o .libs/element.o 
.libs/polyshape.o .libs/beziershape.o .libs/objchange.o .libs/widgets.o .libs/dia_image.o .libs/intl.o 
.libs/filter.o .libs/connpoint_line.o .libs/properties.o .libs/propdesc.o .libs/proplist.o 
.libs/propoffsets.o .libs/propobject.o .libs/prop_basic.o .libs/prop_inttypes.o .libs/prop_geomtypes.o 
.libs/prop_attr.o .libs/prop_text.o .libs/prop_widgets.o .libs/prop_sdarray.o .libs/propdialogs.o 
.libs/propregistry.o .libs/dia_dirs.o .libs/plug-ins.o .libs/paper.o .libs/ps-utf8.o .libs/boundingbox.o 
.libs/dynamic_obj.o .libs/diatransform.o .libs/diarenderer.o .libs/diainteractiverenderer.o 
.libs/diagdkrenderer.o .libs/diasvgrenderer.o .libs/dialibartrenderer.o .libs/dia_svg.o .libs/diagtkfontsel.o 
.libs/autoroute.o .libs/parent.o .libs/render_pixmap.o .libs/diaarrowchooser.o .libs/dialinechooser.o 
.libs/persistence.o .libs/diaerror.o .libs/diamarshal.o .libs/debug.o  -lpng -lm -lz  -march=i686 
-mtune=pentium4 -Wl,-soname -Wl,libdia.so -o .libs/libdia.so
creating libdia.la
(cd .libs && rm -f libdia.la && ln -s ../libdia.la libdia.la)
make[4]: Leaving directory `/scratch/dia-0.95-pre8/lib'
make[3]: Leaving directory `/scratch/dia-0.95-pre8/lib'
make[2]: Leaving directory `/scratch/dia-0.95-pre8/lib'
Making all in objects
make[2]: Entering directory `/scratch/dia-0.95-pre8/objects'
Making all in standard
make[3]: Entering directory `/scratch/dia-0.95-pre8/objects/standard'
make  all-am
make[4]: Entering directory `/scratch/dia-0.95-pre8/objects/standard'
if /bin/sh ../../libtool --tag=CC --mode=compile /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. 
-I../../intl -I./../../lib -pthread -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/X11R6/include 
-I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 
-I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include    -I/opt/gnome/include/pango-1.0 
-I/usr/include/freetype2 -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include       
-I/usr/include/libxml2 -I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe  -Wall -Wunused 
--std=c89 -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT arc.lo -MD -MP -MF ".deps/arc.Tpo" -c -o arc.lo arc.c; \
then mv -f ".deps/arc.Tpo" ".deps/arc.Plo"; else rm -f ".deps/arc.Tpo"; exit 1; fi
mkdir .libs
 /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../intl -I./../../lib -pthread -I/usr/include/cairo 
-I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/libpng12 -I/usr/include/libxml2 
-I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include 
-I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include -I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -I/usr/include/libxml2 
-I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe -Wall -Wunused --std=c89 
-Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT arc.lo -MD -MP -MF .deps/arc.Tpo -c arc.c  -fPIC -DPIC -o .libs/arc.o
arc.c: In function 'arc_compute_midpoint':
arc.c:481: warning: implicit declaration of function 'finite'
arc.c: In function 'calculate_arc_object_edge':
arc.c:549: warning: unused variable 'j'
arc.c: At top level:
arc.c:377: warning: 'arc_find_closest_vert_horiz' defined but not used
if /bin/sh ../../libtool --tag=CC --mode=compile /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. 
-I../../intl -I./../../lib -pthread -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/X11R6/include 
-I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 
-I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include    -I/opt/gnome/include/pango-1.0 
-I/usr/include/freetype2 -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include       
-I/usr/include/libxml2 -I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe  -Wall -Wunused 
--std=c89 -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT box.lo -MD -MP -MF ".deps/box.Tpo" -c -o box.lo box.c; \
then mv -f ".deps/box.Tpo" ".deps/box.Plo"; else rm -f ".deps/box.Tpo"; exit 1; fi
 /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../intl -I./../../lib -pthread -I/usr/include/cairo 
-I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/libpng12 -I/usr/include/libxml2 
-I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include 
-I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include -I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -I/usr/include/libxml2 
-I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe -Wall -Wunused --std=c89 
-Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT box.lo -MD -MP -MF .deps/box.Tpo -c box.c  -fPIC -DPIC -o .libs/box.o
if /bin/sh ../../libtool --tag=CC --mode=compile /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. 
-I../../intl -I./../../lib -pthread -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/X11R6/include 
-I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 
-I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include    -I/opt/gnome/include/pango-1.0 
-I/usr/include/freetype2 -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include       
-I/usr/include/libxml2 -I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe  -Wall -Wunused 
--std=c89 -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT ellipse.lo -MD -MP -MF ".deps/ellipse.Tpo" -c -o ellipse.lo ellipse.c; \
then mv -f ".deps/ellipse.Tpo" ".deps/ellipse.Plo"; else rm -f ".deps/ellipse.Tpo"; exit 1; fi
 /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../intl -I./../../lib -pthread -I/usr/include/cairo 
-I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/libpng12 -I/usr/include/libxml2 
-I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include 
-I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include -I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -I/usr/include/libxml2 
-I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe -Wall -Wunused --std=c89 
-Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT ellipse.lo -MD -MP -MF .deps/ellipse.Tpo -c ellipse.c  -fPIC -DPIC -o .libs/ellipse.o
if /bin/sh ../../libtool --tag=CC --mode=compile /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. 
-I../../intl -I./../../lib -pthread -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/X11R6/include 
-I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 
-I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include    -I/opt/gnome/include/pango-1.0 
-I/usr/include/freetype2 -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include       
-I/usr/include/libxml2 -I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe  -Wall -Wunused 
--std=c89 -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT textobj.lo -MD -MP -MF ".deps/textobj.Tpo" -c -o textobj.lo textobj.c; \
then mv -f ".deps/textobj.Tpo" ".deps/textobj.Plo"; else rm -f ".deps/textobj.Tpo"; exit 1; fi
 /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../intl -I./../../lib -pthread -I/usr/include/cairo 
-I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/libpng12 -I/usr/include/libxml2 
-I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include 
-I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include -I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -I/usr/include/libxml2 
-I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe -Wall -Wunused --std=c89 
-Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT textobj.lo -MD -MP -MF .deps/textobj.Tpo -c textobj.c  -fPIC -DPIC -o .libs/textobj.o
if /bin/sh ../../libtool --tag=CC --mode=compile /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. 
-I../../intl -I./../../lib -pthread -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/X11R6/include 
-I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 
-I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include    -I/opt/gnome/include/pango-1.0 
-I/usr/include/freetype2 -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include       
-I/usr/include/libxml2 -I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe  -Wall -Wunused 
--std=c89 -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT line.lo -MD -MP -MF ".deps/line.Tpo" -c -o line.lo line.c; \
then mv -f ".deps/line.Tpo" ".deps/line.Plo"; else rm -f ".deps/line.Tpo"; exit 1; fi
 /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../intl -I./../../lib -pthread -I/usr/include/cairo 
-I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/libpng12 -I/usr/include/libxml2 
-I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include 
-I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include -I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -I/usr/include/libxml2 
-I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe -Wall -Wunused --std=c89 
-Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT line.lo -MD -MP -MF .deps/line.Tpo -c line.c  -fPIC -DPIC -o .libs/line.o
line.c:313: warning: no previous prototype for 'line_adjust_for_absolute_gap'
line.c: In function 'line_update_data':
line.c:527: warning: passing argument 1 of 'connection_adjust_for_autogap' from incompatible pointer type
if /bin/sh ../../libtool --tag=CC --mode=compile /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. 
-I../../intl -I./../../lib -pthread -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/X11R6/include 
-I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 
-I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include    -I/opt/gnome/include/pango-1.0 
-I/usr/include/freetype2 -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include       
-I/usr/include/libxml2 -I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe  -Wall -Wunused 
--std=c89 -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT zigzagline.lo -MD -MP -MF ".deps/zigzagline.Tpo" -c -o zigzagline.lo zigzagline.c; \
then mv -f ".deps/zigzagline.Tpo" ".deps/zigzagline.Plo"; else rm -f ".deps/zigzagline.Tpo"; exit 1; fi
 /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../intl -I./../../lib -pthread -I/usr/include/cairo 
-I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/libpng12 -I/usr/include/libxml2 
-I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include 
-I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include -I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -I/usr/include/libxml2 
-I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe -Wall -Wunused --std=c89 
-Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT zigzagline.lo -MD -MP -MF .deps/zigzagline.Tpo -c zigzagline.c  -fPIC -DPIC -o 
.libs/zigzagline.o
if /bin/sh ../../libtool --tag=CC --mode=compile /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. 
-I../../intl -I./../../lib -pthread -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/X11R6/include 
-I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 
-I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include    -I/opt/gnome/include/pango-1.0 
-I/usr/include/freetype2 -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include       
-I/usr/include/libxml2 -I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe  -Wall -Wunused 
--std=c89 -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT polyline.lo -MD -MP -MF ".deps/polyline.Tpo" -c -o polyline.lo polyline.c; \
then mv -f ".deps/polyline.Tpo" ".deps/polyline.Plo"; else rm -f ".deps/polyline.Tpo"; exit 1; fi
 /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../intl -I./../../lib -pthread -I/usr/include/cairo 
-I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/libpng12 -I/usr/include/libxml2 
-I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include 
-I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include -I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -I/usr/include/libxml2 
-I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe -Wall -Wunused --std=c89 
-Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT polyline.lo -MD -MP -MF .deps/polyline.Tpo -c polyline.c  -fPIC -DPIC -o 
.libs/polyline.o
if /bin/sh ../../libtool --tag=CC --mode=compile /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. 
-I../../intl -I./../../lib -pthread -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/X11R6/include 
-I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 
-I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include    -I/opt/gnome/include/pango-1.0 
-I/usr/include/freetype2 -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include       
-I/usr/include/libxml2 -I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe  -Wall -Wunused 
--std=c89 -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT bezier.lo -MD -MP -MF ".deps/bezier.Tpo" -c -o bezier.lo bezier.c; \
then mv -f ".deps/bezier.Tpo" ".deps/bezier.Plo"; else rm -f ".deps/bezier.Tpo"; exit 1; fi
 /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../intl -I./../../lib -pthread -I/usr/include/cairo 
-I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/libpng12 -I/usr/include/libxml2 
-I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include 
-I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include -I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -I/usr/include/libxml2 
-I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe -Wall -Wunused --std=c89 
-Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT bezier.lo -MD -MP -MF .deps/bezier.Tpo -c bezier.c  -fPIC -DPIC -o .libs/bezier.o
if /bin/sh ../../libtool --tag=CC --mode=compile /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. 
-I../../intl -I./../../lib -pthread -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/X11R6/include 
-I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 
-I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include    -I/opt/gnome/include/pango-1.0 
-I/usr/include/freetype2 -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include       
-I/usr/include/libxml2 -I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe  -Wall -Wunused 
--std=c89 -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT standard.lo -MD -MP -MF ".deps/standard.Tpo" -c -o standard.lo standard.c; \
then mv -f ".deps/standard.Tpo" ".deps/standard.Plo"; else rm -f ".deps/standard.Tpo"; exit 1; fi
 /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../intl -I./../../lib -pthread -I/usr/include/cairo 
-I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/libpng12 -I/usr/include/libxml2 
-I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include 
-I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include -I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -I/usr/include/libxml2 
-I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe -Wall -Wunused --std=c89 
-Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT standard.lo -MD -MP -MF .deps/standard.Tpo -c standard.c  -fPIC -DPIC -o 
.libs/standard.o
if /bin/sh ../../libtool --tag=CC --mode=compile /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. 
-I../../intl -I./../../lib -pthread -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/X11R6/include 
-I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 
-I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include    -I/opt/gnome/include/pango-1.0 
-I/usr/include/freetype2 -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include       
-I/usr/include/libxml2 -I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe  -Wall -Wunused 
--std=c89 -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT image.lo -MD -MP -MF ".deps/image.Tpo" -c -o image.lo image.c; \
then mv -f ".deps/image.Tpo" ".deps/image.Plo"; else rm -f ".deps/image.Tpo"; exit 1; fi
 /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../intl -I./../../lib -pthread -I/usr/include/cairo 
-I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/libpng12 -I/usr/include/libxml2 
-I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include 
-I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include -I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -I/usr/include/libxml2 
-I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe -Wall -Wunused --std=c89 
-Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT image.lo -MD -MP -MF .deps/image.Tpo -c image.c  -fPIC -DPIC -o .libs/image.o
if /bin/sh ../../libtool --tag=CC --mode=compile /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. 
-I../../intl -I./../../lib -pthread -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/X11R6/include 
-I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 
-I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include    -I/opt/gnome/include/pango-1.0 
-I/usr/include/freetype2 -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include       
-I/usr/include/libxml2 -I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe  -Wall -Wunused 
--std=c89 -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT polygon.lo -MD -MP -MF ".deps/polygon.Tpo" -c -o polygon.lo polygon.c; \
then mv -f ".deps/polygon.Tpo" ".deps/polygon.Plo"; else rm -f ".deps/polygon.Tpo"; exit 1; fi
 /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../intl -I./../../lib -pthread -I/usr/include/cairo 
-I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/libpng12 -I/usr/include/libxml2 
-I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include 
-I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include -I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -I/usr/include/libxml2 
-I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe -Wall -Wunused --std=c89 
-Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT polygon.lo -MD -MP -MF .deps/polygon.Tpo -c polygon.c  -fPIC -DPIC -o .libs/polygon.o
if /bin/sh ../../libtool --tag=CC --mode=compile /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. 
-I../../intl -I./../../lib -pthread -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/X11R6/include 
-I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 
-I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include    -I/opt/gnome/include/pango-1.0 
-I/usr/include/freetype2 -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include       
-I/usr/include/libxml2 -I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe  -Wall -Wunused 
--std=c89 -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT beziergon.lo -MD -MP -MF ".deps/beziergon.Tpo" -c -o beziergon.lo beziergon.c; \
then mv -f ".deps/beziergon.Tpo" ".deps/beziergon.Plo"; else rm -f ".deps/beziergon.Tpo"; exit 1; fi
 /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../intl -I./../../lib -pthread -I/usr/include/cairo 
-I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/libpng12 -I/usr/include/libxml2 
-I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include 
-I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include -I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -I/usr/include/libxml2 
-I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe -Wall -Wunused --std=c89 
-Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT beziergon.lo -MD -MP -MF .deps/beziergon.Tpo -c beziergon.c  -fPIC -DPIC -o 
.libs/beziergon.o
/bin/sh ../../libtool --tag=CC --mode=link /opt/gcc/bin/gcc  -I/usr/include/libxml2 -I/usr/include/freetype2 
-O3 -march=i686 -mtune=pentium4 -pipe  -Wall -Wunused --std=c89 -Wdeclaration-after-statement 
-Wmissing-prototypes -Wmissing-declarations -finline-functions -fstrict-aliasing   -o libstandard_objects.la 
-rpath /opt/dia/0.95/lib/dia -export-dynamic -module -avoid-version arc.lo box.lo ellipse.lo textobj.lo 
line.lo zigzagline.lo polyline.lo bezier.lo standard.lo image.lo polygon.lo beziergon.lo  -lpng -lz -lm -lz
/opt/gcc/bin/gcc -shared  .libs/arc.o .libs/box.o .libs/ellipse.o .libs/textobj.o .libs/line.o 
.libs/zigzagline.o .libs/polyline.o .libs/bezier.o .libs/standard.o .libs/image.o .libs/polygon.o 
.libs/beziergon.o  -lpng -lm -lz  -march=i686 -mtune=pentium4 -Wl,-soname -Wl,libstandard_objects.so -o 
.libs/libstandard_objects.so
creating libstandard_objects.la
(cd .libs && rm -f libstandard_objects.la && ln -s ../libstandard_objects.la libstandard_objects.la)
make[4]: Leaving directory `/scratch/dia-0.95-pre8/objects/standard'
make[3]: Leaving directory `/scratch/dia-0.95-pre8/objects/standard'
Making all in network
make[3]: Entering directory `/scratch/dia-0.95-pre8/objects/network'
if /bin/sh ../../libtool --tag=CC --mode=compile /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. 
-I../../intl -I./../../lib -pthread -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/X11R6/include 
-I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 
-I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include    -I/opt/gnome/include/pango-1.0 
-I/usr/include/freetype2 -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include       
-I/usr/include/libxml2 -I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe  -Wall -Wunused 
--std=c89 -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT network.lo -MD -MP -MF ".deps/network.Tpo" -c -o network.lo network.c; \
then mv -f ".deps/network.Tpo" ".deps/network.Plo"; else rm -f ".deps/network.Tpo"; exit 1; fi
mkdir .libs
 /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../intl -I./../../lib -pthread -I/usr/include/cairo 
-I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/libpng12 -I/usr/include/libxml2 
-I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include 
-I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include -I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -I/usr/include/libxml2 
-I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe -Wall -Wunused --std=c89 
-Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT network.lo -MD -MP -MF .deps/network.Tpo -c network.c  -fPIC -DPIC -o .libs/network.o
if /bin/sh ../../libtool --tag=CC --mode=compile /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. 
-I../../intl -I./../../lib -pthread -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/X11R6/include 
-I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 
-I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include    -I/opt/gnome/include/pango-1.0 
-I/usr/include/freetype2 -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include       
-I/usr/include/libxml2 -I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe  -Wall -Wunused 
--std=c89 -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT bus.lo -MD -MP -MF ".deps/bus.Tpo" -c -o bus.lo bus.c; \
then mv -f ".deps/bus.Tpo" ".deps/bus.Plo"; else rm -f ".deps/bus.Tpo"; exit 1; fi
 /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../intl -I./../../lib -pthread -I/usr/include/cairo 
-I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/libpng12 -I/usr/include/libxml2 
-I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include 
-I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include -I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -I/usr/include/libxml2 
-I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe -Wall -Wunused --std=c89 
-Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT bus.lo -MD -MP -MF .deps/bus.Tpo -c bus.c  -fPIC -DPIC -o .libs/bus.o
if /bin/sh ../../libtool --tag=CC --mode=compile /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. 
-I../../intl -I./../../lib -pthread -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/X11R6/include 
-I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 
-I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include    -I/opt/gnome/include/pango-1.0 
-I/usr/include/freetype2 -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include       
-I/usr/include/libxml2 -I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe  -Wall -Wunused 
--std=c89 -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT radiocell.lo -MD -MP -MF ".deps/radiocell.Tpo" -c -o radiocell.lo radiocell.c; \
then mv -f ".deps/radiocell.Tpo" ".deps/radiocell.Plo"; else rm -f ".deps/radiocell.Tpo"; exit 1; fi
 /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../intl -I./../../lib -pthread -I/usr/include/cairo 
-I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/libpng12 -I/usr/include/libxml2 
-I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include 
-I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include -I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -I/usr/include/libxml2 
-I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe -Wall -Wunused --std=c89 
-Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT radiocell.lo -MD -MP -MF .deps/radiocell.Tpo -c radiocell.c  -fPIC -DPIC -o 
.libs/radiocell.o
if /bin/sh ../../libtool --tag=CC --mode=compile /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. 
-I../../intl -I./../../lib -pthread -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/X11R6/include 
-I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 
-I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include    -I/opt/gnome/include/pango-1.0 
-I/usr/include/freetype2 -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include       
-I/usr/include/libxml2 -I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe  -Wall -Wunused 
--std=c89 -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT basestation.lo -MD -MP -MF ".deps/basestation.Tpo" -c -o basestation.lo basestation.c; \
then mv -f ".deps/basestation.Tpo" ".deps/basestation.Plo"; else rm -f ".deps/basestation.Tpo"; exit 1; fi
 /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../intl -I./../../lib -pthread -I/usr/include/cairo 
-I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/libpng12 -I/usr/include/libxml2 
-I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include 
-I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include -I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -I/usr/include/libxml2 
-I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe -Wall -Wunused --std=c89 
-Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT basestation.lo -MD -MP -MF .deps/basestation.Tpo -c basestation.c  -fPIC -DPIC -o 
.libs/basestation.o
if /bin/sh ../../libtool --tag=CC --mode=compile /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. 
-I../../intl -I./../../lib -pthread -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/X11R6/include 
-I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 
-I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include    -I/opt/gnome/include/pango-1.0 
-I/usr/include/freetype2 -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include       
-I/usr/include/libxml2 -I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe  -Wall -Wunused 
--std=c89 -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT wanlink.lo -MD -MP -MF ".deps/wanlink.Tpo" -c -o wanlink.lo wanlink.c; \
then mv -f ".deps/wanlink.Tpo" ".deps/wanlink.Plo"; else rm -f ".deps/wanlink.Tpo"; exit 1; fi
 /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../intl -I./../../lib -pthread -I/usr/include/cairo 
-I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/libpng12 -I/usr/include/libxml2 
-I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include 
-I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include -I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -I/usr/include/libxml2 
-I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe -Wall -Wunused --std=c89 
-Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT wanlink.lo -MD -MP -MF .deps/wanlink.Tpo -c wanlink.c  -fPIC -DPIC -o .libs/wanlink.o
/bin/sh ../../libtool --tag=CC --mode=link /opt/gcc/bin/gcc  -I/usr/include/libxml2 -I/usr/include/freetype2 
-O3 -march=i686 -mtune=pentium4 -pipe  -Wall -Wunused --std=c89 -Wdeclaration-after-statement 
-Wmissing-prototypes -Wmissing-declarations -finline-functions -fstrict-aliasing   -o libnetwork_objects.la 
-rpath /opt/dia/0.95/lib/dia -export-dynamic -module -avoid-version network.lo bus.lo radiocell.lo 
basestation.lo wanlink.lo  -lpng -lz -lm -lz
/opt/gcc/bin/gcc -shared  .libs/network.o .libs/bus.o .libs/radiocell.o .libs/basestation.o .libs/wanlink.o  
-lpng -lm -lz  -march=i686 -mtune=pentium4 -Wl,-soname -Wl,libnetwork_objects.so -o 
.libs/libnetwork_objects.so
creating libnetwork_objects.la
(cd .libs && rm -f libnetwork_objects.la && ln -s ../libnetwork_objects.la libnetwork_objects.la)
make[3]: Leaving directory `/scratch/dia-0.95-pre8/objects/network'
Making all in UML
make[3]: Entering directory `/scratch/dia-0.95-pre8/objects/UML'
if /bin/sh ../../libtool --tag=CC --mode=compile /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. 
-I../../intl -I./../../lib -pthread -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/X11R6/include 
-I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 
-I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include    -I/opt/gnome/include/pango-1.0 
-I/usr/include/freetype2 -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include       
-I/usr/include/libxml2 -I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe  -Wall -Wunused 
--std=c89 -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT uml.lo -MD -MP -MF ".deps/uml.Tpo" -c -o uml.lo uml.c; \
then mv -f ".deps/uml.Tpo" ".deps/uml.Plo"; else rm -f ".deps/uml.Tpo"; exit 1; fi
mkdir .libs
 /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../intl -I./../../lib -pthread -I/usr/include/cairo 
-I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/libpng12 -I/usr/include/libxml2 
-I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include 
-I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include -I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -I/usr/include/libxml2 
-I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe -Wall -Wunused --std=c89 
-Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT uml.lo -MD -MP -MF .deps/uml.Tpo -c uml.c  -fPIC -DPIC -o .libs/uml.o
if /bin/sh ../../libtool --tag=CC --mode=compile /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. 
-I../../intl -I./../../lib -pthread -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/X11R6/include 
-I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 
-I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include    -I/opt/gnome/include/pango-1.0 
-I/usr/include/freetype2 -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include       
-I/usr/include/libxml2 -I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe  -Wall -Wunused 
--std=c89 -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT class.lo -MD -MP -MF ".deps/class.Tpo" -c -o class.lo class.c; \
then mv -f ".deps/class.Tpo" ".deps/class.Plo"; else rm -f ".deps/class.Tpo"; exit 1; fi
 /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../intl -I./../../lib -pthread -I/usr/include/cairo 
-I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/libpng12 -I/usr/include/libxml2 
-I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include 
-I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include -I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -I/usr/include/libxml2 
-I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe -Wall -Wunused --std=c89 
-Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT class.lo -MD -MP -MF .deps/class.Tpo -c class.c  -fPIC -DPIC -o .libs/class.o
class.c:2138:3: warning: "/*" within comment
class.c: In function 'umlclass_sanity_check':
class.c:2272: warning: unused variable 'ops'
if /bin/sh ../../libtool --tag=CC --mode=compile /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. 
-I../../intl -I./../../lib -pthread -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/X11R6/include 
-I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 
-I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include    -I/opt/gnome/include/pango-1.0 
-I/usr/include/freetype2 -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include       
-I/usr/include/libxml2 -I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe  -Wall -Wunused 
--std=c89 -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT class_dialog.lo -MD -MP -MF ".deps/class_dialog.Tpo" -c -o class_dialog.lo 
class_dialog.c; \
then mv -f ".deps/class_dialog.Tpo" ".deps/class_dialog.Plo"; else rm -f ".deps/class_dialog.Tpo"; exit 1; fi
 /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../intl -I./../../lib -pthread -I/usr/include/cairo 
-I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/libpng12 -I/usr/include/libxml2 
-I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include 
-I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include -I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -I/usr/include/libxml2 
-I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe -Wall -Wunused --std=c89 
-Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT class_dialog.lo -MD -MP -MF .deps/class_dialog.Tpo -c class_dialog.c  -fPIC -DPIC -o 
.libs/class_dialog.o
./../../lib/element.h:66: warning: 'width_range' defined but not used
if /bin/sh ../../libtool --tag=CC --mode=compile /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. 
-I../../intl -I./../../lib -pthread -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/X11R6/include 
-I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 
-I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include    -I/opt/gnome/include/pango-1.0 
-I/usr/include/freetype2 -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include       
-I/usr/include/libxml2 -I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe  -Wall -Wunused 
--std=c89 -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT note.lo -MD -MP -MF ".deps/note.Tpo" -c -o note.lo note.c; \
then mv -f ".deps/note.Tpo" ".deps/note.Plo"; else rm -f ".deps/note.Tpo"; exit 1; fi
 /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../intl -I./../../lib -pthread -I/usr/include/cairo 
-I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/libpng12 -I/usr/include/libxml2 
-I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include 
-I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include -I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -I/usr/include/libxml2 
-I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe -Wall -Wunused --std=c89 
-Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT note.lo -MD -MP -MF .deps/note.Tpo -c note.c  -fPIC -DPIC -o .libs/note.o
if /bin/sh ../../libtool --tag=CC --mode=compile /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. 
-I../../intl -I./../../lib -pthread -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/X11R6/include 
-I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 
-I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include    -I/opt/gnome/include/pango-1.0 
-I/usr/include/freetype2 -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include       
-I/usr/include/libxml2 -I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe  -Wall -Wunused 
--std=c89 -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT actor.lo -MD -MP -MF ".deps/actor.Tpo" -c -o actor.lo actor.c; \
then mv -f ".deps/actor.Tpo" ".deps/actor.Plo"; else rm -f ".deps/actor.Tpo"; exit 1; fi
 /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../intl -I./../../lib -pthread -I/usr/include/cairo 
-I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/libpng12 -I/usr/include/libxml2 
-I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include 
-I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include -I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -I/usr/include/libxml2 
-I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe -Wall -Wunused --std=c89 
-Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT actor.lo -MD -MP -MF .deps/actor.Tpo -c actor.c  -fPIC -DPIC -o .libs/actor.o
if /bin/sh ../../libtool --tag=CC --mode=compile /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. 
-I../../intl -I./../../lib -pthread -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/X11R6/include 
-I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 
-I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include    -I/opt/gnome/include/pango-1.0 
-I/usr/include/freetype2 -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include       
-I/usr/include/libxml2 -I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe  -Wall -Wunused 
--std=c89 -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT usecase.lo -MD -MP -MF ".deps/usecase.Tpo" -c -o usecase.lo usecase.c; \
then mv -f ".deps/usecase.Tpo" ".deps/usecase.Plo"; else rm -f ".deps/usecase.Tpo"; exit 1; fi
 /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../intl -I./../../lib -pthread -I/usr/include/cairo 
-I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/libpng12 -I/usr/include/libxml2 
-I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include 
-I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include -I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -I/usr/include/libxml2 
-I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe -Wall -Wunused --std=c89 
-Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT usecase.lo -MD -MP -MF .deps/usecase.Tpo -c usecase.c  -fPIC -DPIC -o .libs/usecase.o
if /bin/sh ../../libtool --tag=CC --mode=compile /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. 
-I../../intl -I./../../lib -pthread -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/X11R6/include 
-I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 
-I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include    -I/opt/gnome/include/pango-1.0 
-I/usr/include/freetype2 -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include       
-I/usr/include/libxml2 -I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe  -Wall -Wunused 
--std=c89 -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT realizes.lo -MD -MP -MF ".deps/realizes.Tpo" -c -o realizes.lo realizes.c; \
then mv -f ".deps/realizes.Tpo" ".deps/realizes.Plo"; else rm -f ".deps/realizes.Tpo"; exit 1; fi
 /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../intl -I./../../lib -pthread -I/usr/include/cairo 
-I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/libpng12 -I/usr/include/libxml2 
-I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include 
-I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include -I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -I/usr/include/libxml2 
-I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe -Wall -Wunused --std=c89 
-Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT realizes.lo -MD -MP -MF .deps/realizes.Tpo -c realizes.c  -fPIC -DPIC -o 
.libs/realizes.o
if /bin/sh ../../libtool --tag=CC --mode=compile /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. 
-I../../intl -I./../../lib -pthread -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/X11R6/include 
-I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 
-I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include    -I/opt/gnome/include/pango-1.0 
-I/usr/include/freetype2 -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include       
-I/usr/include/libxml2 -I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe  -Wall -Wunused 
--std=c89 -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT constraint.lo -MD -MP -MF ".deps/constraint.Tpo" -c -o constraint.lo constraint.c; \
then mv -f ".deps/constraint.Tpo" ".deps/constraint.Plo"; else rm -f ".deps/constraint.Tpo"; exit 1; fi
 /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../intl -I./../../lib -pthread -I/usr/include/cairo 
-I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/libpng12 -I/usr/include/libxml2 
-I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include 
-I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include -I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -I/usr/include/libxml2 
-I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe -Wall -Wunused --std=c89 
-Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT constraint.lo -MD -MP -MF .deps/constraint.Tpo -c constraint.c  -fPIC -DPIC -o 
.libs/constraint.o
if /bin/sh ../../libtool --tag=CC --mode=compile /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. 
-I../../intl -I./../../lib -pthread -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/X11R6/include 
-I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 
-I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include    -I/opt/gnome/include/pango-1.0 
-I/usr/include/freetype2 -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include       
-I/usr/include/libxml2 -I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe  -Wall -Wunused 
--std=c89 -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT small_package.lo -MD -MP -MF ".deps/small_package.Tpo" -c -o small_package.lo 
small_package.c; \
then mv -f ".deps/small_package.Tpo" ".deps/small_package.Plo"; else rm -f ".deps/small_package.Tpo"; exit 1; 
fi
 /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../intl -I./../../lib -pthread -I/usr/include/cairo 
-I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/libpng12 -I/usr/include/libxml2 
-I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include 
-I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include -I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -I/usr/include/libxml2 
-I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe -Wall -Wunused --std=c89 
-Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT small_package.lo -MD -MP -MF .deps/small_package.Tpo -c small_package.c  -fPIC -DPIC -o 
.libs/small_package.o
if /bin/sh ../../libtool --tag=CC --mode=compile /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. 
-I../../intl -I./../../lib -pthread -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/X11R6/include 
-I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 
-I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include    -I/opt/gnome/include/pango-1.0 
-I/usr/include/freetype2 -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include       
-I/usr/include/libxml2 -I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe  -Wall -Wunused 
--std=c89 -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT large_package.lo -MD -MP -MF ".deps/large_package.Tpo" -c -o large_package.lo 
large_package.c; \
then mv -f ".deps/large_package.Tpo" ".deps/large_package.Plo"; else rm -f ".deps/large_package.Tpo"; exit 1; 
fi
 /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../intl -I./../../lib -pthread -I/usr/include/cairo 
-I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/libpng12 -I/usr/include/libxml2 
-I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include 
-I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include -I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -I/usr/include/libxml2 
-I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe -Wall -Wunused --std=c89 
-Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT large_package.lo -MD -MP -MF .deps/large_package.Tpo -c large_package.c  -fPIC -DPIC -o 
.libs/large_package.o
if /bin/sh ../../libtool --tag=CC --mode=compile /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. 
-I../../intl -I./../../lib -pthread -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/X11R6/include 
-I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 
-I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include    -I/opt/gnome/include/pango-1.0 
-I/usr/include/freetype2 -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include       
-I/usr/include/libxml2 -I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe  -Wall -Wunused 
--std=c89 -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT implements.lo -MD -MP -MF ".deps/implements.Tpo" -c -o implements.lo implements.c; \
then mv -f ".deps/implements.Tpo" ".deps/implements.Plo"; else rm -f ".deps/implements.Tpo"; exit 1; fi
 /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../intl -I./../../lib -pthread -I/usr/include/cairo 
-I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/libpng12 -I/usr/include/libxml2 
-I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include 
-I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include -I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -I/usr/include/libxml2 
-I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe -Wall -Wunused --std=c89 
-Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT implements.lo -MD -MP -MF .deps/implements.Tpo -c implements.c  -fPIC -DPIC -o 
.libs/implements.o
if /bin/sh ../../libtool --tag=CC --mode=compile /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. 
-I../../intl -I./../../lib -pthread -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/X11R6/include 
-I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 
-I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include    -I/opt/gnome/include/pango-1.0 
-I/usr/include/freetype2 -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include       
-I/usr/include/libxml2 -I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe  -Wall -Wunused 
--std=c89 -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT generalization.lo -MD -MP -MF ".deps/generalization.Tpo" -c -o generalization.lo 
generalization.c; \
then mv -f ".deps/generalization.Tpo" ".deps/generalization.Plo"; else rm -f ".deps/generalization.Tpo"; exit 
1; fi
 /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../intl -I./../../lib -pthread -I/usr/include/cairo 
-I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/libpng12 -I/usr/include/libxml2 
-I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include 
-I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include -I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -I/usr/include/libxml2 
-I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe -Wall -Wunused --std=c89 
-Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT generalization.lo -MD -MP -MF .deps/generalization.Tpo -c generalization.c  -fPIC -DPIC 
-o .libs/generalization.o
if /bin/sh ../../libtool --tag=CC --mode=compile /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. 
-I../../intl -I./../../lib -pthread -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/X11R6/include 
-I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 
-I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include    -I/opt/gnome/include/pango-1.0 
-I/usr/include/freetype2 -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include       
-I/usr/include/libxml2 -I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe  -Wall -Wunused 
--std=c89 -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT association.lo -MD -MP -MF ".deps/association.Tpo" -c -o association.lo association.c; \
then mv -f ".deps/association.Tpo" ".deps/association.Plo"; else rm -f ".deps/association.Tpo"; exit 1; fi
 /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../intl -I./../../lib -pthread -I/usr/include/cairo 
-I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/libpng12 -I/usr/include/libxml2 
-I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include 
-I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include -I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -I/usr/include/libxml2 
-I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe -Wall -Wunused --std=c89 
-Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT association.lo -MD -MP -MF .deps/association.Tpo -c association.c  -fPIC -DPIC -o 
.libs/association.o
if /bin/sh ../../libtool --tag=CC --mode=compile /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. 
-I../../intl -I./../../lib -pthread -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/X11R6/include 
-I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 
-I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include    -I/opt/gnome/include/pango-1.0 
-I/usr/include/freetype2 -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include       
-I/usr/include/libxml2 -I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe  -Wall -Wunused 
--std=c89 -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT dependency.lo -MD -MP -MF ".deps/dependency.Tpo" -c -o dependency.lo dependency.c; \
then mv -f ".deps/dependency.Tpo" ".deps/dependency.Plo"; else rm -f ".deps/dependency.Tpo"; exit 1; fi
 /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../intl -I./../../lib -pthread -I/usr/include/cairo 
-I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/libpng12 -I/usr/include/libxml2 
-I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include 
-I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include -I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -I/usr/include/libxml2 
-I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe -Wall -Wunused --std=c89 
-Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT dependency.lo -MD -MP -MF .deps/dependency.Tpo -c dependency.c  -fPIC -DPIC -o 
.libs/dependency.o
if /bin/sh ../../libtool --tag=CC --mode=compile /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. 
-I../../intl -I./../../lib -pthread -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/X11R6/include 
-I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 
-I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include    -I/opt/gnome/include/pango-1.0 
-I/usr/include/freetype2 -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include       
-I/usr/include/libxml2 -I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe  -Wall -Wunused 
--std=c89 -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT message.lo -MD -MP -MF ".deps/message.Tpo" -c -o message.lo message.c; \
then mv -f ".deps/message.Tpo" ".deps/message.Plo"; else rm -f ".deps/message.Tpo"; exit 1; fi
 /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../intl -I./../../lib -pthread -I/usr/include/cairo 
-I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/libpng12 -I/usr/include/libxml2 
-I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include 
-I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include -I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -I/usr/include/libxml2 
-I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe -Wall -Wunused --std=c89 
-Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT message.lo -MD -MP -MF .deps/message.Tpo -c message.c  -fPIC -DPIC -o .libs/message.o
if /bin/sh ../../libtool --tag=CC --mode=compile /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. 
-I../../intl -I./../../lib -pthread -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/X11R6/include 
-I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 
-I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include    -I/opt/gnome/include/pango-1.0 
-I/usr/include/freetype2 -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include       
-I/usr/include/libxml2 -I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe  -Wall -Wunused 
--std=c89 -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT object.lo -MD -MP -MF ".deps/object.Tpo" -c -o object.lo object.c; \
then mv -f ".deps/object.Tpo" ".deps/object.Plo"; else rm -f ".deps/object.Tpo"; exit 1; fi
 /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../intl -I./../../lib -pthread -I/usr/include/cairo 
-I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/libpng12 -I/usr/include/libxml2 
-I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include 
-I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include -I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -I/usr/include/libxml2 
-I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe -Wall -Wunused --std=c89 
-Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT object.lo -MD -MP -MF .deps/object.Tpo -c object.c  -fPIC -DPIC -o .libs/object.o
if /bin/sh ../../libtool --tag=CC --mode=compile /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. 
-I../../intl -I./../../lib -pthread -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/X11R6/include 
-I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 
-I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include    -I/opt/gnome/include/pango-1.0 
-I/usr/include/freetype2 -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include       
-I/usr/include/libxml2 -I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe  -Wall -Wunused 
--std=c89 -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT lifeline.lo -MD -MP -MF ".deps/lifeline.Tpo" -c -o lifeline.lo lifeline.c; \
then mv -f ".deps/lifeline.Tpo" ".deps/lifeline.Plo"; else rm -f ".deps/lifeline.Tpo"; exit 1; fi
 /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../intl -I./../../lib -pthread -I/usr/include/cairo 
-I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/libpng12 -I/usr/include/libxml2 
-I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include 
-I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include -I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -I/usr/include/libxml2 
-I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe -Wall -Wunused --std=c89 
-Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT lifeline.lo -MD -MP -MF .deps/lifeline.Tpo -c lifeline.c  -fPIC -DPIC -o 
.libs/lifeline.o
if /bin/sh ../../libtool --tag=CC --mode=compile /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. 
-I../../intl -I./../../lib -pthread -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/X11R6/include 
-I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 
-I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include    -I/opt/gnome/include/pango-1.0 
-I/usr/include/freetype2 -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include       
-I/usr/include/libxml2 -I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe  -Wall -Wunused 
--std=c89 -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT component.lo -MD -MP -MF ".deps/component.Tpo" -c -o component.lo component.c; \
then mv -f ".deps/component.Tpo" ".deps/component.Plo"; else rm -f ".deps/component.Tpo"; exit 1; fi
 /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../intl -I./../../lib -pthread -I/usr/include/cairo 
-I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/libpng12 -I/usr/include/libxml2 
-I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include 
-I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include -I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -I/usr/include/libxml2 
-I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe -Wall -Wunused --std=c89 
-Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT component.lo -MD -MP -MF .deps/component.Tpo -c component.c  -fPIC -DPIC -o 
.libs/component.o
if /bin/sh ../../libtool --tag=CC --mode=compile /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. 
-I../../intl -I./../../lib -pthread -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/X11R6/include 
-I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 
-I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include    -I/opt/gnome/include/pango-1.0 
-I/usr/include/freetype2 -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include       
-I/usr/include/libxml2 -I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe  -Wall -Wunused 
--std=c89 -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT component_feature.lo -MD -MP -MF ".deps/component_feature.Tpo" -c -o 
component_feature.lo component_feature.c; \
then mv -f ".deps/component_feature.Tpo" ".deps/component_feature.Plo"; else rm -f 
".deps/component_feature.Tpo"; exit 1; fi
 /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../intl -I./../../lib -pthread -I/usr/include/cairo 
-I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/libpng12 -I/usr/include/libxml2 
-I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include 
-I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include -I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -I/usr/include/libxml2 
-I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe -Wall -Wunused --std=c89 
-Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT component_feature.lo -MD -MP -MF .deps/component_feature.Tpo -c component_feature.c  
-fPIC -DPIC -o .libs/component_feature.o
if /bin/sh ../../libtool --tag=CC --mode=compile /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. 
-I../../intl -I./../../lib -pthread -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/X11R6/include 
-I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 
-I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include    -I/opt/gnome/include/pango-1.0 
-I/usr/include/freetype2 -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include       
-I/usr/include/libxml2 -I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe  -Wall -Wunused 
--std=c89 -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT classicon.lo -MD -MP -MF ".deps/classicon.Tpo" -c -o classicon.lo classicon.c; \
then mv -f ".deps/classicon.Tpo" ".deps/classicon.Plo"; else rm -f ".deps/classicon.Tpo"; exit 1; fi
 /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../intl -I./../../lib -pthread -I/usr/include/cairo 
-I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/libpng12 -I/usr/include/libxml2 
-I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include 
-I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include -I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -I/usr/include/libxml2 
-I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe -Wall -Wunused --std=c89 
-Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT classicon.lo -MD -MP -MF .deps/classicon.Tpo -c classicon.c  -fPIC -DPIC -o 
.libs/classicon.o
if /bin/sh ../../libtool --tag=CC --mode=compile /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. 
-I../../intl -I./../../lib -pthread -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/X11R6/include 
-I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 
-I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include    -I/opt/gnome/include/pango-1.0 
-I/usr/include/freetype2 -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include       
-I/usr/include/libxml2 -I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe  -Wall -Wunused 
--std=c89 -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT state.lo -MD -MP -MF ".deps/state.Tpo" -c -o state.lo state.c; \
then mv -f ".deps/state.Tpo" ".deps/state.Plo"; else rm -f ".deps/state.Tpo"; exit 1; fi
 /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../intl -I./../../lib -pthread -I/usr/include/cairo 
-I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/libpng12 -I/usr/include/libxml2 
-I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include 
-I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include -I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -I/usr/include/libxml2 
-I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe -Wall -Wunused --std=c89 
-Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT state.lo -MD -MP -MF .deps/state.Tpo -c state.c  -fPIC -DPIC -o .libs/state.o
if /bin/sh ../../libtool --tag=CC --mode=compile /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. 
-I../../intl -I./../../lib -pthread -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/X11R6/include 
-I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 
-I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include    -I/opt/gnome/include/pango-1.0 
-I/usr/include/freetype2 -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include       
-I/usr/include/libxml2 -I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe  -Wall -Wunused 
--std=c89 -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT activity.lo -MD -MP -MF ".deps/activity.Tpo" -c -o activity.lo activity.c; \
then mv -f ".deps/activity.Tpo" ".deps/activity.Plo"; else rm -f ".deps/activity.Tpo"; exit 1; fi
 /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../intl -I./../../lib -pthread -I/usr/include/cairo 
-I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/libpng12 -I/usr/include/libxml2 
-I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include 
-I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include -I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -I/usr/include/libxml2 
-I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe -Wall -Wunused --std=c89 
-Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT activity.lo -MD -MP -MF .deps/activity.Tpo -c activity.c  -fPIC -DPIC -o 
.libs/activity.o
if /bin/sh ../../libtool --tag=CC --mode=compile /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. 
-I../../intl -I./../../lib -pthread -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/X11R6/include 
-I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 
-I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include    -I/opt/gnome/include/pango-1.0 
-I/usr/include/freetype2 -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include       
-I/usr/include/libxml2 -I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe  -Wall -Wunused 
--std=c89 -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT state_term.lo -MD -MP -MF ".deps/state_term.Tpo" -c -o state_term.lo state_term.c; \
then mv -f ".deps/state_term.Tpo" ".deps/state_term.Plo"; else rm -f ".deps/state_term.Tpo"; exit 1; fi
 /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../intl -I./../../lib -pthread -I/usr/include/cairo 
-I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/libpng12 -I/usr/include/libxml2 
-I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include 
-I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include -I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -I/usr/include/libxml2 
-I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe -Wall -Wunused --std=c89 
-Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT state_term.lo -MD -MP -MF .deps/state_term.Tpo -c state_term.c  -fPIC -DPIC -o 
.libs/state_term.o
if /bin/sh ../../libtool --tag=CC --mode=compile /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. 
-I../../intl -I./../../lib -pthread -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/X11R6/include 
-I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 
-I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include    -I/opt/gnome/include/pango-1.0 
-I/usr/include/freetype2 -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include       
-I/usr/include/libxml2 -I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe  -Wall -Wunused 
--std=c89 -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT node.lo -MD -MP -MF ".deps/node.Tpo" -c -o node.lo node.c; \
then mv -f ".deps/node.Tpo" ".deps/node.Plo"; else rm -f ".deps/node.Tpo"; exit 1; fi
 /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../intl -I./../../lib -pthread -I/usr/include/cairo 
-I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/libpng12 -I/usr/include/libxml2 
-I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include 
-I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include -I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -I/usr/include/libxml2 
-I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe -Wall -Wunused --std=c89 
-Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT node.lo -MD -MP -MF .deps/node.Tpo -c node.c  -fPIC -DPIC -o .libs/node.o
if /bin/sh ../../libtool --tag=CC --mode=compile /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. 
-I../../intl -I./../../lib -pthread -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/X11R6/include 
-I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 
-I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include    -I/opt/gnome/include/pango-1.0 
-I/usr/include/freetype2 -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include       
-I/usr/include/libxml2 -I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe  -Wall -Wunused 
--std=c89 -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT branch.lo -MD -MP -MF ".deps/branch.Tpo" -c -o branch.lo branch.c; \
then mv -f ".deps/branch.Tpo" ".deps/branch.Plo"; else rm -f ".deps/branch.Tpo"; exit 1; fi
 /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../intl -I./../../lib -pthread -I/usr/include/cairo 
-I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/libpng12 -I/usr/include/libxml2 
-I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include 
-I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include -I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -I/usr/include/libxml2 
-I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe -Wall -Wunused --std=c89 
-Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT branch.lo -MD -MP -MF .deps/branch.Tpo -c branch.c  -fPIC -DPIC -o .libs/branch.o
if /bin/sh ../../libtool --tag=CC --mode=compile /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. 
-I../../intl -I./../../lib -pthread -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/X11R6/include 
-I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 
-I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include    -I/opt/gnome/include/pango-1.0 
-I/usr/include/freetype2 -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include       
-I/usr/include/libxml2 -I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe  -Wall -Wunused 
--std=c89 -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT fork.lo -MD -MP -MF ".deps/fork.Tpo" -c -o fork.lo fork.c; \
then mv -f ".deps/fork.Tpo" ".deps/fork.Plo"; else rm -f ".deps/fork.Tpo"; exit 1; fi
 /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../intl -I./../../lib -pthread -I/usr/include/cairo 
-I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/libpng12 -I/usr/include/libxml2 
-I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include 
-I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include -I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -I/usr/include/libxml2 
-I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe -Wall -Wunused --std=c89 
-Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT fork.lo -MD -MP -MF .deps/fork.Tpo -c fork.c  -fPIC -DPIC -o .libs/fork.o
if /bin/sh ../../libtool --tag=CC --mode=compile /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. 
-I../../intl -I./../../lib -pthread -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/X11R6/include 
-I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 
-I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include    -I/opt/gnome/include/pango-1.0 
-I/usr/include/freetype2 -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include       
-I/usr/include/libxml2 -I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe  -Wall -Wunused 
--std=c89 -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT stereotype.lo -MD -MP -MF ".deps/stereotype.Tpo" -c -o stereotype.lo stereotype.c; \
then mv -f ".deps/stereotype.Tpo" ".deps/stereotype.Plo"; else rm -f ".deps/stereotype.Tpo"; exit 1; fi
 /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../intl -I./../../lib -pthread -I/usr/include/cairo 
-I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/libpng12 -I/usr/include/libxml2 
-I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include 
-I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include -I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -I/usr/include/libxml2 
-I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe -Wall -Wunused --std=c89 
-Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT stereotype.lo -MD -MP -MF .deps/stereotype.Tpo -c stereotype.c  -fPIC -DPIC -o 
.libs/stereotype.o
if /bin/sh ../../libtool --tag=CC --mode=compile /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. 
-I../../intl -I./../../lib -pthread -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/X11R6/include 
-I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 
-I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include    -I/opt/gnome/include/pango-1.0 
-I/usr/include/freetype2 -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include       
-I/usr/include/libxml2 -I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe  -Wall -Wunused 
--std=c89 -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT transition.lo -MD -MP -MF ".deps/transition.Tpo" -c -o transition.lo transition.c; \
then mv -f ".deps/transition.Tpo" ".deps/transition.Plo"; else rm -f ".deps/transition.Tpo"; exit 1; fi
 /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../intl -I./../../lib -pthread -I/usr/include/cairo 
-I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/libpng12 -I/usr/include/libxml2 
-I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include 
-I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include -I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -I/usr/include/libxml2 
-I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe -Wall -Wunused --std=c89 
-Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT transition.lo -MD -MP -MF .deps/transition.Tpo -c transition.c  -fPIC -DPIC -o 
.libs/transition.o
if /bin/sh ../../libtool --tag=CC --mode=compile /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. 
-I../../intl -I./../../lib -pthread -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/X11R6/include 
-I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 
-I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include    -I/opt/gnome/include/pango-1.0 
-I/usr/include/freetype2 -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include       
-I/usr/include/libxml2 -I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe  -Wall -Wunused 
--std=c89 -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT umlattribute.lo -MD -MP -MF ".deps/umlattribute.Tpo" -c -o umlattribute.lo 
umlattribute.c; \
then mv -f ".deps/umlattribute.Tpo" ".deps/umlattribute.Plo"; else rm -f ".deps/umlattribute.Tpo"; exit 1; fi
 /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../intl -I./../../lib -pthread -I/usr/include/cairo 
-I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/libpng12 -I/usr/include/libxml2 
-I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include 
-I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include -I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -I/usr/include/libxml2 
-I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe -Wall -Wunused --std=c89 
-Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT umlattribute.lo -MD -MP -MF .deps/umlattribute.Tpo -c umlattribute.c  -fPIC -DPIC -o 
.libs/umlattribute.o
if /bin/sh ../../libtool --tag=CC --mode=compile /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. 
-I../../intl -I./../../lib -pthread -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/X11R6/include 
-I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 
-I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include    -I/opt/gnome/include/pango-1.0 
-I/usr/include/freetype2 -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include       
-I/usr/include/libxml2 -I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe  -Wall -Wunused 
--std=c89 -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT umloperation.lo -MD -MP -MF ".deps/umloperation.Tpo" -c -o umloperation.lo 
umloperation.c; \
then mv -f ".deps/umloperation.Tpo" ".deps/umloperation.Plo"; else rm -f ".deps/umloperation.Tpo"; exit 1; fi
 /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../intl -I./../../lib -pthread -I/usr/include/cairo 
-I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/libpng12 -I/usr/include/libxml2 
-I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include 
-I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include -I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -I/usr/include/libxml2 
-I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe -Wall -Wunused --std=c89 
-Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT umloperation.lo -MD -MP -MF .deps/umloperation.Tpo -c umloperation.c  -fPIC -DPIC -o 
.libs/umloperation.o
if /bin/sh ../../libtool --tag=CC --mode=compile /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. 
-I../../intl -I./../../lib -pthread -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/X11R6/include 
-I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 
-I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include    -I/opt/gnome/include/pango-1.0 
-I/usr/include/freetype2 -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include       
-I/usr/include/libxml2 -I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe  -Wall -Wunused 
--std=c89 -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT umlparameter.lo -MD -MP -MF ".deps/umlparameter.Tpo" -c -o umlparameter.lo 
umlparameter.c; \
then mv -f ".deps/umlparameter.Tpo" ".deps/umlparameter.Plo"; else rm -f ".deps/umlparameter.Tpo"; exit 1; fi
 /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../intl -I./../../lib -pthread -I/usr/include/cairo 
-I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/libpng12 -I/usr/include/libxml2 
-I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include 
-I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include -I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -I/usr/include/libxml2 
-I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe -Wall -Wunused --std=c89 
-Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT umlparameter.lo -MD -MP -MF .deps/umlparameter.Tpo -c umlparameter.c  -fPIC -DPIC -o 
.libs/umlparameter.o
if /bin/sh ../../libtool --tag=CC --mode=compile /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. 
-I../../intl -I./../../lib -pthread -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/X11R6/include 
-I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 
-I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include    -I/opt/gnome/include/pango-1.0 
-I/usr/include/freetype2 -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include       
-I/usr/include/libxml2 -I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe  -Wall -Wunused 
--std=c89 -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT umlformalparameter.lo -MD -MP -MF ".deps/umlformalparameter.Tpo" -c -o 
umlformalparameter.lo umlformalparameter.c; \
then mv -f ".deps/umlformalparameter.Tpo" ".deps/umlformalparameter.Plo"; else rm -f 
".deps/umlformalparameter.Tpo"; exit 1; fi
 /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../intl -I./../../lib -pthread -I/usr/include/cairo 
-I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/libpng12 -I/usr/include/libxml2 
-I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include 
-I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include -I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -I/usr/include/libxml2 
-I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe -Wall -Wunused --std=c89 
-Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT umlformalparameter.lo -MD -MP -MF .deps/umlformalparameter.Tpo -c umlformalparameter.c  
-fPIC -DPIC -o .libs/umlformalparameter.o
/bin/sh ../../libtool --tag=CC --mode=link /opt/gcc/bin/gcc  -I/usr/include/libxml2 -I/usr/include/freetype2 
-O3 -march=i686 -mtune=pentium4 -pipe  -Wall -Wunused --std=c89 -Wdeclaration-after-statement 
-Wmissing-prototypes -Wmissing-declarations -finline-functions -fstrict-aliasing   -o libuml_objects.la 
-rpath /opt/dia/0.95/lib/dia -export-dynamic -module -avoid-version uml.lo class.lo class_dialog.lo note.lo 
actor.lo usecase.lo realizes.lo constraint.lo small_package.lo large_package.lo implements.lo 
generalization.lo association.lo dependency.lo message.lo object.lo lifeline.lo component.lo 
component_feature.lo classicon.lo state.lo activity.lo state_term.lo node.lo branch.lo fork.lo stereotype.lo 
transition.lo umlattribute.lo umloperation.lo umlparameter.lo umlformalparameter.lo  -lpng -lz -lm -lz
/opt/gcc/bin/gcc -shared  .libs/uml.o .libs/class.o .libs/class_dialog.o .libs/note.o .libs/actor.o 
.libs/usecase.o .libs/realizes.o .libs/constraint.o .libs/small_package.o .libs/large_package.o 
.libs/implements.o .libs/generalization.o .libs/association.o .libs/dependency.o .libs/message.o 
.libs/object.o .libs/lifeline.o .libs/component.o .libs/component_feature.o .libs/classicon.o .libs/state.o 
.libs/activity.o .libs/state_term.o .libs/node.o .libs/branch.o .libs/fork.o .libs/stereotype.o 
.libs/transition.o .libs/umlattribute.o .libs/umloperation.o .libs/umlparameter.o .libs/umlformalparameter.o  
-lpng -lm -lz  -march=i686 -mtune=pentium4 -Wl,-soname -Wl,libuml_objects.so -o .libs/libuml_objects.so
creating libuml_objects.la
(cd .libs && rm -f libuml_objects.la && ln -s ../libuml_objects.la libuml_objects.la)
make[3]: Leaving directory `/scratch/dia-0.95-pre8/objects/UML'
Making all in ER
make[3]: Entering directory `/scratch/dia-0.95-pre8/objects/ER'
if /bin/sh ../../libtool --tag=CC --mode=compile /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. 
-I../../intl -I./../../lib -pthread -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/X11R6/include 
-I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 
-I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include    -I/opt/gnome/include/pango-1.0 
-I/usr/include/freetype2 -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include       
-I/usr/include/libxml2 -I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe  -Wall -Wunused 
--std=c89 -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT entity.lo -MD -MP -MF ".deps/entity.Tpo" -c -o entity.lo entity.c; \
then mv -f ".deps/entity.Tpo" ".deps/entity.Plo"; else rm -f ".deps/entity.Tpo"; exit 1; fi
mkdir .libs
 /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../intl -I./../../lib -pthread -I/usr/include/cairo 
-I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/libpng12 -I/usr/include/libxml2 
-I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include 
-I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include -I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -I/usr/include/libxml2 
-I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe -Wall -Wunused --std=c89 
-Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT entity.lo -MD -MP -MF .deps/entity.Tpo -c entity.c  -fPIC -DPIC -o .libs/entity.o
if /bin/sh ../../libtool --tag=CC --mode=compile /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. 
-I../../intl -I./../../lib -pthread -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/X11R6/include 
-I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 
-I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include    -I/opt/gnome/include/pango-1.0 
-I/usr/include/freetype2 -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include       
-I/usr/include/libxml2 -I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe  -Wall -Wunused 
--std=c89 -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT relationship.lo -MD -MP -MF ".deps/relationship.Tpo" -c -o relationship.lo 
relationship.c; \
then mv -f ".deps/relationship.Tpo" ".deps/relationship.Plo"; else rm -f ".deps/relationship.Tpo"; exit 1; fi
 /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../intl -I./../../lib -pthread -I/usr/include/cairo 
-I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/libpng12 -I/usr/include/libxml2 
-I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include 
-I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include -I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -I/usr/include/libxml2 
-I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe -Wall -Wunused --std=c89 
-Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT relationship.lo -MD -MP -MF .deps/relationship.Tpo -c relationship.c  -fPIC -DPIC -o 
.libs/relationship.o
if /bin/sh ../../libtool --tag=CC --mode=compile /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. 
-I../../intl -I./../../lib -pthread -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/X11R6/include 
-I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 
-I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include    -I/opt/gnome/include/pango-1.0 
-I/usr/include/freetype2 -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include       
-I/usr/include/libxml2 -I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe  -Wall -Wunused 
--std=c89 -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT attribute.lo -MD -MP -MF ".deps/attribute.Tpo" -c -o attribute.lo attribute.c; \
then mv -f ".deps/attribute.Tpo" ".deps/attribute.Plo"; else rm -f ".deps/attribute.Tpo"; exit 1; fi
 /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../intl -I./../../lib -pthread -I/usr/include/cairo 
-I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/libpng12 -I/usr/include/libxml2 
-I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include 
-I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include -I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -I/usr/include/libxml2 
-I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe -Wall -Wunused --std=c89 
-Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT attribute.lo -MD -MP -MF .deps/attribute.Tpo -c attribute.c  -fPIC -DPIC -o 
.libs/attribute.o
if /bin/sh ../../libtool --tag=CC --mode=compile /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. 
-I../../intl -I./../../lib -pthread -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/X11R6/include 
-I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 
-I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include    -I/opt/gnome/include/pango-1.0 
-I/usr/include/freetype2 -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include       
-I/usr/include/libxml2 -I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe  -Wall -Wunused 
--std=c89 -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT participation.lo -MD -MP -MF ".deps/participation.Tpo" -c -o participation.lo 
participation.c; \
then mv -f ".deps/participation.Tpo" ".deps/participation.Plo"; else rm -f ".deps/participation.Tpo"; exit 1; 
fi
 /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../intl -I./../../lib -pthread -I/usr/include/cairo 
-I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/libpng12 -I/usr/include/libxml2 
-I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include 
-I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include -I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -I/usr/include/libxml2 
-I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe -Wall -Wunused --std=c89 
-Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT participation.lo -MD -MP -MF .deps/participation.Tpo -c participation.c  -fPIC -DPIC -o 
.libs/participation.o
if /bin/sh ../../libtool --tag=CC --mode=compile /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. 
-I../../intl -I./../../lib -pthread -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/X11R6/include 
-I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 
-I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include    -I/opt/gnome/include/pango-1.0 
-I/usr/include/freetype2 -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include       
-I/usr/include/libxml2 -I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe  -Wall -Wunused 
--std=c89 -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT er.lo -MD -MP -MF ".deps/er.Tpo" -c -o er.lo er.c; \
then mv -f ".deps/er.Tpo" ".deps/er.Plo"; else rm -f ".deps/er.Tpo"; exit 1; fi
 /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../intl -I./../../lib -pthread -I/usr/include/cairo 
-I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/libpng12 -I/usr/include/libxml2 
-I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include 
-I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include -I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -I/usr/include/libxml2 
-I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe -Wall -Wunused --std=c89 
-Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT er.lo -MD -MP -MF .deps/er.Tpo -c er.c  -fPIC -DPIC -o .libs/er.o
/bin/sh ../../libtool --tag=CC --mode=link /opt/gcc/bin/gcc  -I/usr/include/libxml2 -I/usr/include/freetype2 
-O3 -march=i686 -mtune=pentium4 -pipe  -Wall -Wunused --std=c89 -Wdeclaration-after-statement 
-Wmissing-prototypes -Wmissing-declarations -finline-functions -fstrict-aliasing   -o liber_objects.la -rpath 
/opt/dia/0.95/lib/dia -export-dynamic -module -avoid-version entity.lo relationship.lo attribute.lo 
participation.lo er.lo  -lpng -lz -lm -lz
/opt/gcc/bin/gcc -shared  .libs/entity.o .libs/relationship.o .libs/attribute.o .libs/participation.o 
.libs/er.o  -lpng -lm -lz  -march=i686 -mtune=pentium4 -Wl,-soname -Wl,liber_objects.so -o 
.libs/liber_objects.so
creating liber_objects.la
(cd .libs && rm -f liber_objects.la && ln -s ../liber_objects.la liber_objects.la)
make[3]: Leaving directory `/scratch/dia-0.95-pre8/objects/ER'
Making all in FS
make[3]: Entering directory `/scratch/dia-0.95-pre8/objects/FS'
if /bin/sh ../../libtool --tag=CC --mode=compile /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. 
-I../../intl -I./../../lib -pthread -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/X11R6/include 
-I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 
-I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include    -I/opt/gnome/include/pango-1.0 
-I/usr/include/freetype2 -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include       
-I/usr/include/libxml2 -I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe  -Wall -Wunused 
--std=c89 -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT fs.lo -MD -MP -MF ".deps/fs.Tpo" -c -o fs.lo fs.c; \
then mv -f ".deps/fs.Tpo" ".deps/fs.Plo"; else rm -f ".deps/fs.Tpo"; exit 1; fi
mkdir .libs
 /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../intl -I./../../lib -pthread -I/usr/include/cairo 
-I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/libpng12 -I/usr/include/libxml2 
-I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include 
-I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include -I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -I/usr/include/libxml2 
-I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe -Wall -Wunused --std=c89 
-Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT fs.lo -MD -MP -MF .deps/fs.Tpo -c fs.c  -fPIC -DPIC -o .libs/fs.o
if /bin/sh ../../libtool --tag=CC --mode=compile /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. 
-I../../intl -I./../../lib -pthread -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/X11R6/include 
-I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 
-I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include    -I/opt/gnome/include/pango-1.0 
-I/usr/include/freetype2 -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include       
-I/usr/include/libxml2 -I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe  -Wall -Wunused 
--std=c89 -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT flow.lo -MD -MP -MF ".deps/flow.Tpo" -c -o flow.lo flow.c; \
then mv -f ".deps/flow.Tpo" ".deps/flow.Plo"; else rm -f ".deps/flow.Tpo"; exit 1; fi
 /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../intl -I./../../lib -pthread -I/usr/include/cairo 
-I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/libpng12 -I/usr/include/libxml2 
-I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include 
-I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include -I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -I/usr/include/libxml2 
-I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe -Wall -Wunused --std=c89 
-Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT flow.lo -MD -MP -MF .deps/flow.Tpo -c flow.c  -fPIC -DPIC -o .libs/flow.o
flow.c: In function 'flow_update_data':
flow.c:475: warning: passing argument 1 of 'connection_adjust_for_autogap' from incompatible pointer type
if /bin/sh ../../libtool --tag=CC --mode=compile /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. 
-I../../intl -I./../../lib -pthread -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/X11R6/include 
-I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 
-I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include    -I/opt/gnome/include/pango-1.0 
-I/usr/include/freetype2 -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include       
-I/usr/include/libxml2 -I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe  -Wall -Wunused 
--std=c89 -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT flow-ortho.lo -MD -MP -MF ".deps/flow-ortho.Tpo" -c -o flow-ortho.lo flow-ortho.c; \
then mv -f ".deps/flow-ortho.Tpo" ".deps/flow-ortho.Plo"; else rm -f ".deps/flow-ortho.Tpo"; exit 1; fi
 /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../intl -I./../../lib -pthread -I/usr/include/cairo 
-I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/libpng12 -I/usr/include/libxml2 
-I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include 
-I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include -I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -I/usr/include/libxml2 
-I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe -Wall -Wunused --std=c89 
-Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT flow-ortho.lo -MD -MP -MF .deps/flow-ortho.Tpo -c flow-ortho.c  -fPIC -DPIC -o 
.libs/flow-ortho.o
if /bin/sh ../../libtool --tag=CC --mode=compile /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. 
-I../../intl -I./../../lib -pthread -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/X11R6/include 
-I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 
-I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include    -I/opt/gnome/include/pango-1.0 
-I/usr/include/freetype2 -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include       
-I/usr/include/libxml2 -I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe  -Wall -Wunused 
--std=c89 -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT function.lo -MD -MP -MF ".deps/function.Tpo" -c -o function.lo function.c; \
then mv -f ".deps/function.Tpo" ".deps/function.Plo"; else rm -f ".deps/function.Tpo"; exit 1; fi
 /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../intl -I./../../lib -pthread -I/usr/include/cairo 
-I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/libpng12 -I/usr/include/libxml2 
-I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include 
-I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include -I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -I/usr/include/libxml2 
-I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe -Wall -Wunused --std=c89 
-Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT function.lo -MD -MP -MF .deps/function.Tpo -c function.c  -fPIC -DPIC -o 
.libs/function.o
/bin/sh ../../libtool --tag=CC --mode=link /opt/gcc/bin/gcc  -I/usr/include/libxml2 -I/usr/include/freetype2 
-O3 -march=i686 -mtune=pentium4 -pipe  -Wall -Wunused --std=c89 -Wdeclaration-after-statement 
-Wmissing-prototypes -Wmissing-declarations -finline-functions -fstrict-aliasing   -o libfs_objects.la -rpath 
/opt/dia/0.95/lib/dia -export-dynamic -module -avoid-version fs.lo flow.lo flow-ortho.lo function.lo  -lpng 
-lz -lm -lz
/opt/gcc/bin/gcc -shared  .libs/fs.o .libs/flow.o .libs/flow-ortho.o .libs/function.o  -lpng -lm -lz  
-march=i686 -mtune=pentium4 -Wl,-soname -Wl,libfs_objects.so -o .libs/libfs_objects.so
creating libfs_objects.la
(cd .libs && rm -f libfs_objects.la && ln -s ../libfs_objects.la libfs_objects.la)
make[3]: Leaving directory `/scratch/dia-0.95-pre8/objects/FS'
Making all in flowchart
make[3]: Entering directory `/scratch/dia-0.95-pre8/objects/flowchart'
if /bin/sh ../../libtool --tag=CC --mode=compile /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. 
-I../../intl -I./../../lib -pthread -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/X11R6/include 
-I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 
-I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include    -I/opt/gnome/include/pango-1.0 
-I/usr/include/freetype2 -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include       
-I/usr/include/libxml2 -I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe  -Wall -Wunused 
--std=c89 -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT box.lo -MD -MP -MF ".deps/box.Tpo" -c -o box.lo box.c; \
then mv -f ".deps/box.Tpo" ".deps/box.Plo"; else rm -f ".deps/box.Tpo"; exit 1; fi
mkdir .libs
 /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../intl -I./../../lib -pthread -I/usr/include/cairo 
-I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/libpng12 -I/usr/include/libxml2 
-I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include 
-I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include -I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -I/usr/include/libxml2 
-I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe -Wall -Wunused --std=c89 
-Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT box.lo -MD -MP -MF .deps/box.Tpo -c box.c  -fPIC -DPIC -o .libs/box.o
if /bin/sh ../../libtool --tag=CC --mode=compile /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. 
-I../../intl -I./../../lib -pthread -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/X11R6/include 
-I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 
-I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include    -I/opt/gnome/include/pango-1.0 
-I/usr/include/freetype2 -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include       
-I/usr/include/libxml2 -I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe  -Wall -Wunused 
--std=c89 -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT parallelogram.lo -MD -MP -MF ".deps/parallelogram.Tpo" -c -o parallelogram.lo 
parallelogram.c; \
then mv -f ".deps/parallelogram.Tpo" ".deps/parallelogram.Plo"; else rm -f ".deps/parallelogram.Tpo"; exit 1; 
fi
 /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../intl -I./../../lib -pthread -I/usr/include/cairo 
-I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/libpng12 -I/usr/include/libxml2 
-I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include 
-I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include -I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -I/usr/include/libxml2 
-I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe -Wall -Wunused --std=c89 
-Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT parallelogram.lo -MD -MP -MF .deps/parallelogram.Tpo -c parallelogram.c  -fPIC -DPIC -o 
.libs/parallelogram.o
if /bin/sh ../../libtool --tag=CC --mode=compile /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. 
-I../../intl -I./../../lib -pthread -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/X11R6/include 
-I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 
-I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include    -I/opt/gnome/include/pango-1.0 
-I/usr/include/freetype2 -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include       
-I/usr/include/libxml2 -I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe  -Wall -Wunused 
--std=c89 -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT diamond.lo -MD -MP -MF ".deps/diamond.Tpo" -c -o diamond.lo diamond.c; \
then mv -f ".deps/diamond.Tpo" ".deps/diamond.Plo"; else rm -f ".deps/diamond.Tpo"; exit 1; fi
 /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../intl -I./../../lib -pthread -I/usr/include/cairo 
-I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/libpng12 -I/usr/include/libxml2 
-I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include 
-I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include -I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -I/usr/include/libxml2 
-I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe -Wall -Wunused --std=c89 
-Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT diamond.lo -MD -MP -MF .deps/diamond.Tpo -c diamond.c  -fPIC -DPIC -o .libs/diamond.o
if /bin/sh ../../libtool --tag=CC --mode=compile /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. 
-I../../intl -I./../../lib -pthread -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/X11R6/include 
-I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 
-I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include    -I/opt/gnome/include/pango-1.0 
-I/usr/include/freetype2 -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include       
-I/usr/include/libxml2 -I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe  -Wall -Wunused 
--std=c89 -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT ellipse.lo -MD -MP -MF ".deps/ellipse.Tpo" -c -o ellipse.lo ellipse.c; \
then mv -f ".deps/ellipse.Tpo" ".deps/ellipse.Plo"; else rm -f ".deps/ellipse.Tpo"; exit 1; fi
 /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../intl -I./../../lib -pthread -I/usr/include/cairo 
-I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/libpng12 -I/usr/include/libxml2 
-I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include 
-I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include -I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -I/usr/include/libxml2 
-I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe -Wall -Wunused --std=c89 
-Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT ellipse.lo -MD -MP -MF .deps/ellipse.Tpo -c ellipse.c  -fPIC -DPIC -o .libs/ellipse.o
if /bin/sh ../../libtool --tag=CC --mode=compile /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. 
-I../../intl -I./../../lib -pthread -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/X11R6/include 
-I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 
-I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include    -I/opt/gnome/include/pango-1.0 
-I/usr/include/freetype2 -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include       
-I/usr/include/libxml2 -I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe  -Wall -Wunused 
--std=c89 -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT flowchart.lo -MD -MP -MF ".deps/flowchart.Tpo" -c -o flowchart.lo flowchart.c; \
then mv -f ".deps/flowchart.Tpo" ".deps/flowchart.Plo"; else rm -f ".deps/flowchart.Tpo"; exit 1; fi
 /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../intl -I./../../lib -pthread -I/usr/include/cairo 
-I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/libpng12 -I/usr/include/libxml2 
-I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include 
-I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include -I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -I/usr/include/libxml2 
-I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe -Wall -Wunused --std=c89 
-Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT flowchart.lo -MD -MP -MF .deps/flowchart.Tpo -c flowchart.c  -fPIC -DPIC -o 
.libs/flowchart.o
/bin/sh ../../libtool --tag=CC --mode=link /opt/gcc/bin/gcc  -I/usr/include/libxml2 -I/usr/include/freetype2 
-O3 -march=i686 -mtune=pentium4 -pipe  -Wall -Wunused --std=c89 -Wdeclaration-after-statement 
-Wmissing-prototypes -Wmissing-declarations -finline-functions -fstrict-aliasing   -o libflowchart_objects.la 
-rpath /opt/dia/0.95/lib/dia -export-dynamic -module -avoid-version box.lo parallelogram.lo diamond.lo 
ellipse.lo flowchart.lo  -lpng -lz -lm -lz
/opt/gcc/bin/gcc -shared  .libs/box.o .libs/parallelogram.o .libs/diamond.o .libs/ellipse.o .libs/flowchart.o 
 -lpng -lm -lz  -march=i686 -mtune=pentium4 -Wl,-soname -Wl,libflowchart_objects.so -o 
.libs/libflowchart_objects.so
creating libflowchart_objects.la
(cd .libs && rm -f libflowchart_objects.la && ln -s ../libflowchart_objects.la libflowchart_objects.la)
make[3]: Leaving directory `/scratch/dia-0.95-pre8/objects/flowchart'
Making all in custom
make[3]: Entering directory `/scratch/dia-0.95-pre8/objects/custom'
if /bin/sh ../../libtool --tag=CC --mode=compile /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. 
-I../../intl -I../../lib -pthread -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/X11R6/include 
-I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 
-I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include    -I/opt/gnome/include/pango-1.0 
-I/usr/include/freetype2 -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include   
-I/usr/include/libxml2  -DDIA_SHAPEDIR=\""/opt/dia/0.95/share/dia/shapes"\"    -I/usr/include/libxml2 
-I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe  -Wall -Wunused --std=c89 
-Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT shape_info.lo -MD -MP -MF ".deps/shape_info.Tpo" -c -o shape_info.lo shape_info.c; \
then mv -f ".deps/shape_info.Tpo" ".deps/shape_info.Plo"; else rm -f ".deps/shape_info.Tpo"; exit 1; fi
mkdir .libs
 /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../intl -I../../lib -pthread -I/usr/include/cairo 
-I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/libpng12 -I/usr/include/libxml2 
-I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include 
-I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include -I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -I/usr/include/libxml2 
-DDIA_SHAPEDIR=\"/opt/dia/0.95/share/dia/shapes\" -I/usr/include/libxml2 -I/usr/include/freetype2 -O3 
-march=i686 -mtune=pentium4 -pipe -Wall -Wunused --std=c89 -Wdeclaration-after-statement -Wmissing-prototypes 
-Wmissing-declarations -finline-functions -fstrict-aliasing -MT shape_info.lo -MD -MP -MF 
.deps/shape_info.Tpo -c shape_info.c  -fPIC -DPIC -o .libs/shape_info.o
shape_info.c: In function 'shape_info_get':
shape_info.c:65: warning: pointer targets in passing argument 2 of 'xmlGetProp' differ in signedness
shape_info.c:65: warning: pointer targets in assignment differ in signedness
shape_info.c: In function 'parse_svg_node':
shape_info.c:176: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
shape_info.c:176: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
shape_info.c:176: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
shape_info.c:176: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
shape_info.c:176: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
shape_info.c:176: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
shape_info.c:181: warning: pointer targets in passing argument 2 of 'xmlGetProp' differ in signedness
shape_info.c:183: warning: pointer targets in passing argument 1 of 'g_ascii_strtod' differ in signedness
shape_info.c:186: warning: pointer targets in passing argument 2 of 'xmlGetProp' differ in signedness
shape_info.c:188: warning: pointer targets in passing argument 1 of 'g_ascii_strtod' differ in signedness
shape_info.c:191: warning: pointer targets in passing argument 2 of 'xmlGetProp' differ in signedness
shape_info.c:193: warning: pointer targets in passing argument 1 of 'g_ascii_strtod' differ in signedness
shape_info.c:196: warning: pointer targets in passing argument 2 of 'xmlGetProp' differ in signedness
shape_info.c:198: warning: pointer targets in passing argument 1 of 'g_ascii_strtod' differ in signedness
shape_info.c:201: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
shape_info.c:201: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
shape_info.c:201: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
shape_info.c:201: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
shape_info.c:201: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
shape_info.c:201: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
shape_info.c:208: warning: pointer targets in passing argument 2 of 'xmlGetProp' differ in signedness
shape_info.c:208: warning: pointer targets in assignment differ in signedness
shape_info.c:231: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
shape_info.c:231: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
shape_info.c:231: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
shape_info.c:231: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
shape_info.c:231: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
shape_info.c:231: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
shape_info.c:238: warning: pointer targets in passing argument 2 of 'xmlGetProp' differ in signedness
shape_info.c:238: warning: pointer targets in assignment differ in signedness
shape_info.c:261: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
shape_info.c:261: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
shape_info.c:261: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
shape_info.c:261: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
shape_info.c:261: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
shape_info.c:261: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
shape_info.c:266: warning: pointer targets in passing argument 2 of 'xmlGetProp' differ in signedness
shape_info.c:268: warning: pointer targets in passing argument 1 of 'g_ascii_strtod' differ in signedness
shape_info.c:271: warning: pointer targets in passing argument 2 of 'xmlGetProp' differ in signedness
shape_info.c:273: warning: pointer targets in passing argument 1 of 'g_ascii_strtod' differ in signedness
shape_info.c:276: warning: pointer targets in passing argument 2 of 'xmlGetProp' differ in signedness
shape_info.c:278: warning: pointer targets in passing argument 1 of 'g_ascii_strtod' differ in signedness
shape_info.c:281: warning: pointer targets in passing argument 2 of 'xmlGetProp' differ in signedness
shape_info.c:283: warning: pointer targets in passing argument 1 of 'g_ascii_strtod' differ in signedness
shape_info.c:286: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
shape_info.c:286: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
shape_info.c:286: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
shape_info.c:286: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
shape_info.c:286: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
shape_info.c:286: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
shape_info.c:292: warning: pointer targets in passing argument 2 of 'xmlGetProp' differ in signedness
shape_info.c:294: warning: pointer targets in passing argument 1 of 'g_ascii_strtod' differ in signedness
shape_info.c:297: warning: pointer targets in passing argument 2 of 'xmlGetProp' differ in signedness
shape_info.c:299: warning: pointer targets in passing argument 1 of 'g_ascii_strtod' differ in signedness
shape_info.c:305: warning: pointer targets in passing argument 1 of 'g_strdup' differ in signedness
shape_info.c:308: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
shape_info.c:308: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
shape_info.c:308: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
shape_info.c:308: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
shape_info.c:308: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
shape_info.c:308: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
shape_info.c:313: warning: pointer targets in passing argument 2 of 'xmlGetProp' differ in signedness
shape_info.c:315: warning: pointer targets in passing argument 1 of 'g_ascii_strtod' differ in signedness
shape_info.c:318: warning: pointer targets in passing argument 2 of 'xmlGetProp' differ in signedness
shape_info.c:320: warning: pointer targets in passing argument 1 of 'g_ascii_strtod' differ in signedness
shape_info.c:323: warning: pointer targets in passing argument 2 of 'xmlGetProp' differ in signedness
shape_info.c:325: warning: pointer targets in passing argument 1 of 'g_ascii_strtod' differ in signedness
shape_info.c:328: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
shape_info.c:328: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
shape_info.c:328: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
shape_info.c:328: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
shape_info.c:328: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
shape_info.c:328: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
shape_info.c:333: warning: pointer targets in passing argument 2 of 'xmlGetProp' differ in signedness
shape_info.c:335: warning: pointer targets in passing argument 1 of 'g_ascii_strtod' differ in signedness
shape_info.c:338: warning: pointer targets in passing argument 2 of 'xmlGetProp' differ in signedness
shape_info.c:340: warning: pointer targets in passing argument 1 of 'g_ascii_strtod' differ in signedness
shape_info.c:343: warning: pointer targets in passing argument 2 of 'xmlGetProp' differ in signedness
shape_info.c:345: warning: pointer targets in passing argument 1 of 'g_ascii_strtod' differ in signedness
shape_info.c:348: warning: pointer targets in passing argument 2 of 'xmlGetProp' differ in signedness
shape_info.c:350: warning: pointer targets in passing argument 1 of 'g_ascii_strtod' differ in signedness
shape_info.c:353: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
shape_info.c:353: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
shape_info.c:353: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
shape_info.c:353: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
shape_info.c:353: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
shape_info.c:353: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
shape_info.c:354: warning: pointer targets in passing argument 2 of 'xmlGetProp' differ in signedness
shape_info.c:356: warning: pointer targets in passing argument 2 of 'parse_path' differ in signedness
shape_info.c:359: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
shape_info.c:359: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
shape_info.c:359: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
shape_info.c:359: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
shape_info.c:359: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
shape_info.c:359: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
shape_info.c:364: warning: pointer targets in passing argument 2 of 'xmlGetProp' differ in signedness
shape_info.c:366: warning: pointer targets in passing argument 1 of 'g_ascii_strtod' differ in signedness
shape_info.c:369: warning: pointer targets in passing argument 2 of 'xmlGetProp' differ in signedness
shape_info.c:371: warning: pointer targets in passing argument 1 of 'g_ascii_strtod' differ in signedness
shape_info.c:374: warning: pointer targets in passing argument 2 of 'xmlGetProp' differ in signedness
shape_info.c:376: warning: pointer targets in passing argument 1 of 'g_ascii_strtod' differ in signedness
shape_info.c:379: warning: pointer targets in passing argument 2 of 'xmlGetProp' differ in signedness
shape_info.c:381: warning: pointer targets in passing argument 1 of 'g_ascii_strtod' differ in signedness
shape_info.c:384: warning: pointer targets in passing argument 2 of 'xmlGetProp' differ in signedness
shape_info.c:386: warning: pointer targets in passing argument 2 of 'xmlGetProp' differ in signedness
shape_info.c:388: warning: pointer targets in passing argument 1 of 'g_filename_from_uri' differ in signedness
shape_info.c:392: warning: pointer targets in passing argument 2 of 'custom_get_relative_filename' differ in 
signedness
shape_info.c:403: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
shape_info.c:403: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
shape_info.c:403: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
shape_info.c:403: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
shape_info.c:403: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
shape_info.c:403: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
shape_info.c: In function 'load_shape_info':
shape_info.c:512: warning: pointer targets in passing argument 3 of 'xmlSearchNsByHref' differ in signedness
shape_info.c:517: warning: pointer targets in passing argument 3 of 'xmlSearchNsByHref' differ in signedness
shape_info.c:522: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
shape_info.c:522: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
shape_info.c:522: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
shape_info.c:522: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
shape_info.c:522: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
shape_info.c:522: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
shape_info.c:540: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
shape_info.c:540: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
shape_info.c:540: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
shape_info.c:540: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
shape_info.c:540: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
shape_info.c:540: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
shape_info.c:541: warning: pointer targets in assignment differ in signedness
shape_info.c:545: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
shape_info.c:545: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
shape_info.c:545: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
shape_info.c:545: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
shape_info.c:545: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
shape_info.c:545: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
shape_info.c:546: warning: pointer targets in assignment differ in signedness
shape_info.c:550: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
shape_info.c:550: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
shape_info.c:550: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
shape_info.c:550: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
shape_info.c:550: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
shape_info.c:550: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
shape_info.c:559: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
shape_info.c:559: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
shape_info.c:559: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
shape_info.c:559: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
shape_info.c:559: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
shape_info.c:559: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
shape_info.c:563: warning: pointer targets in passing argument 2 of 'xmlGetProp' differ in signedness
shape_info.c:565: warning: pointer targets in passing argument 1 of 'g_ascii_strtod' differ in signedness
shape_info.c:568: warning: pointer targets in passing argument 2 of 'xmlGetProp' differ in signedness
shape_info.c:570: warning: pointer targets in passing argument 1 of 'g_ascii_strtod' differ in signedness
shape_info.c:574: warning: pointer targets in passing argument 2 of 'xmlGetProp' differ in signedness
shape_info.c:590: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
shape_info.c:590: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
shape_info.c:590: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
shape_info.c:590: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
shape_info.c:590: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
shape_info.c:590: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
shape_info.c:593: warning: pointer targets in passing argument 2 of 'xmlGetProp' differ in signedness
shape_info.c:595: warning: pointer targets in passing argument 1 of 'g_ascii_strtod' differ in signedness
shape_info.c:598: warning: pointer targets in passing argument 2 of 'xmlGetProp' differ in signedness
shape_info.c:600: warning: pointer targets in passing argument 1 of 'g_ascii_strtod' differ in signedness
shape_info.c:603: warning: pointer targets in passing argument 2 of 'xmlGetProp' differ in signedness
shape_info.c:605: warning: pointer targets in passing argument 1 of 'g_ascii_strtod' differ in signedness
shape_info.c:608: warning: pointer targets in passing argument 2 of 'xmlGetProp' differ in signedness
shape_info.c:610: warning: pointer targets in passing argument 1 of 'g_ascii_strtod' differ in signedness
shape_info.c:614: warning: pointer targets in passing argument 2 of 'xmlGetProp' differ in signedness
shape_info.c:617: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
shape_info.c:617: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
shape_info.c:617: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
shape_info.c:617: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
shape_info.c:617: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
shape_info.c:617: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
shape_info.c:622: warning: pointer targets in passing argument 2 of 'xmlGetProp' differ in signedness
shape_info.c:624: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
shape_info.c:624: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
shape_info.c:624: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
shape_info.c:624: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
shape_info.c:624: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
shape_info.c:624: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
shape_info.c:626: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
shape_info.c:626: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
shape_info.c:626: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
shape_info.c:626: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
shape_info.c:626: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
shape_info.c:626: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
shape_info.c:631: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
shape_info.c:631: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
shape_info.c:631: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
shape_info.c:631: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
shape_info.c:631: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
shape_info.c:631: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
shape_info.c:632: warning: pointer targets in passing argument 2 of 'xmlGetProp' differ in signedness
shape_info.c:632: warning: pointer targets in assignment differ in signedness
shape_info.c:644: warning: pointer targets in passing argument 2 of 'xmlGetProp' differ in signedness
shape_info.c:644: warning: pointer targets in assignment differ in signedness
shape_info.c:649: warning: pointer targets in passing argument 2 of 'xmlGetProp' differ in signedness
shape_info.c:649: warning: pointer targets in assignment differ in signedness
shape_info.c:662: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
shape_info.c:662: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
shape_info.c:662: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
shape_info.c:662: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
shape_info.c:662: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
shape_info.c:662: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
shape_info.c:672: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
shape_info.c:672: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
shape_info.c:672: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
shape_info.c:672: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
shape_info.c:672: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
shape_info.c:672: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
if /bin/sh ../../libtool --tag=CC --mode=compile /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. 
-I../../intl -I../../lib -pthread -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/X11R6/include 
-I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 
-I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include    -I/opt/gnome/include/pango-1.0 
-I/usr/include/freetype2 -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include   
-I/usr/include/libxml2  -DDIA_SHAPEDIR=\""/opt/dia/0.95/share/dia/shapes"\"    -I/usr/include/libxml2 
-I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe  -Wall -Wunused --std=c89 
-Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT custom_object.lo -MD -MP -MF ".deps/custom_object.Tpo" -c -o custom_object.lo 
custom_object.c; \
then mv -f ".deps/custom_object.Tpo" ".deps/custom_object.Plo"; else rm -f ".deps/custom_object.Tpo"; exit 1; 
fi
 /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../intl -I../../lib -pthread -I/usr/include/cairo 
-I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/libpng12 -I/usr/include/libxml2 
-I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include 
-I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include -I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -I/usr/include/libxml2 
-DDIA_SHAPEDIR=\"/opt/dia/0.95/share/dia/shapes\" -I/usr/include/libxml2 -I/usr/include/freetype2 -O3 
-march=i686 -mtune=pentium4 -pipe -Wall -Wunused --std=c89 -Wdeclaration-after-statement -Wmissing-prototypes 
-Wmissing-declarations -finline-functions -fstrict-aliasing -MT custom_object.lo -MD -MP -MF 
.deps/custom_object.Tpo -c custom_object.c  -fPIC -DPIC -o .libs/custom_object.o
custom_object.c: In function 'custom_setup_properties':
custom_object.c:287: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
custom_object.c:287: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
custom_object.c:287: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
custom_object.c:287: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
custom_object.c:287: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
custom_object.c:287: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
custom_object.c:291: warning: pointer targets in passing argument 2 of 'xmlGetProp' differ in signedness
custom_object.c:294: warning: pointer targets in passing argument 1 of 'g_strdup' differ in signedness
custom_object.c:297: warning: pointer targets in passing argument 2 of 'xmlGetProp' differ in signedness
custom_object.c:303: warning: pointer targets in passing argument 1 of 'g_strdup' differ in signedness
custom_object.c:311: warning: pointer targets in passing argument 2 of 'xmlGetProp' differ in signedness
custom_object.c:315: warning: pointer targets in passing argument 1 of 'g_strdup' differ in signedness
custom_object.c:340: warning: passing argument 1 of '(info->props + (struct PropDescription *)((i) * 
48u))->ops->get_data_size' from incompatible pointer type
if /bin/sh ../../libtool --tag=CC --mode=compile /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. 
-I../../intl -I../../lib -pthread -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/X11R6/include 
-I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 
-I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include    -I/opt/gnome/include/pango-1.0 
-I/usr/include/freetype2 -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include   
-I/usr/include/libxml2  -DDIA_SHAPEDIR=\""/opt/dia/0.95/share/dia/shapes"\"    -I/usr/include/libxml2 
-I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe  -Wall -Wunused --std=c89 
-Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT custom_util.lo -MD -MP -MF ".deps/custom_util.Tpo" -c -o custom_util.lo custom_util.c; \
then mv -f ".deps/custom_util.Tpo" ".deps/custom_util.Plo"; else rm -f ".deps/custom_util.Tpo"; exit 1; fi
 /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../intl -I../../lib -pthread -I/usr/include/cairo 
-I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/libpng12 -I/usr/include/libxml2 
-I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include 
-I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include -I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -I/usr/include/libxml2 
-DDIA_SHAPEDIR=\"/opt/dia/0.95/share/dia/shapes\" -I/usr/include/libxml2 -I/usr/include/freetype2 -O3 
-march=i686 -mtune=pentium4 -pipe -Wall -Wunused --std=c89 -Wdeclaration-after-statement -Wmissing-prototypes 
-Wmissing-declarations -finline-functions -fstrict-aliasing -MT custom_util.lo -MD -MP -MF 
.deps/custom_util.Tpo -c custom_util.c  -fPIC -DPIC -o .libs/custom_util.o
if /bin/sh ../../libtool --tag=CC --mode=compile /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. 
-I../../intl -I../../lib -pthread -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/X11R6/include 
-I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 
-I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include    -I/opt/gnome/include/pango-1.0 
-I/usr/include/freetype2 -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include   
-I/usr/include/libxml2  -DDIA_SHAPEDIR=\""/opt/dia/0.95/share/dia/shapes"\"    -I/usr/include/libxml2 
-I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe  -Wall -Wunused --std=c89 
-Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT custom.lo -MD -MP -MF ".deps/custom.Tpo" -c -o custom.lo custom.c; \
then mv -f ".deps/custom.Tpo" ".deps/custom.Plo"; else rm -f ".deps/custom.Tpo"; exit 1; fi
 /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../intl -I../../lib -pthread -I/usr/include/cairo 
-I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/libpng12 -I/usr/include/libxml2 
-I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include 
-I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include -I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -I/usr/include/libxml2 
-DDIA_SHAPEDIR=\"/opt/dia/0.95/share/dia/shapes\" -I/usr/include/libxml2 -I/usr/include/freetype2 -O3 
-march=i686 -mtune=pentium4 -pipe -Wall -Wunused --std=c89 -Wdeclaration-after-statement -Wmissing-prototypes 
-Wmissing-declarations -finline-functions -fstrict-aliasing -MT custom.lo -MD -MP -MF .deps/custom.Tpo -c 
custom.c  -fPIC -DPIC -o .libs/custom.o
/bin/sh ../../libtool --tag=CC --mode=link /opt/gcc/bin/gcc  -I/usr/include/libxml2 -I/usr/include/freetype2 
-O3 -march=i686 -mtune=pentium4 -pipe  -Wall -Wunused --std=c89 -Wdeclaration-after-statement 
-Wmissing-prototypes -Wmissing-declarations -finline-functions -fstrict-aliasing   -o libcustom_objects.la 
-rpath /opt/dia/0.95/lib/dia -export-dynamic -module -avoid-version shape_info.lo custom_object.lo 
custom_util.lo custom.lo  -lpng -lz -lm -lz
/opt/gcc/bin/gcc -shared  .libs/shape_info.o .libs/custom_object.o .libs/custom_util.o .libs/custom.o  -lpng 
-lm -lz  -march=i686 -mtune=pentium4 -Wl,-soname -Wl,libcustom_objects.so -o .libs/libcustom_objects.so
creating libcustom_objects.la
(cd .libs && rm -f libcustom_objects.la && ln -s ../libcustom_objects.la libcustom_objects.la)
make[3]: Leaving directory `/scratch/dia-0.95-pre8/objects/custom'
Making all in GRAFCET
make[3]: Entering directory `/scratch/dia-0.95-pre8/objects/GRAFCET'
if /bin/sh ../../libtool --tag=CC --mode=compile /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. 
-I../../intl -I./../../lib -pthread -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/X11R6/include 
-I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 
-I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include    -I/opt/gnome/include/pango-1.0 
-I/usr/include/freetype2 -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include    
-I/usr/include/libxml2    -I/usr/include/libxml2 -I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 
-pipe  -Wall -Wunused --std=c89 -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations 
-finline-functions -fstrict-aliasing -MT grafcet.lo -MD -MP -MF ".deps/grafcet.Tpo" -c -o grafcet.lo 
grafcet.c; \
then mv -f ".deps/grafcet.Tpo" ".deps/grafcet.Plo"; else rm -f ".deps/grafcet.Tpo"; exit 1; fi
mkdir .libs
 /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../intl -I./../../lib -pthread -I/usr/include/cairo 
-I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/libpng12 -I/usr/include/libxml2 
-I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include 
-I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include -I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/libxml2 
-I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe -Wall -Wunused --std=c89 
-Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT grafcet.lo -MD -MP -MF .deps/grafcet.Tpo -c grafcet.c  -fPIC -DPIC -o .libs/grafcet.o
if /bin/sh ../../libtool --tag=CC --mode=compile /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. 
-I../../intl -I./../../lib -pthread -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/X11R6/include 
-I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 
-I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include    -I/opt/gnome/include/pango-1.0 
-I/usr/include/freetype2 -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include    
-I/usr/include/libxml2    -I/usr/include/libxml2 -I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 
-pipe  -Wall -Wunused --std=c89 -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations 
-finline-functions -fstrict-aliasing -MT step.lo -MD -MP -MF ".deps/step.Tpo" -c -o step.lo step.c; \
then mv -f ".deps/step.Tpo" ".deps/step.Plo"; else rm -f ".deps/step.Tpo"; exit 1; fi
 /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../intl -I./../../lib -pthread -I/usr/include/cairo 
-I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/libpng12 -I/usr/include/libxml2 
-I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include 
-I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include -I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/libxml2 
-I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe -Wall -Wunused --std=c89 
-Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT step.lo -MD -MP -MF .deps/step.Tpo -c step.c  -fPIC -DPIC -o .libs/step.o
if /bin/sh ../../libtool --tag=CC --mode=compile /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. 
-I../../intl -I./../../lib -pthread -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/X11R6/include 
-I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 
-I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include    -I/opt/gnome/include/pango-1.0 
-I/usr/include/freetype2 -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include    
-I/usr/include/libxml2    -I/usr/include/libxml2 -I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 
-pipe  -Wall -Wunused --std=c89 -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations 
-finline-functions -fstrict-aliasing -MT action.lo -MD -MP -MF ".deps/action.Tpo" -c -o action.lo action.c; \
then mv -f ".deps/action.Tpo" ".deps/action.Plo"; else rm -f ".deps/action.Tpo"; exit 1; fi
 /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../intl -I./../../lib -pthread -I/usr/include/cairo 
-I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/libpng12 -I/usr/include/libxml2 
-I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include 
-I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include -I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/libxml2 
-I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe -Wall -Wunused --std=c89 
-Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT action.lo -MD -MP -MF .deps/action.Tpo -c action.c  -fPIC -DPIC -o .libs/action.o
if /bin/sh ../../libtool --tag=CC --mode=compile /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. 
-I../../intl -I./../../lib -pthread -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/X11R6/include 
-I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 
-I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include    -I/opt/gnome/include/pango-1.0 
-I/usr/include/freetype2 -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include    
-I/usr/include/libxml2    -I/usr/include/libxml2 -I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 
-pipe  -Wall -Wunused --std=c89 -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations 
-finline-functions -fstrict-aliasing -MT action_text_draw.lo -MD -MP -MF ".deps/action_text_draw.Tpo" -c -o 
action_text_draw.lo action_text_draw.c; \
then mv -f ".deps/action_text_draw.Tpo" ".deps/action_text_draw.Plo"; else rm -f 
".deps/action_text_draw.Tpo"; exit 1; fi
 /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../intl -I./../../lib -pthread -I/usr/include/cairo 
-I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/libpng12 -I/usr/include/libxml2 
-I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include 
-I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include -I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/libxml2 
-I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe -Wall -Wunused --std=c89 
-Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT action_text_draw.lo -MD -MP -MF .deps/action_text_draw.Tpo -c action_text_draw.c  -fPIC 
-DPIC -o .libs/action_text_draw.o
if /bin/sh ../../libtool --tag=CC --mode=compile /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. 
-I../../intl -I./../../lib -pthread -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/X11R6/include 
-I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 
-I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include    -I/opt/gnome/include/pango-1.0 
-I/usr/include/freetype2 -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include    
-I/usr/include/libxml2    -I/usr/include/libxml2 -I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 
-pipe  -Wall -Wunused --std=c89 -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations 
-finline-functions -fstrict-aliasing -MT transition.lo -MD -MP -MF ".deps/transition.Tpo" -c -o transition.lo 
transition.c; \
then mv -f ".deps/transition.Tpo" ".deps/transition.Plo"; else rm -f ".deps/transition.Tpo"; exit 1; fi
 /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../intl -I./../../lib -pthread -I/usr/include/cairo 
-I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/libpng12 -I/usr/include/libxml2 
-I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include 
-I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include -I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/libxml2 
-I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe -Wall -Wunused --std=c89 
-Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT transition.lo -MD -MP -MF .deps/transition.Tpo -c transition.c  -fPIC -DPIC -o 
.libs/transition.o
if /bin/sh ../../libtool --tag=CC --mode=compile /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. 
-I../../intl -I./../../lib -pthread -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/X11R6/include 
-I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 
-I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include    -I/opt/gnome/include/pango-1.0 
-I/usr/include/freetype2 -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include    
-I/usr/include/libxml2    -I/usr/include/libxml2 -I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 
-pipe  -Wall -Wunused --std=c89 -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations 
-finline-functions -fstrict-aliasing -MT boolequation.lo -MD -MP -MF ".deps/boolequation.Tpo" -c -o 
boolequation.lo boolequation.c; \
then mv -f ".deps/boolequation.Tpo" ".deps/boolequation.Plo"; else rm -f ".deps/boolequation.Tpo"; exit 1; fi
 /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../intl -I./../../lib -pthread -I/usr/include/cairo 
-I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/libpng12 -I/usr/include/libxml2 
-I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include 
-I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include -I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/libxml2 
-I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe -Wall -Wunused --std=c89 
-Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT boolequation.lo -MD -MP -MF .deps/boolequation.Tpo -c boolequation.c  -fPIC -DPIC -o 
.libs/boolequation.o
if /bin/sh ../../libtool --tag=CC --mode=compile /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. 
-I../../intl -I./../../lib -pthread -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/X11R6/include 
-I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 
-I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include    -I/opt/gnome/include/pango-1.0 
-I/usr/include/freetype2 -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include    
-I/usr/include/libxml2    -I/usr/include/libxml2 -I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 
-pipe  -Wall -Wunused --std=c89 -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations 
-finline-functions -fstrict-aliasing -MT condition.lo -MD -MP -MF ".deps/condition.Tpo" -c -o condition.lo 
condition.c; \
then mv -f ".deps/condition.Tpo" ".deps/condition.Plo"; else rm -f ".deps/condition.Tpo"; exit 1; fi
 /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../intl -I./../../lib -pthread -I/usr/include/cairo 
-I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/libpng12 -I/usr/include/libxml2 
-I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include 
-I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include -I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/libxml2 
-I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe -Wall -Wunused --std=c89 
-Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT condition.lo -MD -MP -MF .deps/condition.Tpo -c condition.c  -fPIC -DPIC -o 
.libs/condition.o
if /bin/sh ../../libtool --tag=CC --mode=compile /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. 
-I../../intl -I./../../lib -pthread -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/X11R6/include 
-I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 
-I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include    -I/opt/gnome/include/pango-1.0 
-I/usr/include/freetype2 -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include    
-I/usr/include/libxml2    -I/usr/include/libxml2 -I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 
-pipe  -Wall -Wunused --std=c89 -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations 
-finline-functions -fstrict-aliasing -MT vergent.lo -MD -MP -MF ".deps/vergent.Tpo" -c -o vergent.lo 
vergent.c; \
then mv -f ".deps/vergent.Tpo" ".deps/vergent.Plo"; else rm -f ".deps/vergent.Tpo"; exit 1; fi
 /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../intl -I./../../lib -pthread -I/usr/include/cairo 
-I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/libpng12 -I/usr/include/libxml2 
-I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include 
-I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include -I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/libxml2 
-I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe -Wall -Wunused --std=c89 
-Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT vergent.lo -MD -MP -MF .deps/vergent.Tpo -c vergent.c  -fPIC -DPIC -o .libs/vergent.o
if /bin/sh ../../libtool --tag=CC --mode=compile /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. 
-I../../intl -I./../../lib -pthread -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/X11R6/include 
-I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 
-I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include    -I/opt/gnome/include/pango-1.0 
-I/usr/include/freetype2 -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include    
-I/usr/include/libxml2    -I/usr/include/libxml2 -I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 
-pipe  -Wall -Wunused --std=c89 -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations 
-finline-functions -fstrict-aliasing -MT vector.lo -MD -MP -MF ".deps/vector.Tpo" -c -o vector.lo vector.c; \
then mv -f ".deps/vector.Tpo" ".deps/vector.Plo"; else rm -f ".deps/vector.Tpo"; exit 1; fi
 /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../intl -I./../../lib -pthread -I/usr/include/cairo 
-I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/libpng12 -I/usr/include/libxml2 
-I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include 
-I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include -I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/libxml2 
-I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe -Wall -Wunused --std=c89 
-Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT vector.lo -MD -MP -MF .deps/vector.Tpo -c vector.c  -fPIC -DPIC -o .libs/vector.o
/bin/sh ../../libtool --tag=CC --mode=link /opt/gcc/bin/gcc  -I/usr/include/libxml2 -I/usr/include/freetype2 
-O3 -march=i686 -mtune=pentium4 -pipe  -Wall -Wunused --std=c89 -Wdeclaration-after-statement 
-Wmissing-prototypes -Wmissing-declarations -finline-functions -fstrict-aliasing   -o libgrafcet_objects.la 
-rpath /opt/dia/0.95/lib/dia -export-dynamic -module -avoid-version grafcet.lo step.lo action.lo 
action_text_draw.lo transition.lo boolequation.lo condition.lo vergent.lo vector.lo  -lpng -lz -lm -lz
/opt/gcc/bin/gcc -shared  .libs/grafcet.o .libs/step.o .libs/action.o .libs/action_text_draw.o 
.libs/transition.o .libs/boolequation.o .libs/condition.o .libs/vergent.o .libs/vector.o  -lpng -lm -lz  
-march=i686 -mtune=pentium4 -Wl,-soname -Wl,libgrafcet_objects.so -o .libs/libgrafcet_objects.so
creating libgrafcet_objects.la
(cd .libs && rm -f libgrafcet_objects.la && ln -s ../libgrafcet_objects.la libgrafcet_objects.la)
make[3]: Leaving directory `/scratch/dia-0.95-pre8/objects/GRAFCET'
Making all in chronogram
make[3]: Entering directory `/scratch/dia-0.95-pre8/objects/chronogram'
if /bin/sh ../../libtool --tag=CC --mode=compile /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. 
-I../../intl -I./../../lib -pthread -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/X11R6/include 
-I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 
-I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include    -I/opt/gnome/include/pango-1.0 
-I/usr/include/freetype2 -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include       
-I/usr/include/libxml2 -I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe  -Wall -Wunused 
--std=c89 -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT chronogram.lo -MD -MP -MF ".deps/chronogram.Tpo" -c -o chronogram.lo chronogram.c; \
then mv -f ".deps/chronogram.Tpo" ".deps/chronogram.Plo"; else rm -f ".deps/chronogram.Tpo"; exit 1; fi
mkdir .libs
 /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../intl -I./../../lib -pthread -I/usr/include/cairo 
-I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/libpng12 -I/usr/include/libxml2 
-I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include 
-I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include -I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -I/usr/include/libxml2 
-I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe -Wall -Wunused --std=c89 
-Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT chronogram.lo -MD -MP -MF .deps/chronogram.Tpo -c chronogram.c  -fPIC -DPIC -o 
.libs/chronogram.o
if /bin/sh ../../libtool --tag=CC --mode=compile /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. 
-I../../intl -I./../../lib -pthread -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/X11R6/include 
-I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 
-I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include    -I/opt/gnome/include/pango-1.0 
-I/usr/include/freetype2 -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include       
-I/usr/include/libxml2 -I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe  -Wall -Wunused 
--std=c89 -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT chronoref.lo -MD -MP -MF ".deps/chronoref.Tpo" -c -o chronoref.lo chronoref.c; \
then mv -f ".deps/chronoref.Tpo" ".deps/chronoref.Plo"; else rm -f ".deps/chronoref.Tpo"; exit 1; fi
 /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../intl -I./../../lib -pthread -I/usr/include/cairo 
-I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/libpng12 -I/usr/include/libxml2 
-I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include 
-I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include -I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -I/usr/include/libxml2 
-I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe -Wall -Wunused --std=c89 
-Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT chronoref.lo -MD -MP -MF .deps/chronoref.Tpo -c chronoref.c  -fPIC -DPIC -o 
.libs/chronoref.o
if /bin/sh ../../libtool --tag=CC --mode=compile /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. 
-I../../intl -I./../../lib -pthread -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/X11R6/include 
-I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 
-I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include    -I/opt/gnome/include/pango-1.0 
-I/usr/include/freetype2 -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include       
-I/usr/include/libxml2 -I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe  -Wall -Wunused 
--std=c89 -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT chronoline.lo -MD -MP -MF ".deps/chronoline.Tpo" -c -o chronoline.lo chronoline.c; \
then mv -f ".deps/chronoline.Tpo" ".deps/chronoline.Plo"; else rm -f ".deps/chronoline.Tpo"; exit 1; fi
 /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../intl -I./../../lib -pthread -I/usr/include/cairo 
-I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/libpng12 -I/usr/include/libxml2 
-I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include 
-I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include -I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -I/usr/include/libxml2 
-I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe -Wall -Wunused --std=c89 
-Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT chronoline.lo -MD -MP -MF .deps/chronoline.Tpo -c chronoline.c  -fPIC -DPIC -o 
.libs/chronoline.o
if /bin/sh ../../libtool --tag=CC --mode=compile /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. 
-I../../intl -I./../../lib -pthread -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/X11R6/include 
-I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 
-I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include    -I/opt/gnome/include/pango-1.0 
-I/usr/include/freetype2 -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include       
-I/usr/include/libxml2 -I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe  -Wall -Wunused 
--std=c89 -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT chronoline_event.lo -MD -MP -MF ".deps/chronoline_event.Tpo" -c -o chronoline_event.lo 
chronoline_event.c; \
then mv -f ".deps/chronoline_event.Tpo" ".deps/chronoline_event.Plo"; else rm -f 
".deps/chronoline_event.Tpo"; exit 1; fi
 /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../intl -I./../../lib -pthread -I/usr/include/cairo 
-I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/libpng12 -I/usr/include/libxml2 
-I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include 
-I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include -I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -I/usr/include/libxml2 
-I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe -Wall -Wunused --std=c89 
-Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT chronoline_event.lo -MD -MP -MF .deps/chronoline_event.Tpo -c chronoline_event.c  -fPIC 
-DPIC -o .libs/chronoline_event.o
chronoline_event.c: In function '__forward_checksum_r':
chronoline_event.c:231: warning: dereferencing type-punned pointer will break strict-aliasing rules
/bin/sh ../../libtool --tag=CC --mode=link /opt/gcc/bin/gcc  -I/usr/include/libxml2 -I/usr/include/freetype2 
-O3 -march=i686 -mtune=pentium4 -pipe  -Wall -Wunused --std=c89 -Wdeclaration-after-statement 
-Wmissing-prototypes -Wmissing-declarations -finline-functions -fstrict-aliasing   -o 
libchronogram_objects.la -rpath /opt/dia/0.95/lib/dia -export-dynamic -module -avoid-version chronogram.lo 
chronoref.lo chronoline.lo chronoline_event.lo  -lpng -lz -lm -lz
/opt/gcc/bin/gcc -shared  .libs/chronogram.o .libs/chronoref.o .libs/chronoline.o .libs/chronoline_event.o  
-lpng -lm -lz  -march=i686 -mtune=pentium4 -Wl,-soname -Wl,libchronogram_objects.so -o 
.libs/libchronogram_objects.so
creating libchronogram_objects.la
(cd .libs && rm -f libchronogram_objects.la && ln -s ../libchronogram_objects.la libchronogram_objects.la)
make[3]: Leaving directory `/scratch/dia-0.95-pre8/objects/chronogram'
Making all in SADT
make[3]: Entering directory `/scratch/dia-0.95-pre8/objects/SADT'
if /bin/sh ../../libtool --tag=CC --mode=compile /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. 
-I../../intl -I./../../lib -pthread -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/X11R6/include 
-I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 
-I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include    -I/opt/gnome/include/pango-1.0 
-I/usr/include/freetype2 -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include       
-I/usr/include/libxml2 -I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe  -Wall -Wunused 
--std=c89 -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT sadt.lo -MD -MP -MF ".deps/sadt.Tpo" -c -o sadt.lo sadt.c; \
then mv -f ".deps/sadt.Tpo" ".deps/sadt.Plo"; else rm -f ".deps/sadt.Tpo"; exit 1; fi
mkdir .libs
 /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../intl -I./../../lib -pthread -I/usr/include/cairo 
-I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/libpng12 -I/usr/include/libxml2 
-I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include 
-I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include -I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -I/usr/include/libxml2 
-I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe -Wall -Wunused --std=c89 
-Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT sadt.lo -MD -MP -MF .deps/sadt.Tpo -c sadt.c  -fPIC -DPIC -o .libs/sadt.o
if /bin/sh ../../libtool --tag=CC --mode=compile /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. 
-I../../intl -I./../../lib -pthread -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/X11R6/include 
-I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 
-I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include    -I/opt/gnome/include/pango-1.0 
-I/usr/include/freetype2 -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include       
-I/usr/include/libxml2 -I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe  -Wall -Wunused 
--std=c89 -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT arrow.lo -MD -MP -MF ".deps/arrow.Tpo" -c -o arrow.lo arrow.c; \
then mv -f ".deps/arrow.Tpo" ".deps/arrow.Plo"; else rm -f ".deps/arrow.Tpo"; exit 1; fi
 /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../intl -I./../../lib -pthread -I/usr/include/cairo 
-I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/libpng12 -I/usr/include/libxml2 
-I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include 
-I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include -I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -I/usr/include/libxml2 
-I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe -Wall -Wunused --std=c89 
-Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT arrow.lo -MD -MP -MF .deps/arrow.Tpo -c arrow.c  -fPIC -DPIC -o .libs/arrow.o
if /bin/sh ../../libtool --tag=CC --mode=compile /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. 
-I../../intl -I./../../lib -pthread -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/X11R6/include 
-I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 
-I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include    -I/opt/gnome/include/pango-1.0 
-I/usr/include/freetype2 -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include       
-I/usr/include/libxml2 -I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe  -Wall -Wunused 
--std=c89 -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT box.lo -MD -MP -MF ".deps/box.Tpo" -c -o box.lo box.c; \
then mv -f ".deps/box.Tpo" ".deps/box.Plo"; else rm -f ".deps/box.Tpo"; exit 1; fi
 /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../intl -I./../../lib -pthread -I/usr/include/cairo 
-I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/libpng12 -I/usr/include/libxml2 
-I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include 
-I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include -I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -I/usr/include/libxml2 
-I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe -Wall -Wunused --std=c89 
-Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT box.lo -MD -MP -MF .deps/box.Tpo -c box.c  -fPIC -DPIC -o .libs/box.o
if /bin/sh ../../libtool --tag=CC --mode=compile /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. 
-I../../intl -I./../../lib -pthread -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/X11R6/include 
-I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 
-I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include    -I/opt/gnome/include/pango-1.0 
-I/usr/include/freetype2 -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include       
-I/usr/include/libxml2 -I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe  -Wall -Wunused 
--std=c89 -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT annotation.lo -MD -MP -MF ".deps/annotation.Tpo" -c -o annotation.lo annotation.c; \
then mv -f ".deps/annotation.Tpo" ".deps/annotation.Plo"; else rm -f ".deps/annotation.Tpo"; exit 1; fi
 /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../intl -I./../../lib -pthread -I/usr/include/cairo 
-I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/libpng12 -I/usr/include/libxml2 
-I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include 
-I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include -I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -I/usr/include/libxml2 
-I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe -Wall -Wunused --std=c89 
-Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT annotation.lo -MD -MP -MF .deps/annotation.Tpo -c annotation.c  -fPIC -DPIC -o 
.libs/annotation.o
/bin/sh ../../libtool --tag=CC --mode=link /opt/gcc/bin/gcc  -I/usr/include/libxml2 -I/usr/include/freetype2 
-O3 -march=i686 -mtune=pentium4 -pipe  -Wall -Wunused --std=c89 -Wdeclaration-after-statement 
-Wmissing-prototypes -Wmissing-declarations -finline-functions -fstrict-aliasing   -o libsadt_objects.la 
-rpath /opt/dia/0.95/lib/dia -export-dynamic -module -avoid-version sadt.lo arrow.lo box.lo annotation.lo  
-lpng -lz -lm -lz
/opt/gcc/bin/gcc -shared  .libs/sadt.o .libs/arrow.o .libs/box.o .libs/annotation.o  -lpng -lm -lz  
-march=i686 -mtune=pentium4 -Wl,-soname -Wl,libsadt_objects.so -o .libs/libsadt_objects.so
creating libsadt_objects.la
(cd .libs && rm -f libsadt_objects.la && ln -s ../libsadt_objects.la libsadt_objects.la)
make[3]: Leaving directory `/scratch/dia-0.95-pre8/objects/SADT'
Making all in Misc
make[3]: Entering directory `/scratch/dia-0.95-pre8/objects/Misc'
if /bin/sh ../../libtool --tag=CC --mode=compile /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. 
-I../../intl -I./../../lib -pthread -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/X11R6/include 
-I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 
-I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include    -I/opt/gnome/include/pango-1.0 
-I/usr/include/freetype2 -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include       
-I/usr/include/libxml2 -I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe  -Wall -Wunused 
--std=c89 -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT libmisc.lo -MD -MP -MF ".deps/libmisc.Tpo" -c -o libmisc.lo libmisc.c; \
then mv -f ".deps/libmisc.Tpo" ".deps/libmisc.Plo"; else rm -f ".deps/libmisc.Tpo"; exit 1; fi
mkdir .libs
 /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../intl -I./../../lib -pthread -I/usr/include/cairo 
-I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/libpng12 -I/usr/include/libxml2 
-I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include 
-I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include -I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -I/usr/include/libxml2 
-I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe -Wall -Wunused --std=c89 
-Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT libmisc.lo -MD -MP -MF .deps/libmisc.Tpo -c libmisc.c  -fPIC -DPIC -o .libs/libmisc.o
if /bin/sh ../../libtool --tag=CC --mode=compile /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. 
-I../../intl -I./../../lib -pthread -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/X11R6/include 
-I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 
-I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include    -I/opt/gnome/include/pango-1.0 
-I/usr/include/freetype2 -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include       
-I/usr/include/libxml2 -I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe  -Wall -Wunused 
--std=c89 -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT analog_clock.lo -MD -MP -MF ".deps/analog_clock.Tpo" -c -o analog_clock.lo 
analog_clock.c; \
then mv -f ".deps/analog_clock.Tpo" ".deps/analog_clock.Plo"; else rm -f ".deps/analog_clock.Tpo"; exit 1; fi
 /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../intl -I./../../lib -pthread -I/usr/include/cairo 
-I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/libpng12 -I/usr/include/libxml2 
-I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include 
-I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include -I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -I/usr/include/libxml2 
-I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe -Wall -Wunused --std=c89 
-Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT analog_clock.lo -MD -MP -MF .deps/analog_clock.Tpo -c analog_clock.c  -fPIC -DPIC -o 
.libs/analog_clock.o
/bin/sh ../../libtool --tag=CC --mode=link /opt/gcc/bin/gcc  -I/usr/include/libxml2 -I/usr/include/freetype2 
-O3 -march=i686 -mtune=pentium4 -pipe  -Wall -Wunused --std=c89 -Wdeclaration-after-statement 
-Wmissing-prototypes -Wmissing-declarations -finline-functions -fstrict-aliasing   -o libmisc_objects.la 
-rpath /opt/dia/0.95/lib/dia -export-dynamic -module -avoid-version libmisc.lo analog_clock.lo  -lpng -lz -lm 
-lz
/opt/gcc/bin/gcc -shared  .libs/libmisc.o .libs/analog_clock.o  -lpng -lm -lz  -march=i686 -mtune=pentium4 
-Wl,-soname -Wl,libmisc_objects.so -o .libs/libmisc_objects.so
creating libmisc_objects.la
(cd .libs && rm -f libmisc_objects.la && ln -s ../libmisc_objects.la libmisc_objects.la)
make[3]: Leaving directory `/scratch/dia-0.95-pre8/objects/Misc'
Making all in bondgraph
make[3]: Entering directory `/scratch/dia-0.95-pre8/objects/bondgraph'
if /bin/sh ../../libtool --tag=CC --mode=compile /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. 
-I../../intl -I./../../lib -pthread -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/X11R6/include 
-I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 
-I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include    -I/opt/gnome/include/pango-1.0 
-I/usr/include/freetype2 -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include       
-I/usr/include/libxml2 -I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe  -Wall -Wunused 
--std=c89 -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT bondgraph.lo -MD -MP -MF ".deps/bondgraph.Tpo" -c -o bondgraph.lo bondgraph.c; \
then mv -f ".deps/bondgraph.Tpo" ".deps/bondgraph.Plo"; else rm -f ".deps/bondgraph.Tpo"; exit 1; fi
mkdir .libs
 /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../intl -I./../../lib -pthread -I/usr/include/cairo 
-I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/libpng12 -I/usr/include/libxml2 
-I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include 
-I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include -I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -I/usr/include/libxml2 
-I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe -Wall -Wunused --std=c89 
-Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT bondgraph.lo -MD -MP -MF .deps/bondgraph.Tpo -c bondgraph.c  -fPIC -DPIC -o 
.libs/bondgraph.o
/bin/sh ../../libtool --tag=CC --mode=link /opt/gcc/bin/gcc  -I/usr/include/libxml2 -I/usr/include/freetype2 
-O3 -march=i686 -mtune=pentium4 -pipe  -Wall -Wunused --std=c89 -Wdeclaration-after-statement 
-Wmissing-prototypes -Wmissing-declarations -finline-functions -fstrict-aliasing   -o libbondgraph_objects.la 
-rpath /opt/dia/0.95/lib/dia -export-dynamic -module -avoid-version bondgraph.lo  -lpng -lz -lm -lz
/opt/gcc/bin/gcc -shared  .libs/bondgraph.o  -lpng -lm -lz  -march=i686 -mtune=pentium4 -Wl,-soname 
-Wl,libbondgraph_objects.so -o .libs/libbondgraph_objects.so
creating libbondgraph_objects.la
(cd .libs && rm -f libbondgraph_objects.la && ln -s ../libbondgraph_objects.la libbondgraph_objects.la)
make[3]: Leaving directory `/scratch/dia-0.95-pre8/objects/bondgraph'
Making all in Istar
make[3]: Entering directory `/scratch/dia-0.95-pre8/objects/Istar'
if /bin/sh ../../libtool --tag=CC --mode=compile /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. 
-I../../intl -I./../../lib -pthread -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/X11R6/include 
-I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 
-I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include    -I/usr/include/freetype2     
-I/usr/include/libxml2 -I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe  -Wall -Wunused 
--std=c89 -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT istar.lo -MD -MP -MF ".deps/istar.Tpo" -c -o istar.lo istar.c; \
then mv -f ".deps/istar.Tpo" ".deps/istar.Plo"; else rm -f ".deps/istar.Tpo"; exit 1; fi
mkdir .libs
 /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../intl -I./../../lib -pthread -I/usr/include/cairo 
-I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/libpng12 -I/usr/include/libxml2 
-I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include 
-I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libxml2 -I/usr/include/freetype2 
-O3 -march=i686 -mtune=pentium4 -pipe -Wall -Wunused --std=c89 -Wdeclaration-after-statement 
-Wmissing-prototypes -Wmissing-declarations -finline-functions -fstrict-aliasing -MT istar.lo -MD -MP -MF 
.deps/istar.Tpo -c istar.c  -fPIC -DPIC -o .libs/istar.o
if /bin/sh ../../libtool --tag=CC --mode=compile /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. 
-I../../intl -I./../../lib -pthread -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/X11R6/include 
-I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 
-I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include    -I/usr/include/freetype2     
-I/usr/include/libxml2 -I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe  -Wall -Wunused 
--std=c89 -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT actor.lo -MD -MP -MF ".deps/actor.Tpo" -c -o actor.lo actor.c; \
then mv -f ".deps/actor.Tpo" ".deps/actor.Plo"; else rm -f ".deps/actor.Tpo"; exit 1; fi
 /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../intl -I./../../lib -pthread -I/usr/include/cairo 
-I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/libpng12 -I/usr/include/libxml2 
-I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include 
-I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libxml2 -I/usr/include/freetype2 
-O3 -march=i686 -mtune=pentium4 -pipe -Wall -Wunused --std=c89 -Wdeclaration-after-statement 
-Wmissing-prototypes -Wmissing-declarations -finline-functions -fstrict-aliasing -MT actor.lo -MD -MP -MF 
.deps/actor.Tpo -c actor.c  -fPIC -DPIC -o .libs/actor.o
if /bin/sh ../../libtool --tag=CC --mode=compile /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. 
-I../../intl -I./../../lib -pthread -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/X11R6/include 
-I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 
-I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include    -I/usr/include/freetype2     
-I/usr/include/libxml2 -I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe  -Wall -Wunused 
--std=c89 -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT goal.lo -MD -MP -MF ".deps/goal.Tpo" -c -o goal.lo goal.c; \
then mv -f ".deps/goal.Tpo" ".deps/goal.Plo"; else rm -f ".deps/goal.Tpo"; exit 1; fi
 /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../intl -I./../../lib -pthread -I/usr/include/cairo 
-I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/libpng12 -I/usr/include/libxml2 
-I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include 
-I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libxml2 -I/usr/include/freetype2 
-O3 -march=i686 -mtune=pentium4 -pipe -Wall -Wunused --std=c89 -Wdeclaration-after-statement 
-Wmissing-prototypes -Wmissing-declarations -finline-functions -fstrict-aliasing -MT goal.lo -MD -MP -MF 
.deps/goal.Tpo -c goal.c  -fPIC -DPIC -o .libs/goal.o
if /bin/sh ../../libtool --tag=CC --mode=compile /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. 
-I../../intl -I./../../lib -pthread -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/X11R6/include 
-I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 
-I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include    -I/usr/include/freetype2     
-I/usr/include/libxml2 -I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe  -Wall -Wunused 
--std=c89 -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT other.lo -MD -MP -MF ".deps/other.Tpo" -c -o other.lo other.c; \
then mv -f ".deps/other.Tpo" ".deps/other.Plo"; else rm -f ".deps/other.Tpo"; exit 1; fi
 /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../intl -I./../../lib -pthread -I/usr/include/cairo 
-I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/libpng12 -I/usr/include/libxml2 
-I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include 
-I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libxml2 -I/usr/include/freetype2 
-O3 -march=i686 -mtune=pentium4 -pipe -Wall -Wunused --std=c89 -Wdeclaration-after-statement 
-Wmissing-prototypes -Wmissing-declarations -finline-functions -fstrict-aliasing -MT other.lo -MD -MP -MF 
.deps/other.Tpo -c other.c  -fPIC -DPIC -o .libs/other.o
if /bin/sh ../../libtool --tag=CC --mode=compile /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. 
-I../../intl -I./../../lib -pthread -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/X11R6/include 
-I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 
-I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include    -I/usr/include/freetype2     
-I/usr/include/libxml2 -I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe  -Wall -Wunused 
--std=c89 -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT link.lo -MD -MP -MF ".deps/link.Tpo" -c -o link.lo link.c; \
then mv -f ".deps/link.Tpo" ".deps/link.Plo"; else rm -f ".deps/link.Tpo"; exit 1; fi
 /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../intl -I./../../lib -pthread -I/usr/include/cairo 
-I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/libpng12 -I/usr/include/libxml2 
-I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include 
-I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libxml2 -I/usr/include/freetype2 
-O3 -march=i686 -mtune=pentium4 -pipe -Wall -Wunused --std=c89 -Wdeclaration-after-statement 
-Wmissing-prototypes -Wmissing-declarations -finline-functions -fstrict-aliasing -MT link.lo -MD -MP -MF 
.deps/link.Tpo -c link.c  -fPIC -DPIC -o .libs/link.o
/bin/sh ../../libtool --tag=CC --mode=link /opt/gcc/bin/gcc  -I/usr/include/libxml2 -I/usr/include/freetype2 
-O3 -march=i686 -mtune=pentium4 -pipe  -Wall -Wunused --std=c89 -Wdeclaration-after-statement 
-Wmissing-prototypes -Wmissing-declarations -finline-functions -fstrict-aliasing   -o libistar_objects.la 
-rpath /opt/dia/0.95/lib/dia -export-dynamic -module -avoid-version istar.lo actor.lo goal.lo other.lo 
link.lo  -lpng -lz -lm -lz
/opt/gcc/bin/gcc -shared  .libs/istar.o .libs/actor.o .libs/goal.o .libs/other.o .libs/link.o  -lpng -lm -lz  
-march=i686 -mtune=pentium4 -Wl,-soname -Wl,libistar_objects.so -o .libs/libistar_objects.so
creating libistar_objects.la
(cd .libs && rm -f libistar_objects.la && ln -s ../libistar_objects.la libistar_objects.la)
make[3]: Leaving directory `/scratch/dia-0.95-pre8/objects/Istar'
Making all in Jackson
make[3]: Entering directory `/scratch/dia-0.95-pre8/objects/Jackson'
if /bin/sh ../../libtool --tag=CC --mode=compile /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. 
-I../../intl -I./../../lib -pthread -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/X11R6/include 
-I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 
-I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include    -I/usr/include/freetype2     
-I/usr/include/libxml2 -I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe  -Wall -Wunused 
--std=c89 -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT jackson.lo -MD -MP -MF ".deps/jackson.Tpo" -c -o jackson.lo jackson.c; \
then mv -f ".deps/jackson.Tpo" ".deps/jackson.Plo"; else rm -f ".deps/jackson.Tpo"; exit 1; fi
mkdir .libs
 /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../intl -I./../../lib -pthread -I/usr/include/cairo 
-I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/libpng12 -I/usr/include/libxml2 
-I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include 
-I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libxml2 -I/usr/include/freetype2 
-O3 -march=i686 -mtune=pentium4 -pipe -Wall -Wunused --std=c89 -Wdeclaration-after-statement 
-Wmissing-prototypes -Wmissing-declarations -finline-functions -fstrict-aliasing -MT jackson.lo -MD -MP -MF 
.deps/jackson.Tpo -c jackson.c  -fPIC -DPIC -o .libs/jackson.o
if /bin/sh ../../libtool --tag=CC --mode=compile /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. 
-I../../intl -I./../../lib -pthread -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/X11R6/include 
-I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 
-I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include    -I/usr/include/freetype2     
-I/usr/include/libxml2 -I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe  -Wall -Wunused 
--std=c89 -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT domain.lo -MD -MP -MF ".deps/domain.Tpo" -c -o domain.lo domain.c; \
then mv -f ".deps/domain.Tpo" ".deps/domain.Plo"; else rm -f ".deps/domain.Tpo"; exit 1; fi
 /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../intl -I./../../lib -pthread -I/usr/include/cairo 
-I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/libpng12 -I/usr/include/libxml2 
-I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include 
-I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libxml2 -I/usr/include/freetype2 
-O3 -march=i686 -mtune=pentium4 -pipe -Wall -Wunused --std=c89 -Wdeclaration-after-statement 
-Wmissing-prototypes -Wmissing-declarations -finline-functions -fstrict-aliasing -MT domain.lo -MD -MP -MF 
.deps/domain.Tpo -c domain.c  -fPIC -DPIC -o .libs/domain.o
if /bin/sh ../../libtool --tag=CC --mode=compile /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. 
-I../../intl -I./../../lib -pthread -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/X11R6/include 
-I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 
-I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include    -I/usr/include/freetype2     
-I/usr/include/libxml2 -I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe  -Wall -Wunused 
--std=c89 -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT requirement.lo -MD -MP -MF ".deps/requirement.Tpo" -c -o requirement.lo requirement.c; \
then mv -f ".deps/requirement.Tpo" ".deps/requirement.Plo"; else rm -f ".deps/requirement.Tpo"; exit 1; fi
 /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../intl -I./../../lib -pthread -I/usr/include/cairo 
-I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/libpng12 -I/usr/include/libxml2 
-I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include 
-I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libxml2 -I/usr/include/freetype2 
-O3 -march=i686 -mtune=pentium4 -pipe -Wall -Wunused --std=c89 -Wdeclaration-after-statement 
-Wmissing-prototypes -Wmissing-declarations -finline-functions -fstrict-aliasing -MT requirement.lo -MD -MP 
-MF .deps/requirement.Tpo -c requirement.c  -fPIC -DPIC -o .libs/requirement.o
if /bin/sh ../../libtool --tag=CC --mode=compile /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. 
-I../../intl -I./../../lib -pthread -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/X11R6/include 
-I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 
-I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include    -I/usr/include/freetype2     
-I/usr/include/libxml2 -I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe  -Wall -Wunused 
--std=c89 -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT phenomenon.lo -MD -MP -MF ".deps/phenomenon.Tpo" -c -o phenomenon.lo phenomenon.c; \
then mv -f ".deps/phenomenon.Tpo" ".deps/phenomenon.Plo"; else rm -f ".deps/phenomenon.Tpo"; exit 1; fi
 /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../intl -I./../../lib -pthread -I/usr/include/cairo 
-I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/libpng12 -I/usr/include/libxml2 
-I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include 
-I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libxml2 -I/usr/include/freetype2 
-O3 -march=i686 -mtune=pentium4 -pipe -Wall -Wunused --std=c89 -Wdeclaration-after-statement 
-Wmissing-prototypes -Wmissing-declarations -finline-functions -fstrict-aliasing -MT phenomenon.lo -MD -MP 
-MF .deps/phenomenon.Tpo -c phenomenon.c  -fPIC -DPIC -o .libs/phenomenon.o
/bin/sh ../../libtool --tag=CC --mode=link /opt/gcc/bin/gcc  -I/usr/include/libxml2 -I/usr/include/freetype2 
-O3 -march=i686 -mtune=pentium4 -pipe  -Wall -Wunused --std=c89 -Wdeclaration-after-statement 
-Wmissing-prototypes -Wmissing-declarations -finline-functions -fstrict-aliasing   -o libjackson_objects.la 
-rpath /opt/dia/0.95/lib/dia -export-dynamic -module -avoid-version jackson.lo domain.lo requirement.lo 
phenomenon.lo  -lpng -lz -lm -lz
/opt/gcc/bin/gcc -shared  .libs/jackson.o .libs/domain.o .libs/requirement.o .libs/phenomenon.o  -lpng -lm 
-lz  -march=i686 -mtune=pentium4 -Wl,-soname -Wl,libjackson_objects.so -o .libs/libjackson_objects.so
creating libjackson_objects.la
(cd .libs && rm -f libjackson_objects.la && ln -s ../libjackson_objects.la libjackson_objects.la)
make[3]: Leaving directory `/scratch/dia-0.95-pre8/objects/Jackson'
Making all in KAOS
make[3]: Entering directory `/scratch/dia-0.95-pre8/objects/KAOS'
if /bin/sh ../../libtool --tag=CC --mode=compile /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. 
-I../../intl -I./../../lib -pthread -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/X11R6/include 
-I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 
-I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include    -I/usr/include/freetype2     
-I/usr/include/libxml2 -I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe  -Wall -Wunused 
--std=c89 -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT kaos.lo -MD -MP -MF ".deps/kaos.Tpo" -c -o kaos.lo kaos.c; \
then mv -f ".deps/kaos.Tpo" ".deps/kaos.Plo"; else rm -f ".deps/kaos.Tpo"; exit 1; fi
mkdir .libs
 /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../intl -I./../../lib -pthread -I/usr/include/cairo 
-I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/libpng12 -I/usr/include/libxml2 
-I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include 
-I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libxml2 -I/usr/include/freetype2 
-O3 -march=i686 -mtune=pentium4 -pipe -Wall -Wunused --std=c89 -Wdeclaration-after-statement 
-Wmissing-prototypes -Wmissing-declarations -finline-functions -fstrict-aliasing -MT kaos.lo -MD -MP -MF 
.deps/kaos.Tpo -c kaos.c  -fPIC -DPIC -o .libs/kaos.o
if /bin/sh ../../libtool --tag=CC --mode=compile /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. 
-I../../intl -I./../../lib -pthread -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/X11R6/include 
-I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 
-I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include    -I/usr/include/freetype2     
-I/usr/include/libxml2 -I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe  -Wall -Wunused 
--std=c89 -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT goal.lo -MD -MP -MF ".deps/goal.Tpo" -c -o goal.lo goal.c; \
then mv -f ".deps/goal.Tpo" ".deps/goal.Plo"; else rm -f ".deps/goal.Tpo"; exit 1; fi
 /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../intl -I./../../lib -pthread -I/usr/include/cairo 
-I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/libpng12 -I/usr/include/libxml2 
-I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include 
-I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libxml2 -I/usr/include/freetype2 
-O3 -march=i686 -mtune=pentium4 -pipe -Wall -Wunused --std=c89 -Wdeclaration-after-statement 
-Wmissing-prototypes -Wmissing-declarations -finline-functions -fstrict-aliasing -MT goal.lo -MD -MP -MF 
.deps/goal.Tpo -c goal.c  -fPIC -DPIC -o .libs/goal.o
if /bin/sh ../../libtool --tag=CC --mode=compile /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. 
-I../../intl -I./../../lib -pthread -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/X11R6/include 
-I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 
-I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include    -I/usr/include/freetype2     
-I/usr/include/libxml2 -I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe  -Wall -Wunused 
--std=c89 -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT other.lo -MD -MP -MF ".deps/other.Tpo" -c -o other.lo other.c; \
then mv -f ".deps/other.Tpo" ".deps/other.Plo"; else rm -f ".deps/other.Tpo"; exit 1; fi
 /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../intl -I./../../lib -pthread -I/usr/include/cairo 
-I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/libpng12 -I/usr/include/libxml2 
-I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include 
-I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libxml2 -I/usr/include/freetype2 
-O3 -march=i686 -mtune=pentium4 -pipe -Wall -Wunused --std=c89 -Wdeclaration-after-statement 
-Wmissing-prototypes -Wmissing-declarations -finline-functions -fstrict-aliasing -MT other.lo -MD -MP -MF 
.deps/other.Tpo -c other.c  -fPIC -DPIC -o .libs/other.o
if /bin/sh ../../libtool --tag=CC --mode=compile /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. 
-I../../intl -I./../../lib -pthread -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/X11R6/include 
-I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 
-I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include    -I/usr/include/freetype2     
-I/usr/include/libxml2 -I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe  -Wall -Wunused 
--std=c89 -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT metabinrel.lo -MD -MP -MF ".deps/metabinrel.Tpo" -c -o metabinrel.lo metabinrel.c; \
then mv -f ".deps/metabinrel.Tpo" ".deps/metabinrel.Plo"; else rm -f ".deps/metabinrel.Tpo"; exit 1; fi
 /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../intl -I./../../lib -pthread -I/usr/include/cairo 
-I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/libpng12 -I/usr/include/libxml2 
-I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include 
-I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libxml2 -I/usr/include/freetype2 
-O3 -march=i686 -mtune=pentium4 -pipe -Wall -Wunused --std=c89 -Wdeclaration-after-statement 
-Wmissing-prototypes -Wmissing-declarations -finline-functions -fstrict-aliasing -MT metabinrel.lo -MD -MP 
-MF .deps/metabinrel.Tpo -c metabinrel.c  -fPIC -DPIC -o .libs/metabinrel.o
if /bin/sh ../../libtool --tag=CC --mode=compile /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. 
-I../../intl -I./../../lib -pthread -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/X11R6/include 
-I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 
-I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include    -I/usr/include/freetype2     
-I/usr/include/libxml2 -I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe  -Wall -Wunused 
--std=c89 -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT metaandorrel.lo -MD -MP -MF ".deps/metaandorrel.Tpo" -c -o metaandorrel.lo 
metaandorrel.c; \
then mv -f ".deps/metaandorrel.Tpo" ".deps/metaandorrel.Plo"; else rm -f ".deps/metaandorrel.Tpo"; exit 1; fi
 /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../intl -I./../../lib -pthread -I/usr/include/cairo 
-I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/libpng12 -I/usr/include/libxml2 
-I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include 
-I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libxml2 -I/usr/include/freetype2 
-O3 -march=i686 -mtune=pentium4 -pipe -Wall -Wunused --std=c89 -Wdeclaration-after-statement 
-Wmissing-prototypes -Wmissing-declarations -finline-functions -fstrict-aliasing -MT metaandorrel.lo -MD -MP 
-MF .deps/metaandorrel.Tpo -c metaandorrel.c  -fPIC -DPIC -o .libs/metaandorrel.o
/bin/sh ../../libtool --tag=CC --mode=link /opt/gcc/bin/gcc  -I/usr/include/libxml2 -I/usr/include/freetype2 
-O3 -march=i686 -mtune=pentium4 -pipe  -Wall -Wunused --std=c89 -Wdeclaration-after-statement 
-Wmissing-prototypes -Wmissing-declarations -finline-functions -fstrict-aliasing   -o libkaos_objects.la 
-rpath /opt/dia/0.95/lib/dia -export-dynamic -module -avoid-version kaos.lo goal.lo other.lo metabinrel.lo 
metaandorrel.lo  -lpng -lz -lm -lz
/opt/gcc/bin/gcc -shared  .libs/kaos.o .libs/goal.o .libs/other.o .libs/metabinrel.o .libs/metaandorrel.o  
-lpng -lm -lz  -march=i686 -mtune=pentium4 -Wl,-soname -Wl,libkaos_objects.so -o .libs/libkaos_objects.so
creating libkaos_objects.la
(cd .libs && rm -f libkaos_objects.la && ln -s ../libkaos_objects.la libkaos_objects.la)
make[3]: Leaving directory `/scratch/dia-0.95-pre8/objects/KAOS'
Making all in AADL
make[3]: Entering directory `/scratch/dia-0.95-pre8/objects/AADL'
if /bin/sh ../../libtool --tag=CC --mode=compile /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. 
-I../../intl -I./../../lib -pthread -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/X11R6/include 
-I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 
-I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include    -I/opt/gnome/include/pango-1.0 
-I/usr/include/freetype2 -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include       
-I/usr/include/libxml2 -I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe  -Wall -Wunused 
--std=c89 -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT aadl.lo -MD -MP -MF ".deps/aadl.Tpo" -c -o aadl.lo aadl.c; \
then mv -f ".deps/aadl.Tpo" ".deps/aadl.Plo"; else rm -f ".deps/aadl.Tpo"; exit 1; fi
mkdir .libs
 /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../intl -I./../../lib -pthread -I/usr/include/cairo 
-I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/libpng12 -I/usr/include/libxml2 
-I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include 
-I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include -I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -I/usr/include/libxml2 
-I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe -Wall -Wunused --std=c89 
-Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT aadl.lo -MD -MP -MF .deps/aadl.Tpo -c aadl.c  -fPIC -DPIC -o .libs/aadl.o
aadl.c:83: warning: no previous prototype for 'aadlbox_center_text_position'
aadl.c:104: warning: no previous prototype for 'aadlbox_memory_update_text_position'
aadl.c:120: warning: no previous prototype for 'aadlbox_inclined_update_text_position'
aadl.c:134: warning: no previous prototype for 'aadlbox_subprogram_update_text_position'
./../../lib/element.h:66: warning: 'width_range' defined but not used
if /bin/sh ../../libtool --tag=CC --mode=compile /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. 
-I../../intl -I./../../lib -pthread -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/X11R6/include 
-I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 
-I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include    -I/opt/gnome/include/pango-1.0 
-I/usr/include/freetype2 -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include       
-I/usr/include/libxml2 -I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe  -Wall -Wunused 
--std=c89 -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT aadlbox.lo -MD -MP -MF ".deps/aadlbox.Tpo" -c -o aadlbox.lo aadlbox.c; \
then mv -f ".deps/aadlbox.Tpo" ".deps/aadlbox.Plo"; else rm -f ".deps/aadlbox.Tpo"; exit 1; fi
 /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../intl -I./../../lib -pthread -I/usr/include/cairo 
-I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/libpng12 -I/usr/include/libxml2 
-I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include 
-I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include -I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -I/usr/include/libxml2 
-I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe -Wall -Wunused --std=c89 
-Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT aadlbox.lo -MD -MP -MF .deps/aadlbox.Tpo -c aadlbox.c  -fPIC -DPIC -o .libs/aadlbox.o
if /bin/sh ../../libtool --tag=CC --mode=compile /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. 
-I../../intl -I./../../lib -pthread -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/X11R6/include 
-I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 
-I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include    -I/opt/gnome/include/pango-1.0 
-I/usr/include/freetype2 -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include       
-I/usr/include/libxml2 -I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe  -Wall -Wunused 
--std=c89 -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT aadldata.lo -MD -MP -MF ".deps/aadldata.Tpo" -c -o aadldata.lo aadldata.c; \
then mv -f ".deps/aadldata.Tpo" ".deps/aadldata.Plo"; else rm -f ".deps/aadldata.Tpo"; exit 1; fi
 /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../intl -I./../../lib -pthread -I/usr/include/cairo 
-I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/libpng12 -I/usr/include/libxml2 
-I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include 
-I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include -I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -I/usr/include/libxml2 
-I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe -Wall -Wunused --std=c89 
-Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT aadldata.lo -MD -MP -MF .deps/aadldata.Tpo -c aadldata.c  -fPIC -DPIC -o 
.libs/aadldata.o
./../../lib/element.h:66: warning: 'width_range' defined but not used
if /bin/sh ../../libtool --tag=CC --mode=compile /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. 
-I../../intl -I./../../lib -pthread -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/X11R6/include 
-I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 
-I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include    -I/opt/gnome/include/pango-1.0 
-I/usr/include/freetype2 -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include       
-I/usr/include/libxml2 -I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe  -Wall -Wunused 
--std=c89 -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT aadlport.lo -MD -MP -MF ".deps/aadlport.Tpo" -c -o aadlport.lo aadlport.c; \
then mv -f ".deps/aadlport.Tpo" ".deps/aadlport.Plo"; else rm -f ".deps/aadlport.Tpo"; exit 1; fi
 /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../intl -I./../../lib -pthread -I/usr/include/cairo 
-I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/libpng12 -I/usr/include/libxml2 
-I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include 
-I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include -I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -I/usr/include/libxml2 
-I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe -Wall -Wunused --std=c89 
-Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT aadlport.lo -MD -MP -MF .deps/aadlport.Tpo -c aadlport.c  -fPIC -DPIC -o 
.libs/aadlport.o
./../../lib/element.h:66: warning: 'width_range' defined but not used
if /bin/sh ../../libtool --tag=CC --mode=compile /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. 
-I../../intl -I./../../lib -pthread -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/X11R6/include 
-I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 
-I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include    -I/opt/gnome/include/pango-1.0 
-I/usr/include/freetype2 -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include       
-I/usr/include/libxml2 -I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe  -Wall -Wunused 
--std=c89 -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT aadlbus.lo -MD -MP -MF ".deps/aadlbus.Tpo" -c -o aadlbus.lo aadlbus.c; \
then mv -f ".deps/aadlbus.Tpo" ".deps/aadlbus.Plo"; else rm -f ".deps/aadlbus.Tpo"; exit 1; fi
 /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../intl -I./../../lib -pthread -I/usr/include/cairo 
-I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/libpng12 -I/usr/include/libxml2 
-I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include 
-I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include -I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -I/usr/include/libxml2 
-I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe -Wall -Wunused --std=c89 
-Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT aadlbus.lo -MD -MP -MF .deps/aadlbus.Tpo -c aadlbus.c  -fPIC -DPIC -o .libs/aadlbus.o
aadlbus.c:94: warning: no previous prototype for 'aadlbus_project_point_on_nearest_border'
./../../lib/element.h:66: warning: 'width_range' defined but not used
if /bin/sh ../../libtool --tag=CC --mode=compile /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. 
-I../../intl -I./../../lib -pthread -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/X11R6/include 
-I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 
-I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include    -I/opt/gnome/include/pango-1.0 
-I/usr/include/freetype2 -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include       
-I/usr/include/libxml2 -I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe  -Wall -Wunused 
--std=c89 -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT aadldevice.lo -MD -MP -MF ".deps/aadldevice.Tpo" -c -o aadldevice.lo aadldevice.c; \
then mv -f ".deps/aadldevice.Tpo" ".deps/aadldevice.Plo"; else rm -f ".deps/aadldevice.Tpo"; exit 1; fi
 /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../intl -I./../../lib -pthread -I/usr/include/cairo 
-I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/libpng12 -I/usr/include/libxml2 
-I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include 
-I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include -I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -I/usr/include/libxml2 
-I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe -Wall -Wunused --std=c89 
-Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT aadldevice.lo -MD -MP -MF .deps/aadldevice.Tpo -c aadldevice.c  -fPIC -DPIC -o 
.libs/aadldevice.o
./../../lib/element.h:66: warning: 'width_range' defined but not used
if /bin/sh ../../libtool --tag=CC --mode=compile /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. 
-I../../intl -I./../../lib -pthread -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/X11R6/include 
-I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 
-I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include    -I/opt/gnome/include/pango-1.0 
-I/usr/include/freetype2 -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include       
-I/usr/include/libxml2 -I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe  -Wall -Wunused 
--std=c89 -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT aadlmemory.lo -MD -MP -MF ".deps/aadlmemory.Tpo" -c -o aadlmemory.lo aadlmemory.c; \
then mv -f ".deps/aadlmemory.Tpo" ".deps/aadlmemory.Plo"; else rm -f ".deps/aadlmemory.Tpo"; exit 1; fi
 /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../intl -I./../../lib -pthread -I/usr/include/cairo 
-I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/libpng12 -I/usr/include/libxml2 
-I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include 
-I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include -I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -I/usr/include/libxml2 
-I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe -Wall -Wunused --std=c89 
-Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT aadlmemory.lo -MD -MP -MF .deps/aadlmemory.Tpo -c aadlmemory.c  -fPIC -DPIC -o 
.libs/aadlmemory.o
./../../lib/element.h:66: warning: 'width_range' defined but not used
if /bin/sh ../../libtool --tag=CC --mode=compile /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. 
-I../../intl -I./../../lib -pthread -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/X11R6/include 
-I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 
-I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include    -I/opt/gnome/include/pango-1.0 
-I/usr/include/freetype2 -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include       
-I/usr/include/libxml2 -I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe  -Wall -Wunused 
--std=c89 -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT aadlprocess.lo -MD -MP -MF ".deps/aadlprocess.Tpo" -c -o aadlprocess.lo aadlprocess.c; \
then mv -f ".deps/aadlprocess.Tpo" ".deps/aadlprocess.Plo"; else rm -f ".deps/aadlprocess.Tpo"; exit 1; fi
 /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../intl -I./../../lib -pthread -I/usr/include/cairo 
-I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/libpng12 -I/usr/include/libxml2 
-I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include 
-I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include -I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -I/usr/include/libxml2 
-I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe -Wall -Wunused --std=c89 
-Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT aadlprocess.lo -MD -MP -MF .deps/aadlprocess.Tpo -c aadlprocess.c  -fPIC -DPIC -o 
.libs/aadlprocess.o
./../../lib/element.h:66: warning: 'width_range' defined but not used
if /bin/sh ../../libtool --tag=CC --mode=compile /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. 
-I../../intl -I./../../lib -pthread -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/X11R6/include 
-I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 
-I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include    -I/opt/gnome/include/pango-1.0 
-I/usr/include/freetype2 -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include       
-I/usr/include/libxml2 -I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe  -Wall -Wunused 
--std=c89 -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT aadlprocessor.lo -MD -MP -MF ".deps/aadlprocessor.Tpo" -c -o aadlprocessor.lo 
aadlprocessor.c; \
then mv -f ".deps/aadlprocessor.Tpo" ".deps/aadlprocessor.Plo"; else rm -f ".deps/aadlprocessor.Tpo"; exit 1; 
fi
 /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../intl -I./../../lib -pthread -I/usr/include/cairo 
-I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/libpng12 -I/usr/include/libxml2 
-I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include 
-I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include -I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -I/usr/include/libxml2 
-I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe -Wall -Wunused --std=c89 
-Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT aadlprocessor.lo -MD -MP -MF .deps/aadlprocessor.Tpo -c aadlprocessor.c  -fPIC -DPIC -o 
.libs/aadlprocessor.o
./../../lib/element.h:66: warning: 'width_range' defined but not used
if /bin/sh ../../libtool --tag=CC --mode=compile /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. 
-I../../intl -I./../../lib -pthread -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/X11R6/include 
-I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 
-I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include    -I/opt/gnome/include/pango-1.0 
-I/usr/include/freetype2 -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include       
-I/usr/include/libxml2 -I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe  -Wall -Wunused 
--std=c89 -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT aadlsubprogram.lo -MD -MP -MF ".deps/aadlsubprogram.Tpo" -c -o aadlsubprogram.lo 
aadlsubprogram.c; \
then mv -f ".deps/aadlsubprogram.Tpo" ".deps/aadlsubprogram.Plo"; else rm -f ".deps/aadlsubprogram.Tpo"; exit 
1; fi
 /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../intl -I./../../lib -pthread -I/usr/include/cairo 
-I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/libpng12 -I/usr/include/libxml2 
-I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include 
-I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include -I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -I/usr/include/libxml2 
-I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe -Wall -Wunused --std=c89 
-Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT aadlsubprogram.lo -MD -MP -MF .deps/aadlsubprogram.Tpo -c aadlsubprogram.c  -fPIC -DPIC 
-o .libs/aadlsubprogram.o
./../../lib/element.h:66: warning: 'width_range' defined but not used
if /bin/sh ../../libtool --tag=CC --mode=compile /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. 
-I../../intl -I./../../lib -pthread -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/X11R6/include 
-I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 
-I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include    -I/opt/gnome/include/pango-1.0 
-I/usr/include/freetype2 -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include       
-I/usr/include/libxml2 -I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe  -Wall -Wunused 
--std=c89 -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT aadlsystem.lo -MD -MP -MF ".deps/aadlsystem.Tpo" -c -o aadlsystem.lo aadlsystem.c; \
then mv -f ".deps/aadlsystem.Tpo" ".deps/aadlsystem.Plo"; else rm -f ".deps/aadlsystem.Tpo"; exit 1; fi
 /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../intl -I./../../lib -pthread -I/usr/include/cairo 
-I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/libpng12 -I/usr/include/libxml2 
-I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include 
-I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include -I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -I/usr/include/libxml2 
-I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe -Wall -Wunused --std=c89 
-Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT aadlsystem.lo -MD -MP -MF .deps/aadlsystem.Tpo -c aadlsystem.c  -fPIC -DPIC -o 
.libs/aadlsystem.o
./../../lib/element.h:66: warning: 'width_range' defined but not used
if /bin/sh ../../libtool --tag=CC --mode=compile /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. 
-I../../intl -I./../../lib -pthread -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/X11R6/include 
-I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 
-I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include    -I/opt/gnome/include/pango-1.0 
-I/usr/include/freetype2 -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include       
-I/usr/include/libxml2 -I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe  -Wall -Wunused 
--std=c89 -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT aadltext.lo -MD -MP -MF ".deps/aadltext.Tpo" -c -o aadltext.lo aadltext.c; \
then mv -f ".deps/aadltext.Tpo" ".deps/aadltext.Plo"; else rm -f ".deps/aadltext.Tpo"; exit 1; fi
 /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../intl -I./../../lib -pthread -I/usr/include/cairo 
-I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/libpng12 -I/usr/include/libxml2 
-I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include 
-I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include -I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -I/usr/include/libxml2 
-I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe -Wall -Wunused --std=c89 
-Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT aadltext.lo -MD -MP -MF .deps/aadltext.Tpo -c aadltext.c  -fPIC -DPIC -o 
.libs/aadltext.o
./../../lib/element.h:66: warning: 'width_range' defined but not used
if /bin/sh ../../libtool --tag=CC --mode=compile /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. 
-I../../intl -I./../../lib -pthread -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/X11R6/include 
-I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 
-I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include    -I/opt/gnome/include/pango-1.0 
-I/usr/include/freetype2 -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include       
-I/usr/include/libxml2 -I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe  -Wall -Wunused 
--std=c89 -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT aadlthread.lo -MD -MP -MF ".deps/aadlthread.Tpo" -c -o aadlthread.lo aadlthread.c; \
then mv -f ".deps/aadlthread.Tpo" ".deps/aadlthread.Plo"; else rm -f ".deps/aadlthread.Tpo"; exit 1; fi
 /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../intl -I./../../lib -pthread -I/usr/include/cairo 
-I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/libpng12 -I/usr/include/libxml2 
-I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include 
-I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include -I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -I/usr/include/libxml2 
-I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe -Wall -Wunused --std=c89 
-Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT aadlthread.lo -MD -MP -MF .deps/aadlthread.Tpo -c aadlthread.c  -fPIC -DPIC -o 
.libs/aadlthread.o
./../../lib/element.h:66: warning: 'width_range' defined but not used
if /bin/sh ../../libtool --tag=CC --mode=compile /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. 
-I../../intl -I./../../lib -pthread -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/X11R6/include 
-I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 
-I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include    -I/opt/gnome/include/pango-1.0 
-I/usr/include/freetype2 -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include       
-I/usr/include/libxml2 -I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe  -Wall -Wunused 
--std=c89 -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT aadlthreadgroup.lo -MD -MP -MF ".deps/aadlthreadgroup.Tpo" -c -o aadlthreadgroup.lo 
aadlthreadgroup.c; \
then mv -f ".deps/aadlthreadgroup.Tpo" ".deps/aadlthreadgroup.Plo"; else rm -f ".deps/aadlthreadgroup.Tpo"; 
exit 1; fi
 /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../intl -I./../../lib -pthread -I/usr/include/cairo 
-I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/libpng12 -I/usr/include/libxml2 
-I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include 
-I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include -I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -I/usr/include/libxml2 
-I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe -Wall -Wunused --std=c89 
-Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT aadlthreadgroup.lo -MD -MP -MF .deps/aadlthreadgroup.Tpo -c aadlthreadgroup.c  -fPIC 
-DPIC -o .libs/aadlthreadgroup.o
./../../lib/element.h:66: warning: 'width_range' defined but not used
if /bin/sh ../../libtool --tag=CC --mode=compile /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. 
-I../../intl -I./../../lib -pthread -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/X11R6/include 
-I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 
-I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include    -I/opt/gnome/include/pango-1.0 
-I/usr/include/freetype2 -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include       
-I/usr/include/libxml2 -I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe  -Wall -Wunused 
--std=c89 -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT aadlpackage.lo -MD -MP -MF ".deps/aadlpackage.Tpo" -c -o aadlpackage.lo aadlpackage.c; \
then mv -f ".deps/aadlpackage.Tpo" ".deps/aadlpackage.Plo"; else rm -f ".deps/aadlpackage.Tpo"; exit 1; fi
 /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../intl -I./../../lib -pthread -I/usr/include/cairo 
-I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/libpng12 -I/usr/include/libxml2 
-I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include 
-I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include -I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -I/usr/include/libxml2 
-I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe -Wall -Wunused --std=c89 
-Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT aadlpackage.lo -MD -MP -MF .deps/aadlpackage.Tpo -c aadlpackage.c  -fPIC -DPIC -o 
.libs/aadlpackage.o
./../../lib/element.h:66: warning: 'width_range' defined but not used
if /bin/sh ../../libtool --tag=CC --mode=compile /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. 
-I../../intl -I./../../lib -pthread -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/X11R6/include 
-I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 
-I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include    -I/opt/gnome/include/pango-1.0 
-I/usr/include/freetype2 -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include       
-I/usr/include/libxml2 -I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe  -Wall -Wunused 
--std=c89 -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT edit_port_declaration.lo -MD -MP -MF ".deps/edit_port_declaration.Tpo" -c -o 
edit_port_declaration.lo edit_port_declaration.c; \
then mv -f ".deps/edit_port_declaration.Tpo" ".deps/edit_port_declaration.Plo"; else rm -f 
".deps/edit_port_declaration.Tpo"; exit 1; fi
 /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../intl -I./../../lib -pthread -I/usr/include/cairo 
-I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/libpng12 -I/usr/include/libxml2 
-I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include 
-I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include -I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -I/usr/include/libxml2 
-I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe -Wall -Wunused --std=c89 
-Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT edit_port_declaration.lo -MD -MP -MF .deps/edit_port_declaration.Tpo -c 
edit_port_declaration.c  -fPIC -DPIC -o .libs/edit_port_declaration.o
edit_port_declaration.c:122: warning: no previous prototype for 'edit_port_declaration_callback'
edit_port_declaration.c: In function 'edit_port_declaration_callback':
edit_port_declaration.c:206: warning: passing argument 1 of 'change->obj_change.apply' from incompatible 
pointer type
edit_port_declaration.c: At top level:
./../../lib/element.h:66: warning: 'width_range' defined but not used
/bin/sh ../../libtool --tag=CC --mode=link /opt/gcc/bin/gcc  -I/usr/include/libxml2 -I/usr/include/freetype2 
-O3 -march=i686 -mtune=pentium4 -pipe  -Wall -Wunused --std=c89 -Wdeclaration-after-statement 
-Wmissing-prototypes -Wmissing-declarations -finline-functions -fstrict-aliasing   -o libaadl_objects.la 
-rpath /opt/dia/0.95/lib/dia -export-dynamic -module -avoid-version aadl.lo aadlbox.lo aadldata.lo 
aadlport.lo aadlbus.lo aadldevice.lo aadlmemory.lo aadlprocess.lo aadlprocessor.lo aadlsubprogram.lo 
aadlsystem.lo aadltext.lo aadlthread.lo aadlthreadgroup.lo aadlpackage.lo edit_port_declaration.lo  -lpng -lz 
-lm -lz
/opt/gcc/bin/gcc -shared  .libs/aadl.o .libs/aadlbox.o .libs/aadldata.o .libs/aadlport.o .libs/aadlbus.o 
.libs/aadldevice.o .libs/aadlmemory.o .libs/aadlprocess.o .libs/aadlprocessor.o .libs/aadlsubprogram.o 
.libs/aadlsystem.o .libs/aadltext.o .libs/aadlthread.o .libs/aadlthreadgroup.o .libs/aadlpackage.o 
.libs/edit_port_declaration.o  -lpng -lm -lz  -march=i686 -mtune=pentium4 -Wl,-soname -Wl,libaadl_objects.so 
-o .libs/libaadl_objects.so
creating libaadl_objects.la
(cd .libs && rm -f libaadl_objects.la && ln -s ../libaadl_objects.la libaadl_objects.la)
make[3]: Leaving directory `/scratch/dia-0.95-pre8/objects/AADL'
make[3]: Entering directory `/scratch/dia-0.95-pre8/objects'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/scratch/dia-0.95-pre8/objects'
make[2]: Leaving directory `/scratch/dia-0.95-pre8/objects'
Making all in plug-ins
make[2]: Entering directory `/scratch/dia-0.95-pre8/plug-ins'
Making all in cgm
make[3]: Entering directory `/scratch/dia-0.95-pre8/plug-ins/cgm'
if /bin/sh ../../libtool --tag=CC --mode=compile /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. 
-I../../intl -I./../../lib -pthread -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/X11R6/include 
-I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 
-I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include    -I/opt/gnome/include/pango-1.0 
-I/usr/include/freetype2 -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include       
-I/usr/include/libxml2 -I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe  -Wall -Wunused 
--std=c89 -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT cgm.lo -MD -MP -MF ".deps/cgm.Tpo" -c -o cgm.lo cgm.c; \
then mv -f ".deps/cgm.Tpo" ".deps/cgm.Plo"; else rm -f ".deps/cgm.Tpo"; exit 1; fi
mkdir .libs
 /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../intl -I./../../lib -pthread -I/usr/include/cairo 
-I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/libpng12 -I/usr/include/libxml2 
-I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include 
-I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include -I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -I/usr/include/libxml2 
-I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe -Wall -Wunused --std=c89 
-Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT cgm.lo -MD -MP -MF .deps/cgm.Tpo -c cgm.c  -fPIC -DPIC -o .libs/cgm.o
/bin/sh ../../libtool --tag=CC --mode=link /opt/gcc/bin/gcc  -I/usr/include/libxml2 -I/usr/include/freetype2 
-O3 -march=i686 -mtune=pentium4 -pipe  -Wall -Wunused --std=c89 -Wdeclaration-after-statement 
-Wmissing-prototypes -Wmissing-declarations -finline-functions -fstrict-aliasing   -o libcgm_filter.la -rpath 
/opt/dia/0.95/lib/dia -export-dynamic -module -avoid-version cgm.lo  -lpng -lz -lm -lz
/opt/gcc/bin/gcc -shared  .libs/cgm.o  -lpng -lm -lz  -march=i686 -mtune=pentium4 -Wl,-soname 
-Wl,libcgm_filter.so -o .libs/libcgm_filter.so
creating libcgm_filter.la
(cd .libs && rm -f libcgm_filter.la && ln -s ../libcgm_filter.la libcgm_filter.la)
make[3]: Leaving directory `/scratch/dia-0.95-pre8/plug-ins/cgm'
Making all in cairo
make[3]: Entering directory `/scratch/dia-0.95-pre8/plug-ins/cairo'
if /bin/sh ../../libtool --tag=CC --mode=compile /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. 
-I./../../lib -pthread -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/X11R6/include 
-I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 
-I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include        -I/usr/include/libxml2 
-I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe  -Wall -Wunused --std=c89 
-Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT diacairo.lo -MD -MP -MF ".deps/diacairo.Tpo" -c -o diacairo.lo diacairo.c; \
then mv -f ".deps/diacairo.Tpo" ".deps/diacairo.Plo"; else rm -f ".deps/diacairo.Tpo"; exit 1; fi
mkdir .libs
 /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I./../../lib -pthread -I/usr/include/cairo 
-I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/libpng12 -I/usr/include/libxml2 
-I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include 
-I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/freetype2 -O3 -march=i686 
-mtune=pentium4 -pipe -Wall -Wunused --std=c89 -Wdeclaration-after-statement -Wmissing-prototypes 
-Wmissing-declarations -finline-functions -fstrict-aliasing -MT diacairo.lo -MD -MP -MF .deps/diacairo.Tpo -c 
diacairo.c  -fPIC -DPIC -o .libs/diacairo.o
/bin/sh ../../libtool --tag=CC --mode=link /opt/gcc/bin/gcc  -I/usr/include/libxml2 -I/usr/include/freetype2 
-O3 -march=i686 -mtune=pentium4 -pipe  -Wall -Wunused --std=c89 -Wdeclaration-after-statement 
-Wmissing-prototypes -Wmissing-declarations -finline-functions -fstrict-aliasing   -o libcairo_filter.la 
-rpath /opt/dia/0.95/lib/dia -export-dynamic -module -avoid-version diacairo.lo  -lpng -lz -lm -lz
/opt/gcc/bin/gcc -shared  .libs/diacairo.o  -lpng -lm -lz  -march=i686 -mtune=pentium4 -Wl,-soname 
-Wl,libcairo_filter.so -o .libs/libcairo_filter.so
creating libcairo_filter.la
(cd .libs && rm -f libcairo_filter.la && ln -s ../libcairo_filter.la libcairo_filter.la)
make[3]: Leaving directory `/scratch/dia-0.95-pre8/plug-ins/cairo'
Making all in pstricks
make[3]: Entering directory `/scratch/dia-0.95-pre8/plug-ins/pstricks'
if /bin/sh ../../libtool --tag=CC --mode=compile /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. 
-I../../intl -I./../../lib -pthread -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/X11R6/include 
-I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 
-I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include    -I/opt/gnome/include/pango-1.0 
-I/usr/include/freetype2 -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include        
-I/usr/include/libxml2 -I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe  -Wall -Wunused 
--std=c89 -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT pstricks.lo -MD -MP -MF ".deps/pstricks.Tpo" -c -o pstricks.lo pstricks.c; \
then mv -f ".deps/pstricks.Tpo" ".deps/pstricks.Plo"; else rm -f ".deps/pstricks.Tpo"; exit 1; fi
mkdir .libs
 /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../intl -I./../../lib -pthread -I/usr/include/cairo 
-I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/libpng12 -I/usr/include/libxml2 
-I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include 
-I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include -I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -I/usr/include/libxml2 
-I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe -Wall -Wunused --std=c89 
-Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT pstricks.lo -MD -MP -MF .deps/pstricks.Tpo -c pstricks.c  -fPIC -DPIC -o 
.libs/pstricks.o
if /bin/sh ../../libtool --tag=CC --mode=compile /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. 
-I../../intl -I./../../lib -pthread -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/X11R6/include 
-I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 
-I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include    -I/opt/gnome/include/pango-1.0 
-I/usr/include/freetype2 -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include        
-I/usr/include/libxml2 -I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe  -Wall -Wunused 
--std=c89 -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT render_pstricks.lo -MD -MP -MF ".deps/render_pstricks.Tpo" -c -o render_pstricks.lo 
render_pstricks.c; \
then mv -f ".deps/render_pstricks.Tpo" ".deps/render_pstricks.Plo"; else rm -f ".deps/render_pstricks.Tpo"; 
exit 1; fi
 /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../intl -I./../../lib -pthread -I/usr/include/cairo 
-I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/libpng12 -I/usr/include/libxml2 
-I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include 
-I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include -I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -I/usr/include/libxml2 
-I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe -Wall -Wunused --std=c89 
-Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT render_pstricks.lo -MD -MP -MF .deps/render_pstricks.Tpo -c render_pstricks.c  -fPIC 
-DPIC -o .libs/render_pstricks.o
/bin/sh ../../libtool --tag=CC --mode=link /opt/gcc/bin/gcc  -I/usr/include/libxml2 -I/usr/include/freetype2 
-O3 -march=i686 -mtune=pentium4 -pipe  -Wall -Wunused --std=c89 -Wdeclaration-after-statement 
-Wmissing-prototypes -Wmissing-declarations -finline-functions -fstrict-aliasing   -o libpstricks_filter.la 
-rpath /opt/dia/0.95/lib/dia -export-dynamic -module -avoid-version pstricks.lo render_pstricks.lo  -lpng -lz 
-lm -lz
/opt/gcc/bin/gcc -shared  .libs/pstricks.o .libs/render_pstricks.o  -lpng -lm -lz  -march=i686 
-mtune=pentium4 -Wl,-soname -Wl,libpstricks_filter.so -o .libs/libpstricks_filter.so
creating libpstricks_filter.la
(cd .libs && rm -f libpstricks_filter.la && ln -s ../libpstricks_filter.la libpstricks_filter.la)
make[3]: Leaving directory `/scratch/dia-0.95-pre8/plug-ins/pstricks'
Making all in hpgl
make[3]: Entering directory `/scratch/dia-0.95-pre8/plug-ins/hpgl'
if /bin/sh ../../libtool --tag=CC --mode=compile /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. 
-I../../intl -I../../lib -pthread -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/X11R6/include 
-I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 
-I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include    -I/opt/gnome/include/pango-1.0 
-I/usr/include/freetype2 -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include       
-I/usr/include/libxml2 -I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe  -Wall -Wunused 
--std=c89 -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT hpgl.lo -MD -MP -MF ".deps/hpgl.Tpo" -c -o hpgl.lo hpgl.c; \
then mv -f ".deps/hpgl.Tpo" ".deps/hpgl.Plo"; else rm -f ".deps/hpgl.Tpo"; exit 1; fi
mkdir .libs
 /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../intl -I../../lib -pthread -I/usr/include/cairo 
-I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/libpng12 -I/usr/include/libxml2 
-I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include 
-I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include -I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -I/usr/include/libxml2 
-I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe -Wall -Wunused --std=c89 
-Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT hpgl.lo -MD -MP -MF .deps/hpgl.Tpo -c hpgl.c  -fPIC -DPIC -o .libs/hpgl.o
/bin/sh ../../libtool --tag=CC --mode=link /opt/gcc/bin/gcc  -I/usr/include/libxml2 -I/usr/include/freetype2 
-O3 -march=i686 -mtune=pentium4 -pipe  -Wall -Wunused --std=c89 -Wdeclaration-after-statement 
-Wmissing-prototypes -Wmissing-declarations -finline-functions -fstrict-aliasing   -o libhpgl_filter.la 
-rpath /opt/dia/0.95/lib/dia -export-dynamic -module -avoid-version hpgl.lo  -lpng -lz -lm -lz
/opt/gcc/bin/gcc -shared  .libs/hpgl.o  -lpng -lm -lz  -march=i686 -mtune=pentium4 -Wl,-soname 
-Wl,libhpgl_filter.so -o .libs/libhpgl_filter.so
creating libhpgl_filter.la
(cd .libs && rm -f libhpgl_filter.la && ln -s ../libhpgl_filter.la libhpgl_filter.la)
make[3]: Leaving directory `/scratch/dia-0.95-pre8/plug-ins/hpgl'
Making all in wpg
make[3]: Entering directory `/scratch/dia-0.95-pre8/plug-ins/wpg'
if /bin/sh ../../libtool --tag=CC --mode=compile /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. 
-I../../intl -I../../lib -pthread -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/X11R6/include 
-I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 
-I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include    -I/opt/gnome/include/pango-1.0 
-I/usr/include/freetype2 -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include        
-I/usr/include/libxml2 -I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe  -Wall -Wunused 
--std=c89 -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT wpg.lo -MD -MP -MF ".deps/wpg.Tpo" -c -o wpg.lo wpg.c; \
then mv -f ".deps/wpg.Tpo" ".deps/wpg.Plo"; else rm -f ".deps/wpg.Tpo"; exit 1; fi
mkdir .libs
 /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../intl -I../../lib -pthread -I/usr/include/cairo 
-I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/libpng12 -I/usr/include/libxml2 
-I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include 
-I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include -I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -I/usr/include/libxml2 
-I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe -Wall -Wunused --std=c89 
-Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT wpg.lo -MD -MP -MF .deps/wpg.Tpo -c wpg.c  -fPIC -DPIC -o .libs/wpg.o
/bin/sh ../../libtool --tag=CC --mode=link /opt/gcc/bin/gcc  -I/usr/include/libxml2 -I/usr/include/freetype2 
-O3 -march=i686 -mtune=pentium4 -pipe  -Wall -Wunused --std=c89 -Wdeclaration-after-statement 
-Wmissing-prototypes -Wmissing-declarations -finline-functions -fstrict-aliasing   -o libwpg_filter.la -rpath 
/opt/dia/0.95/lib/dia -export-dynamic -module -avoid-version wpg.lo  -lpng -lz -lm -lz
/opt/gcc/bin/gcc -shared  .libs/wpg.o  -lpng -lm -lz  -march=i686 -mtune=pentium4 -Wl,-soname 
-Wl,libwpg_filter.so -o .libs/libwpg_filter.so
creating libwpg_filter.la
(cd .libs && rm -f libwpg_filter.la && ln -s ../libwpg_filter.la libwpg_filter.la)
make[3]: Leaving directory `/scratch/dia-0.95-pre8/plug-ins/wpg'
Making all in svg
make[3]: Entering directory `/scratch/dia-0.95-pre8/plug-ins/svg'
if /bin/sh ../../libtool --tag=CC --mode=compile /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. 
-I../../intl -I./../../lib -pthread -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/X11R6/include 
-I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 
-I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include    -I/opt/gnome/include/pango-1.0 
-I/usr/include/freetype2 -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include    
-I/usr/include/libxml2     -I/usr/include/libxml2 -I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 
-pipe  -Wall -Wunused --std=c89 -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations 
-finline-functions -fstrict-aliasing -MT svg.lo -MD -MP -MF ".deps/svg.Tpo" -c -o svg.lo svg.c; \
then mv -f ".deps/svg.Tpo" ".deps/svg.Plo"; else rm -f ".deps/svg.Tpo"; exit 1; fi
mkdir .libs
 /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../intl -I./../../lib -pthread -I/usr/include/cairo 
-I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/libpng12 -I/usr/include/libxml2 
-I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include 
-I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include -I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/libxml2 
-I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe -Wall -Wunused --std=c89 
-Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT svg.lo -MD -MP -MF .deps/svg.Tpo -c svg.c  -fPIC -DPIC -o .libs/svg.o
if /bin/sh ../../libtool --tag=CC --mode=compile /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. 
-I../../intl -I./../../lib -pthread -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/X11R6/include 
-I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 
-I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include    -I/opt/gnome/include/pango-1.0 
-I/usr/include/freetype2 -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include    
-I/usr/include/libxml2     -I/usr/include/libxml2 -I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 
-pipe  -Wall -Wunused --std=c89 -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations 
-finline-functions -fstrict-aliasing -MT render_svg.lo -MD -MP -MF ".deps/render_svg.Tpo" -c -o render_svg.lo 
render_svg.c; \
then mv -f ".deps/render_svg.Tpo" ".deps/render_svg.Plo"; else rm -f ".deps/render_svg.Tpo"; exit 1; fi
 /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../intl -I./../../lib -pthread -I/usr/include/cairo 
-I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/libpng12 -I/usr/include/libxml2 
-I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include 
-I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include -I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/libxml2 
-I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe -Wall -Wunused --std=c89 
-Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT render_svg.lo -MD -MP -MF .deps/render_svg.Tpo -c render_svg.c  -fPIC -DPIC -o 
.libs/render_svg.o
render_svg.c: In function 'new_svg_renderer':
render_svg.c:166: warning: pointer targets in passing argument 1 of 'xmlNewDoc' differ in signedness
render_svg.c:167: warning: pointer targets in passing argument 1 of 'xmlStrdup' differ in signedness
render_svg.c:171: warning: pointer targets in passing argument 2 of 'xmlCreateIntSubset' differ in signedness
render_svg.c:171: warning: pointer targets in passing argument 3 of 'xmlCreateIntSubset' differ in signedness
render_svg.c:171: warning: pointer targets in passing argument 4 of 'xmlCreateIntSubset' differ in signedness
render_svg.c:173: warning: pointer targets in passing argument 3 of 'xmlNewDocNode' differ in signedness
render_svg.c:180: warning: pointer targets in passing argument 2 of 'xmlSetProp' differ in signedness
render_svg.c:180: warning: pointer targets in passing argument 3 of 'xmlSetProp' differ in signedness
render_svg.c:183: warning: pointer targets in passing argument 2 of 'xmlSetProp' differ in signedness
render_svg.c:183: warning: pointer targets in passing argument 3 of 'xmlSetProp' differ in signedness
render_svg.c:188: warning: pointer targets in passing argument 2 of 'xmlSetProp' differ in signedness
render_svg.c:188: warning: pointer targets in passing argument 3 of 'xmlSetProp' differ in signedness
render_svg.c: In function 'draw_rounded_rect':
render_svg.c:232: warning: pointer targets in passing argument 3 of 'xmlNewChild' differ in signedness
render_svg.c:235: warning: pointer targets in passing argument 2 of 'xmlSetProp' differ in signedness
render_svg.c:235: warning: pointer targets in passing argument 3 of 'xmlSetProp' differ in signedness
render_svg.c:238: warning: pointer targets in passing argument 2 of 'xmlSetProp' differ in signedness
render_svg.c:238: warning: pointer targets in passing argument 3 of 'xmlSetProp' differ in signedness
render_svg.c:240: warning: pointer targets in passing argument 2 of 'xmlSetProp' differ in signedness
render_svg.c:240: warning: pointer targets in passing argument 3 of 'xmlSetProp' differ in signedness
render_svg.c:242: warning: pointer targets in passing argument 2 of 'xmlSetProp' differ in signedness
render_svg.c:242: warning: pointer targets in passing argument 3 of 'xmlSetProp' differ in signedness
render_svg.c:244: warning: pointer targets in passing argument 2 of 'xmlSetProp' differ in signedness
render_svg.c:244: warning: pointer targets in passing argument 3 of 'xmlSetProp' differ in signedness
render_svg.c:246: warning: pointer targets in passing argument 2 of 'xmlSetProp' differ in signedness
render_svg.c:246: warning: pointer targets in passing argument 3 of 'xmlSetProp' differ in signedness
render_svg.c:247: warning: pointer targets in passing argument 2 of 'xmlSetProp' differ in signedness
render_svg.c:247: warning: pointer targets in passing argument 3 of 'xmlSetProp' differ in signedness
render_svg.c: In function 'fill_rounded_rect':
render_svg.c:259: warning: pointer targets in passing argument 3 of 'xmlNewChild' differ in signedness
render_svg.c:262: warning: pointer targets in passing argument 2 of 'xmlSetProp' differ in signedness
render_svg.c:262: warning: pointer targets in passing argument 3 of 'xmlSetProp' differ in signedness
render_svg.c:265: warning: pointer targets in passing argument 2 of 'xmlSetProp' differ in signedness
render_svg.c:265: warning: pointer targets in passing argument 3 of 'xmlSetProp' differ in signedness
render_svg.c:267: warning: pointer targets in passing argument 2 of 'xmlSetProp' differ in signedness
render_svg.c:267: warning: pointer targets in passing argument 3 of 'xmlSetProp' differ in signedness
render_svg.c:269: warning: pointer targets in passing argument 2 of 'xmlSetProp' differ in signedness
render_svg.c:269: warning: pointer targets in passing argument 3 of 'xmlSetProp' differ in signedness
render_svg.c:271: warning: pointer targets in passing argument 2 of 'xmlSetProp' differ in signedness
render_svg.c:271: warning: pointer targets in passing argument 3 of 'xmlSetProp' differ in signedness
render_svg.c:273: warning: pointer targets in passing argument 2 of 'xmlSetProp' differ in signedness
render_svg.c:273: warning: pointer targets in passing argument 3 of 'xmlSetProp' differ in signedness
render_svg.c:274: warning: pointer targets in passing argument 2 of 'xmlSetProp' differ in signedness
render_svg.c:274: warning: pointer targets in passing argument 3 of 'xmlSetProp' differ in signedness
if /bin/sh ../../libtool --tag=CC --mode=compile /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. 
-I../../intl -I./../../lib -pthread -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/X11R6/include 
-I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 
-I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include    -I/opt/gnome/include/pango-1.0 
-I/usr/include/freetype2 -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include    
-I/usr/include/libxml2     -I/usr/include/libxml2 -I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 
-pipe  -Wall -Wunused --std=c89 -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations 
-finline-functions -fstrict-aliasing -MT svg-import.lo -MD -MP -MF ".deps/svg-import.Tpo" -c -o svg-import.lo 
svg-import.c; \
then mv -f ".deps/svg-import.Tpo" ".deps/svg-import.Plo"; else rm -f ".deps/svg-import.Tpo"; exit 1; fi
 /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../intl -I./../../lib -pthread -I/usr/include/cairo 
-I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/libpng12 -I/usr/include/libxml2 
-I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include 
-I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include -I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/libxml2 
-I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe -Wall -Wunused --std=c89 
-Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT svg-import.lo -MD -MP -MF .deps/svg-import.Tpo -c svg-import.c  -fPIC -DPIC -o 
.libs/svg-import.o
svg-import.c: In function 'read_path_svg':
svg-import.c:189: warning: pointer targets in passing argument 2 of 'xmlGetProp' differ in signedness
svg-import.c:189: warning: pointer targets in assignment differ in signedness
svg-import.c: In function 'read_text_svg':
svg-import.c:249: warning: pointer targets in passing argument 2 of 'xmlGetProp' differ in signedness
svg-import.c:251: warning: pointer targets in passing argument 1 of 'g_ascii_strtod' differ in signedness
svg-import.c:255: warning: pointer targets in passing argument 2 of 'xmlGetProp' differ in signedness
svg-import.c:257: warning: pointer targets in passing argument 1 of 'g_ascii_strtod' differ in signedness
svg-import.c:277: warning: pointer targets in passing argument 1 of 'g_strdup' differ in signedness
svg-import.c: In function 'read_poly_svg':
svg-import.c:309: warning: pointer targets in passing argument 2 of 'xmlGetProp' differ in signedness
svg-import.c:309: warning: pointer targets in assignment differ in signedness
svg-import.c: In function 'read_ellipse_svg':
svg-import.c:355: warning: pointer targets in passing argument 2 of 'xmlGetProp' differ in signedness
svg-import.c:357: warning: pointer targets in passing argument 1 of 'g_ascii_strtod' differ in signedness
svg-import.c:361: warning: pointer targets in passing argument 2 of 'xmlGetProp' differ in signedness
svg-import.c:363: warning: pointer targets in passing argument 1 of 'g_ascii_strtod' differ in signedness
svg-import.c:367: warning: pointer targets in passing argument 2 of 'xmlGetProp' differ in signedness
svg-import.c:369: warning: pointer targets in passing argument 1 of 'g_ascii_strtod' differ in signedness
svg-import.c:372: warning: pointer targets in passing argument 2 of 'xmlGetProp' differ in signedness
svg-import.c:374: warning: pointer targets in passing argument 1 of 'g_ascii_strtod' differ in signedness
svg-import.c:377: warning: pointer targets in passing argument 2 of 'xmlGetProp' differ in signedness
svg-import.c:379: warning: pointer targets in passing argument 1 of 'g_ascii_strtod' differ in signedness
svg-import.c:382: warning: pointer targets in passing argument 2 of 'xmlGetProp' differ in signedness
svg-import.c:384: warning: pointer targets in passing argument 1 of 'g_ascii_strtod' differ in signedness
svg-import.c: In function 'read_line_svg':
svg-import.c:412: warning: pointer targets in passing argument 2 of 'xmlGetProp' differ in signedness
svg-import.c:414: warning: pointer targets in passing argument 1 of 'g_ascii_strtod' differ in signedness
svg-import.c:418: warning: pointer targets in passing argument 2 of 'xmlGetProp' differ in signedness
svg-import.c:420: warning: pointer targets in passing argument 1 of 'g_ascii_strtod' differ in signedness
svg-import.c:424: warning: pointer targets in passing argument 2 of 'xmlGetProp' differ in signedness
svg-import.c:426: warning: pointer targets in passing argument 1 of 'g_ascii_strtod' differ in signedness
svg-import.c:430: warning: pointer targets in passing argument 2 of 'xmlGetProp' differ in signedness
svg-import.c:432: warning: pointer targets in passing argument 1 of 'g_ascii_strtod' differ in signedness
svg-import.c: In function 'read_rect_svg':
svg-import.c:473: warning: pointer targets in passing argument 2 of 'xmlGetProp' differ in signedness
svg-import.c:475: warning: pointer targets in passing argument 1 of 'g_ascii_strtod' differ in signedness
svg-import.c:479: warning: pointer targets in passing argument 2 of 'xmlGetProp' differ in signedness
svg-import.c:481: warning: pointer targets in passing argument 1 of 'g_ascii_strtod' differ in signedness
svg-import.c:485: warning: pointer targets in passing argument 2 of 'xmlGetProp' differ in signedness
svg-import.c:487: warning: pointer targets in passing argument 1 of 'g_ascii_strtod' differ in signedness
svg-import.c:491: warning: pointer targets in passing argument 2 of 'xmlGetProp' differ in signedness
svg-import.c:493: warning: pointer targets in passing argument 1 of 'g_ascii_strtod' differ in signedness
svg-import.c:497: warning: pointer targets in passing argument 2 of 'xmlGetProp' differ in signedness
svg-import.c:499: warning: pointer targets in passing argument 1 of 'g_ascii_strtod' differ in signedness
svg-import.c:502: warning: pointer targets in passing argument 2 of 'xmlGetProp' differ in signedness
svg-import.c:506: warning: pointer targets in passing argument 1 of 'g_ascii_strtod' differ in signedness
svg-import.c:508: warning: pointer targets in passing argument 1 of 'g_ascii_strtod' differ in signedness
svg-import.c: In function 'read_items':
svg-import.c:556: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
svg-import.c:556: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
svg-import.c:556: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
svg-import.c:556: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
svg-import.c:556: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
svg-import.c:556: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
svg-import.c:577: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
svg-import.c:577: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
svg-import.c:577: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
svg-import.c:577: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
svg-import.c:577: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
svg-import.c:577: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
svg-import.c:581: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
svg-import.c:581: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
svg-import.c:581: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
svg-import.c:581: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
svg-import.c:581: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
svg-import.c:581: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
svg-import.c:585: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
svg-import.c:585: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
svg-import.c:585: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
svg-import.c:585: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
svg-import.c:585: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
svg-import.c:585: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
svg-import.c:585: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
svg-import.c:585: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
svg-import.c:585: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
svg-import.c:585: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
svg-import.c:585: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
svg-import.c:585: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
svg-import.c:589: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
svg-import.c:589: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
svg-import.c:589: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
svg-import.c:589: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
svg-import.c:589: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
svg-import.c:589: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
svg-import.c:595: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
svg-import.c:595: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
svg-import.c:595: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
svg-import.c:595: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
svg-import.c:595: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
svg-import.c:595: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
svg-import.c:599: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
svg-import.c:599: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
svg-import.c:599: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
svg-import.c:599: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
svg-import.c:599: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
svg-import.c:599: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
svg-import.c:603: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
svg-import.c:603: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
svg-import.c:603: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
svg-import.c:603: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
svg-import.c:603: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
svg-import.c:603: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
svg-import.c: In function 'import_svg':
svg-import.c:631: warning: pointer targets in passing argument 3 of 'xmlSearchNsByHref' differ in signedness
svg-import.c:656: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
svg-import.c:656: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
svg-import.c:656: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
svg-import.c:656: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
svg-import.c:656: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
svg-import.c:656: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
/bin/sh ../../libtool --tag=CC --mode=link /opt/gcc/bin/gcc  -I/usr/include/libxml2 -I/usr/include/freetype2 
-O3 -march=i686 -mtune=pentium4 -pipe  -Wall -Wunused --std=c89 -Wdeclaration-after-statement 
-Wmissing-prototypes -Wmissing-declarations -finline-functions -fstrict-aliasing   -o libsvg_filter.la -rpath 
/opt/dia/0.95/lib/dia -export-dynamic -module -avoid-version svg.lo render_svg.lo svg-import.lo  -lpng -lz 
-lm -lz
/opt/gcc/bin/gcc -shared  .libs/svg.o .libs/render_svg.o .libs/svg-import.o  -lpng -lm -lz  -march=i686 
-mtune=pentium4 -Wl,-soname -Wl,libsvg_filter.so -o .libs/libsvg_filter.so
creating libsvg_filter.la
(cd .libs && rm -f libsvg_filter.la && ln -s ../libsvg_filter.la libsvg_filter.la)
make[3]: Leaving directory `/scratch/dia-0.95-pre8/plug-ins/svg'
Making all in shape
make[3]: Entering directory `/scratch/dia-0.95-pre8/plug-ins/shape'
if /bin/sh ../../libtool --tag=CC --mode=compile /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. 
-I../../intl -I./../../lib -pthread -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/X11R6/include 
-I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 
-I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include    -I/opt/gnome/include/pango-1.0 
-I/usr/include/freetype2 -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include    
-I/usr/include/libxml2     -I/usr/include/libxml2 -I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 
-pipe  -Wall -Wunused --std=c89 -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations 
-finline-functions -fstrict-aliasing -MT shape.lo -MD -MP -MF ".deps/shape.Tpo" -c -o shape.lo shape.c; \
then mv -f ".deps/shape.Tpo" ".deps/shape.Plo"; else rm -f ".deps/shape.Tpo"; exit 1; fi
mkdir .libs
 /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../intl -I./../../lib -pthread -I/usr/include/cairo 
-I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/libpng12 -I/usr/include/libxml2 
-I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include 
-I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include -I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/libxml2 
-I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe -Wall -Wunused --std=c89 
-Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT shape.lo -MD -MP -MF .deps/shape.Tpo -c shape.c  -fPIC -DPIC -o .libs/shape.o
if /bin/sh ../../libtool --tag=CC --mode=compile /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. 
-I../../intl -I./../../lib -pthread -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/X11R6/include 
-I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 
-I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include    -I/opt/gnome/include/pango-1.0 
-I/usr/include/freetype2 -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include    
-I/usr/include/libxml2     -I/usr/include/libxml2 -I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 
-pipe  -Wall -Wunused --std=c89 -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations 
-finline-functions -fstrict-aliasing -MT shape-export.lo -MD -MP -MF ".deps/shape-export.Tpo" -c -o 
shape-export.lo shape-export.c; \
then mv -f ".deps/shape-export.Tpo" ".deps/shape-export.Plo"; else rm -f ".deps/shape-export.Tpo"; exit 1; fi
 /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../intl -I./../../lib -pthread -I/usr/include/cairo 
-I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/libpng12 -I/usr/include/libxml2 
-I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include 
-I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include -I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/libxml2 
-I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe -Wall -Wunused --std=c89 
-Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT shape-export.lo -MD -MP -MF .deps/shape-export.Tpo -c shape-export.c  -fPIC -DPIC -o 
.libs/shape-export.o
shape-export.c: In function 'new_shape_renderer':
shape-export.c:150: warning: pointer targets in passing argument 1 of 'xmlNewDoc' differ in signedness
shape-export.c:151: warning: pointer targets in passing argument 1 of 'xmlStrdup' differ in signedness
shape-export.c:152: warning: pointer targets in passing argument 3 of 'xmlNewDocNode' differ in signedness
shape-export.c:154: warning: pointer targets in passing argument 2 of 'xmlNewNs' differ in signedness
shape-export.c:157: warning: pointer targets in passing argument 2 of 'xmlNewNs' differ in signedness
shape-export.c:157: warning: pointer targets in passing argument 3 of 'xmlNewNs' differ in signedness
shape-export.c:168: warning: pointer targets in passing argument 3 of 'xmlNewChild' differ in signedness
shape-export.c:168: warning: pointer targets in passing argument 4 of 'xmlNewChild' differ in signedness
shape-export.c:175: warning: pointer targets in passing argument 3 of 'xmlNewChild' differ in signedness
shape-export.c:175: warning: pointer targets in passing argument 4 of 'xmlNewChild' differ in signedness
shape-export.c:177: warning: pointer targets in passing argument 3 of 'xmlNewChild' differ in signedness
shape-export.c:178: warning: pointer targets in passing argument 3 of 'xmlNewChild' differ in signedness
shape-export.c:179: warning: pointer targets in passing argument 2 of 'xmlSetProp' differ in signedness
shape-export.c:179: warning: pointer targets in passing argument 3 of 'xmlSetProp' differ in signedness
shape-export.c:180: warning: pointer targets in passing argument 3 of 'xmlNewChild' differ in signedness
shape-export.c: In function 'add_connection_point':
shape-export.c:274: warning: pointer targets in passing argument 3 of 'xmlNewChild' differ in signedness
shape-export.c:276: warning: pointer targets in passing argument 2 of 'xmlSetProp' differ in signedness
shape-export.c:276: warning: pointer targets in passing argument 3 of 'xmlSetProp' differ in signedness
shape-export.c:278: warning: pointer targets in passing argument 2 of 'xmlSetProp' differ in signedness
shape-export.c:278: warning: pointer targets in passing argument 3 of 'xmlSetProp' differ in signedness
shape-export.c: In function 'draw_polyline':
shape-export.c:315: warning: pointer targets in passing argument 3 of 'xmlNewChild' differ in signedness
shape-export.c:318: warning: pointer targets in passing argument 2 of 'xmlSetProp' differ in signedness
shape-export.c:318: warning: pointer targets in passing argument 3 of 'xmlSetProp' differ in signedness
shape-export.c:327: warning: pointer targets in passing argument 2 of 'xmlSetProp' differ in signedness
shape-export.c:327: warning: pointer targets in passing argument 3 of 'xmlSetProp' differ in signedness
shape-export.c: In function 'draw_polygon':
shape-export.c:351: warning: pointer targets in passing argument 3 of 'xmlNewChild' differ in signedness
shape-export.c:354: warning: pointer targets in passing argument 2 of 'xmlSetProp' differ in signedness
shape-export.c:354: warning: pointer targets in passing argument 3 of 'xmlSetProp' differ in signedness
shape-export.c:368: warning: pointer targets in passing argument 2 of 'xmlSetProp' differ in signedness
shape-export.c:368: warning: pointer targets in passing argument 3 of 'xmlSetProp' differ in signedness
/bin/sh ../../libtool --tag=CC --mode=link /opt/gcc/bin/gcc  -I/usr/include/libxml2 -I/usr/include/freetype2 
-O3 -march=i686 -mtune=pentium4 -pipe  -Wall -Wunused --std=c89 -Wdeclaration-after-statement 
-Wmissing-prototypes -Wmissing-declarations -finline-functions -fstrict-aliasing   -o libshape_filter.la 
-rpath /opt/dia/0.95/lib/dia -export-dynamic -module -avoid-version shape.lo shape-export.lo  -lpng -lz -lm 
-lz
/opt/gcc/bin/gcc -shared  .libs/shape.o .libs/shape-export.o  -lpng -lm -lz  -march=i686 -mtune=pentium4 
-Wl,-soname -Wl,libshape_filter.so -o .libs/libshape_filter.so
creating libshape_filter.la
(cd .libs && rm -f libshape_filter.la && ln -s ../libshape_filter.la libshape_filter.la)
make[3]: Leaving directory `/scratch/dia-0.95-pre8/plug-ins/shape'
Making all in dxf
make[3]: Entering directory `/scratch/dia-0.95-pre8/plug-ins/dxf'
if /bin/sh ../../libtool --tag=CC --mode=compile /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. 
-I../../intl -I./../../lib -pthread -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/X11R6/include 
-I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 
-I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include    -I/opt/gnome/include/pango-1.0 
-I/usr/include/freetype2 -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include   
-I/usr/include/libxml2      -I/usr/include/libxml2 -I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 
-pipe  -Wall -Wunused --std=c89 -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations 
-finline-functions -fstrict-aliasing -MT dxf.lo -MD -MP -MF ".deps/dxf.Tpo" -c -o dxf.lo dxf.c; \
then mv -f ".deps/dxf.Tpo" ".deps/dxf.Plo"; else rm -f ".deps/dxf.Tpo"; exit 1; fi
mkdir .libs
 /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../intl -I./../../lib -pthread -I/usr/include/cairo 
-I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/libpng12 -I/usr/include/libxml2 
-I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include 
-I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include -I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/libxml2 
-I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe -Wall -Wunused --std=c89 
-Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT dxf.lo -MD -MP -MF .deps/dxf.Tpo -c dxf.c  -fPIC -DPIC -o .libs/dxf.o
if /bin/sh ../../libtool --tag=CC --mode=compile /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. 
-I../../intl -I./../../lib -pthread -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/X11R6/include 
-I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 
-I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include    -I/opt/gnome/include/pango-1.0 
-I/usr/include/freetype2 -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include   
-I/usr/include/libxml2      -I/usr/include/libxml2 -I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 
-pipe  -Wall -Wunused --std=c89 -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations 
-finline-functions -fstrict-aliasing -MT dxf-export.lo -MD -MP -MF ".deps/dxf-export.Tpo" -c -o dxf-export.lo 
dxf-export.c; \
then mv -f ".deps/dxf-export.Tpo" ".deps/dxf-export.Plo"; else rm -f ".deps/dxf-export.Tpo"; exit 1; fi
 /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../intl -I./../../lib -pthread -I/usr/include/cairo 
-I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/libpng12 -I/usr/include/libxml2 
-I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include 
-I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include -I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/libxml2 
-I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe -Wall -Wunused --std=c89 
-Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT dxf-export.lo -MD -MP -MF .deps/dxf-export.Tpo -c dxf-export.c  -fPIC -DPIC -o 
.libs/dxf-export.o
if /bin/sh ../../libtool --tag=CC --mode=compile /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. 
-I../../intl -I./../../lib -pthread -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/X11R6/include 
-I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 
-I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include    -I/opt/gnome/include/pango-1.0 
-I/usr/include/freetype2 -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include   
-I/usr/include/libxml2      -I/usr/include/libxml2 -I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 
-pipe  -Wall -Wunused --std=c89 -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations 
-finline-functions -fstrict-aliasing -MT dxf-import.lo -MD -MP -MF ".deps/dxf-import.Tpo" -c -o dxf-import.lo 
dxf-import.c; \
then mv -f ".deps/dxf-import.Tpo" ".deps/dxf-import.Plo"; else rm -f ".deps/dxf-import.Tpo"; exit 1; fi
 /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../intl -I./../../lib -pthread -I/usr/include/cairo 
-I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/libpng12 -I/usr/include/libxml2 
-I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include 
-I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include -I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/libxml2 
-I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe -Wall -Wunused --std=c89 
-Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT dxf-import.lo -MD -MP -MF .deps/dxf-import.Tpo -c dxf-import.c  -fPIC -DPIC -o 
.libs/dxf-import.o
dxf-import.c: In function 'read_entity_line_dxf':
dxf-import.c:152: warning: 'end.x' may be used uninitialized in this function
dxf-import.c:152: warning: 'end.y' may be used uninitialized in this function
/bin/sh ../../libtool --tag=CC --mode=link /opt/gcc/bin/gcc  -I/usr/include/libxml2 -I/usr/include/freetype2 
-O3 -march=i686 -mtune=pentium4 -pipe  -Wall -Wunused --std=c89 -Wdeclaration-after-statement 
-Wmissing-prototypes -Wmissing-declarations -finline-functions -fstrict-aliasing   -o libdxf_filter.la -rpath 
/opt/dia/0.95/lib/dia -export-dynamic -module -avoid-version dxf.lo dxf-export.lo dxf-import.lo  -lpng -lz 
-lm -lz
/opt/gcc/bin/gcc -shared  .libs/dxf.o .libs/dxf-export.o .libs/dxf-import.o  -lpng -lm -lz  -march=i686 
-mtune=pentium4 -Wl,-soname -Wl,libdxf_filter.so -o .libs/libdxf_filter.so
creating libdxf_filter.la
(cd .libs && rm -f libdxf_filter.la && ln -s ../libdxf_filter.la libdxf_filter.la)
make[3]: Leaving directory `/scratch/dia-0.95-pre8/plug-ins/dxf'
Making all in python
make[3]: Entering directory `/scratch/dia-0.95-pre8/plug-ins/python'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/scratch/dia-0.95-pre8/plug-ins/python'
Making all in xfig
make[3]: Entering directory `/scratch/dia-0.95-pre8/plug-ins/xfig'
if /bin/sh ../../libtool --tag=CC --mode=compile /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. 
-I../../intl -I./../../lib -pthread -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/X11R6/include 
-I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 
-I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include    -I/opt/gnome/include/pango-1.0 
-I/usr/include/freetype2 -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include   
-I/usr/include/libxml2      -I/usr/include/libxml2 -I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 
-pipe  -Wall -Wunused --std=c89 -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations 
-finline-functions -fstrict-aliasing -MT xfig.lo -MD -MP -MF ".deps/xfig.Tpo" -c -o xfig.lo xfig.c; \
then mv -f ".deps/xfig.Tpo" ".deps/xfig.Plo"; else rm -f ".deps/xfig.Tpo"; exit 1; fi
mkdir .libs
 /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../intl -I./../../lib -pthread -I/usr/include/cairo 
-I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/libpng12 -I/usr/include/libxml2 
-I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include 
-I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include -I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/libxml2 
-I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe -Wall -Wunused --std=c89 
-Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT xfig.lo -MD -MP -MF .deps/xfig.Tpo -c xfig.c  -fPIC -DPIC -o .libs/xfig.o
if /bin/sh ../../libtool --tag=CC --mode=compile /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. 
-I../../intl -I./../../lib -pthread -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/X11R6/include 
-I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 
-I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include    -I/opt/gnome/include/pango-1.0 
-I/usr/include/freetype2 -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include   
-I/usr/include/libxml2      -I/usr/include/libxml2 -I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 
-pipe  -Wall -Wunused --std=c89 -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations 
-finline-functions -fstrict-aliasing -MT xfig-import.lo -MD -MP -MF ".deps/xfig-import.Tpo" -c -o 
xfig-import.lo xfig-import.c; \
then mv -f ".deps/xfig-import.Tpo" ".deps/xfig-import.Plo"; else rm -f ".deps/xfig-import.Tpo"; exit 1; fi
 /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../intl -I./../../lib -pthread -I/usr/include/cairo 
-I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/libpng12 -I/usr/include/libxml2 
-I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include 
-I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include -I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/libxml2 
-I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe -Wall -Wunused --std=c89 
-Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT xfig-import.lo -MD -MP -MF .deps/xfig-import.Tpo -c xfig-import.c  -fPIC -DPIC -o 
.libs/xfig-import.o
xfig-import.c:1013: warning: 'matrix_bspline_to_bezier' defined but not used
xfig-import.c:1019: warning: 'matrix_catmull_to_bezier' defined but not used
if /bin/sh ../../libtool --tag=CC --mode=compile /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. 
-I../../intl -I./../../lib -pthread -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/X11R6/include 
-I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 
-I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include    -I/opt/gnome/include/pango-1.0 
-I/usr/include/freetype2 -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include   
-I/usr/include/libxml2      -I/usr/include/libxml2 -I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 
-pipe  -Wall -Wunused --std=c89 -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations 
-finline-functions -fstrict-aliasing -MT xfig-export.lo -MD -MP -MF ".deps/xfig-export.Tpo" -c -o 
xfig-export.lo xfig-export.c; \
then mv -f ".deps/xfig-export.Tpo" ".deps/xfig-export.Plo"; else rm -f ".deps/xfig-export.Tpo"; exit 1; fi
 /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../intl -I./../../lib -pthread -I/usr/include/cairo 
-I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/libpng12 -I/usr/include/libxml2 
-I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include 
-I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include -I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/libxml2 
-I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe -Wall -Wunused --std=c89 
-Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT xfig-export.lo -MD -MP -MF .deps/xfig-export.Tpo -c xfig-export.c  -fPIC -DPIC -o 
.libs/xfig-export.o
xfig-export.c: In function 'figText':
xfig-export.c:411: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
xfig-export.c:423: warning: pointer targets in passing argument 1 of 'sprintf' differ in signedness
xfig-export.c: In function 'draw_string':
xfig-export.c:1070: warning: pointer targets in passing argument 2 of 'figText' differ in signedness
if /bin/sh ../../libtool --tag=CC --mode=compile /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. 
-I../../intl -I./../../lib -pthread -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/X11R6/include 
-I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 
-I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include    -I/opt/gnome/include/pango-1.0 
-I/usr/include/freetype2 -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include   
-I/usr/include/libxml2      -I/usr/include/libxml2 -I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 
-pipe  -Wall -Wunused --std=c89 -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations 
-finline-functions -fstrict-aliasing -MT xfig-common.lo -MD -MP -MF ".deps/xfig-common.Tpo" -c -o 
xfig-common.lo xfig-common.c; \
then mv -f ".deps/xfig-common.Tpo" ".deps/xfig-common.Plo"; else rm -f ".deps/xfig-common.Tpo"; exit 1; fi
 /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../intl -I./../../lib -pthread -I/usr/include/cairo 
-I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/libpng12 -I/usr/include/libxml2 
-I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include 
-I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include -I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/libxml2 
-I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe -Wall -Wunused --std=c89 
-Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT xfig-common.lo -MD -MP -MF .deps/xfig-common.Tpo -c xfig-common.c  -fPIC -DPIC -o 
.libs/xfig-common.o
/bin/sh ../../libtool --tag=CC --mode=link /opt/gcc/bin/gcc  -I/usr/include/libxml2 -I/usr/include/freetype2 
-O3 -march=i686 -mtune=pentium4 -pipe  -Wall -Wunused --std=c89 -Wdeclaration-after-statement 
-Wmissing-prototypes -Wmissing-declarations -finline-functions -fstrict-aliasing   -o libxfig_filter.la 
-rpath /opt/dia/0.95/lib/dia -export-dynamic -module -avoid-version xfig.lo xfig-import.lo xfig-export.lo 
xfig-common.lo  -lpng -lz -lm -lz
/opt/gcc/bin/gcc -shared  .libs/xfig.o .libs/xfig-import.o .libs/xfig-export.o .libs/xfig-common.o  -lpng -lm 
-lz  -march=i686 -mtune=pentium4 -Wl,-soname -Wl,libxfig_filter.so -o .libs/libxfig_filter.so
creating libxfig_filter.la
(cd .libs && rm -f libxfig_filter.la && ln -s ../libxfig_filter.la libxfig_filter.la)
make[3]: Leaving directory `/scratch/dia-0.95-pre8/plug-ins/xfig'
Making all in wmf
make[3]: Entering directory `/scratch/dia-0.95-pre8/plug-ins/wmf'
if /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../intl 
-I../../lib -pthread -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/X11R6/include 
-I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 
-I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include    -I/opt/gnome/include/pango-1.0 
-I/usr/include/freetype2 -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include        -g -O2 -MT 
wmf.lo -MD -MP -MF ".deps/wmf.Tpo" -c -o wmf.lo wmf.cpp; \
then mv -f ".deps/wmf.Tpo" ".deps/wmf.Plo"; else rm -f ".deps/wmf.Tpo"; exit 1; fi
mkdir .libs
 g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../intl -I../../lib -pthread -I/usr/include/cairo 
-I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/libpng12 -I/usr/include/libxml2 
-I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include 
-I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include -I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -g -O2 -MT wmf.lo -MD -MP -MF .deps/wmf.Tpo 
-c wmf.cpp  -fPIC -DPIC -o .libs/wmf.o
wmf.cpp: In function 'void export_data(DiagramData*, const gchar*, const gchar*, void*)':
wmf.cpp:1211: warning: converting to 'int' from 'gfloat'
wmf.cpp:1213: warning: converting to 'W32::wmfint' from 'gfloat'
wmf.cpp:1214: warning: converting to 'W32::wmfint' from 'gfloat'
wmf.cpp:1215: warning: converting to 'W32::wmfint' from 'gfloat'
wmf.cpp:1216: warning: converting to 'W32::wmfint' from 'gfloat'
if /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../intl 
-I../../lib -pthread -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/X11R6/include 
-I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 
-I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include    -I/opt/gnome/include/pango-1.0 
-I/usr/include/freetype2 -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include        -g -O2 -MT 
wmf_gdi.lo -MD -MP -MF ".deps/wmf_gdi.Tpo" -c -o wmf_gdi.lo wmf_gdi.cpp; \
then mv -f ".deps/wmf_gdi.Tpo" ".deps/wmf_gdi.Plo"; else rm -f ".deps/wmf_gdi.Tpo"; exit 1; fi
 g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../intl -I../../lib -pthread -I/usr/include/cairo 
-I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/libpng12 -I/usr/include/libxml2 
-I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include 
-I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include -I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -g -O2 -MT wmf_gdi.lo -MD -MP -MF 
.deps/wmf_gdi.Tpo -c wmf_gdi.cpp  -fPIC -DPIC -o .libs/wmf_gdi.o
/bin/sh ../../libtool --tag=CXX --mode=link g++  -g -O2   -o libwmf_filter.la -rpath /opt/dia/0.95/lib/dia 
-export-dynamic -module -avoid-version  wmf.lo wmf_gdi.lo -lstdc++ -lpng -lz -lm -lz
g++ -shared -nostdlib /usr/lib/crti.o /opt/gcc/4.1.0/bin/../lib/gcc/i686-pc-linux-gnu/4.1.0/crtbeginS.o  
.libs/wmf.o .libs/wmf_gdi.o  -Wl,--rpath -Wl,/opt/gcc/4.1.0//lib -Wl,--rpath -Wl,/opt/gcc/4.1.0//lib -lpng 
-lz -L/opt/gcc/4.1.0/bin/../lib/gcc/i686-pc-linux-gnu/4.1.0 -L/opt/gcc/4.1.0/bin/../lib/gcc 
-L/opt/gcc/4.1.0//lib/gcc/i686-pc-linux-gnu/4.1.0 
-L/opt/gcc/4.1.0/bin/../lib/gcc/i686-pc-linux-gnu/4.1.0/../../.. 
-L/opt/gcc/4.1.0//lib/gcc/i686-pc-linux-gnu/4.1.0/../../.. /opt/gcc/4.1.0//lib/libstdc++.so 
-L/scratch/gcc-4.1.0/i686-pc-linux-gnu/libstdc++-v3/src 
-L/scratch/gcc-4.1.0/i686-pc-linux-gnu/libstdc++-v3/src/.libs -L/scratch/gcc-4.1.0/host-i686-pc-linux-gnu/gcc 
-lm -lc -lgcc_s /opt/gcc/4.1.0/bin/../lib/gcc/i686-pc-linux-gnu/4.1.0/crtendS.o /usr/lib/crtn.o  -Wl,-soname 
-Wl,libwmf_filter.so -o .libs/libwmf_filter.so
creating libwmf_filter.la
(cd .libs && rm -f libwmf_filter.la && ln -s ../libwmf_filter.la libwmf_filter.la)
make[3]: Leaving directory `/scratch/dia-0.95-pre8/plug-ins/wmf'
Making all in metapost
make[3]: Entering directory `/scratch/dia-0.95-pre8/plug-ins/metapost'
if /bin/sh ../../libtool --tag=CC --mode=compile /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. 
-I../../intl -I./../../lib -pthread -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/X11R6/include 
-I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 
-I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include    -I/opt/gnome/include/pango-1.0 
-I/usr/include/freetype2 -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include    
-I/usr/include/libxml2     -I/usr/include/libxml2 -I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 
-pipe  -Wall -Wunused --std=c89 -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations 
-finline-functions -fstrict-aliasing -MT metapost.lo -MD -MP -MF ".deps/metapost.Tpo" -c -o metapost.lo 
metapost.c; \
then mv -f ".deps/metapost.Tpo" ".deps/metapost.Plo"; else rm -f ".deps/metapost.Tpo"; exit 1; fi
mkdir .libs
 /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../intl -I./../../lib -pthread -I/usr/include/cairo 
-I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/libpng12 -I/usr/include/libxml2 
-I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include 
-I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include -I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/libxml2 
-I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe -Wall -Wunused --std=c89 
-Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT metapost.lo -MD -MP -MF .deps/metapost.Tpo -c metapost.c  -fPIC -DPIC -o 
.libs/metapost.o
if /bin/sh ../../libtool --tag=CC --mode=compile /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. 
-I../../intl -I./../../lib -pthread -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/X11R6/include 
-I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 
-I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include    -I/opt/gnome/include/pango-1.0 
-I/usr/include/freetype2 -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include    
-I/usr/include/libxml2     -I/usr/include/libxml2 -I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 
-pipe  -Wall -Wunused --std=c89 -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations 
-finline-functions -fstrict-aliasing -MT render_metapost.lo -MD -MP -MF ".deps/render_metapost.Tpo" -c -o 
render_metapost.lo render_metapost.c; \
then mv -f ".deps/render_metapost.Tpo" ".deps/render_metapost.Plo"; else rm -f ".deps/render_metapost.Tpo"; 
exit 1; fi
 /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../intl -I./../../lib -pthread -I/usr/include/cairo 
-I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/libpng12 -I/usr/include/libxml2 
-I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include 
-I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include -I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/libxml2 
-I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe -Wall -Wunused --std=c89 
-Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT render_metapost.lo -MD -MP -MF .deps/render_metapost.Tpo -c render_metapost.c  -fPIC 
-DPIC -o .libs/render_metapost.o
/bin/sh ../../libtool --tag=CC --mode=link /opt/gcc/bin/gcc  -I/usr/include/libxml2 -I/usr/include/freetype2 
-O3 -march=i686 -mtune=pentium4 -pipe  -Wall -Wunused --std=c89 -Wdeclaration-after-statement 
-Wmissing-prototypes -Wmissing-declarations -finline-functions -fstrict-aliasing   -o libmetapost_filter.la 
-rpath /opt/dia/0.95/lib/dia -export-dynamic -module -avoid-version metapost.lo render_metapost.lo  -lpng -lz 
-lm -lz
/opt/gcc/bin/gcc -shared  .libs/metapost.o .libs/render_metapost.o  -lpng -lm -lz  -march=i686 
-mtune=pentium4 -Wl,-soname -Wl,libmetapost_filter.so -o .libs/libmetapost_filter.so
creating libmetapost_filter.la
(cd .libs && rm -f libmetapost_filter.la && ln -s ../libmetapost_filter.la libmetapost_filter.la)
make[3]: Leaving directory `/scratch/dia-0.95-pre8/plug-ins/metapost'
Making all in xslt
make[3]: Entering directory `/scratch/dia-0.95-pre8/plug-ins/xslt'
if /bin/sh ../../libtool --tag=CC --mode=compile /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. 
-I../../intl -I./../../lib -pthread -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/X11R6/include 
-I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 
-I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include    -I/opt/gnome/include/pango-1.0 
-I/usr/include/freetype2 -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include   
-I/usr/include/libxml2   -I/usr/include/libxml2      -I/usr/include/libxml2 -I/usr/include/freetype2 -O3 
-march=i686 -mtune=pentium4 -pipe  -Wall -Wunused --std=c89 -Wdeclaration-after-statement 
-Wmissing-prototypes -Wmissing-declarations -finline-functions -fstrict-aliasing -MT xslt.lo -MD -MP -MF 
".deps/xslt.Tpo" -c -o xslt.lo xslt.c; \
then mv -f ".deps/xslt.Tpo" ".deps/xslt.Plo"; else rm -f ".deps/xslt.Tpo"; exit 1; fi
mkdir .libs
 /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../intl -I./../../lib -pthread -I/usr/include/cairo 
-I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/libpng12 -I/usr/include/libxml2 
-I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include 
-I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include -I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/libxml2 
-I/usr/include/libxml2 -I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe -Wall -Wunused 
--std=c89 -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT xslt.lo -MD -MP -MF .deps/xslt.Tpo -c xslt.c  -fPIC -DPIC -o .libs/xslt.o
xslt.c: In function 'read_implementations':
xslt.c:172: warning: pointer targets in assignment differ in signedness
xslt.c:173: warning: pointer targets in assignment differ in signedness
xslt.c: In function 'read_configuration':
xslt.c:235: warning: pointer targets in passing argument 2 of 'xmlStrcmp' differ in signedness
xslt.c:239: warning: pointer targets in assignment differ in signedness
xslt.c:240: warning: pointer targets in assignment differ in signedness
if /bin/sh ../../libtool --tag=CC --mode=compile /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. 
-I../../intl -I./../../lib -pthread -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/X11R6/include 
-I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 
-I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include    -I/opt/gnome/include/pango-1.0 
-I/usr/include/freetype2 -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include   
-I/usr/include/libxml2   -I/usr/include/libxml2      -I/usr/include/libxml2 -I/usr/include/freetype2 -O3 
-march=i686 -mtune=pentium4 -pipe  -Wall -Wunused --std=c89 -Wdeclaration-after-statement 
-Wmissing-prototypes -Wmissing-declarations -finline-functions -fstrict-aliasing -MT xsltdialog.lo -MD -MP 
-MF ".deps/xsltdialog.Tpo" -c -o xsltdialog.lo xsltdialog.c; \
then mv -f ".deps/xsltdialog.Tpo" ".deps/xsltdialog.Plo"; else rm -f ".deps/xsltdialog.Tpo"; exit 1; fi
 /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../intl -I./../../lib -pthread -I/usr/include/cairo 
-I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/libpng12 -I/usr/include/libxml2 
-I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include 
-I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include -I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/libxml2 
-I/usr/include/libxml2 -I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe -Wall -Wunused 
--std=c89 -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT xsltdialog.lo -MD -MP -MF .deps/xsltdialog.Tpo -c xsltdialog.c  -fPIC -DPIC -o 
.libs/xsltdialog.o
/bin/sh ../../libtool --tag=CC --mode=link /opt/gcc/bin/gcc  -I/usr/include/libxml2 -I/usr/include/freetype2 
-O3 -march=i686 -mtune=pentium4 -pipe  -Wall -Wunused --std=c89 -Wdeclaration-after-statement 
-Wmissing-prototypes -Wmissing-declarations -finline-functions -fstrict-aliasing   -o libxslt_filter.la 
-rpath /opt/dia/0.95/lib/dia -export-dynamic -module -avoid-version xslt.lo xsltdialog.lo -lxslt -lxml2 -lz 
-lm   -lpng -lz -lm -lz
/opt/gcc/bin/gcc -shared  .libs/xslt.o .libs/xsltdialog.o  /usr/lib/libxslt.so -L/usr/lib /usr/lib/libxml2.so 
-lpng -lm -lz  -march=i686 -mtune=pentium4 -Wl,-soname -Wl,libxslt_filter.so -o .libs/libxslt_filter.so
creating libxslt_filter.la
(cd .libs && rm -f libxslt_filter.la && ln -s ../libxslt_filter.la libxslt_filter.la)
make[3]: Leaving directory `/scratch/dia-0.95-pre8/plug-ins/xslt'
Making all in pixbuf
make[3]: Entering directory `/scratch/dia-0.95-pre8/plug-ins/pixbuf'
if /bin/sh ../../libtool --tag=CC --mode=compile /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. 
-I../../intl -I./../../lib -pthread -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/X11R6/include 
-I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 
-I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include        -I/usr/include/libxml2 
-I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe  -Wall -Wunused --std=c89 
-Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT pixbuf.lo -MD -MP -MF ".deps/pixbuf.Tpo" -c -o pixbuf.lo pixbuf.c; \
then mv -f ".deps/pixbuf.Tpo" ".deps/pixbuf.Plo"; else rm -f ".deps/pixbuf.Tpo"; exit 1; fi
mkdir .libs
 /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../intl -I./../../lib -pthread -I/usr/include/cairo 
-I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/libpng12 -I/usr/include/libxml2 
-I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include 
-I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/freetype2 -O3 -march=i686 
-mtune=pentium4 -pipe -Wall -Wunused --std=c89 -Wdeclaration-after-statement -Wmissing-prototypes 
-Wmissing-declarations -finline-functions -fstrict-aliasing -MT pixbuf.lo -MD -MP -MF .deps/pixbuf.Tpo -c 
pixbuf.c  -fPIC -DPIC -o .libs/pixbuf.o
/bin/sh ../../libtool --tag=CC --mode=link /opt/gcc/bin/gcc  -I/usr/include/libxml2 -I/usr/include/freetype2 
-O3 -march=i686 -mtune=pentium4 -pipe  -Wall -Wunused --std=c89 -Wdeclaration-after-statement 
-Wmissing-prototypes -Wmissing-declarations -finline-functions -fstrict-aliasing   -o libpixbuf_filter.la 
-rpath /opt/dia/0.95/lib/dia -export-dynamic -module -avoid-version pixbuf.lo  -lpng -lz -lm -lz
/opt/gcc/bin/gcc -shared  .libs/pixbuf.o  -lpng -lm -lz  -march=i686 -mtune=pentium4 -Wl,-soname 
-Wl,libpixbuf_filter.so -o .libs/libpixbuf_filter.so
creating libpixbuf_filter.la
(cd .libs && rm -f libpixbuf_filter.la && ln -s ../libpixbuf_filter.la libpixbuf_filter.la)
make[3]: Leaving directory `/scratch/dia-0.95-pre8/plug-ins/pixbuf'
Making all in gprint
make[3]: Entering directory `/scratch/dia-0.95-pre8/plug-ins/gprint'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/scratch/dia-0.95-pre8/plug-ins/gprint'
Making all in pgf
make[3]: Entering directory `/scratch/dia-0.95-pre8/plug-ins/pgf'
if /bin/sh ../../libtool --tag=CC --mode=compile /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. 
-I../../intl -I./../../lib -pthread -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/X11R6/include 
-I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 
-I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include    -I/opt/gnome/include/pango-1.0 
-I/usr/include/freetype2 -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include        
-I/usr/include/libxml2 -I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe  -Wall -Wunused 
--std=c89 -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT pgf.lo -MD -MP -MF ".deps/pgf.Tpo" -c -o pgf.lo pgf.c; \
then mv -f ".deps/pgf.Tpo" ".deps/pgf.Plo"; else rm -f ".deps/pgf.Tpo"; exit 1; fi
mkdir .libs
 /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../intl -I./../../lib -pthread -I/usr/include/cairo 
-I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/libpng12 -I/usr/include/libxml2 
-I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include 
-I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include -I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -I/usr/include/libxml2 
-I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe -Wall -Wunused --std=c89 
-Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT pgf.lo -MD -MP -MF .deps/pgf.Tpo -c pgf.c  -fPIC -DPIC -o .libs/pgf.o
if /bin/sh ../../libtool --tag=CC --mode=compile /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. 
-I../../intl -I./../../lib -pthread -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/X11R6/include 
-I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 
-I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include    -I/opt/gnome/include/pango-1.0 
-I/usr/include/freetype2 -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include        
-I/usr/include/libxml2 -I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe  -Wall -Wunused 
--std=c89 -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT render_pgf.lo -MD -MP -MF ".deps/render_pgf.Tpo" -c -o render_pgf.lo render_pgf.c; \
then mv -f ".deps/render_pgf.Tpo" ".deps/render_pgf.Plo"; else rm -f ".deps/render_pgf.Tpo"; exit 1; fi
 /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../intl -I./../../lib -pthread -I/usr/include/cairo 
-I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/libpng12 -I/usr/include/libxml2 
-I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include 
-I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include -I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -I/usr/include/libxml2 
-I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe -Wall -Wunused --std=c89 
-Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -finline-functions 
-fstrict-aliasing -MT render_pgf.lo -MD -MP -MF .deps/render_pgf.Tpo -c render_pgf.c  -fPIC -DPIC -o 
.libs/render_pgf.o
render_pgf.c: In function 'set_linejoin':
render_pgf.c:373: warning: unused variable 'ps_mode'
render_pgf.c: In function 'set_font':
render_pgf.c:472: warning: unused variable 'd_buf'
render_pgf.c: In function 'export_pgf':
render_pgf.c:1134: warning: unused variable 'et_buf'
render_pgf.c:1133: warning: unused variable 'eb_buf'
render_pgf.c:1132: warning: unused variable 'er_buf'
render_pgf.c:1131: warning: unused variable 'el_buf'
/bin/sh ../../libtool --tag=CC --mode=link /opt/gcc/bin/gcc  -I/usr/include/libxml2 -I/usr/include/freetype2 
-O3 -march=i686 -mtune=pentium4 -pipe  -Wall -Wunused --std=c89 -Wdeclaration-after-statement 
-Wmissing-prototypes -Wmissing-declarations -finline-functions -fstrict-aliasing   -o libpgf_filter.la -rpath 
/opt/dia/0.95/lib/dia -export-dynamic -module -avoid-version pgf.lo render_pgf.lo  -lpng -lz -lm -lz
/opt/gcc/bin/gcc -shared  .libs/pgf.o .libs/render_pgf.o  -lpng -lm -lz  -march=i686 -mtune=pentium4 
-Wl,-soname -Wl,libpgf_filter.so -o .libs/libpgf_filter.so
creating libpgf_filter.la
(cd .libs && rm -f libpgf_filter.la && ln -s ../libpgf_filter.la libpgf_filter.la)
make[3]: Leaving directory `/scratch/dia-0.95-pre8/plug-ins/pgf'
make[3]: Entering directory `/scratch/dia-0.95-pre8/plug-ins'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/scratch/dia-0.95-pre8/plug-ins'
make[2]: Leaving directory `/scratch/dia-0.95-pre8/plug-ins'
Making all in shapes
make[2]: Entering directory `/scratch/dia-0.95-pre8/shapes'
Making all in Circuit
make[3]: Entering directory `/scratch/dia-0.95-pre8/shapes/Circuit'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/scratch/dia-0.95-pre8/shapes/Circuit'
Making all in flowchart
make[3]: Entering directory `/scratch/dia-0.95-pre8/shapes/flowchart'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/scratch/dia-0.95-pre8/shapes/flowchart'
Making all in Contact
make[3]: Entering directory `/scratch/dia-0.95-pre8/shapes/Contact'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/scratch/dia-0.95-pre8/shapes/Contact'
Making all in network
make[3]: Entering directory `/scratch/dia-0.95-pre8/shapes/network'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/scratch/dia-0.95-pre8/shapes/network'
Making all in Pneumatic
make[3]: Entering directory `/scratch/dia-0.95-pre8/shapes/Pneumatic'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/scratch/dia-0.95-pre8/shapes/Pneumatic'
Making all in Electric
make[3]: Entering directory `/scratch/dia-0.95-pre8/shapes/Electric'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/scratch/dia-0.95-pre8/shapes/Electric'
Making all in Civil
make[3]: Entering directory `/scratch/dia-0.95-pre8/shapes/Civil'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/scratch/dia-0.95-pre8/shapes/Civil'
Making all in jigsaw
make[3]: Entering directory `/scratch/dia-0.95-pre8/shapes/jigsaw'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/scratch/dia-0.95-pre8/shapes/jigsaw'
Making all in MSE
make[3]: Entering directory `/scratch/dia-0.95-pre8/shapes/MSE'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/scratch/dia-0.95-pre8/shapes/MSE'
Making all in SDL
make[3]: Entering directory `/scratch/dia-0.95-pre8/shapes/SDL'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/scratch/dia-0.95-pre8/shapes/SDL'
Making all in Logic
make[3]: Entering directory `/scratch/dia-0.95-pre8/shapes/Logic'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/scratch/dia-0.95-pre8/shapes/Logic'
Making all in sybase
make[3]: Entering directory `/scratch/dia-0.95-pre8/shapes/sybase'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/scratch/dia-0.95-pre8/shapes/sybase'
Making all in Misc
make[3]: Entering directory `/scratch/dia-0.95-pre8/shapes/Misc'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/scratch/dia-0.95-pre8/shapes/Misc'
Making all in Assorted
make[3]: Entering directory `/scratch/dia-0.95-pre8/shapes/Assorted'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/scratch/dia-0.95-pre8/shapes/Assorted'
Making all in Cisco
make[3]: Entering directory `/scratch/dia-0.95-pre8/shapes/Cisco'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/scratch/dia-0.95-pre8/shapes/Cisco'
Making all in Cybernetics
make[3]: Entering directory `/scratch/dia-0.95-pre8/shapes/Cybernetics'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/scratch/dia-0.95-pre8/shapes/Cybernetics'
Making all in Map
make[3]: Entering directory `/scratch/dia-0.95-pre8/shapes/Map'
Making all in Isometric
make[4]: Entering directory `/scratch/dia-0.95-pre8/shapes/Map/Isometric'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/scratch/dia-0.95-pre8/shapes/Map/Isometric'
make[4]: Entering directory `/scratch/dia-0.95-pre8/shapes/Map'
make[4]: Nothing to be done for `all-am'.
make[4]: Leaving directory `/scratch/dia-0.95-pre8/shapes/Map'
make[3]: Leaving directory `/scratch/dia-0.95-pre8/shapes/Map'
Making all in ChemEng
make[3]: Entering directory `/scratch/dia-0.95-pre8/shapes/ChemEng'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/scratch/dia-0.95-pre8/shapes/ChemEng'
Making all in RDP
make[3]: Entering directory `/scratch/dia-0.95-pre8/shapes/RDP'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/scratch/dia-0.95-pre8/shapes/RDP'
Making all in Gane_and_Sarson
make[3]: Entering directory `/scratch/dia-0.95-pre8/shapes/Gane_and_Sarson'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/scratch/dia-0.95-pre8/shapes/Gane_and_Sarson'
make[3]: Entering directory `/scratch/dia-0.95-pre8/shapes'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/scratch/dia-0.95-pre8/shapes'
make[2]: Leaving directory `/scratch/dia-0.95-pre8/shapes'
Making all in app
make[2]: Entering directory `/scratch/dia-0.95-pre8/app'
make  all-recursive
make[3]: Entering directory `/scratch/dia-0.95-pre8/app'
Making all in pixmaps
make[4]: Entering directory `/scratch/dia-0.95-pre8/app/pixmaps'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/scratch/dia-0.95-pre8/app/pixmaps'
make[4]: Entering directory `/scratch/dia-0.95-pre8/app'
if /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../intl -I../lib  -pthread -I/usr/include/cairo 
-I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/libpng12 -I/usr/include/libxml2 
-I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include 
-I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include   -I/usr/include/libart-2.0   -DPREFIX=\""/opt/dia/0.95"\" 
-DSYSCONFDIR=\""/opt/dia/0.95/etc"\" -DDATADIR=\""/opt/dia/0.95/share"\" -DLIBDIR=\""/opt/dia/0.95/lib"\" 
-DLOCALEDIR=\"/opt/dia/0.95/share/locale\"    -I/usr/include/libxml2 -I/usr/include/freetype2 -O3 -march=i686 
-mtune=pentium4 -pipe  -Wall -Wunused --std=c89 -Wdeclaration-after-statement -Wmissing-prototypes 
-Wmissing-declarations -finline-functions -fstrict-aliasing -MT diagram.o -MD -MP -MF ".deps/diagram.Tpo" -c 
-o diagram.o diagram.c; \
then mv -f ".deps/diagram.Tpo" ".deps/diagram.Po"; else rm -f ".deps/diagram.Tpo"; exit 1; fi
diagram.c:1421: warning: 'close_dialog' defined but not used
if /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../intl -I../lib  -pthread -I/usr/include/cairo 
-I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/libpng12 -I/usr/include/libxml2 
-I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include 
-I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include   -I/usr/include/libart-2.0   -DPREFIX=\""/opt/dia/0.95"\" 
-DSYSCONFDIR=\""/opt/dia/0.95/etc"\" -DDATADIR=\""/opt/dia/0.95/share"\" -DLIBDIR=\""/opt/dia/0.95/lib"\" 
-DLOCALEDIR=\"/opt/dia/0.95/share/locale\"    -I/usr/include/libxml2 -I/usr/include/freetype2 -O3 -march=i686 
-mtune=pentium4 -pipe  -Wall -Wunused --std=c89 -Wdeclaration-after-statement -Wmissing-prototypes 
-Wmissing-declarations -finline-functions -fstrict-aliasing -MT preferences.o -MD -MP -MF 
".deps/preferences.Tpo" -c -o preferences.o preferences.c; \
then mv -f ".deps/preferences.Tpo" ".deps/preferences.Po"; else rm -f ".deps/preferences.Tpo"; exit 1; fi
if /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../intl -I../lib  -pthread -I/usr/include/cairo 
-I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/libpng12 -I/usr/include/libxml2 
-I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include 
-I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include   -I/usr/include/libart-2.0   -DPREFIX=\""/opt/dia/0.95"\" 
-DSYSCONFDIR=\""/opt/dia/0.95/etc"\" -DDATADIR=\""/opt/dia/0.95/share"\" -DLIBDIR=\""/opt/dia/0.95/lib"\" 
-DLOCALEDIR=\"/opt/dia/0.95/share/locale\"    -I/usr/include/libxml2 -I/usr/include/freetype2 -O3 -march=i686 
-mtune=pentium4 -pipe  -Wall -Wunused --std=c89 -Wdeclaration-after-statement -Wmissing-prototypes 
-Wmissing-declarations -finline-functions -fstrict-aliasing -MT load_save.o -MD -MP -MF ".deps/load_save.Tpo" 
-c -o load_save.o load_save.c; \
then mv -f ".deps/load_save.Tpo" ".deps/load_save.Po"; else rm -f ".deps/load_save.Tpo"; exit 1; fi
load_save.c: In function 'read_objects':
load_save.c:142: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
load_save.c:142: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
load_save.c:142: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
load_save.c:142: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
load_save.c:142: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
load_save.c:142: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
load_save.c:143: warning: pointer targets in passing argument 2 of 'xmlGetProp' differ in signedness
load_save.c:143: warning: pointer targets in assignment differ in signedness
load_save.c:144: warning: pointer targets in passing argument 2 of 'xmlGetProp' differ in signedness
load_save.c:144: warning: pointer targets in assignment differ in signedness
load_save.c:145: warning: pointer targets in passing argument 2 of 'xmlGetProp' differ in signedness
load_save.c:145: warning: pointer targets in assignment differ in signedness
load_save.c:176: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
load_save.c:176: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
load_save.c:176: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
load_save.c:176: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
load_save.c:176: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
load_save.c:176: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
load_save.c:187: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
load_save.c:187: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
load_save.c:187: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
load_save.c:187: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
load_save.c:187: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
load_save.c:187: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
load_save.c: In function 'read_connections':
load_save.c:238: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
load_save.c:238: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
load_save.c:238: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
load_save.c:238: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
load_save.c:238: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
load_save.c:238: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
load_save.c:248: warning: pointer targets in passing argument 2 of 'xmlGetProp' differ in signedness
load_save.c:248: warning: pointer targets in assignment differ in signedness
load_save.c:249: warning: pointer targets in passing argument 2 of 'xmlGetProp' differ in signedness
load_save.c:249: warning: pointer targets in assignment differ in signedness
load_save.c:250: warning: pointer targets in passing argument 2 of 'xmlGetProp' differ in signedness
load_save.c:250: warning: pointer targets in assignment differ in signedness
load_save.c:299: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
load_save.c:299: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
load_save.c:299: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
load_save.c:299: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
load_save.c:299: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
load_save.c:299: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
load_save.c:302: warning: pointer targets in passing argument 2 of 'xmlGetProp' differ in signedness
load_save.c:302: warning: pointer targets in assignment differ in signedness
load_save.c: In function 'find_node_named':
load_save.c:330: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
load_save.c:330: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
load_save.c:330: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
load_save.c:330: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
load_save.c:330: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
load_save.c:330: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
load_save.c: In function 'diagram_data_load':
load_save.c:389: warning: pointer targets in passing argument 3 of 'xmlSearchNs' differ in signedness
load_save.c:390: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
load_save.c:390: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
load_save.c:390: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
load_save.c:390: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
load_save.c:390: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
load_save.c:390: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
load_save.c:564: warning: pointer targets in passing argument 2 of 'xmlGetProp' differ in signedness
load_save.c:567: warning: pointer targets in passing argument 2 of 'xmlGetProp' differ in signedness
load_save.c: In function 'write_objects':
load_save.c:626: warning: pointer targets in passing argument 3 of 'xmlNewChild' differ in signedness
load_save.c:630: warning: pointer targets in passing argument 3 of 'xmlNewChild' differ in signedness
load_save.c:632: warning: pointer targets in passing argument 2 of 'xmlSetProp' differ in signedness
load_save.c:632: warning: pointer targets in passing argument 3 of 'xmlSetProp' differ in signedness
load_save.c:634: warning: pointer targets in passing argument 2 of 'xmlSetProp' differ in signedness
load_save.c:634: warning: pointer targets in passing argument 3 of 'xmlSetProp' differ in signedness
load_save.c:637: warning: pointer targets in passing argument 2 of 'xmlSetProp' differ in signedness
load_save.c:637: warning: pointer targets in passing argument 3 of 'xmlSetProp' differ in signedness
load_save.c: In function 'write_connections':
load_save.c:713: warning: pointer targets in passing argument 3 of 'xmlNewChild' differ in signedness
load_save.c:715: warning: pointer targets in passing argument 3 of 'xmlNewChild' differ in signedness
load_save.c:718: warning: pointer targets in passing argument 2 of 'xmlSetProp' differ in signedness
load_save.c:718: warning: pointer targets in passing argument 3 of 'xmlSetProp' differ in signedness
load_save.c:724: warning: pointer targets in passing argument 2 of 'xmlSetProp' differ in signedness
load_save.c:724: warning: pointer targets in passing argument 3 of 'xmlSetProp' differ in signedness
load_save.c:731: warning: pointer targets in passing argument 2 of 'xmlSetProp' differ in signedness
load_save.c:731: warning: pointer targets in passing argument 3 of 'xmlSetProp' differ in signedness
load_save.c:741: warning: pointer targets in passing argument 3 of 'xmlNewChild' differ in signedness
load_save.c:742: warning: pointer targets in passing argument 2 of 'xmlSetProp' differ in signedness
load_save.c:742: warning: pointer targets in passing argument 3 of 'xmlSetProp' differ in signedness
load_save.c: In function 'diagram_data_write_doc':
load_save.c:768: warning: pointer targets in passing argument 1 of 'xmlNewDoc' differ in signedness
load_save.c:769: warning: pointer targets in passing argument 1 of 'xmlStrdup' differ in signedness
load_save.c:770: warning: pointer targets in passing argument 3 of 'xmlNewDocNode' differ in signedness
load_save.c:774: warning: pointer targets in passing argument 2 of 'xmlNewNs' differ in signedness
load_save.c:774: warning: pointer targets in passing argument 3 of 'xmlNewNs' differ in signedness
load_save.c:777: warning: pointer targets in passing argument 3 of 'xmlNewChild' differ in signedness
load_save.c:841: warning: pointer targets in passing argument 3 of 'xmlNewChild' differ in signedness
load_save.c:843: warning: pointer targets in passing argument 2 of 'xmlSetProp' differ in signedness
load_save.c:843: warning: pointer targets in passing argument 3 of 'xmlSetProp' differ in signedness
load_save.c:846: warning: pointer targets in passing argument 2 of 'xmlSetProp' differ in signedness
load_save.c:846: warning: pointer targets in passing argument 3 of 'xmlSetProp' differ in signedness
load_save.c:848: warning: pointer targets in passing argument 2 of 'xmlSetProp' differ in signedness
load_save.c:848: warning: pointer targets in passing argument 3 of 'xmlSetProp' differ in signedness
load_save.c: In function 'diagram_data_save':
load_save.c:909: warning: implicit declaration of function 'mkstemp'
load_save.c:912: warning: implicit declaration of function 'fchmod'
load_save.c:913: warning: implicit declaration of function 'fdopen'
load_save.c:913: warning: assignment makes pointer from integer without a cast
if /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../intl -I../lib  -pthread -I/usr/include/cairo 
-I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/libpng12 -I/usr/include/libxml2 
-I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include 
-I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include   -I/usr/include/libart-2.0   -DPREFIX=\""/opt/dia/0.95"\" 
-DSYSCONFDIR=\""/opt/dia/0.95/etc"\" -DDATADIR=\""/opt/dia/0.95/share"\" -DLIBDIR=\""/opt/dia/0.95/lib"\" 
-DLOCALEDIR=\"/opt/dia/0.95/share/locale\"    -I/usr/include/libxml2 -I/usr/include/freetype2 -O3 -march=i686 
-mtune=pentium4 -pipe  -Wall -Wunused --std=c89 -Wdeclaration-after-statement -Wmissing-prototypes 
-Wmissing-declarations -finline-functions -fstrict-aliasing -MT properties.o -MD -MP -MF 
".deps/properties.Tpo" -c -o properties.o properties.c; \
then mv -f ".deps/properties.Tpo" ".deps/properties.Po"; else rm -f ".deps/properties.Tpo"; exit 1; fi
if /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../intl -I../lib  -pthread -I/usr/include/cairo 
-I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/libpng12 -I/usr/include/libxml2 
-I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include 
-I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include   -I/usr/include/libart-2.0   -DPREFIX=\""/opt/dia/0.95"\" 
-DSYSCONFDIR=\""/opt/dia/0.95/etc"\" -DDATADIR=\""/opt/dia/0.95/share"\" -DLIBDIR=\""/opt/dia/0.95/lib"\" 
-DLOCALEDIR=\"/opt/dia/0.95/share/locale\"    -I/usr/include/libxml2 -I/usr/include/freetype2 -O3 -march=i686 
-mtune=pentium4 -pipe  -Wall -Wunused --std=c89 -Wdeclaration-after-statement -Wmissing-prototypes 
-Wmissing-declarations -finline-functions -fstrict-aliasing -MT defaults.o -MD -MP -MF ".deps/defaults.Tpo" 
-c -o defaults.o defaults.c; \
then mv -f ".deps/defaults.Tpo" ".deps/defaults.Po"; else rm -f ".deps/defaults.Tpo"; exit 1; fi
if /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../intl -I../lib  -pthread -I/usr/include/cairo 
-I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/libpng12 -I/usr/include/libxml2 
-I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include 
-I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include   -I/usr/include/libart-2.0   -DPREFIX=\""/opt/dia/0.95"\" 
-DSYSCONFDIR=\""/opt/dia/0.95/etc"\" -DDATADIR=\""/opt/dia/0.95/share"\" -DLIBDIR=\""/opt/dia/0.95/lib"\" 
-DLOCALEDIR=\"/opt/dia/0.95/share/locale\"    -I/usr/include/libxml2 -I/usr/include/freetype2 -O3 -march=i686 
-mtune=pentium4 -pipe  -Wall -Wunused --std=c89 -Wdeclaration-after-statement -Wmissing-prototypes 
-Wmissing-declarations -finline-functions -fstrict-aliasing -MT render_eps.o -MD -MP -MF 
".deps/render_eps.Tpo" -c -o render_eps.o render_eps.c; \
then mv -f ".deps/render_eps.Tpo" ".deps/render_eps.Po"; else rm -f ".deps/render_eps.Tpo"; exit 1; fi
if /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../intl -I../lib  -pthread -I/usr/include/cairo 
-I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/libpng12 -I/usr/include/libxml2 
-I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include 
-I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include   -I/usr/include/libart-2.0   -DPREFIX=\""/opt/dia/0.95"\" 
-DSYSCONFDIR=\""/opt/dia/0.95/etc"\" -DDATADIR=\""/opt/dia/0.95/share"\" -DLIBDIR=\""/opt/dia/0.95/lib"\" 
-DLOCALEDIR=\"/opt/dia/0.95/share/locale\"    -I/usr/include/libxml2 -I/usr/include/freetype2 -O3 -march=i686 
-mtune=pentium4 -pipe  -Wall -Wunused --std=c89 -Wdeclaration-after-statement -Wmissing-prototypes 
-Wmissing-declarations -finline-functions -fstrict-aliasing -MT render_libart.o -MD -MP -MF 
".deps/render_libart.Tpo" -c -o render_libart.o render_libart.c; \
then mv -f ".deps/render_libart.Tpo" ".deps/render_libart.Po"; else rm -f ".deps/render_libart.Tpo"; exit 1; 
fi
if /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../intl -I../lib  -pthread -I/usr/include/cairo 
-I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/libpng12 -I/usr/include/libxml2 
-I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include 
-I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include   -I/usr/include/libart-2.0   -DPREFIX=\""/opt/dia/0.95"\" 
-DSYSCONFDIR=\""/opt/dia/0.95/etc"\" -DDATADIR=\""/opt/dia/0.95/share"\" -DLIBDIR=\""/opt/dia/0.95/lib"\" 
-DLOCALEDIR=\"/opt/dia/0.95/share/locale\"    -I/usr/include/libxml2 -I/usr/include/freetype2 -O3 -march=i686 
-mtune=pentium4 -pipe  -Wall -Wunused --std=c89 -Wdeclaration-after-statement -Wmissing-prototypes 
-Wmissing-declarations -finline-functions -fstrict-aliasing -MT undo.o -MD -MP -MF ".deps/undo.Tpo" -c -o 
undo.o undo.c; \
then mv -f ".deps/undo.Tpo" ".deps/undo.Po"; else rm -f ".deps/undo.Tpo"; exit 1; fi
if /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../intl -I../lib  -pthread -I/usr/include/cairo 
-I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/libpng12 -I/usr/include/libxml2 
-I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include 
-I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include   -I/usr/include/libart-2.0   -DPREFIX=\""/opt/dia/0.95"\" 
-DSYSCONFDIR=\""/opt/dia/0.95/etc"\" -DDATADIR=\""/opt/dia/0.95/share"\" -DLIBDIR=\""/opt/dia/0.95/lib"\" 
-DLOCALEDIR=\"/opt/dia/0.95/share/locale\"    -I/usr/include/libxml2 -I/usr/include/freetype2 -O3 -march=i686 
-mtune=pentium4 -pipe  -Wall -Wunused --std=c89 -Wdeclaration-after-statement -Wmissing-prototypes 
-Wmissing-declarations -finline-functions -fstrict-aliasing -MT object_ops.o -MD -MP -MF 
".deps/object_ops.Tpo" -c -o object_ops.o object_ops.c; \
then mv -f ".deps/object_ops.Tpo" ".deps/object_ops.Po"; else rm -f ".deps/object_ops.Tpo"; exit 1; fi
if /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../intl -I../lib  -pthread -I/usr/include/cairo 
-I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/libpng12 -I/usr/include/libxml2 
-I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include 
-I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include   -I/usr/include/libart-2.0   -DPREFIX=\""/opt/dia/0.95"\" 
-DSYSCONFDIR=\""/opt/dia/0.95/etc"\" -DDATADIR=\""/opt/dia/0.95/share"\" -DLIBDIR=\""/opt/dia/0.95/lib"\" 
-DLOCALEDIR=\"/opt/dia/0.95/share/locale\"    -I/usr/include/libxml2 -I/usr/include/freetype2 -O3 -march=i686 
-mtune=pentium4 -pipe  -Wall -Wunused --std=c89 -Wdeclaration-after-statement -Wmissing-prototypes 
-Wmissing-declarations -finline-functions -fstrict-aliasing -MT layer_dialog.o -MD -MP -MF 
".deps/layer_dialog.Tpo" -c -o layer_dialog.o layer_dialog.c; \
then mv -f ".deps/layer_dialog.Tpo" ".deps/layer_dialog.Po"; else rm -f ".deps/layer_dialog.Tpo"; exit 1; fi
layer_dialog.c: In function 'layer_dialog_set_diagram':
layer_dialog.c:589: warning: passing argument 1 of 'gtk_container_foreach' from incompatible pointer type
if /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../intl -I../lib  -pthread -I/usr/include/cairo 
-I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/libpng12 -I/usr/include/libxml2 
-I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include 
-I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include   -I/usr/include/libart-2.0   -DPREFIX=\""/opt/dia/0.95"\" 
-DSYSCONFDIR=\""/opt/dia/0.95/etc"\" -DDATADIR=\""/opt/dia/0.95/share"\" -DLIBDIR=\""/opt/dia/0.95/lib"\" 
-DLOCALEDIR=\"/opt/dia/0.95/share/locale\"    -I/usr/include/libxml2 -I/usr/include/freetype2 -O3 -march=i686 
-mtune=pentium4 -pipe  -Wall -Wunused --std=c89 -Wdeclaration-after-statement -Wmissing-prototypes 
-Wmissing-declarations -finline-functions -fstrict-aliasing -MT export_png.o -MD -MP -MF 
".deps/export_png.Tpo" -c -o export_png.o export_png.c; \
then mv -f ".deps/export_png.Tpo" ".deps/export_png.Po"; else rm -f ".deps/export_png.Tpo"; exit 1; fi
if /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../intl -I../lib  -pthread -I/usr/include/cairo 
-I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/libpng12 -I/usr/include/libxml2 
-I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include 
-I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include   -I/usr/include/libart-2.0   -DPREFIX=\""/opt/dia/0.95"\" 
-DSYSCONFDIR=\""/opt/dia/0.95/etc"\" -DDATADIR=\""/opt/dia/0.95/share"\" -DLIBDIR=\""/opt/dia/0.95/lib"\" 
-DLOCALEDIR=\"/opt/dia/0.95/share/locale\"    -I/usr/include/libxml2 -I/usr/include/freetype2 -O3 -march=i686 
-mtune=pentium4 -pipe  -Wall -Wunused --std=c89 -Wdeclaration-after-statement -Wmissing-prototypes 
-Wmissing-declarations -finline-functions -fstrict-aliasing -MT commands.o -MD -MP -MF ".deps/commands.Tpo" 
-c -o commands.o commands.c; \
then mv -f ".deps/commands.Tpo" ".deps/commands.Po"; else rm -f ".deps/commands.Tpo"; exit 1; fi
if /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../intl -I../lib  -pthread -I/usr/include/cairo 
-I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/libpng12 -I/usr/include/libxml2 
-I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include 
-I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include   -I/usr/include/libart-2.0   -DPREFIX=\""/opt/dia/0.95"\" 
-DSYSCONFDIR=\""/opt/dia/0.95/etc"\" -DDATADIR=\""/opt/dia/0.95/share"\" -DLIBDIR=\""/opt/dia/0.95/lib"\" 
-DLOCALEDIR=\"/opt/dia/0.95/share/locale\"    -I/usr/include/libxml2 -I/usr/include/freetype2 -O3 -march=i686 
-mtune=pentium4 -pipe  -Wall -Wunused --std=c89 -Wdeclaration-after-statement -Wmissing-prototypes 
-Wmissing-declarations -finline-functions -fstrict-aliasing -MT app_procs.o -MD -MP -MF ".deps/app_procs.Tpo" 
-c -o app_procs.o app_procs.c; \
then mv -f ".deps/app_procs.Tpo" ".deps/app_procs.Po"; else rm -f ".deps/app_procs.Tpo"; exit 1; fi
app_procs.c: In function 'do_convert':
app_procs.c:421: warning: passing argument 4 of 'ef->export_func' discards qualifiers from pointer target type
if /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../intl -I../lib  -pthread -I/usr/include/cairo 
-I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/libpng12 -I/usr/include/libxml2 
-I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include 
-I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include   -I/usr/include/libart-2.0   -DPREFIX=\""/opt/dia/0.95"\" 
-DSYSCONFDIR=\""/opt/dia/0.95/etc"\" -DDATADIR=\""/opt/dia/0.95/share"\" -DLIBDIR=\""/opt/dia/0.95/lib"\" 
-DLOCALEDIR=\"/opt/dia/0.95/share/locale\"    -I/usr/include/libxml2 -I/usr/include/freetype2 -O3 -march=i686 
-mtune=pentium4 -pipe  -Wall -Wunused --std=c89 -Wdeclaration-after-statement -Wmissing-prototypes 
-Wmissing-declarations -finline-functions -fstrict-aliasing -MT connectionpoint_ops.o -MD -MP -MF 
".deps/connectionpoint_ops.Tpo" -c -o connectionpoint_ops.o connectionpoint_ops.c; \
then mv -f ".deps/connectionpoint_ops.Tpo" ".deps/connectionpoint_ops.Po"; else rm -f 
".deps/connectionpoint_ops.Tpo"; exit 1; fi
if /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../intl -I../lib  -pthread -I/usr/include/cairo 
-I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/libpng12 -I/usr/include/libxml2 
-I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include 
-I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include   -I/usr/include/libart-2.0   -DPREFIX=\""/opt/dia/0.95"\" 
-DSYSCONFDIR=\""/opt/dia/0.95/etc"\" -DDATADIR=\""/opt/dia/0.95/share"\" -DLIBDIR=\""/opt/dia/0.95/lib"\" 
-DLOCALEDIR=\"/opt/dia/0.95/share/locale\"    -I/usr/include/libxml2 -I/usr/include/freetype2 -O3 -march=i686 
-mtune=pentium4 -pipe  -Wall -Wunused --std=c89 -Wdeclaration-after-statement -Wmissing-prototypes 
-Wmissing-declarations -finline-functions -fstrict-aliasing -MT disp_callbacks.o -MD -MP -MF 
".deps/disp_callbacks.Tpo" -c -o disp_callbacks.o disp_callbacks.c; \
then mv -f ".deps/disp_callbacks.Tpo" ".deps/disp_callbacks.Po"; else rm -f ".deps/disp_callbacks.Tpo"; exit 
1; fi
if /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../intl -I../lib  -pthread -I/usr/include/cairo 
-I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/libpng12 -I/usr/include/libxml2 
-I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include 
-I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include   -I/usr/include/libart-2.0   -DPREFIX=\""/opt/dia/0.95"\" 
-DSYSCONFDIR=\""/opt/dia/0.95/etc"\" -DDATADIR=\""/opt/dia/0.95/share"\" -DLIBDIR=\""/opt/dia/0.95/lib"\" 
-DLOCALEDIR=\"/opt/dia/0.95/share/locale\"    -I/usr/include/libxml2 -I/usr/include/freetype2 -O3 -march=i686 
-mtune=pentium4 -pipe  -Wall -Wunused --std=c89 -Wdeclaration-after-statement -Wmissing-prototypes 
-Wmissing-declarations -finline-functions -fstrict-aliasing -MT display.o -MD -MP -MF ".deps/display.Tpo" -c 
-o display.o display.c; \
then mv -f ".deps/display.Tpo" ".deps/display.Po"; else rm -f ".deps/display.Tpo"; exit 1; fi
display.c: In function 'initialize_display_widgets':
display.c:166: warning: unused variable 'im_menu_tearoff'
display.c:165: warning: unused variable 'im_menu'
display.c: In function 'new_display':
display.c:279: warning: unused variable 'input_methods_done'
display.c:276: warning: unused variable 'im_menu_item'
if /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../intl -I../lib  -pthread -I/usr/include/cairo 
-I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/libpng12 -I/usr/include/libxml2 
-I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include 
-I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include   -I/usr/include/libart-2.0   -DPREFIX=\""/opt/dia/0.95"\" 
-DSYSCONFDIR=\""/opt/dia/0.95/etc"\" -DDATADIR=\""/opt/dia/0.95/share"\" -DLIBDIR=\""/opt/dia/0.95/lib"\" 
-DLOCALEDIR=\"/opt/dia/0.95/share/locale\"    -I/usr/include/libxml2 -I/usr/include/freetype2 -O3 -march=i686 
-mtune=pentium4 -pipe  -Wall -Wunused --std=c89 -Wdeclaration-after-statement -Wmissing-prototypes 
-Wmissing-declarations -finline-functions -fstrict-aliasing -MT select.o -MD -MP -MF ".deps/select.Tpo" -c -o 
select.o select.c; \
then mv -f ".deps/select.Tpo" ".deps/select.Po"; else rm -f ".deps/select.Tpo"; exit 1; fi
if /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../intl -I../lib  -pthread -I/usr/include/cairo 
-I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/libpng12 -I/usr/include/libxml2 
-I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include 
-I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include   -I/usr/include/libart-2.0   -DPREFIX=\""/opt/dia/0.95"\" 
-DSYSCONFDIR=\""/opt/dia/0.95/etc"\" -DDATADIR=\""/opt/dia/0.95/share"\" -DLIBDIR=\""/opt/dia/0.95/lib"\" 
-DLOCALEDIR=\"/opt/dia/0.95/share/locale\"    -I/usr/include/libxml2 -I/usr/include/freetype2 -O3 -march=i686 
-mtune=pentium4 -pipe  -Wall -Wunused --std=c89 -Wdeclaration-after-statement -Wmissing-prototypes 
-Wmissing-declarations -finline-functions -fstrict-aliasing -MT color_area.o -MD -MP -MF 
".deps/color_area.Tpo" -c -o color_area.o color_area.c; \
then mv -f ".deps/color_area.Tpo" ".deps/color_area.Po"; else rm -f ".deps/color_area.Tpo"; exit 1; fi
if /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../intl -I../lib  -pthread -I/usr/include/cairo 
-I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/libpng12 -I/usr/include/libxml2 
-I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include 
-I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include   -I/usr/include/libart-2.0   -DPREFIX=\""/opt/dia/0.95"\" 
-DSYSCONFDIR=\""/opt/dia/0.95/etc"\" -DDATADIR=\""/opt/dia/0.95/share"\" -DLIBDIR=\""/opt/dia/0.95/lib"\" 
-DLOCALEDIR=\"/opt/dia/0.95/share/locale\"    -I/usr/include/libxml2 -I/usr/include/freetype2 -O3 -march=i686 
-mtune=pentium4 -pipe  -Wall -Wunused --std=c89 -Wdeclaration-after-statement -Wmissing-prototypes 
-Wmissing-declarations -finline-functions -fstrict-aliasing -MT linewidth_area.o -MD -MP -MF 
".deps/linewidth_area.Tpo" -c -o linewidth_area.o linewidth_area.c; \
then mv -f ".deps/linewidth_area.Tpo" ".deps/linewidth_area.Po"; else rm -f ".deps/linewidth_area.Tpo"; exit 
1; fi
if /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../intl -I../lib  -pthread -I/usr/include/cairo 
-I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/libpng12 -I/usr/include/libxml2 
-I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include 
-I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include   -I/usr/include/libart-2.0   -DPREFIX=\""/opt/dia/0.95"\" 
-DSYSCONFDIR=\""/opt/dia/0.95/etc"\" -DDATADIR=\""/opt/dia/0.95/share"\" -DLIBDIR=\""/opt/dia/0.95/lib"\" 
-DLOCALEDIR=\"/opt/dia/0.95/share/locale\"    -I/usr/include/libxml2 -I/usr/include/freetype2 -O3 -march=i686 
-mtune=pentium4 -pipe  -Wall -Wunused --std=c89 -Wdeclaration-after-statement -Wmissing-prototypes 
-Wmissing-declarations -finline-functions -fstrict-aliasing -MT grid.o -MD -MP -MF ".deps/grid.Tpo" -c -o 
grid.o grid.c; \
then mv -f ".deps/grid.Tpo" ".deps/grid.Po"; else rm -f ".deps/grid.Tpo"; exit 1; fi
if /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../intl -I../lib  -pthread -I/usr/include/cairo 
-I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/libpng12 -I/usr/include/libxml2 
-I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include 
-I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include   -I/usr/include/libart-2.0   -DPREFIX=\""/opt/dia/0.95"\" 
-DSYSCONFDIR=\""/opt/dia/0.95/etc"\" -DDATADIR=\""/opt/dia/0.95/share"\" -DLIBDIR=\""/opt/dia/0.95/lib"\" 
-DLOCALEDIR=\"/opt/dia/0.95/share/locale\"    -I/usr/include/libxml2 -I/usr/include/freetype2 -O3 -march=i686 
-mtune=pentium4 -pipe  -Wall -Wunused --std=c89 -Wdeclaration-after-statement -Wmissing-prototypes 
-Wmissing-declarations -finline-functions -fstrict-aliasing -MT handle_ops.o -MD -MP -MF 
".deps/handle_ops.Tpo" -c -o handle_ops.o handle_ops.c; \
then mv -f ".deps/handle_ops.Tpo" ".deps/handle_ops.Po"; else rm -f ".deps/handle_ops.Tpo"; exit 1; fi
if /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../intl -I../lib  -pthread -I/usr/include/cairo 
-I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/libpng12 -I/usr/include/libxml2 
-I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include 
-I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include   -I/usr/include/libart-2.0   -DPREFIX=\""/opt/dia/0.95"\" 
-DSYSCONFDIR=\""/opt/dia/0.95/etc"\" -DDATADIR=\""/opt/dia/0.95/share"\" -DLIBDIR=\""/opt/dia/0.95/lib"\" 
-DLOCALEDIR=\"/opt/dia/0.95/share/locale\"    -I/usr/include/libxml2 -I/usr/include/freetype2 -O3 -march=i686 
-mtune=pentium4 -pipe  -Wall -Wunused --std=c89 -Wdeclaration-after-statement -Wmissing-prototypes 
-Wmissing-declarations -finline-functions -fstrict-aliasing -MT interface.o -MD -MP -MF ".deps/interface.Tpo" 
-c -o interface.o interface.c; \
then mv -f ".deps/interface.Tpo" ".deps/interface.Po"; else rm -f ".deps/interface.Tpo"; exit 1; fi
interface.c: In function 'create_display_shell':
interface.c:494: warning: unused variable 'path'
interface.c: In function 'create_widget_from_xpm_or_gdkp':
interface.c:692: warning: pointer targets in passing argument 2 of 'gdk_pixbuf_new_from_inline' differ in 
signedness
interface.c: In function 'create_tools':
interface.c:717: warning: unused variable 'style'
interface.c: In function 'sheet_menu_callback':
interface.c:907: warning: passing argument 2 of 'persistence_set_string' discards qualifiers from pointer 
target type
interface.c: At top level:
pixmaps/magnify.xpm:2: warning: 'magnify_xpm' defined but not used
pixmaps/scroll.xpm:2: warning: 'scroll_xpm' defined but not used
pixmaps/arrow.xpm:2: warning: 'arrow_xpm' defined but not used
if /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../intl -I../lib  -pthread -I/usr/include/cairo 
-I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/libpng12 -I/usr/include/libxml2 
-I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include 
-I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include   -I/usr/include/libart-2.0   -DPREFIX=\""/opt/dia/0.95"\" 
-DSYSCONFDIR=\""/opt/dia/0.95/etc"\" -DDATADIR=\""/opt/dia/0.95/share"\" -DLIBDIR=\""/opt/dia/0.95/lib"\" 
-DLOCALEDIR=\"/opt/dia/0.95/share/locale\"    -I/usr/include/libxml2 -I/usr/include/freetype2 -O3 -march=i686 
-mtune=pentium4 -pipe  -Wall -Wunused --std=c89 -Wdeclaration-after-statement -Wmissing-prototypes 
-Wmissing-declarations -finline-functions -fstrict-aliasing -MT modify_tool.o -MD -MP -MF 
".deps/modify_tool.Tpo" -c -o modify_tool.o modify_tool.c; \
then mv -f ".deps/modify_tool.Tpo" ".deps/modify_tool.Po"; else rm -f ".deps/modify_tool.Tpo"; exit 1; fi
modify_tool.c:912: warning: 'modify_make_text_edit' defined but not used
modify_tool.c:799: warning: 'modify_edit_end' defined but not used
modify_tool.c:836: warning: 'modify_edit_first_text' defined but not used
if /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../intl -I../lib  -pthread -I/usr/include/cairo 
-I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/libpng12 -I/usr/include/libxml2 
-I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include 
-I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include   -I/usr/include/libart-2.0   -DPREFIX=\""/opt/dia/0.95"\" 
-DSYSCONFDIR=\""/opt/dia/0.95/etc"\" -DDATADIR=\""/opt/dia/0.95/share"\" -DLIBDIR=\""/opt/dia/0.95/lib"\" 
-DLOCALEDIR=\"/opt/dia/0.95/share/locale\"    -I/usr/include/libxml2 -I/usr/include/freetype2 -O3 -march=i686 
-mtune=pentium4 -pipe  -Wall -Wunused --std=c89 -Wdeclaration-after-statement -Wmissing-prototypes 
-Wmissing-declarations -finline-functions -fstrict-aliasing -MT scroll_tool.o -MD -MP -MF 
".deps/scroll_tool.Tpo" -c -o scroll_tool.o scroll_tool.c; \
then mv -f ".deps/scroll_tool.Tpo" ".deps/scroll_tool.Po"; else rm -f ".deps/scroll_tool.Tpo"; exit 1; fi
if /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../intl -I../lib  -pthread -I/usr/include/cairo 
-I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/libpng12 -I/usr/include/libxml2 
-I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include 
-I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include   -I/usr/include/libart-2.0   -DPREFIX=\""/opt/dia/0.95"\" 
-DSYSCONFDIR=\""/opt/dia/0.95/etc"\" -DDATADIR=\""/opt/dia/0.95/share"\" -DLIBDIR=\""/opt/dia/0.95/lib"\" 
-DLOCALEDIR=\"/opt/dia/0.95/share/locale\"    -I/usr/include/libxml2 -I/usr/include/freetype2 -O3 -march=i686 
-mtune=pentium4 -pipe  -Wall -Wunused --std=c89 -Wdeclaration-after-statement -Wmissing-prototypes 
-Wmissing-declarations -finline-functions -fstrict-aliasing -MT create_object.o -MD -MP -MF 
".deps/create_object.Tpo" -c -o create_object.o create_object.c; \
then mv -f ".deps/create_object.Tpo" ".deps/create_object.Po"; else rm -f ".deps/create_object.Tpo"; exit 1; 
fi
if /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../intl -I../lib  -pthread -I/usr/include/cairo 
-I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/libpng12 -I/usr/include/libxml2 
-I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include 
-I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include   -I/usr/include/libart-2.0   -DPREFIX=\""/opt/dia/0.95"\" 
-DSYSCONFDIR=\""/opt/dia/0.95/etc"\" -DDATADIR=\""/opt/dia/0.95/share"\" -DLIBDIR=\""/opt/dia/0.95/lib"\" 
-DLOCALEDIR=\"/opt/dia/0.95/share/locale\"    -I/usr/include/libxml2 -I/usr/include/freetype2 -O3 -march=i686 
-mtune=pentium4 -pipe  -Wall -Wunused --std=c89 -Wdeclaration-after-statement -Wmissing-prototypes 
-Wmissing-declarations -finline-functions -fstrict-aliasing -MT magnify.o -MD -MP -MF ".deps/magnify.Tpo" -c 
-o magnify.o magnify.c; \
then mv -f ".deps/magnify.Tpo" ".deps/magnify.Po"; else rm -f ".deps/magnify.Tpo"; exit 1; fi
if /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../intl -I../lib  -pthread -I/usr/include/cairo 
-I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/libpng12 -I/usr/include/libxml2 
-I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include 
-I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include   -I/usr/include/libart-2.0   -DPREFIX=\""/opt/dia/0.95"\" 
-DSYSCONFDIR=\""/opt/dia/0.95/etc"\" -DDATADIR=\""/opt/dia/0.95/share"\" -DLIBDIR=\""/opt/dia/0.95/lib"\" 
-DLOCALEDIR=\"/opt/dia/0.95/share/locale\"    -I/usr/include/libxml2 -I/usr/include/freetype2 -O3 -march=i686 
-mtune=pentium4 -pipe  -Wall -Wunused --std=c89 -Wdeclaration-after-statement -Wmissing-prototypes 
-Wmissing-declarations -finline-functions -fstrict-aliasing -MT menus.o -MD -MP -MF ".deps/menus.Tpo" -c -o 
menus.o menus.c; \
then mv -f ".deps/menus.Tpo" ".deps/menus.Po"; else rm -f ".deps/menus.Tpo"; exit 1; fi
if /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../intl -I../lib  -pthread -I/usr/include/cairo 
-I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/libpng12 -I/usr/include/libxml2 
-I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include 
-I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include   -I/usr/include/libart-2.0   -DPREFIX=\""/opt/dia/0.95"\" 
-DSYSCONFDIR=\""/opt/dia/0.95/etc"\" -DDATADIR=\""/opt/dia/0.95/share"\" -DLIBDIR=\""/opt/dia/0.95/lib"\" 
-DLOCALEDIR=\"/opt/dia/0.95/share/locale\"    -I/usr/include/libxml2 -I/usr/include/freetype2 -O3 -march=i686 
-mtune=pentium4 -pipe  -Wall -Wunused --std=c89 -Wdeclaration-after-statement -Wmissing-prototypes 
-Wmissing-declarations -finline-functions -fstrict-aliasing -MT cut_n_paste.o -MD -MP -MF 
".deps/cut_n_paste.Tpo" -c -o cut_n_paste.o cut_n_paste.c; \
then mv -f ".deps/cut_n_paste.Tpo" ".deps/cut_n_paste.Po"; else rm -f ".deps/cut_n_paste.Tpo"; exit 1; fi
if /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../intl -I../lib  -pthread -I/usr/include/cairo 
-I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/libpng12 -I/usr/include/libxml2 
-I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include 
-I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include   -I/usr/include/libart-2.0   -DPREFIX=\""/opt/dia/0.95"\" 
-DSYSCONFDIR=\""/opt/dia/0.95/etc"\" -DDATADIR=\""/opt/dia/0.95/share"\" -DLIBDIR=\""/opt/dia/0.95/lib"\" 
-DLOCALEDIR=\"/opt/dia/0.95/share/locale\"    -I/usr/include/libxml2 -I/usr/include/freetype2 -O3 -march=i686 
-mtune=pentium4 -pipe  -Wall -Wunused --std=c89 -Wdeclaration-after-statement -Wmissing-prototypes 
-Wmissing-declarations -finline-functions -fstrict-aliasing -MT render_gdk.o -MD -MP -MF 
".deps/render_gdk.Tpo" -c -o render_gdk.o render_gdk.c; \
then mv -f ".deps/render_gdk.Tpo" ".deps/render_gdk.Po"; else rm -f ".deps/render_gdk.Tpo"; exit 1; fi
if /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../intl -I../lib  -pthread -I/usr/include/cairo 
-I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/libpng12 -I/usr/include/libxml2 
-I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include 
-I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include   -I/usr/include/libart-2.0   -DPREFIX=\""/opt/dia/0.95"\" 
-DSYSCONFDIR=\""/opt/dia/0.95/etc"\" -DDATADIR=\""/opt/dia/0.95/share"\" -DLIBDIR=\""/opt/dia/0.95/lib"\" 
-DLOCALEDIR=\"/opt/dia/0.95/share/locale\"    -I/usr/include/libxml2 -I/usr/include/freetype2 -O3 -march=i686 
-mtune=pentium4 -pipe  -Wall -Wunused --std=c89 -Wdeclaration-after-statement -Wmissing-prototypes 
-Wmissing-declarations -finline-functions -fstrict-aliasing -MT tool.o -MD -MP -MF ".deps/tool.Tpo" -c -o 
tool.o tool.c; \
then mv -f ".deps/tool.Tpo" ".deps/tool.Po"; else rm -f ".deps/tool.Tpo"; exit 1; fi
if /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../intl -I../lib  -pthread -I/usr/include/cairo 
-I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/libpng12 -I/usr/include/libxml2 
-I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include 
-I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include   -I/usr/include/libart-2.0   -DPREFIX=\""/opt/dia/0.95"\" 
-DSYSCONFDIR=\""/opt/dia/0.95/etc"\" -DDATADIR=\""/opt/dia/0.95/share"\" -DLIBDIR=\""/opt/dia/0.95/lib"\" 
-DLOCALEDIR=\"/opt/dia/0.95/share/locale\"    -I/usr/include/libxml2 -I/usr/include/freetype2 -O3 -march=i686 
-mtune=pentium4 -pipe  -Wall -Wunused --std=c89 -Wdeclaration-after-statement -Wmissing-prototypes 
-Wmissing-declarations -finline-functions -fstrict-aliasing -MT diapagelayout.o -MD -MP -MF 
".deps/diapagelayout.Tpo" -c -o diapagelayout.o diapagelayout.c; \
then mv -f ".deps/diapagelayout.Tpo" ".deps/diapagelayout.Po"; else rm -f ".deps/diapagelayout.Tpo"; exit 1; 
fi
if /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../intl -I../lib  -pthread -I/usr/include/cairo 
-I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/libpng12 -I/usr/include/libxml2 
-I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include 
-I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include   -I/usr/include/libart-2.0   -DPREFIX=\""/opt/dia/0.95"\" 
-DSYSCONFDIR=\""/opt/dia/0.95/etc"\" -DDATADIR=\""/opt/dia/0.95/share"\" -DLIBDIR=\""/opt/dia/0.95/lib"\" 
-DLOCALEDIR=\"/opt/dia/0.95/share/locale\"    -I/usr/include/libxml2 -I/usr/include/freetype2 -O3 -march=i686 
-mtune=pentium4 -pipe  -Wall -Wunused --std=c89 -Wdeclaration-after-statement -Wmissing-prototypes 
-Wmissing-declarations -finline-functions -fstrict-aliasing -MT pagesetup.o -MD -MP -MF ".deps/pagesetup.Tpo" 
-c -o pagesetup.o pagesetup.c; \
then mv -f ".deps/pagesetup.Tpo" ".deps/pagesetup.Po"; else rm -f ".deps/pagesetup.Tpo"; exit 1; fi
if /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../intl -I../lib  -pthread -I/usr/include/cairo 
-I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/libpng12 -I/usr/include/libxml2 
-I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include 
-I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include   -I/usr/include/libart-2.0   -DPREFIX=\""/opt/dia/0.95"\" 
-DSYSCONFDIR=\""/opt/dia/0.95/etc"\" -DDATADIR=\""/opt/dia/0.95/share"\" -DLIBDIR=\""/opt/dia/0.95/lib"\" 
-DLOCALEDIR=\"/opt/dia/0.95/share/locale\"    -I/usr/include/libxml2 -I/usr/include/freetype2 -O3 -march=i686 
-mtune=pentium4 -pipe  -Wall -Wunused --std=c89 -Wdeclaration-after-statement -Wmissing-prototypes 
-Wmissing-declarations -finline-functions -fstrict-aliasing -MT filedlg.o -MD -MP -MF ".deps/filedlg.Tpo" -c 
-o filedlg.o filedlg.c; \
then mv -f ".deps/filedlg.Tpo" ".deps/filedlg.Po"; else rm -f ".deps/filedlg.Tpo"; exit 1; fi
if /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../intl -I../lib  -pthread -I/usr/include/cairo 
-I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/libpng12 -I/usr/include/libxml2 
-I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include 
-I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include   -I/usr/include/libart-2.0   -DPREFIX=\""/opt/dia/0.95"\" 
-DSYSCONFDIR=\""/opt/dia/0.95/etc"\" -DDATADIR=\""/opt/dia/0.95/share"\" -DLIBDIR=\""/opt/dia/0.95/lib"\" 
-DLOCALEDIR=\"/opt/dia/0.95/share/locale\"    -I/usr/include/libxml2 -I/usr/include/freetype2 -O3 -march=i686 
-mtune=pentium4 -pipe  -Wall -Wunused --std=c89 -Wdeclaration-after-statement -Wmissing-prototypes 
-Wmissing-declarations -finline-functions -fstrict-aliasing -MT plugin-manager.o -MD -MP -MF 
".deps/plugin-manager.Tpo" -c -o plugin-manager.o plugin-manager.c; \
then mv -f ".deps/plugin-manager.Tpo" ".deps/plugin-manager.Po"; else rm -f ".deps/plugin-manager.Tpo"; exit 
1; fi
if /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../intl -I../lib  -pthread -I/usr/include/cairo 
-I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/libpng12 -I/usr/include/libxml2 
-I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include 
-I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include   -I/usr/include/libart-2.0   -DPREFIX=\""/opt/dia/0.95"\" 
-DSYSCONFDIR=\""/opt/dia/0.95/etc"\" -DDATADIR=\""/opt/dia/0.95/share"\" -DLIBDIR=\""/opt/dia/0.95/lib"\" 
-DLOCALEDIR=\"/opt/dia/0.95/share/locale\"    -I/usr/include/libxml2 -I/usr/include/freetype2 -O3 -march=i686 
-mtune=pentium4 -pipe  -Wall -Wunused --std=c89 -Wdeclaration-after-statement -Wmissing-prototypes 
-Wmissing-declarations -finline-functions -fstrict-aliasing -MT dia-props.o -MD -MP -MF ".deps/dia-props.Tpo" 
-c -o dia-props.o dia-props.c; \
then mv -f ".deps/dia-props.Tpo" ".deps/dia-props.Po"; else rm -f ".deps/dia-props.Tpo"; exit 1; fi
if /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../intl -I../lib  -pthread -I/usr/include/cairo 
-I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/libpng12 -I/usr/include/libxml2 
-I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include 
-I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include   -I/usr/include/libart-2.0   -DPREFIX=\""/opt/dia/0.95"\" 
-DSYSCONFDIR=\""/opt/dia/0.95/etc"\" -DDATADIR=\""/opt/dia/0.95/share"\" -DLIBDIR=\""/opt/dia/0.95/lib"\" 
-DLOCALEDIR=\"/opt/dia/0.95/share/locale\"    -I/usr/include/libxml2 -I/usr/include/freetype2 -O3 -march=i686 
-mtune=pentium4 -pipe  -Wall -Wunused --std=c89 -Wdeclaration-after-statement -Wmissing-prototypes 
-Wmissing-declarations -finline-functions -fstrict-aliasing -MT gtkwrapbox.o -MD -MP -MF 
".deps/gtkwrapbox.Tpo" -c -o gtkwrapbox.o gtkwrapbox.c; \
then mv -f ".deps/gtkwrapbox.Tpo" ".deps/gtkwrapbox.Po"; else rm -f ".deps/gtkwrapbox.Tpo"; exit 1; fi
if /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../intl -I../lib  -pthread -I/usr/include/cairo 
-I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/libpng12 -I/usr/include/libxml2 
-I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include 
-I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include   -I/usr/include/libart-2.0   -DPREFIX=\""/opt/dia/0.95"\" 
-DSYSCONFDIR=\""/opt/dia/0.95/etc"\" -DDATADIR=\""/opt/dia/0.95/share"\" -DLIBDIR=\""/opt/dia/0.95/lib"\" 
-DLOCALEDIR=\"/opt/dia/0.95/share/locale\"    -I/usr/include/libxml2 -I/usr/include/freetype2 -O3 -march=i686 
-mtune=pentium4 -pipe  -Wall -Wunused --std=c89 -Wdeclaration-after-statement -Wmissing-prototypes 
-Wmissing-declarations -finline-functions -fstrict-aliasing -MT gtkhwrapbox.o -MD -MP -MF 
".deps/gtkhwrapbox.Tpo" -c -o gtkhwrapbox.o gtkhwrapbox.c; \
then mv -f ".deps/gtkhwrapbox.Tpo" ".deps/gtkhwrapbox.Po"; else rm -f ".deps/gtkhwrapbox.Tpo"; exit 1; fi
if /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../intl -I../lib  -pthread -I/usr/include/cairo 
-I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/libpng12 -I/usr/include/libxml2 
-I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include 
-I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include   -I/usr/include/libart-2.0   -DPREFIX=\""/opt/dia/0.95"\" 
-DSYSCONFDIR=\""/opt/dia/0.95/etc"\" -DDATADIR=\""/opt/dia/0.95/share"\" -DLIBDIR=\""/opt/dia/0.95/lib"\" 
-DLOCALEDIR=\"/opt/dia/0.95/share/locale\"    -I/usr/include/libxml2 -I/usr/include/freetype2 -O3 -march=i686 
-mtune=pentium4 -pipe  -Wall -Wunused --std=c89 -Wdeclaration-after-statement -Wmissing-prototypes 
-Wmissing-declarations -finline-functions -fstrict-aliasing -MT gtkvwrapbox.o -MD -MP -MF 
".deps/gtkvwrapbox.Tpo" -c -o gtkvwrapbox.o gtkvwrapbox.c; \
then mv -f ".deps/gtkvwrapbox.Tpo" ".deps/gtkvwrapbox.Po"; else rm -f ".deps/gtkvwrapbox.Tpo"; exit 1; fi
if /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../intl -I../lib  -pthread -I/usr/include/cairo 
-I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/libpng12 -I/usr/include/libxml2 
-I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include 
-I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include   -I/usr/include/libart-2.0   -DPREFIX=\""/opt/dia/0.95"\" 
-DSYSCONFDIR=\""/opt/dia/0.95/etc"\" -DDATADIR=\""/opt/dia/0.95/share"\" -DLIBDIR=\""/opt/dia/0.95/lib"\" 
-DLOCALEDIR=\"/opt/dia/0.95/share/locale\"    -I/usr/include/libxml2 -I/usr/include/freetype2 -O3 -march=i686 
-mtune=pentium4 -pipe  -Wall -Wunused --std=c89 -Wdeclaration-after-statement -Wmissing-prototypes 
-Wmissing-declarations -finline-functions -fstrict-aliasing -MT cursor.o -MD -MP -MF ".deps/cursor.Tpo" -c -o 
cursor.o cursor.c; \
then mv -f ".deps/cursor.Tpo" ".deps/cursor.Po"; else rm -f ".deps/cursor.Tpo"; exit 1; fi
cursor.c:52: warning: pointer targets in initialization differ in signedness
cursor.c:57: warning: pointer targets in initialization differ in signedness
cursor.c:62: warning: pointer targets in initialization differ in signedness
cursor.c:64: warning: pointer targets in initialization differ in signedness
cursor.c:67: warning: pointer targets in initialization differ in signedness
cursor.c:69: warning: pointer targets in initialization differ in signedness
if /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../intl -I../lib  -pthread -I/usr/include/cairo 
-I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/libpng12 -I/usr/include/libxml2 
-I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include 
-I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include   -I/usr/include/libart-2.0   -DPREFIX=\""/opt/dia/0.95"\" 
-DSYSCONFDIR=\""/opt/dia/0.95/etc"\" -DDATADIR=\""/opt/dia/0.95/share"\" -DLIBDIR=\""/opt/dia/0.95/lib"\" 
-DLOCALEDIR=\"/opt/dia/0.95/share/locale\"    -I/usr/include/libxml2 -I/usr/include/freetype2 -O3 -march=i686 
-mtune=pentium4 -pipe  -Wall -Wunused --std=c89 -Wdeclaration-after-statement -Wmissing-prototypes 
-Wmissing-declarations -finline-functions -fstrict-aliasing -MT splash.o -MD -MP -MF ".deps/splash.Tpo" -c -o 
splash.o splash.c; \
then mv -f ".deps/splash.Tpo" ".deps/splash.Po"; else rm -f ".deps/splash.Tpo"; exit 1; fi
if /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../intl -I../lib  -pthread -I/usr/include/cairo 
-I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/libpng12 -I/usr/include/libxml2 
-I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include 
-I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include   -I/usr/include/libart-2.0   -DPREFIX=\""/opt/dia/0.95"\" 
-DSYSCONFDIR=\""/opt/dia/0.95/etc"\" -DDATADIR=\""/opt/dia/0.95/share"\" -DLIBDIR=\""/opt/dia/0.95/lib"\" 
-DLOCALEDIR=\"/opt/dia/0.95/share/locale\"    -I/usr/include/libxml2 -I/usr/include/freetype2 -O3 -march=i686 
-mtune=pentium4 -pipe  -Wall -Wunused --std=c89 -Wdeclaration-after-statement -Wmissing-prototypes 
-Wmissing-declarations -finline-functions -fstrict-aliasing -MT recent_files.o -MD -MP -MF 
".deps/recent_files.Tpo" -c -o recent_files.o recent_files.c; \
then mv -f ".deps/recent_files.Tpo" ".deps/recent_files.Po"; else rm -f ".deps/recent_files.Tpo"; exit 1; fi
if /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../intl -I../lib  -pthread -I/usr/include/cairo 
-I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/libpng12 -I/usr/include/libxml2 
-I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include 
-I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include   -I/usr/include/libart-2.0   -DPREFIX=\""/opt/dia/0.95"\" 
-DSYSCONFDIR=\""/opt/dia/0.95/etc"\" -DDATADIR=\""/opt/dia/0.95/share"\" -DLIBDIR=\""/opt/dia/0.95/lib"\" 
-DLOCALEDIR=\"/opt/dia/0.95/share/locale\"    -I/usr/include/libxml2 -I/usr/include/freetype2 -O3 -march=i686 
-mtune=pentium4 -pipe  -Wall -Wunused --std=c89 -Wdeclaration-after-statement -Wmissing-prototypes 
-Wmissing-declarations -finline-functions -fstrict-aliasing -MT diagram_tree.o -MD -MP -MF 
".deps/diagram_tree.Tpo" -c -o diagram_tree.o diagram_tree.c; \
then mv -f ".deps/diagram_tree.Tpo" ".deps/diagram_tree.Po"; else rm -f ".deps/diagram_tree.Tpo"; exit 1; fi
if /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../intl -I../lib  -pthread -I/usr/include/cairo 
-I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/libpng12 -I/usr/include/libxml2 
-I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include 
-I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include   -I/usr/include/libart-2.0   -DPREFIX=\""/opt/dia/0.95"\" 
-DSYSCONFDIR=\""/opt/dia/0.95/etc"\" -DDATADIR=\""/opt/dia/0.95/share"\" -DLIBDIR=\""/opt/dia/0.95/lib"\" 
-DLOCALEDIR=\"/opt/dia/0.95/share/locale\"    -I/usr/include/libxml2 -I/usr/include/freetype2 -O3 -march=i686 
-mtune=pentium4 -pipe  -Wall -Wunused --std=c89 -Wdeclaration-after-statement -Wmissing-prototypes 
-Wmissing-declarations -finline-functions -fstrict-aliasing -MT diagram_tree_window.o -MD -MP -MF 
".deps/diagram_tree_window.Tpo" -c -o diagram_tree_window.o diagram_tree_window.c; \
then mv -f ".deps/diagram_tree_window.Tpo" ".deps/diagram_tree_window.Po"; else rm -f 
".deps/diagram_tree_window.Tpo"; exit 1; fi
if /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../intl -I../lib  -pthread -I/usr/include/cairo 
-I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/libpng12 -I/usr/include/libxml2 
-I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include 
-I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include   -I/usr/include/libart-2.0   -DPREFIX=\""/opt/dia/0.95"\" 
-DSYSCONFDIR=\""/opt/dia/0.95/etc"\" -DDATADIR=\""/opt/dia/0.95/share"\" -DLIBDIR=\""/opt/dia/0.95/lib"\" 
-DLOCALEDIR=\"/opt/dia/0.95/share/locale\"    -I/usr/include/libxml2 -I/usr/include/freetype2 -O3 -march=i686 
-mtune=pentium4 -pipe  -Wall -Wunused --std=c89 -Wdeclaration-after-statement -Wmissing-prototypes 
-Wmissing-declarations -finline-functions -fstrict-aliasing -MT diagram_tree_menu.o -MD -MP -MF 
".deps/diagram_tree_menu.Tpo" -c -o diagram_tree_menu.o diagram_tree_menu.c; \
then mv -f ".deps/diagram_tree_menu.Tpo" ".deps/diagram_tree_menu.Po"; else rm -f 
".deps/diagram_tree_menu.Tpo"; exit 1; fi
if /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../intl -I../lib  -pthread -I/usr/include/cairo 
-I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/libpng12 -I/usr/include/libxml2 
-I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include 
-I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include   -I/usr/include/libart-2.0   -DPREFIX=\""/opt/dia/0.95"\" 
-DSYSCONFDIR=\""/opt/dia/0.95/etc"\" -DDATADIR=\""/opt/dia/0.95/share"\" -DLIBDIR=\""/opt/dia/0.95/lib"\" 
-DLOCALEDIR=\"/opt/dia/0.95/share/locale\"    -I/usr/include/libxml2 -I/usr/include/freetype2 -O3 -march=i686 
-mtune=pentium4 -pipe  -Wall -Wunused --std=c89 -Wdeclaration-after-statement -Wmissing-prototypes 
-Wmissing-declarations -finline-functions -fstrict-aliasing -MT diagram_tree_menu_callbacks.o -MD -MP -MF 
".deps/diagram_tree_menu_callbacks.Tpo" -c -o diagram_tree_menu_callbacks.o diagram_tree_menu_callbacks.c; \
then mv -f ".deps/diagram_tree_menu_callbacks.Tpo" ".deps/diagram_tree_menu_callbacks.Po"; else rm -f 
".deps/diagram_tree_menu_callbacks.Tpo"; exit 1; fi
if /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../intl -I../lib  -pthread -I/usr/include/cairo 
-I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/libpng12 -I/usr/include/libxml2 
-I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include 
-I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include   -I/usr/include/libart-2.0   -DPREFIX=\""/opt/dia/0.95"\" 
-DSYSCONFDIR=\""/opt/dia/0.95/etc"\" -DDATADIR=\""/opt/dia/0.95/share"\" -DLIBDIR=\""/opt/dia/0.95/lib"\" 
-DLOCALEDIR=\"/opt/dia/0.95/share/locale\"    -I/usr/include/libxml2 -I/usr/include/freetype2 -O3 -march=i686 
-mtune=pentium4 -pipe  -Wall -Wunused --std=c89 -Wdeclaration-after-statement -Wmissing-prototypes 
-Wmissing-declarations -finline-functions -fstrict-aliasing -MT sheets.o -MD -MP -MF ".deps/sheets.Tpo" -c -o 
sheets.o sheets.c; \
then mv -f ".deps/sheets.Tpo" ".deps/sheets.Po"; else rm -f ".deps/sheets.Tpo"; exit 1; fi
if /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../intl -I../lib  -pthread -I/usr/include/cairo 
-I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/libpng12 -I/usr/include/libxml2 
-I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include 
-I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include   -I/usr/include/libart-2.0   -DPREFIX=\""/opt/dia/0.95"\" 
-DSYSCONFDIR=\""/opt/dia/0.95/etc"\" -DDATADIR=\""/opt/dia/0.95/share"\" -DLIBDIR=\""/opt/dia/0.95/lib"\" 
-DLOCALEDIR=\"/opt/dia/0.95/share/locale\"    -I/usr/include/libxml2 -I/usr/include/freetype2 -O3 -march=i686 
-mtune=pentium4 -pipe  -Wall -Wunused --std=c89 -Wdeclaration-after-statement -Wmissing-prototypes 
-Wmissing-declarations -finline-functions -fstrict-aliasing -MT sheets_dialog.o -MD -MP -MF 
".deps/sheets_dialog.Tpo" -c -o sheets_dialog.o sheets_dialog.c; \
then mv -f ".deps/sheets_dialog.Tpo" ".deps/sheets_dialog.Po"; else rm -f ".deps/sheets_dialog.Tpo"; exit 1; 
fi
if /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../intl -I../lib  -pthread -I/usr/include/cairo 
-I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/libpng12 -I/usr/include/libxml2 
-I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include 
-I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include   -I/usr/include/libart-2.0   -DPREFIX=\""/opt/dia/0.95"\" 
-DSYSCONFDIR=\""/opt/dia/0.95/etc"\" -DDATADIR=\""/opt/dia/0.95/share"\" -DLIBDIR=\""/opt/dia/0.95/lib"\" 
-DLOCALEDIR=\"/opt/dia/0.95/share/locale\"    -I/usr/include/libxml2 -I/usr/include/freetype2 -O3 -march=i686 
-mtune=pentium4 -pipe  -Wall -Wunused --std=c89 -Wdeclaration-after-statement -Wmissing-prototypes 
-Wmissing-declarations -finline-functions -fstrict-aliasing -MT sheets_dialog_callbacks.o -MD -MP -MF 
".deps/sheets_dialog_callbacks.Tpo" -c -o sheets_dialog_callbacks.o sheets_dialog_callbacks.c; \
then mv -f ".deps/sheets_dialog_callbacks.Tpo" ".deps/sheets_dialog_callbacks.Po"; else rm -f 
".deps/sheets_dialog_callbacks.Tpo"; exit 1; fi
sheets_dialog_callbacks.c: In function 'write_user_sheet':
sheets_dialog_callbacks.c:1668: warning: pointer targets in passing argument 1 of 'xmlNewDoc' differ in 
signedness
sheets_dialog_callbacks.c:1669: warning: pointer targets in passing argument 1 of 'xmlStrdup' differ in 
signedness
sheets_dialog_callbacks.c:1671: warning: pointer targets in passing argument 3 of 'xmlNewDocNode' differ in 
signedness
sheets_dialog_callbacks.c:1673: warning: pointer targets in passing argument 2 of 'xmlSetProp' differ in 
signedness
sheets_dialog_callbacks.c:1673: warning: pointer targets in passing argument 3 of 'xmlSetProp' differ in 
signedness
sheets_dialog_callbacks.c:1676: warning: pointer targets in passing argument 1 of 'xmlNewText' differ in 
signedness
sheets_dialog_callbacks.c:1677: warning: pointer targets in passing argument 1 of 'xmlNewComment' differ in 
signedness
sheets_dialog_callbacks.c:1678: warning: pointer targets in passing argument 1 of 'xmlNewText' differ in 
signedness
sheets_dialog_callbacks.c:1680: warning: pointer targets in passing argument 1 of 'xmlNewComment' differ in 
signedness
sheets_dialog_callbacks.c:1681: warning: pointer targets in passing argument 1 of 'xmlNewText' differ in 
signedness
sheets_dialog_callbacks.c:1684: warning: pointer targets in passing argument 1 of 'xmlNewComment' differ in 
signedness
sheets_dialog_callbacks.c:1685: warning: pointer targets in passing argument 1 of 'xmlNewText' differ in 
signedness
sheets_dialog_callbacks.c:1687: warning: pointer targets in passing argument 1 of 'xmlNewComment' differ in 
signedness
sheets_dialog_callbacks.c:1688: warning: pointer targets in passing argument 1 of 'xmlNewText' differ in 
signedness
sheets_dialog_callbacks.c:1691: warning: pointer targets in passing argument 3 of 'xmlNewChild' differ in 
signedness
sheets_dialog_callbacks.c:1692: warning: pointer targets in passing argument 1 of 'xmlNewText' differ in 
signedness
sheets_dialog_callbacks.c:1693: warning: pointer targets in passing argument 1 of 'xmlNewText' differ in 
signedness
sheets_dialog_callbacks.c:1696: warning: pointer targets in passing argument 3 of 'xmlNewChild' differ in 
signedness
sheets_dialog_callbacks.c:1697: warning: pointer targets in passing argument 1 of 'xmlNewText' differ in 
signedness
sheets_dialog_callbacks.c:1698: warning: pointer targets in passing argument 1 of 'xmlNewText' differ in 
signedness
sheets_dialog_callbacks.c:1701: warning: pointer targets in passing argument 3 of 'xmlNewChild' differ in 
signedness
sheets_dialog_callbacks.c:1702: warning: pointer targets in passing argument 1 of 'xmlNewText' differ in 
signedness
sheets_dialog_callbacks.c:1703: warning: pointer targets in passing argument 1 of 'xmlNewComment' differ in 
signedness
sheets_dialog_callbacks.c:1704: warning: pointer targets in passing argument 1 of 'xmlNewText' differ in 
signedness
sheets_dialog_callbacks.c:1739: warning: pointer targets in passing argument 3 of 'xmlNewChild' differ in 
signedness
sheets_dialog_callbacks.c:1741: warning: pointer targets in passing argument 2 of 'xmlSetProp' differ in 
signedness
sheets_dialog_callbacks.c:1741: warning: pointer targets in passing argument 3 of 'xmlSetProp' differ in 
signedness
sheets_dialog_callbacks.c:1748: warning: pointer targets in passing argument 2 of 'xmlSetProp' differ in 
signedness
sheets_dialog_callbacks.c:1748: warning: pointer targets in passing argument 3 of 'xmlSetProp' differ in 
signedness
sheets_dialog_callbacks.c:1752: warning: pointer targets in passing argument 1 of 'xmlNewText' differ in 
signedness
sheets_dialog_callbacks.c:1753: warning: pointer targets in passing argument 3 of 'xmlNewChild' differ in 
signedness
sheets_dialog_callbacks.c:1754: warning: pointer targets in passing argument 1 of 'xmlNewText' differ in 
signedness
sheets_dialog_callbacks.c:1759: warning: pointer targets in passing argument 1 of 'xmlNewText' differ in 
signedness
sheets_dialog_callbacks.c:1760: warning: pointer targets in passing argument 3 of 'xmlNewChild' differ in 
signedness
sheets_dialog_callbacks.c:1761: warning: pointer targets in passing argument 1 of 'xmlNewText' differ in 
signedness
sheets_dialog_callbacks.c:1762: warning: pointer targets in passing argument 1 of 'xmlNewText' differ in 
signedness
if /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../intl -I../lib  -pthread -I/usr/include/cairo 
-I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/libpng12 -I/usr/include/libxml2 
-I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include 
-I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include   -I/usr/include/libart-2.0   -DPREFIX=\""/opt/dia/0.95"\" 
-DSYSCONFDIR=\""/opt/dia/0.95/etc"\" -DDATADIR=\""/opt/dia/0.95/share"\" -DLIBDIR=\""/opt/dia/0.95/lib"\" 
-DLOCALEDIR=\"/opt/dia/0.95/share/locale\"    -I/usr/include/libxml2 -I/usr/include/freetype2 -O3 -march=i686 
-mtune=pentium4 -pipe  -Wall -Wunused --std=c89 -Wdeclaration-after-statement -Wmissing-prototypes 
-Wmissing-declarations -finline-functions -fstrict-aliasing -MT dialogs.o -MD -MP -MF ".deps/dialogs.Tpo" -c 
-o dialogs.o dialogs.c; \
then mv -f ".deps/dialogs.Tpo" ".deps/dialogs.Po"; else rm -f ".deps/dialogs.Tpo"; exit 1; fi
if /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../intl -I../lib  -pthread -I/usr/include/cairo 
-I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/libpng12 -I/usr/include/libxml2 
-I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include 
-I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include   -I/usr/include/libart-2.0   -DPREFIX=\""/opt/dia/0.95"\" 
-DSYSCONFDIR=\""/opt/dia/0.95/etc"\" -DDATADIR=\""/opt/dia/0.95/share"\" -DLIBDIR=\""/opt/dia/0.95/lib"\" 
-DLOCALEDIR=\"/opt/dia/0.95/share/locale\"    -I/usr/include/libxml2 -I/usr/include/freetype2 -O3 -march=i686 
-mtune=pentium4 -pipe  -Wall -Wunused --std=c89 -Wdeclaration-after-statement -Wmissing-prototypes 
-Wmissing-declarations -finline-functions -fstrict-aliasing -MT autosave.o -MD -MP -MF ".deps/autosave.Tpo" 
-c -o autosave.o autosave.c; \
then mv -f ".deps/autosave.Tpo" ".deps/autosave.Po"; else rm -f ".deps/autosave.Tpo"; exit 1; fi
if /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../intl -I../lib  -pthread -I/usr/include/cairo 
-I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/libpng12 -I/usr/include/libxml2 
-I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include 
-I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include   -I/usr/include/libart-2.0   -DPREFIX=\""/opt/dia/0.95"\" 
-DSYSCONFDIR=\""/opt/dia/0.95/etc"\" -DDATADIR=\""/opt/dia/0.95/share"\" -DLIBDIR=\""/opt/dia/0.95/lib"\" 
-DLOCALEDIR=\"/opt/dia/0.95/share/locale\"    -I/usr/include/libxml2 -I/usr/include/freetype2 -O3 -march=i686 
-mtune=pentium4 -pipe  -Wall -Wunused --std=c89 -Wdeclaration-after-statement -Wmissing-prototypes 
-Wmissing-declarations -finline-functions -fstrict-aliasing -MT dynamic_refresh.o -MD -MP -MF 
".deps/dynamic_refresh.Tpo" -c -o dynamic_refresh.o dynamic_refresh.c; \
then mv -f ".deps/dynamic_refresh.Tpo" ".deps/dynamic_refresh.Po"; else rm -f ".deps/dynamic_refresh.Tpo"; 
exit 1; fi
if /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../intl -I../lib  -pthread -I/usr/include/cairo 
-I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/libpng12 -I/usr/include/libxml2 
-I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include 
-I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include   -I/usr/include/libart-2.0   -DPREFIX=\""/opt/dia/0.95"\" 
-DSYSCONFDIR=\""/opt/dia/0.95/etc"\" -DDATADIR=\""/opt/dia/0.95/share"\" -DLIBDIR=\""/opt/dia/0.95/lib"\" 
-DLOCALEDIR=\"/opt/dia/0.95/share/locale\"    -I/usr/include/libxml2 -I/usr/include/freetype2 -O3 -march=i686 
-mtune=pentium4 -pipe  -Wall -Wunused --std=c89 -Wdeclaration-after-statement -Wmissing-prototypes 
-Wmissing-declarations -finline-functions -fstrict-aliasing -MT diapsrenderer.o -MD -MP -MF 
".deps/diapsrenderer.Tpo" -c -o diapsrenderer.o diapsrenderer.c; \
then mv -f ".deps/diapsrenderer.Tpo" ".deps/diapsrenderer.Po"; else rm -f ".deps/diapsrenderer.Tpo"; exit 1; 
fi
if /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../intl -I../lib  -pthread -I/usr/include/cairo 
-I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/libpng12 -I/usr/include/libxml2 
-I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include 
-I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include   -I/usr/include/libart-2.0   -DPREFIX=\""/opt/dia/0.95"\" 
-DSYSCONFDIR=\""/opt/dia/0.95/etc"\" -DDATADIR=\""/opt/dia/0.95/share"\" -DLIBDIR=\""/opt/dia/0.95/lib"\" 
-DLOCALEDIR=\"/opt/dia/0.95/share/locale\"    -I/usr/include/libxml2 -I/usr/include/freetype2 -O3 -march=i686 
-mtune=pentium4 -pipe  -Wall -Wunused --std=c89 -Wdeclaration-after-statement -Wmissing-prototypes 
-Wmissing-declarations -finline-functions -fstrict-aliasing -MT diapsft2renderer.o -MD -MP -MF 
".deps/diapsft2renderer.Tpo" -c -o diapsft2renderer.o diapsft2renderer.c; \
then mv -f ".deps/diapsft2renderer.Tpo" ".deps/diapsft2renderer.Po"; else rm -f ".deps/diapsft2renderer.Tpo"; 
exit 1; fi
if /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../intl -I../lib  -pthread -I/usr/include/cairo 
-I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/libpng12 -I/usr/include/libxml2 
-I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include 
-I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include   -I/usr/include/libart-2.0   -DPREFIX=\""/opt/dia/0.95"\" 
-DSYSCONFDIR=\""/opt/dia/0.95/etc"\" -DDATADIR=\""/opt/dia/0.95/share"\" -DLIBDIR=\""/opt/dia/0.95/lib"\" 
-DLOCALEDIR=\"/opt/dia/0.95/share/locale\"    -I/usr/include/libxml2 -I/usr/include/freetype2 -O3 -march=i686 
-mtune=pentium4 -pipe  -Wall -Wunused --std=c89 -Wdeclaration-after-statement -Wmissing-prototypes 
-Wmissing-declarations -finline-functions -fstrict-aliasing -MT navigation.o -MD -MP -MF 
".deps/navigation.Tpo" -c -o navigation.o navigation.c; \
then mv -f ".deps/navigation.Tpo" ".deps/navigation.Po"; else rm -f ".deps/navigation.Tpo"; exit 1; fi
navigation.c: In function 'on_button_navigation_popup_pressed':
navigation.c:247: warning: pointer targets in passing argument 2 of 'gdk_bitmap_create_from_data' differ in 
signedness
if /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../intl -I../lib  -pthread -I/usr/include/cairo 
-I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/libpng12 -I/usr/include/libxml2 
-I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include 
-I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include   -I/usr/include/libart-2.0   -DPREFIX=\""/opt/dia/0.95"\" 
-DSYSCONFDIR=\""/opt/dia/0.95/etc"\" -DDATADIR=\""/opt/dia/0.95/share"\" -DLIBDIR=\""/opt/dia/0.95/lib"\" 
-DLOCALEDIR=\"/opt/dia/0.95/share/locale\"    -I/usr/include/libxml2 -I/usr/include/freetype2 -O3 -march=i686 
-mtune=pentium4 -pipe  -Wall -Wunused --std=c89 -Wdeclaration-after-statement -Wmissing-prototypes 
-Wmissing-declarations -finline-functions -fstrict-aliasing -MT diacanvas.o -MD -MP -MF ".deps/diacanvas.Tpo" 
-c -o diacanvas.o diacanvas.c; \
then mv -f ".deps/diacanvas.Tpo" ".deps/diacanvas.Po"; else rm -f ".deps/diacanvas.Tpo"; exit 1; fi
if /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../intl -I../lib  -pthread -I/usr/include/cairo 
-I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/libpng12 -I/usr/include/libxml2 
-I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include 
-I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include   -I/usr/include/libart-2.0   -DPREFIX=\""/opt/dia/0.95"\" 
-DSYSCONFDIR=\""/opt/dia/0.95/etc"\" -DDATADIR=\""/opt/dia/0.95/share"\" -DLIBDIR=\""/opt/dia/0.95/lib"\" 
-DLOCALEDIR=\"/opt/dia/0.95/share/locale\"    -I/usr/include/libxml2 -I/usr/include/freetype2 -O3 -march=i686 
-mtune=pentium4 -pipe  -Wall -Wunused --std=c89 -Wdeclaration-after-statement -Wmissing-prototypes 
-Wmissing-declarations -finline-functions -fstrict-aliasing -MT highlight.o -MD -MP -MF ".deps/highlight.Tpo" 
-c -o highlight.o highlight.c; \
then mv -f ".deps/highlight.Tpo" ".deps/highlight.Po"; else rm -f ".deps/highlight.Tpo"; exit 1; fi
if /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../intl -I../lib  -pthread -I/usr/include/cairo 
-I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/libpng12 -I/usr/include/libxml2 
-I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include 
-I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include   -I/usr/include/libart-2.0   -DPREFIX=\""/opt/dia/0.95"\" 
-DSYSCONFDIR=\""/opt/dia/0.95/etc"\" -DDATADIR=\""/opt/dia/0.95/share"\" -DLIBDIR=\""/opt/dia/0.95/lib"\" 
-DLOCALEDIR=\"/opt/dia/0.95/share/locale\"    -I/usr/include/libxml2 -I/usr/include/freetype2 -O3 -march=i686 
-mtune=pentium4 -pipe  -Wall -Wunused --std=c89 -Wdeclaration-after-statement -Wmissing-prototypes 
-Wmissing-declarations -finline-functions -fstrict-aliasing -MT textedit.o -MD -MP -MF ".deps/textedit.Tpo" 
-c -o textedit.o textedit.c; \
then mv -f ".deps/textedit.Tpo" ".deps/textedit.Po"; else rm -f ".deps/textedit.Tpo"; exit 1; fi
if /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../intl -I../lib  -pthread -I/usr/include/cairo 
-I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/libpng12 -I/usr/include/libxml2 
-I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include 
-I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include   -I/usr/include/libart-2.0   -DPREFIX=\""/opt/dia/0.95"\" 
-DSYSCONFDIR=\""/opt/dia/0.95/etc"\" -DDATADIR=\""/opt/dia/0.95/share"\" -DLIBDIR=\""/opt/dia/0.95/lib"\" 
-DLOCALEDIR=\"/opt/dia/0.95/share/locale\"    -I/usr/include/libxml2 -I/usr/include/freetype2 -O3 -march=i686 
-mtune=pentium4 -pipe  -Wall -Wunused --std=c89 -Wdeclaration-after-statement -Wmissing-prototypes 
-Wmissing-declarations -finline-functions -fstrict-aliasing -MT paginate_psprint.o -MD -MP -MF 
".deps/paginate_psprint.Tpo" -c -o paginate_psprint.o paginate_psprint.c; \
then mv -f ".deps/paginate_psprint.Tpo" ".deps/paginate_psprint.Po"; else rm -f ".deps/paginate_psprint.Tpo"; 
exit 1; fi
paginate_psprint.c: In function 'diagram_print_ps':
paginate_psprint.c:374: warning: implicit declaration of function 'popen'
paginate_psprint.c:374: warning: assignment makes pointer from integer without a cast
paginate_psprint.c:419: warning: implicit declaration of function 'pclose'
if /opt/gcc/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../intl -I../lib  -pthread -I/usr/include/cairo 
-I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/libpng12 -I/usr/include/libxml2 
-I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include 
-I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include   -I/usr/include/libart-2.0   -DPREFIX=\""/opt/dia/0.95"\" 
-DSYSCONFDIR=\""/opt/dia/0.95/etc"\" -DDATADIR=\""/opt/dia/0.95/share"\" -DLIBDIR=\""/opt/dia/0.95/lib"\" 
-DLOCALEDIR=\"/opt/dia/0.95/share/locale\"    -I/usr/include/libxml2 -I/usr/include/freetype2 -O3 -march=i686 
-mtune=pentium4 -pipe  -Wall -Wunused --std=c89 -Wdeclaration-after-statement -Wmissing-prototypes 
-Wmissing-declarations -finline-functions -fstrict-aliasing -MT main.o -MD -MP -MF ".deps/main.Tpo" -c -o 
main.o main.c; \
then mv -f ".deps/main.Tpo" ".deps/main.Po"; else rm -f ".deps/main.Tpo"; exit 1; fi
/bin/sh ../libtool --tag=CC --mode=link /opt/gcc/bin/gcc  -I/usr/include/libxml2 -I/usr/include/freetype2 -O3 
-march=i686 -mtune=pentium4 -pipe  -Wall -Wunused --std=c89 -Wdeclaration-after-statement 
-Wmissing-prototypes -Wmissing-declarations -finline-functions -fstrict-aliasing   -o dia -export-dynamic 
diagram.o preferences.o load_save.o properties.o defaults.o render_eps.o render_libart.o undo.o object_ops.o 
layer_dialog.o export_png.o commands.o app_procs.o connectionpoint_ops.o disp_callbacks.o display.o select.o 
color_area.o linewidth_area.o grid.o handle_ops.o interface.o modify_tool.o scroll_tool.o create_object.o 
magnify.o menus.o cut_n_paste.o render_gdk.o tool.o diapagelayout.o pagesetup.o filedlg.o plugin-manager.o 
dia-props.o gtkwrapbox.o gtkhwrapbox.o gtkvwrapbox.o cursor.o splash.o recent_files.o diagram_tree.o 
diagram_tree_window.o diagram_tree_menu.o diagram_tree_menu_callbacks.o sheets.o sheets_dialog.o 
sheets_dialog_callbacks.o dialogs.o autosave.o dynamic_refresh.o diapsrenderer.o diapsft2renderer.o 
navigation.o diacanvas.o highlight.o textedit.o paginate_psprint.o main.o ../lib/libdia.la  -lpopt -lz 
-lfreetype -lz -pthread -L/usr/X11R6/lib -L/opt/gnome/lib -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 
-lpangocairo-1.0 -lcairo -lfreetype -lfontconfig -lXrender -lX11 -lXext -lpng12 -lglitz -lxml2 -lz 
-lgdk_pixbuf-2.0 -lm -lgthread-2.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0 
-lart_lgpl_2   -lpng -lz -lm   -L/usr/lib -lxml2 -lz -lm -lart_lgpl_2    -lpng -lz -lm -lz
mkdir .libs
/opt/gcc/bin/gcc -I/usr/include/libxml2 -I/usr/include/freetype2 -O3 -march=i686 -mtune=pentium4 -pipe -Wall 
-Wunused --std=c89 -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations 
-finline-functions -fstrict-aliasing -o .libs/dia diagram.o preferences.o load_save.o properties.o defaults.o 
render_eps.o render_libart.o undo.o object_ops.o layer_dialog.o export_png.o commands.o app_procs.o 
connectionpoint_ops.o disp_callbacks.o display.o select.o color_area.o linewidth_area.o grid.o handle_ops.o 
interface.o modify_tool.o scroll_tool.o create_object.o magnify.o menus.o cut_n_paste.o render_gdk.o tool.o 
diapagelayout.o pagesetup.o filedlg.o plugin-manager.o dia-props.o gtkwrapbox.o gtkhwrapbox.o gtkvwrapbox.o 
cursor.o splash.o recent_files.o diagram_tree.o diagram_tree_window.o diagram_tree_menu.o 
diagram_tree_menu_callbacks.o sheets.o sheets_dialog.o sheets_dialog_callbacks.o dialogs.o autosave.o 
dynamic_refresh.o diapsrenderer.o diapsft2renderer.o navigation.o diacanvas.o highlight.o textedit.o 
paginate_psprint.o main.o -pthread -Wl,--export-dynamic  ../lib/.libs/libdia.so /usr/lib/libpopt.so 
-L/usr/X11R6/lib -L/opt/gnome/lib /opt/gnome/lib/libgtk-x11-2.0.so /opt/gnome/lib/libgdk-x11-2.0.so 
/opt/gnome/lib/libatk-1.0.so /opt/gnome/lib/libpangocairo-1.0.so /usr/lib/libcairo.so 
/usr/lib/libfontconfig.so /usr/lib/libfreetype.so /usr/lib/libexpat.so -lXrender -lX11 -lXext -lpng12 
/usr/lib/libglitz.so /opt/gnome/lib/libgdk_pixbuf-2.0.so /opt/gnome/lib/libgthread-2.0.so -lpthread 
/opt/gnome/lib/libpangoft2-1.0.so /opt/gnome/lib/libpango-1.0.so /opt/gnome/lib/libgobject-2.0.so 
/opt/gnome/lib/libgmodule-2.0.so /opt/gnome/lib/libglib-2.0.so -L/usr/lib /usr/lib/libxml2.so -ldl 
/usr/lib/libart_lgpl_2.so -lpng -lm -lz -Wl,--rpath -Wl,/opt/dia/0.95/lib/dia
creating dia
echo "#!/bin/sh " > run_dia.sh
echo DIA_APP_PATH=\"`pwd`\" >>run_dia.sh
echo DIA_BASE_PATH=\"'$DIA_APP_PATH'/..\" >>run_dia.sh
echo DIA_LIBS_PATH=\"'$DIA_APP_PATH'/.libs\" >>run_dia.sh
echo >> run_dia.sh
echo DIA_LIB_PATH=\"'$DIA_BASE_PATH'/objects//:'$DIA_BASE_PATH'/plug-ins//\" >> run_dia.sh
echo DIA_PLUGIN_PATH=\"'$DIA_BASE_PATH'/plug-ins\" >> run_dia.sh
echo DIA_SHAPE_PATH=\"'$DIA_BASE_PATH'/shapes\" >> run_dia.sh
echo DIA_INT_SHAPE_PATH=\"'$DIA_BASE_PATH'/objects\" >> run_dia.sh
echo DIA_SHEET_PATH=\"'$DIA_BASE_PATH'/sheets\" >> run_dia.sh
echo DIA_PYTHON_PATH=\"'$DIA_BASE_PATH'/plug-ins/python\" >> run_dia.sh
echo >> run_dia.sh
echo "export DIA_LIB_PATH DIA_SHAPE_PATH DIA_INT_SHAPE_PATH DIA_SHEET_PATH DIA_PLUGIN_PATH DIA_PYTHON_PATH" 
run_dia.sh
echo "if [ \"x\$DEBUGGER\" != \"x\" ] ; then " >> run_dia.sh
echo "  if [ ! -f \"\$DIA_LIBS_PATH/lt-dia\" -o \"\$DIA_LIBS_PATH/lt-dia\" -ot \"\$DIA_LIBS_PATH/dia\" ] ; 
then" >> run_dia.sh
echo "    echo \"libtool relink stage necessary before debugging is possible.\"" >> run_dia.sh
echo "    echo \"please run \$0 once without a debugger.\"" >> run_dia.sh
echo "    exit 1" >> run_dia.sh
echo "  fi" >> run_dia.sh
echo "   \$DEBUGGER \"\$DIA_LIBS_PATH/lt-dia\" \"\$ \"" >> run_dia.sh
echo "else" >> run_dia.sh
echo "   \"\$DIA_APP_PATH/dia\" \"\$ \"" >> run_dia.sh
echo "fi" >> run_dia.sh
chmod a+x run_dia.sh
make[4]: Leaving directory `/scratch/dia-0.95-pre8/app'
make[3]: Leaving directory `/scratch/dia-0.95-pre8/app'
make[2]: Leaving directory `/scratch/dia-0.95-pre8/app'
Making all in samples
make[2]: Entering directory `/scratch/dia-0.95-pre8/samples'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/scratch/dia-0.95-pre8/samples'
Making all in po
make[2]: Entering directory `/scratch/dia-0.95-pre8/po'
file=`echo am | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/msgfmt -o $file am.po
file=`echo az | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/msgfmt -o $file az.po
file=`echo be | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/msgfmt -o $file be.po
file=`echo bg | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/msgfmt -o $file bg.po
file=`echo bs | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/msgfmt -o $file bs.po
file=`echo ca | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/msgfmt -o $file ca.po
file=`echo cs | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/msgfmt -o $file cs.po
file=`echo da | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/msgfmt -o $file da.po
file=`echo de | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/msgfmt -o $file de.po
file=`echo el | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/msgfmt -o $file el.po
file=`echo en_CA | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/msgfmt -o $file en_CA.po
file=`echo en_GB | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/msgfmt -o $file en_GB.po
file=`echo es | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/msgfmt -o $file es.po
file=`echo eu | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/msgfmt -o $file eu.po
file=`echo fi | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/msgfmt -o $file fi.po
file=`echo fr | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/msgfmt -o $file fr.po
file=`echo ga | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/msgfmt -o $file ga.po
file=`echo gu | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/msgfmt -o $file gu.po
file=`echo hr | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/msgfmt -o $file hr.po
file=`echo hu | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/msgfmt -o $file hu.po
file=`echo id | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/msgfmt -o $file id.po
file=`echo is | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/msgfmt -o $file is.po
file=`echo it | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/msgfmt -o $file it.po
file=`echo ja | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/msgfmt -o $file ja.po
file=`echo ko | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/msgfmt -o $file ko.po
file=`echo mk | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/msgfmt -o $file mk.po
file=`echo ml | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/msgfmt -o $file ml.po
file=`echo mn | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/msgfmt -o $file mn.po
file=`echo ms | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/msgfmt -o $file ms.po
file=`echo nb | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/msgfmt -o $file nb.po
file=`echo ne | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/msgfmt -o $file ne.po
file=`echo nl | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/msgfmt -o $file nl.po
file=`echo nn | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/msgfmt -o $file nn.po
file=`echo no | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/msgfmt -o $file no.po
file=`echo pl | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/msgfmt -o $file pl.po
file=`echo pt | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/msgfmt -o $file pt.po
file=`echo pt_BR | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/msgfmt -o $file pt_BR.po
file=`echo ro | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/msgfmt -o $file ro.po
file=`echo ru | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/msgfmt -o $file ru.po
file=`echo rw | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/msgfmt -o $file rw.po
file=`echo sk | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/msgfmt -o $file sk.po
file=`echo sl | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/msgfmt -o $file sl.po
file=`echo sq | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/msgfmt -o $file sq.po
file=`echo sr | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/msgfmt -o $file sr.po
file=`echo sr Latn | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/msgfmt -o $file sr Latn po
file=`echo sv | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/msgfmt -o $file sv.po
file=`echo tr | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/msgfmt -o $file tr.po
file=`echo uk | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/msgfmt -o $file uk.po
file=`echo vi | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/msgfmt -o $file vi.po
file=`echo zh_CN | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/msgfmt -o $file zh_CN.po
file=`echo zh_TW | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/msgfmt -o $file zh_TW.po
make[2]: Leaving directory `/scratch/dia-0.95-pre8/po'
Making all in sheets
make[2]: Entering directory `/scratch/dia-0.95-pre8/sheets'
Making all in UML
make[3]: Entering directory `/scratch/dia-0.95-pre8/sheets/UML'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/scratch/dia-0.95-pre8/sheets/UML'
Making all in ER
make[3]: Entering directory `/scratch/dia-0.95-pre8/sheets/ER'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/scratch/dia-0.95-pre8/sheets/ER'
Making all in GRAFCET
make[3]: Entering directory `/scratch/dia-0.95-pre8/sheets/GRAFCET'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/scratch/dia-0.95-pre8/sheets/GRAFCET'
Making all in Jackson
make[3]: Entering directory `/scratch/dia-0.95-pre8/sheets/Jackson'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/scratch/dia-0.95-pre8/sheets/Jackson'
Making all in Istar
make[3]: Entering directory `/scratch/dia-0.95-pre8/sheets/Istar'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/scratch/dia-0.95-pre8/sheets/Istar'
Making all in KAOS
make[3]: Entering directory `/scratch/dia-0.95-pre8/sheets/KAOS'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/scratch/dia-0.95-pre8/sheets/KAOS'
make[3]: Entering directory `/scratch/dia-0.95-pre8/sheets'
../intltool-merge ../po UML.sheet.in UML.sheet -x -u \
        -c ../po/.intltool-merge-cache
Generating and caching the translation database
WARNING: ../po/da.po is not in UTF-8 but ISO-8859-1, converting...
WARNING: ../po/ro.po is not in UTF-8 but ISO-8859-2, converting...
WARNING: ../po/ko.po is not in UTF-8 but euc-kr, converting...
WARNING: ../po/it.po is not in UTF-8 but ISO-8859-1, converting...
Merging translations into UML.sheet.
CREATED UML.sheet
../intltool-merge ../po ER.sheet.in ER.sheet -x -u \
        -c ../po/.intltool-merge-cache
Found cached translation database
Merging translations into ER.sheet.
CREATED ER.sheet
../intltool-merge ../po sybase.sheet.in sybase.sheet -x -u \
        -c ../po/.intltool-merge-cache
Found cached translation database
Merging translations into sybase.sheet.
CREATED sybase.sheet
../intltool-merge ../po FS.sheet.in FS.sheet -x -u \
        -c ../po/.intltool-merge-cache
Found cached translation database
Merging translations into FS.sheet.
CREATED FS.sheet
../intltool-merge ../po network.sheet.in network.sheet -x -u \
        -c ../po/.intltool-merge-cache
Found cached translation database
Merging translations into network.sheet.
CREATED network.sheet
../intltool-merge ../po Flowchart.sheet.in Flowchart.sheet -x -u \
        -c ../po/.intltool-merge-cache
Found cached translation database
Merging translations into Flowchart.sheet.
CREATED Flowchart.sheet
../intltool-merge ../po Circuit.sheet.in Circuit.sheet -x -u \
        -c ../po/.intltool-merge-cache
Found cached translation database
Merging translations into Circuit.sheet.
CREATED Circuit.sheet
../intltool-merge ../po Contact.sheet.in Contact.sheet -x -u \
        -c ../po/.intltool-merge-cache
Found cached translation database
Merging translations into Contact.sheet.
CREATED Contact.sheet
../intltool-merge ../po GRAFCET.sheet.in GRAFCET.sheet -x -u \
        -c ../po/.intltool-merge-cache
Found cached translation database
Merging translations into GRAFCET.sheet.
CREATED GRAFCET.sheet
../intltool-merge ../po chronogram.sheet.in chronogram.sheet -x -u \
        -c ../po/.intltool-merge-cache
Found cached translation database
Merging translations into chronogram.sheet.
CREATED chronogram.sheet
../intltool-merge ../po SADT.sheet.in SADT.sheet -x -u \
        -c ../po/.intltool-merge-cache
Found cached translation database
Merging translations into SADT.sheet.
CREATED SADT.sheet
../intltool-merge ../po Pneumatic.sheet.in Pneumatic.sheet -x -u \
        -c ../po/.intltool-merge-cache
Found cached translation database
Merging translations into Pneumatic.sheet.
CREATED Pneumatic.sheet
../intltool-merge ../po Electric.sheet.in Electric.sheet -x -u \
        -c ../po/.intltool-merge-cache
Found cached translation database
Merging translations into Electric.sheet.
CREATED Electric.sheet
../intltool-merge ../po civil.sheet.in civil.sheet -x -u \
        -c ../po/.intltool-merge-cache
Found cached translation database
Merging translations into civil.sheet.
CREATED civil.sheet
../intltool-merge ../po jigsaw.sheet.in jigsaw.sheet -x -u \
        -c ../po/.intltool-merge-cache
Found cached translation database
Merging translations into jigsaw.sheet.
CREATED jigsaw.sheet
../intltool-merge ../po MSE.sheet.in MSE.sheet -x -u \
        -c ../po/.intltool-merge-cache
Found cached translation database
Merging translations into MSE.sheet.
CREATED MSE.sheet
../intltool-merge ../po SDL.sheet.in SDL.sheet -x -u \
        -c ../po/.intltool-merge-cache
Found cached translation database
Merging translations into SDL.sheet.
CREATED SDL.sheet
../intltool-merge ../po Logic.sheet.in Logic.sheet -x -u \
        -c ../po/.intltool-merge-cache
Found cached translation database
Merging translations into Logic.sheet.
CREATED Logic.sheet
../intltool-merge ../po EML.sheet.in EML.sheet -x -u \
        -c ../po/.intltool-merge-cache
Found cached translation database
Merging translations into EML.sheet.
CREATED EML.sheet
../intltool-merge ../po Misc.sheet.in Misc.sheet -x -u \
        -c ../po/.intltool-merge-cache
Found cached translation database
Merging translations into Misc.sheet.
CREATED Misc.sheet
../intltool-merge ../po Assorted.sheet.in Assorted.sheet -x -u \
        -c ../po/.intltool-merge-cache
Found cached translation database
Merging translations into Assorted.sheet.
CREATED Assorted.sheet
../intltool-merge ../po ciscocomputer.sheet.in ciscocomputer.sheet -x -u \
        -c ../po/.intltool-merge-cache
Found cached translation database
Merging translations into ciscocomputer.sheet.
CREATED ciscocomputer.sheet
../intltool-merge ../po ciscohub.sheet.in ciscohub.sheet -x -u \
        -c ../po/.intltool-merge-cache
Found cached translation database
Merging translations into ciscohub.sheet.
CREATED ciscohub.sheet
../intltool-merge ../po ciscomisc.sheet.in ciscomisc.sheet -x -u \
        -c ../po/.intltool-merge-cache
Found cached translation database
Merging translations into ciscomisc.sheet.
CREATED ciscomisc.sheet
../intltool-merge ../po cisconetwork.sheet.in cisconetwork.sheet -x -u \
        -c ../po/.intltool-merge-cache
Found cached translation database
Merging translations into cisconetwork.sheet.
CREATED cisconetwork.sheet
../intltool-merge ../po ciscotelephony.sheet.in ciscotelephony.sheet -x -u \
        -c ../po/.intltool-merge-cache
Found cached translation database
Merging translations into ciscotelephony.sheet.
CREATED ciscotelephony.sheet
../intltool-merge ../po Cybernetics.sheet.in Cybernetics.sheet -x -u \
        -c ../po/.intltool-merge-cache
Found cached translation database
Merging translations into Cybernetics.sheet.
CREATED Cybernetics.sheet
../intltool-merge ../po IsometricMap.sheet.in IsometricMap.sheet -x -u \
        -c ../po/.intltool-merge-cache
Found cached translation database
Merging translations into IsometricMap.sheet.
CREATED IsometricMap.sheet
../intltool-merge ../po Istar.sheet.in Istar.sheet -x -u \
        -c ../po/.intltool-merge-cache
Found cached translation database
Merging translations into Istar.sheet.
CREATED Istar.sheet
../intltool-merge ../po Jackson.sheet.in Jackson.sheet -x -u \
        -c ../po/.intltool-merge-cache
Found cached translation database
Merging translations into Jackson.sheet.
CREATED Jackson.sheet
../intltool-merge ../po KAOS.sheet.in KAOS.sheet -x -u \
        -c ../po/.intltool-merge-cache
Found cached translation database
Merging translations into KAOS.sheet.
CREATED KAOS.sheet
../intltool-merge ../po ChemEng.sheet.in ChemEng.sheet -x -u \
        -c ../po/.intltool-merge-cache
Found cached translation database
Merging translations into ChemEng.sheet.
CREATED ChemEng.sheet
../intltool-merge ../po AADL.sheet.in AADL.sheet -x -u \
        -c ../po/.intltool-merge-cache
Found cached translation database
Merging translations into AADL.sheet.
CREATED AADL.sheet
../intltool-merge ../po Gane_and_Sarson.sheet.in Gane_and_Sarson.sheet -x -u \
        -c ../po/.intltool-merge-cache
Found cached translation database
Merging translations into Gane_and_Sarson.sheet.
CREATED Gane_and_Sarson.sheet
(cd . && ./checktrans UML.sheet ER.sheet sybase.sheet FS.sheet network.sheet Flowchart.sheet Circuit.sheet 
Contact.sheet GRAFCET.sheet chronogram.sheet SADT.sheet Pneumatic.sheet Electric.sheet civil.sheet 
jigsaw.sheet MSE.sheet SDL.sheet Logic.sheet EML.sheet Misc.sheet Assorted.sheet ciscocomputer.sheet 
ciscohub.sheet ciscomisc.sheet cisconetwork.sheet ciscotelephony.sheet Cybernetics.sheet IsometricMap.sheet 
Istar.sheet Jackson.sheet KAOS.sheet ChemEng.sheet AADL.sheet Gane_and_Sarson.sheet)
Traceback (most recent call last):
  File "./checktrans.py", line 24, in ?
    from xml.sax import saxexts
ImportError: cannot import name saxexts
*** Sheet translation report: ***
(Absence of a language code means 0% translation for that language)
(Help for translations (and/or much more) is of course welcome !)
E: checktrans failed to run. Please check that python and python-xml are installed
E: on your system. On some systems, python-xml is called PyXML. If in doubt,
E: have a look at http://pyxml.sourceforge.net
make[3]: Leaving directory `/scratch/dia-0.95-pre8/sheets'
make[2]: Leaving directory `/scratch/dia-0.95-pre8/sheets'
Making all in doc
make[2]: Entering directory `/scratch/dia-0.95-pre8/doc'
Making all in en
make[3]: Entering directory `/scratch/dia-0.95-pre8/doc/en'
xsltproc --nonet --novalid http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl dia.dbk 
dia.1
Writing dia.1 for refentry
if test ""; then \
  for file in ; do \
    scrollkeeper-preinstall /opt/dia/0.95/share/help/dia/en/dia.xml ./$file $file.out; \
  done; \
fi;
touch omf_timestamp
make[3]: Leaving directory `/scratch/dia-0.95-pre8/doc/en'
Making all in eu
make[3]: Entering directory `/scratch/dia-0.95-pre8/doc/eu'
if test ""; then \
  for file in ; do \
    scrollkeeper-preinstall /opt/dia/0.95/share/help/dia/eu/dia.xml ./$file $file.out; \
  done; \
fi;
touch omf_timestamp
make[3]: Leaving directory `/scratch/dia-0.95-pre8/doc/eu'
Making all in pl
make[3]: Entering directory `/scratch/dia-0.95-pre8/doc/pl'
if test ""; then \
  for file in ; do \
    scrollkeeper-preinstall /opt/dia/0.95/share/help/dia/pl/dia.xml ./$file $file.out; \
  done; \
fi;
touch omf_timestamp
make[3]: Leaving directory `/scratch/dia-0.95-pre8/doc/pl'
make[3]: Entering directory `/scratch/dia-0.95-pre8/doc'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/scratch/dia-0.95-pre8/doc'
make[2]: Leaving directory `/scratch/dia-0.95-pre8/doc'
make[2]: Entering directory `/scratch/dia-0.95-pre8'
LC_ALL=C ./intltool-merge -d -u -c ./po/.intltool-merge-cache ./po dia.desktop.in dia.desktop
Found cached translation database
Merging translations into dia.desktop.
sed -e 's^\ icondir\@^/opt/dia/0.95/share/pixmaps^g' ./dia.keys.in > dia.keys.tmp \
&& mv dia.keys.tmp dia.keys
(cd po ; make dia.pot)
make[3]: Entering directory `/scratch/dia-0.95-pre8/po'
INTLTOOL_EXTRACT=../intltool-extract srcdir=. ../intltool-update --gettext-package dia --pot
 *** xgettext is not found on this system!
 *** Without it, intltool-update can not extract strings.
make[3]: Leaving directory `/scratch/dia-0.95-pre8/po'
(cd . && ./po-checktrans po/dia.pot po/*.po)
Traceback (most recent call last):
  File "./po-checktrans.py", line 97, in ?
    (t,idents,n,f) = slurp_po(sys.argv[1])
  File "./po-checktrans.py", line 47, in slurp_po
    fd = open(fname,"r")
IOError: [Errno 2] No such file or directory: 'po/dia.pot'
*** PO/core/gettext translation report: ***
(Absence of a language code means 0% translation for that language)
(Help for translations (and/or much more) is of course welcome !)
(A star after a language's statistics means that the translation file isn't
 up to date with the POT (original messages) file)

Entry format:
   country_code percentage% (translated,fuzzy,total)

translated includes fuzzy entries.

E: po-checktrans failed to run. Please check that python is installed
E: on your system. 
make[2]: Leaving directory `/scratch/dia-0.95-pre8'
make[1]: Leaving directory `/scratch/dia-0.95-pre8'
make: Leaving directory `/scratch/dia-0.95-pre8'


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]