[Roadster] unable to compile on gcc 4.1

Barry Gould mailinglists at pennysaverusa.net
Wed Apr 12 21:41:00 PDT 2006


Hi, I just updated my laptop from Fedora FC4 to 
FC5, and roadster no longer worked.

Initially, I did a cvs update and make clean and 
./configure and make, but that got errors about 
"no rule to make target..." so I did a clean 
checkout, re-ran autogen.sh, and ran make.

now, it gets lots of errors about anonymous 
structs and fails to compile (output below)

Has anyone gotten this to work on FC5 or GCC 4.1?

Thanks,
Barry




$ make
make  all-recursive
make[1]: Entering directory `/usr/src/roadster'
Making all in src
make[2]: Entering directory `/usr/src/roadster/src'
if gcc -DHAVE_CONFIG_H -I. -I. -I.. 
-DDATADIR=\"/usr/local/share/roadster\" 
-DGNOMELOCALEDIR=\"/usr/local/share/locale\" 
-DGNOMEICONDIR=\""/usr/local/share/pixmaps"\" -I. 
-DORBIT2=1 -pthread -I/usr/include/libgnomeui-2.0 
-I/usr/include/libgnome-2.0 
-I/usr/include/libgnomecanvas-2.0 
-I/usr/include/gtk-2.0 -I/usr/include/libart-2.0 
-I/usr/include/gconf/2 
-I/usr/include/libbonoboui-2.0 
-I/usr/include/gnome-vfs-2.0 
-I/usr/lib/gnome-vfs-2.0/include 
-I/usr/include/gnome-keyring-1 
-I/usr/include/glib-2.0 
-I/usr/lib/glib-2.0/include 
-I/usr/include/orbit-2.0 
-I/usr/include/libbonobo-2.0 
-I/usr/include/bonobo-activation-2.0 
-I/usr/include/pango-1.0 -I/usr/include/freetype2 
-I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 
-I/usr/include/cairo -I/usr/include/libxml2 
-I/usr/include/libglade-2.0 
-I/usr/include/cairo    -I/usr/include/mysql -g 
-pipe -Wp,-D_FORTIFY_SOURCE=2 -fexceptions 
-fstack-protector --param=ssp-buffer-size=4 -m32 
-march=i386 -mtune=generic 
-fasynchronous-unwind-tables -D_GNU_SOURCE 
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE 
-fno-strict-aliasing -fwrapv -I/usr/include 
-DG_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED 
-DGTK_DISABLE_DEPRECATED 
-DGNOME_DISABLE_DEPRECATED   -I/usr/include  -g 
-O2 -Wall -MT main.o -MD -MP -MF ".deps/main.Tpo" \
   -c -o main.o `test -f 'main.c' || echo './'`main.c; \
then mv -f ".deps/main.Tpo" ".deps/main.Po"; \
else rm -f ".deps/main.Tpo"; exit 1; \
fi
if gcc -DHAVE_CONFIG_H -I. -I. -I.. 
-DDATADIR=\"/usr/local/share/roadster\" 
-DGNOMELOCALEDIR=\"/usr/local/share/locale\" 
-DGNOMEICONDIR=\""/usr/local/share/pixmaps"\" -I. 
-DORBIT2=1 -pthread -I/usr/include/libgnomeui-2.0 
-I/usr/include/libgnome-2.0 
-I/usr/include/libgnomecanvas-2.0 
-I/usr/include/gtk-2.0 -I/usr/include/libart-2.0 
-I/usr/include/gconf/2 
-I/usr/include/libbonoboui-2.0 
-I/usr/include/gnome-vfs-2.0 
-I/usr/lib/gnome-vfs-2.0/include 
-I/usr/include/gnome-keyring-1 
-I/usr/include/glib-2.0 
-I/usr/lib/glib-2.0/include 
-I/usr/include/orbit-2.0 
-I/usr/include/libbonobo-2.0 
-I/usr/include/bonobo-activation-2.0 
-I/usr/include/pango-1.0 -I/usr/include/freetype2 
-I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 
-I/usr/include/cairo -I/usr/include/libxml2 
-I/usr/include/libglade-2.0 
-I/usr/include/cairo    -I/usr/include/mysql -g 
-pipe -Wp,-D_FORTIFY_SOURCE=2 -fexceptions 
-fstack-protector --param=ssp-buffer-size=4 -m32 
-march=i386 -mtune=generic 
-fasynchronous-unwind-tables -D_GNU_SOURCE 
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE 
-fno-strict-aliasing -fwrapv -I/usr/include 
-DG_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED 
-DGTK_DISABLE_DEPRECATED 
-DGNOME_DISABLE_DEPRECATED   -I/usr/include  -g 
-O2 -Wall -MT db.o -MD -MP -MF ".deps/db.Tpo" \
   -c -o db.o `test -f 'db.c' || echo './'`db.c; \
then mv -f ".deps/db.Tpo" ".deps/db.Po"; \
else rm -f ".deps/db.Tpo"; exit 1; \
fi
if gcc -DHAVE_CONFIG_H -I. -I. -I.. 
-DDATADIR=\"/usr/local/share/roadster\" 
-DGNOMELOCALEDIR=\"/usr/local/share/locale\" 
-DGNOMEICONDIR=\""/usr/local/share/pixmaps"\" -I. 
-DORBIT2=1 -pthread -I/usr/include/libgnomeui-2.0 
-I/usr/include/libgnome-2.0 
-I/usr/include/libgnomecanvas-2.0 
-I/usr/include/gtk-2.0 -I/usr/include/libart-2.0 
-I/usr/include/gconf/2 
-I/usr/include/libbonoboui-2.0 
-I/usr/include/gnome-vfs-2.0 
-I/usr/lib/gnome-vfs-2.0/include 
-I/usr/include/gnome-keyring-1 
-I/usr/include/glib-2.0 
-I/usr/lib/glib-2.0/include 
-I/usr/include/orbit-2.0 
-I/usr/include/libbonobo-2.0 
-I/usr/include/bonobo-activation-2.0 
-I/usr/include/pango-1.0 -I/usr/include/freetype2 
-I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 
-I/usr/include/cairo -I/usr/include/libxml2 
-I/usr/include/libglade-2.0 
-I/usr/include/cairo    -I/usr/include/mysql -g 
-pipe -Wp,-D_FORTIFY_SOURCE=2 -fexceptions 
-fstack-protector --param=ssp-buffer-size=4 -m32 
-march=i386 -mtune=generic 
-fasynchronous-unwind-tables -D_GNU_SOURCE 
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE 
-fno-strict-aliasing -fwrapv -I/usr/include 
-DG_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED 
-DGTK_DISABLE_DEPRECATED 
-DGNOME_DISABLE_DEPRECATED   -I/usr/include  -g 
-O2 -Wall -MT downloadmanager.o -MD -MP -MF ".deps/downloadmanager.Tpo" \
   -c -o downloadmanager.o `test -f 
'downloadmanager.c' || echo './'`downloadmanager.c; \
then mv -f ".deps/downloadmanager.Tpo" ".deps/downloadmanager.Po"; \
else rm -f ".deps/downloadmanager.Tpo"; exit 1; \
fi
downloadmanager.c: In function ‘_downloadmanager_move_pending_to_active’:
downloadmanager.c:170: warning: ‘pSrcList’ is 
used uninitialized in this function
downloadmanager.c:173: warning: ‘pDestList’ 
is used uninitialized in this function
if gcc -DHAVE_CONFIG_H -I. -I. -I.. 
-DDATADIR=\"/usr/local/share/roadster\" 
-DGNOMELOCALEDIR=\"/usr/local/share/locale\" 
-DGNOMEICONDIR=\""/usr/local/share/pixmaps"\" -I. 
-DORBIT2=1 -pthread -I/usr/include/libgnomeui-2.0 
-I/usr/include/libgnome-2.0 
-I/usr/include/libgnomecanvas-2.0 
-I/usr/include/gtk-2.0 -I/usr/include/libart-2.0 
-I/usr/include/gconf/2 
-I/usr/include/libbonoboui-2.0 
-I/usr/include/gnome-vfs-2.0 
-I/usr/lib/gnome-vfs-2.0/include 
-I/usr/include/gnome-keyring-1 
-I/usr/include/glib-2.0 
-I/usr/lib/glib-2.0/include 
-I/usr/include/orbit-2.0 
-I/usr/include/libbonobo-2.0 
-I/usr/include/bonobo-activation-2.0 
-I/usr/include/pango-1.0 -I/usr/include/freetype2 
-I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 
-I/usr/include/cairo -I/usr/include/libxml2 
-I/usr/include/libglade-2.0 
-I/usr/include/cairo    -I/usr/include/mysql -g 
-pipe -Wp,-D_FORTIFY_SOURCE=2 -fexceptions 
-fstack-protector --param=ssp-buffer-size=4 -m32 
-march=i386 -mtune=generic 
-fasynchronous-unwind-tables -D_GNU_SOURCE 
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE 
-fno-strict-aliasing -fwrapv -I/usr/include 
-DG_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED 
-DGTK_DISABLE_DEPRECATED 
-DGNOME_DISABLE_DEPRECATED   -I/usr/include  -g 
-O2 -Wall -MT directionswindow.o -MD -MP -MF ".deps/directionswindow.Tpo" \
   -c -o directionswindow.o `test -f 
'directionswindow.c' || echo './'`directionswindow.c; \
then mv -f ".deps/directionswindow.Tpo" ".deps/directionswindow.Po"; \
else rm -f ".deps/directionswindow.Tpo"; exit 1; \
fi
if gcc -DHAVE_CONFIG_H -I. -I. -I.. 
-DDATADIR=\"/usr/local/share/roadster\" 
-DGNOMELOCALEDIR=\"/usr/local/share/locale\" 
-DGNOMEICONDIR=\""/usr/local/share/pixmaps"\" -I. 
-DORBIT2=1 -pthread -I/usr/include/libgnomeui-2.0 
-I/usr/include/libgnome-2.0 
-I/usr/include/libgnomecanvas-2.0 
-I/usr/include/gtk-2.0 -I/usr/include/libart-2.0 
-I/usr/include/gconf/2 
-I/usr/include/libbonoboui-2.0 
-I/usr/include/gnome-vfs-2.0 
-I/usr/lib/gnome-vfs-2.0/include 
-I/usr/include/gnome-keyring-1 
-I/usr/include/glib-2.0 
-I/usr/lib/glib-2.0/include 
-I/usr/include/orbit-2.0 
-I/usr/include/libbonobo-2.0 
-I/usr/include/bonobo-activation-2.0 
-I/usr/include/pango-1.0 -I/usr/include/freetype2 
-I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 
-I/usr/include/cairo -I/usr/include/libxml2 
-I/usr/include/libglade-2.0 
-I/usr/include/cairo    -I/usr/include/mysql -g 
-pipe -Wp,-D_FORTIFY_SOURCE=2 -fexceptions 
-fstack-protector --param=ssp-buffer-size=4 -m32 
-march=i386 -mtune=generic 
-fasynchronous-unwind-tables -D_GNU_SOURCE 
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE 
-fno-strict-aliasing -fwrapv -I/usr/include 
-DG_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED 
-DGTK_DISABLE_DEPRECATED 
-DGNOME_DISABLE_DEPRECATED   -I/usr/include  -g 
-O2 -Wall -MT gui.o -MD -MP -MF ".deps/gui.Tpo" \
   -c -o gui.o `test -f 'gui.c' || echo './'`gui.c; \
then mv -f ".deps/gui.Tpo" ".deps/gui.Po"; \
else rm -f ".deps/gui.Tpo"; exit 1; \
fi
if gcc -DHAVE_CONFIG_H -I. -I. -I.. 
-DDATADIR=\"/usr/local/share/roadster\" 
-DGNOMELOCALEDIR=\"/usr/local/share/locale\" 
-DGNOMEICONDIR=\""/usr/local/share/pixmaps"\" -I. 
-DORBIT2=1 -pthread -I/usr/include/libgnomeui-2.0 
-I/usr/include/libgnome-2.0 
-I/usr/include/libgnomecanvas-2.0 
-I/usr/include/gtk-2.0 -I/usr/include/libart-2.0 
-I/usr/include/gconf/2 
-I/usr/include/libbonoboui-2.0 
-I/usr/include/gnome-vfs-2.0 
-I/usr/lib/gnome-vfs-2.0/include 
-I/usr/include/gnome-keyring-1 
-I/usr/include/glib-2.0 
-I/usr/lib/glib-2.0/include 
-I/usr/include/orbit-2.0 
-I/usr/include/libbonobo-2.0 
-I/usr/include/bonobo-activation-2.0 
-I/usr/include/pango-1.0 -I/usr/include/freetype2 
-I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 
-I/usr/include/cairo -I/usr/include/libxml2 
-I/usr/include/libglade-2.0 
-I/usr/include/cairo    -I/usr/include/mysql -g 
-pipe -Wp,-D_FORTIFY_SOURCE=2 -fexceptions 
-fstack-protector --param=ssp-buffer-size=4 -m32 
-march=i386 -mtune=generic 
-fasynchronous-unwind-tables -D_GNU_SOURCE 
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE 
-fno-strict-aliasing -fwrapv -I/usr/include 
-DG_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED 
-DGTK_DISABLE_DEPRECATED 
-DGNOME_DISABLE_DEPRECATED   -I/usr/include  -g 
-O2 -Wall -MT mainwindow.o -MD -MP -MF ".deps/mainwindow.Tpo" \
   -c -o mainwindow.o `test -f 'mainwindow.c' || echo './'`mainwindow.c; \
then mv -f ".deps/mainwindow.Tpo" ".deps/mainwindow.Po"; \
else rm -f ".deps/mainwindow.Tpo"; exit 1; \
fi
if gcc -DHAVE_CONFIG_H -I. -I. -I.. 
-DDATADIR=\"/usr/local/share/roadster\" 
-DGNOMELOCALEDIR=\"/usr/local/share/locale\" 
-DGNOMEICONDIR=\""/usr/local/share/pixmaps"\" -I. 
-DORBIT2=1 -pthread -I/usr/include/libgnomeui-2.0 
-I/usr/include/libgnome-2.0 
-I/usr/include/libgnomecanvas-2.0 
-I/usr/include/gtk-2.0 -I/usr/include/libart-2.0 
-I/usr/include/gconf/2 
-I/usr/include/libbonoboui-2.0 
-I/usr/include/gnome-vfs-2.0 
-I/usr/lib/gnome-vfs-2.0/include 
-I/usr/include/gnome-keyring-1 
-I/usr/include/glib-2.0 
-I/usr/lib/glib-2.0/include 
-I/usr/include/orbit-2.0 
-I/usr/include/libbonobo-2.0 
-I/usr/include/bonobo-activation-2.0 
-I/usr/include/pango-1.0 -I/usr/include/freetype2 
-I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 
-I/usr/include/cairo -I/usr/include/libxml2 
-I/usr/include/libglade-2.0 
-I/usr/include/cairo    -I/usr/include/mysql -g 
-pipe -Wp,-D_FORTIFY_SOURCE=2 -fexceptions 
-fstack-protector --param=ssp-buffer-size=4 -m32 
-march=i386 -mtune=generic 
-fasynchronous-unwind-tables -D_GNU_SOURCE 
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE 
-fno-strict-aliasing -fwrapv -I/usr/include 
-DG_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED 
-DGTK_DISABLE_DEPRECATED 
-DGNOME_DISABLE_DEPRECATED   -I/usr/include  -g 
-O2 -Wall -MT gotowindow.o -MD -MP -MF ".deps/gotowindow.Tpo" \
   -c -o gotowindow.o `test -f 'gotowindow.c' || echo './'`gotowindow.c; \
then mv -f ".deps/gotowindow.Tpo" ".deps/gotowindow.Po"; \
else rm -f ".deps/gotowindow.Tpo"; exit 1; \
fi
if gcc -DHAVE_CONFIG_H -I. -I. -I.. 
-DDATADIR=\"/usr/local/share/roadster\" 
-DGNOMELOCALEDIR=\"/usr/local/share/locale\" 
-DGNOMEICONDIR=\""/usr/local/share/pixmaps"\" -I. 
-DORBIT2=1 -pthread -I/usr/include/libgnomeui-2.0 
-I/usr/include/libgnome-2.0 
-I/usr/include/libgnomecanvas-2.0 
-I/usr/include/gtk-2.0 -I/usr/include/libart-2.0 
-I/usr/include/gconf/2 
-I/usr/include/libbonoboui-2.0 
-I/usr/include/gnome-vfs-2.0 
-I/usr/lib/gnome-vfs-2.0/include 
-I/usr/include/gnome-keyring-1 
-I/usr/include/glib-2.0 
-I/usr/lib/glib-2.0/include 
-I/usr/include/orbit-2.0 
-I/usr/include/libbonobo-2.0 
-I/usr/include/bonobo-activation-2.0 
-I/usr/include/pango-1.0 -I/usr/include/freetype2 
-I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 
-I/usr/include/cairo -I/usr/include/libxml2 
-I/usr/include/libglade-2.0 
-I/usr/include/cairo    -I/usr/include/mysql -g 
-pipe -Wp,-D_FORTIFY_SOURCE=2 -fexceptions 
-fstack-protector --param=ssp-buffer-size=4 -m32 
-march=i386 -mtune=generic 
-fasynchronous-unwind-tables -D_GNU_SOURCE 
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE 
-fno-strict-aliasing -fwrapv -I/usr/include 
-DG_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED 
-DGTK_DISABLE_DEPRECATED 
-DGNOME_DISABLE_DEPRECATED   -I/usr/include  -g 
-O2 -Wall -MT map.o -MD -MP -MF ".deps/map.Tpo" \
   -c -o map.o `test -f 'map.c' || echo './'`map.c; \
then mv -f ".deps/map.Tpo" ".deps/map.Po"; \
else rm -f ".deps/map.Tpo"; exit 1; \
fi
if gcc -DHAVE_CONFIG_H -I. -I. -I.. 
-DDATADIR=\"/usr/local/share/roadster\" 
-DGNOMELOCALEDIR=\"/usr/local/share/locale\" 
-DGNOMEICONDIR=\""/usr/local/share/pixmaps"\" -I. 
-DORBIT2=1 -pthread -I/usr/include/libgnomeui-2.0 
-I/usr/include/libgnome-2.0 
-I/usr/include/libgnomecanvas-2.0 
-I/usr/include/gtk-2.0 -I/usr/include/libart-2.0 
-I/usr/include/gconf/2 
-I/usr/include/libbonoboui-2.0 
-I/usr/include/gnome-vfs-2.0 
-I/usr/lib/gnome-vfs-2.0/include 
-I/usr/include/gnome-keyring-1 
-I/usr/include/glib-2.0 
-I/usr/lib/glib-2.0/include 
-I/usr/include/orbit-2.0 
-I/usr/include/libbonobo-2.0 
-I/usr/include/bonobo-activation-2.0 
-I/usr/include/pango-1.0 -I/usr/include/freetype2 
-I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 
-I/usr/include/cairo -I/usr/include/libxml2 
-I/usr/include/libglade-2.0 
-I/usr/include/cairo    -I/usr/include/mysql -g 
-pipe -Wp,-D_FORTIFY_SOURCE=2 -fexceptions 
-fstack-protector --param=ssp-buffer-size=4 -m32 
-march=i386 -mtune=generic 
-fasynchronous-unwind-tables -D_GNU_SOURCE 
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE 
-fno-strict-aliasing -fwrapv -I/usr/include 
-DG_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED 
-DGTK_DISABLE_DEPRECATED 
-DGNOME_DISABLE_DEPRECATED   -I/usr/include  -g 
-O2 -Wall -MT mapinfowindow.o -MD -MP -MF ".deps/mapinfowindow.Tpo" \
   -c -o mapinfowindow.o `test -f 
'mapinfowindow.c' || echo './'`mapinfowindow.c; \
then mv -f ".deps/mapinfowindow.Tpo" ".deps/mapinfowindow.Po"; \
else rm -f ".deps/mapinfowindow.Tpo"; exit 1; \
fi
if gcc -DHAVE_CONFIG_H -I. -I. -I.. 
-DDATADIR=\"/usr/local/share/roadster\" 
-DGNOMELOCALEDIR=\"/usr/local/share/locale\" 
-DGNOMEICONDIR=\""/usr/local/share/pixmaps"\" -I. 
-DORBIT2=1 -pthread -I/usr/include/libgnomeui-2.0 
-I/usr/include/libgnome-2.0 
-I/usr/include/libgnomecanvas-2.0 
-I/usr/include/gtk-2.0 -I/usr/include/libart-2.0 
-I/usr/include/gconf/2 
-I/usr/include/libbonoboui-2.0 
-I/usr/include/gnome-vfs-2.0 
-I/usr/lib/gnome-vfs-2.0/include 
-I/usr/include/gnome-keyring-1 
-I/usr/include/glib-2.0 
-I/usr/lib/glib-2.0/include 
-I/usr/include/orbit-2.0 
-I/usr/include/libbonobo-2.0 
-I/usr/include/bonobo-activation-2.0 
-I/usr/include/pango-1.0 -I/usr/include/freetype2 
-I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 
-I/usr/include/cairo -I/usr/include/libxml2 
-I/usr/include/libglade-2.0 
-I/usr/include/cairo    -I/usr/include/mysql -g 
-pipe -Wp,-D_FORTIFY_SOURCE=2 -fexceptions 
-fstack-protector --param=ssp-buffer-size=4 -m32 
-march=i386 -mtune=generic 
-fasynchronous-unwind-tables -D_GNU_SOURCE 
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE 
-fno-strict-aliasing -fwrapv -I/usr/include 
-DG_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED 
-DGTK_DISABLE_DEPRECATED 
-DGNOME_DISABLE_DEPRECATED   -I/usr/include  -g 
-O2 -Wall -MT map_draw_cairo.o -MD -MP -MF ".deps/map_draw_cairo.Tpo" \
   -c -o map_draw_cairo.o `test -f 
'map_draw_cairo.c' || echo './'`map_draw_cairo.c; \
then mv -f ".deps/map_draw_cairo.Tpo" ".deps/map_draw_cairo.Po"; \
else rm -f ".deps/map_draw_cairo.Tpo"; exit 1; \
fi
if gcc -DHAVE_CONFIG_H -I. -I. -I.. 
-DDATADIR=\"/usr/local/share/roadster\" 
-DGNOMELOCALEDIR=\"/usr/local/share/locale\" 
-DGNOMEICONDIR=\""/usr/local/share/pixmaps"\" -I. 
-DORBIT2=1 -pthread -I/usr/include/libgnomeui-2.0 
-I/usr/include/libgnome-2.0 
-I/usr/include/libgnomecanvas-2.0 
-I/usr/include/gtk-2.0 -I/usr/include/libart-2.0 
-I/usr/include/gconf/2 
-I/usr/include/libbonoboui-2.0 
-I/usr/include/gnome-vfs-2.0 
-I/usr/lib/gnome-vfs-2.0/include 
-I/usr/include/gnome-keyring-1 
-I/usr/include/glib-2.0 
-I/usr/lib/glib-2.0/include 
-I/usr/include/orbit-2.0 
-I/usr/include/libbonobo-2.0 
-I/usr/include/bonobo-activation-2.0 
-I/usr/include/pango-1.0 -I/usr/include/freetype2 
-I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 
-I/usr/include/cairo -I/usr/include/libxml2 
-I/usr/include/libglade-2.0 
-I/usr/include/cairo    -I/usr/include/mysql -g 
-pipe -Wp,-D_FORTIFY_SOURCE=2 -fexceptions 
-fstack-protector --param=ssp-buffer-size=4 -m32 
-march=i386 -mtune=generic 
-fasynchronous-unwind-tables -D_GNU_SOURCE 
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE 
-fno-strict-aliasing -fwrapv -I/usr/include 
-DG_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED 
-DGTK_DISABLE_DEPRECATED 
-DGNOME_DISABLE_DEPRECATED   -I/usr/include  -g 
-O2 -Wall -MT map_draw_gdk.o -MD -MP -MF ".deps/map_draw_gdk.Tpo" \
   -c -o map_draw_gdk.o `test -f 'map_draw_gdk.c' 
|| echo './'`map_draw_gdk.c; \
then mv -f ".deps/map_draw_gdk.Tpo" ".deps/map_draw_gdk.Po"; \
else rm -f ".deps/map_draw_gdk.Tpo"; exit 1; \
fi
if gcc -DHAVE_CONFIG_H -I. -I. -I.. 
-DDATADIR=\"/usr/local/share/roadster\" 
-DGNOMELOCALEDIR=\"/usr/local/share/locale\" 
-DGNOMEICONDIR=\""/usr/local/share/pixmaps"\" -I. 
-DORBIT2=1 -pthread -I/usr/include/libgnomeui-2.0 
-I/usr/include/libgnome-2.0 
-I/usr/include/libgnomecanvas-2.0 
-I/usr/include/gtk-2.0 -I/usr/include/libart-2.0 
-I/usr/include/gconf/2 
-I/usr/include/libbonoboui-2.0 
-I/usr/include/gnome-vfs-2.0 
-I/usr/lib/gnome-vfs-2.0/include 
-I/usr/include/gnome-keyring-1 
-I/usr/include/glib-2.0 
-I/usr/lib/glib-2.0/include 
-I/usr/include/orbit-2.0 
-I/usr/include/libbonobo-2.0 
-I/usr/include/bonobo-activation-2.0 
-I/usr/include/pango-1.0 -I/usr/include/freetype2 
-I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 
-I/usr/include/cairo -I/usr/include/libxml2 
-I/usr/include/libglade-2.0 
-I/usr/include/cairo    -I/usr/include/mysql -g 
-pipe -Wp,-D_FORTIFY_SOURCE=2 -fexceptions 
-fstack-protector --param=ssp-buffer-size=4 -m32 
-march=i386 -mtune=generic 
-fasynchronous-unwind-tables -D_GNU_SOURCE 
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE 
-fno-strict-aliasing -fwrapv -I/usr/include 
-DG_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED 
-DGTK_DISABLE_DEPRECATED 
-DGNOME_DISABLE_DEPRECATED   -I/usr/include  -g 
-O2 -Wall -MT map_history.o -MD -MP -MF ".deps/map_history.Tpo" \
   -c -o map_history.o `test -f 'map_history.c' || echo './'`map_history.c; \
then mv -f ".deps/map_history.Tpo" ".deps/map_history.Po"; \
else rm -f ".deps/map_history.Tpo"; exit 1; \
fi
map_history.c: In function ‘map_history_add’:
map_history.c:71: warning: implicit declaration of function ‘memcpy’
map_history.c:71: warning: incompatible implicit 
declaration of built-in function ‘memcpy’
map_history.c: In function ‘map_history_get_current’:
map_history.c:118: warning: incompatible implicit 
declaration of built-in function ‘memcpy’
map_history.c: In function ‘map_history_go_back’:
map_history.c:106: warning: control reaches end of non-void function
map_history.c: In function ‘map_history_go_forward’:
map_history.c:97: warning: control reaches end of non-void function
if gcc -DHAVE_CONFIG_H -I. -I. -I.. 
-DDATADIR=\"/usr/local/share/roadster\" 
-DGNOMELOCALEDIR=\"/usr/local/share/locale\" 
-DGNOMEICONDIR=\""/usr/local/share/pixmaps"\" -I. 
-DORBIT2=1 -pthread -I/usr/include/libgnomeui-2.0 
-I/usr/include/libgnome-2.0 
-I/usr/include/libgnomecanvas-2.0 
-I/usr/include/gtk-2.0 -I/usr/include/libart-2.0 
-I/usr/include/gconf/2 
-I/usr/include/libbonoboui-2.0 
-I/usr/include/gnome-vfs-2.0 
-I/usr/lib/gnome-vfs-2.0/include 
-I/usr/include/gnome-keyring-1 
-I/usr/include/glib-2.0 
-I/usr/lib/glib-2.0/include 
-I/usr/include/orbit-2.0 
-I/usr/include/libbonobo-2.0 
-I/usr/include/bonobo-activation-2.0 
-I/usr/include/pango-1.0 -I/usr/include/freetype2 
-I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 
-I/usr/include/cairo -I/usr/include/libxml2 
-I/usr/include/libglade-2.0 
-I/usr/include/cairo    -I/usr/include/mysql -g 
-pipe -Wp,-D_FORTIFY_SOURCE=2 -fexceptions 
-fstack-protector --param=ssp-buffer-size=4 -m32 
-march=i386 -mtune=generic 
-fasynchronous-unwind-tables -D_GNU_SOURCE 
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE 
-fno-strict-aliasing -fwrapv -I/usr/include 
-DG_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED 
-DGTK_DISABLE_DEPRECATED 
-DGNOME_DISABLE_DEPRECATED   -I/usr/include  -g 
-O2 -Wall -MT map_hittest.o -MD -MP -MF ".deps/map_hittest.Tpo" \
   -c -o map_hittest.o `test -f 'map_hittest.c' || echo './'`map_hittest.c; \
then mv -f ".deps/map_hittest.Tpo" ".deps/map_hittest.Po"; \
else rm -f ".deps/map_hittest.Tpo"; exit 1; \
fi
map_hittest.c: In function ‘map_hittest_locationsets’:
map_hittest.c:281: warning: unused variable ‘fMaxDistance’
map_hittest.c: In function ‘map_hittest_locations’:
map_hittest.c:330: warning: implicit declaration of function ‘abs’
map_hittest.c: At top level:
map_hittest.c:280: warning: ‘map_hittest_locationsets’ defined but not used
map_hittest.c:356: warning: 
‘map_hittest_locationselections’ defined but not used
if gcc -DHAVE_CONFIG_H -I. -I. -I.. 
-DDATADIR=\"/usr/local/share/roadster\" 
-DGNOMELOCALEDIR=\"/usr/local/share/locale\" 
-DGNOMEICONDIR=\""/usr/local/share/pixmaps"\" -I. 
-DORBIT2=1 -pthread -I/usr/include/libgnomeui-2.0 
-I/usr/include/libgnome-2.0 
-I/usr/include/libgnomecanvas-2.0 
-I/usr/include/gtk-2.0 -I/usr/include/libart-2.0 
-I/usr/include/gconf/2 
-I/usr/include/libbonoboui-2.0 
-I/usr/include/gnome-vfs-2.0 
-I/usr/lib/gnome-vfs-2.0/include 
-I/usr/include/gnome-keyring-1 
-I/usr/include/glib-2.0 
-I/usr/lib/glib-2.0/include 
-I/usr/include/orbit-2.0 
-I/usr/include/libbonobo-2.0 
-I/usr/include/bonobo-activation-2.0 
-I/usr/include/pango-1.0 -I/usr/include/freetype2 
-I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 
-I/usr/include/cairo -I/usr/include/libxml2 
-I/usr/include/libglade-2.0 
-I/usr/include/cairo    -I/usr/include/mysql -g 
-pipe -Wp,-D_FORTIFY_SOURCE=2 -fexceptions 
-fstack-protector --param=ssp-buffer-size=4 -m32 
-march=i386 -mtune=generic 
-fasynchronous-unwind-tables -D_GNU_SOURCE 
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE 
-fno-strict-aliasing -fwrapv -I/usr/include 
-DG_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED 
-DGTK_DISABLE_DEPRECATED 
-DGNOME_DISABLE_DEPRECATED   -I/usr/include  -g 
-O2 -Wall -MT map_math.o -MD -MP -MF ".deps/map_math.Tpo" \
   -c -o map_math.o `test -f 'map_math.c' || echo './'`map_math.c; \
then mv -f ".deps/map_math.Tpo" ".deps/map_math.Po"; \
else rm -f ".deps/map_math.Tpo"; exit 1; \
fi
map_math.c: In function ‘map_screenrect_width’:
map_math.c:120: warning: implicit declaration of function ‘abs’
if gcc -DHAVE_CONFIG_H -I. -I. -I.. 
-DDATADIR=\"/usr/local/share/roadster\" 
-DGNOMELOCALEDIR=\"/usr/local/share/locale\" 
-DGNOMEICONDIR=\""/usr/local/share/pixmaps"\" -I. 
-DORBIT2=1 -pthread -I/usr/include/libgnomeui-2.0 
-I/usr/include/libgnome-2.0 
-I/usr/include/libgnomecanvas-2.0 
-I/usr/include/gtk-2.0 -I/usr/include/libart-2.0 
-I/usr/include/gconf/2 
-I/usr/include/libbonoboui-2.0 
-I/usr/include/gnome-vfs-2.0 
-I/usr/lib/gnome-vfs-2.0/include 
-I/usr/include/gnome-keyring-1 
-I/usr/include/glib-2.0 
-I/usr/lib/glib-2.0/include 
-I/usr/include/orbit-2.0 
-I/usr/include/libbonobo-2.0 
-I/usr/include/bonobo-activation-2.0 
-I/usr/include/pango-1.0 -I/usr/include/freetype2 
-I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 
-I/usr/include/cairo -I/usr/include/libxml2 
-I/usr/include/libglade-2.0 
-I/usr/include/cairo    -I/usr/include/mysql -g 
-pipe -Wp,-D_FORTIFY_SOURCE=2 -fexceptions 
-fstack-protector --param=ssp-buffer-size=4 -m32 
-march=i386 -mtune=generic 
-fasynchronous-unwind-tables -D_GNU_SOURCE 
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE 
-fno-strict-aliasing -fwrapv -I/usr/include 
-DG_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED 
-DGTK_DISABLE_DEPRECATED 
-DGNOME_DISABLE_DEPRECATED   -I/usr/include  -g 
-O2 -Wall -MT map_style.o -MD -MP -MF ".deps/map_style.Tpo" \
   -c -o map_style.o `test -f 'map_style.c' || echo './'`map_style.c; \
then mv -f ".deps/map_style.Tpo" ".deps/map_style.Po"; \
else rm -f ".deps/map_style.Tpo"; exit 1; \
fi
map_style.c: In function ‘dashstyle_new’:
map_style.c:151: warning: implicit declaration of function ‘memcpy’
map_style.c:151: warning: incompatible implicit 
declaration of built-in function ‘memcpy’
map_style.c: In function ‘get_attribute_value’:
map_style.c:216: warning: pointer targets in 
initialization differ in signedness
map_style.c: In function ‘map_style_parse_file’:
map_style.c:272: warning: implicit declaration of function ‘strcmp’
map_style.c: In function ‘map_style_parse_layer’:
map_style.c:312: warning: pointer targets in 
initialization differ in signedness
map_style.c:319: warning: pointer targets in 
initialization differ in signedness
map_style.c:304: warning: unused variable ‘i’
map_style.c: In function ‘map_style_parse_layer_property’:
map_style.c:398: warning: implicit declaration of 
function ‘util_parse_hex_color’
map_style.c: At top level:
map_style.c:500: warning: ‘map_style_print_layer’ defined but not used
if gcc -DHAVE_CONFIG_H -I. -I. -I.. 
-DDATADIR=\"/usr/local/share/roadster\" 
-DGNOMELOCALEDIR=\"/usr/local/share/locale\" 
-DGNOMEICONDIR=\""/usr/local/share/pixmaps"\" -I. 
-DORBIT2=1 -pthread -I/usr/include/libgnomeui-2.0 
-I/usr/include/libgnome-2.0 
-I/usr/include/libgnomecanvas-2.0 
-I/usr/include/gtk-2.0 -I/usr/include/libart-2.0 
-I/usr/include/gconf/2 
-I/usr/include/libbonoboui-2.0 
-I/usr/include/gnome-vfs-2.0 
-I/usr/lib/gnome-vfs-2.0/include 
-I/usr/include/gnome-keyring-1 
-I/usr/include/glib-2.0 
-I/usr/lib/glib-2.0/include 
-I/usr/include/orbit-2.0 
-I/usr/include/libbonobo-2.0 
-I/usr/include/bonobo-activation-2.0 
-I/usr/include/pango-1.0 -I/usr/include/freetype2 
-I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 
-I/usr/include/cairo -I/usr/include/libxml2 
-I/usr/include/libglade-2.0 
-I/usr/include/cairo    -I/usr/include/mysql -g 
-pipe -Wp,-D_FORTIFY_SOURCE=2 -fexceptions 
-fstack-protector --param=ssp-buffer-size=4 -m32 
-march=i386 -mtune=generic 
-fasynchronous-unwind-tables -D_GNU_SOURCE 
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE 
-fno-strict-aliasing -fwrapv -I/usr/include 
-DG_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED 
-DGTK_DISABLE_DEPRECATED 
-DGNOME_DISABLE_DEPRECATED   -I/usr/include  -g 
-O2 -Wall -MT map_tilemanager.o -MD -MP -MF ".deps/map_tilemanager.Tpo" \
   -c -o map_tilemanager.o `test -f 
'map_tilemanager.c' || echo './'`map_tilemanager.c; \
then mv -f ".deps/map_tilemanager.Tpo" ".deps/map_tilemanager.Po"; \
else rm -f ".deps/map_tilemanager.Tpo"; exit 1; \
fi
map_tilemanager.c: In function ‘map_tilemanager_tile_new’:
map_tilemanager.c:177: warning: implicit declaration of function ‘memcpy’
map_tilemanager.c:177: warning: incompatible 
implicit declaration of built-in function ‘memcpy’
map_tilemanager.c: In function ‘_map_tilemanager_tile_load_map_objects’:
map_tilemanager.c:292: warning: implicit declaration of function ‘atoi’
map_tilemanager.c:301: warning: pointer targets 
in passing argument 1 of ‘db_parse_wkb_linestring’ differ in signedness
if gcc -DHAVE_CONFIG_H -I. -I. -I.. 
-DDATADIR=\"/usr/local/share/roadster\" 
-DGNOMELOCALEDIR=\"/usr/local/share/locale\" 
-DGNOMEICONDIR=\""/usr/local/share/pixmaps"\" -I. 
-DORBIT2=1 -pthread -I/usr/include/libgnomeui-2.0 
-I/usr/include/libgnome-2.0 
-I/usr/include/libgnomecanvas-2.0 
-I/usr/include/gtk-2.0 -I/usr/include/libart-2.0 
-I/usr/include/gconf/2 
-I/usr/include/libbonoboui-2.0 
-I/usr/include/gnome-vfs-2.0 
-I/usr/lib/gnome-vfs-2.0/include 
-I/usr/include/gnome-keyring-1 
-I/usr/include/glib-2.0 
-I/usr/lib/glib-2.0/include 
-I/usr/include/orbit-2.0 
-I/usr/include/libbonobo-2.0 
-I/usr/include/bonobo-activation-2.0 
-I/usr/include/pango-1.0 -I/usr/include/freetype2 
-I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 
-I/usr/include/cairo -I/usr/include/libxml2 
-I/usr/include/libglade-2.0 
-I/usr/include/cairo    -I/usr/include/mysql -g 
-pipe -Wp,-D_FORTIFY_SOURCE=2 -fexceptions 
-fstack-protector --param=ssp-buffer-size=4 -m32 
-march=i386 -mtune=generic 
-fasynchronous-unwind-tables -D_GNU_SOURCE 
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE 
-fno-strict-aliasing -fwrapv -I/usr/include 
-DG_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED 
-DGTK_DISABLE_DEPRECATED 
-DGNOME_DISABLE_DEPRECATED   -I/usr/include  -g 
-O2 -Wall -MT import.o -MD -MP -MF ".deps/import.Tpo" \
   -c -o import.o `test -f 'import.c' || echo './'`import.c; \
then mv -f ".deps/import.Tpo" ".deps/import.Po"; \
else rm -f ".deps/import.Tpo"; exit 1; \
fi
if gcc -DHAVE_CONFIG_H -I. -I. -I.. 
-DDATADIR=\"/usr/local/share/roadster\" 
-DGNOMELOCALEDIR=\"/usr/local/share/locale\" 
-DGNOMEICONDIR=\""/usr/local/share/pixmaps"\" -I. 
-DORBIT2=1 -pthread -I/usr/include/libgnomeui-2.0 
-I/usr/include/libgnome-2.0 
-I/usr/include/libgnomecanvas-2.0 
-I/usr/include/gtk-2.0 -I/usr/include/libart-2.0 
-I/usr/include/gconf/2 
-I/usr/include/libbonoboui-2.0 
-I/usr/include/gnome-vfs-2.0 
-I/usr/lib/gnome-vfs-2.0/include 
-I/usr/include/gnome-keyring-1 
-I/usr/include/glib-2.0 
-I/usr/lib/glib-2.0/include 
-I/usr/include/orbit-2.0 
-I/usr/include/libbonobo-2.0 
-I/usr/include/bonobo-activation-2.0 
-I/usr/include/pango-1.0 -I/usr/include/freetype2 
-I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 
-I/usr/include/cairo -I/usr/include/libxml2 
-I/usr/include/libglade-2.0 
-I/usr/include/cairo    -I/usr/include/mysql -g 
-pipe -Wp,-D_FORTIFY_SOURCE=2 -fexceptions 
-fstack-protector --param=ssp-buffer-size=4 -m32 
-march=i386 -mtune=generic 
-fasynchronous-unwind-tables -D_GNU_SOURCE 
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE 
-fno-strict-aliasing -fwrapv -I/usr/include 
-DG_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED 
-DGTK_DISABLE_DEPRECATED 
-DGNOME_DISABLE_DEPRECATED   -I/usr/include  -g 
-O2 -Wall -MT import_tiger.o -MD -MP -MF ".deps/import_tiger.Tpo" \
   -c -o import_tiger.o `test -f 'import_tiger.c' 
|| echo './'`import_tiger.c; \
then mv -f ".deps/import_tiger.Tpo" ".deps/import_tiger.Po"; \
else rm -f ".deps/import_tiger.Tpo"; exit 1; \
fi
import_tiger.c: In function ‘import_tiger_read_int’:
import_tiger.c:319: warning: pointer targets in 
passing argument 1 of ‘atoi’ differ in signedness
import_tiger.c: In function ‘import_tiger_read_address’:
import_tiger.c:330: warning: pointer targets in 
passing argument 1 of ‘atoi’ differ in signedness
import_tiger.c: In function ‘import_tiger_read_string’:
import_tiger.c:360: warning: pointer targets in 
initialization differ in signedness
import_tiger.c: In function ‘import_tiger_parse_table_1’:
import_tiger.c:573: warning: pointer targets in 
passing argument 1 of ‘import_tiger_read_layer_type’ differ in signedness
import_tiger.c:580: warning: pointer targets in 
passing argument 1 of ‘import_tiger_read_address’ differ in signedness
import_tiger.c:581: warning: pointer targets in 
passing argument 1 of ‘import_tiger_read_address’ differ in signedness
import_tiger.c:582: warning: pointer targets in 
passing argument 1 of ‘import_tiger_read_address’ differ in signedness
import_tiger.c:583: warning: pointer targets in 
passing argument 1 of ‘import_tiger_read_address’ differ in signedness
import_tiger.c:586: warning: pointer targets in 
passing argument 1 of ‘import_tiger_read_int’ differ in signedness
import_tiger.c:587: warning: pointer targets in 
passing argument 1 of ‘import_tiger_read_int’ differ in signedness
import_tiger.c:590: warning: pointer targets in 
passing argument 1 of ‘import_tiger_read_int’ differ in signedness
import_tiger.c:596: warning: pointer targets in 
passing argument 1 of ‘import_tiger_read_int’ differ in signedness
import_tiger.c:597: warning: pointer targets in 
passing argument 1 of ‘import_tiger_read_int’ differ in signedness
import_tiger.c:608: warning: pointer targets in 
passing argument 1 of ‘import_tiger_read_int’ differ in signedness
import_tiger.c:609: warning: pointer targets in 
passing argument 1 of ‘import_tiger_read_int’ differ in signedness
import_tiger.c:623: warning: pointer targets in 
passing argument 1 of ‘import_tiger_read_lat’ differ in signedness
import_tiger.c:625: warning: pointer targets in 
passing argument 1 of ‘import_tiger_read_lat’ differ in signedness
import_tiger.c: In function ‘import_tiger_parse_table_2’:
import_tiger.c:641: warning: pointer targets in 
initialization differ in signedness
import_tiger.c:645: warning: pointer targets in 
passing argument 1 of ‘import_tiger_read_int’ differ in signedness
import_tiger.c:664: warning: pointer targets in 
passing argument 1 of ‘import_tiger_read_lat’ differ in signedness
import_tiger.c: In function ‘import_tiger_parse_table_7’:
import_tiger.c:680: warning: pointer targets in 
initialization differ in signedness
import_tiger.c:686: warning: pointer targets in 
passing argument 1 of ‘import_tiger_read_layer_type’ differ in signedness
import_tiger.c:692: warning: pointer targets in 
passing argument 1 of ‘import_tiger_read_int’ differ in signedness
import_tiger.c: In function ‘import_tiger_parse_table_8’:
import_tiger.c:714: warning: pointer targets in 
initialization differ in signedness
import_tiger.c:720: warning: pointer targets in 
passing argument 1 of ‘import_tiger_read_int’ differ in signedness
import_tiger.c:723: warning: pointer targets in 
passing argument 1 of ‘import_tiger_read_int’ differ in signedness
import_tiger.c: In function ‘import_tiger_parse_table_c’:
import_tiger.c:739: warning: pointer targets in 
initialization differ in signedness
import_tiger.c:749: warning: pointer targets in 
passing argument 1 of ‘import_tiger_read_int’ differ in signedness
import_tiger.c: In function ‘import_tiger_parse_table_i’:
import_tiger.c:768: warning: pointer targets in 
initialization differ in signedness
import_tiger.c:776: warning: pointer targets in 
passing argument 1 of ‘import_tiger_read_int’ differ in signedness
import_tiger.c:779: warning: pointer targets in 
passing argument 1 of ‘import_tiger_read_int’ differ in signedness
import_tiger.c:781: warning: pointer targets in 
passing argument 1 of ‘import_tiger_read_int’ differ in signedness
import_tiger.c:785: warning: pointer targets in 
passing argument 1 of ‘import_tiger_read_int’ differ in signedness
import_tiger.c:788: warning: pointer targets in 
passing argument 1 of ‘import_tiger_read_int’ differ in signedness
import_tiger.c: In function ‘callback_save_rt1_chains’:
import_tiger.c:918: warning: implicit declaration 
of function ‘map_math_simplify_pointstring’
import_tiger.c: In function ‘import_tiger_from_directory’:
import_tiger.c:1276: warning: implicit 
declaration of function ‘db_insert_state’
import_tiger.c: In function ‘import_tiger_from_buffers’:
import_tiger.c:1323: warning: pointer targets in 
passing argument 1 of ‘import_tiger_parse_table_1’ differ in signedness
if gcc -DHAVE_CONFIG_H -I. -I. -I.. 
-DDATADIR=\"/usr/local/share/roadster\" 
-DGNOMELOCALEDIR=\"/usr/local/share/locale\" 
-DGNOMEICONDIR=\""/usr/local/share/pixmaps"\" -I. 
-DORBIT2=1 -pthread -I/usr/include/libgnomeui-2.0 
-I/usr/include/libgnome-2.0 
-I/usr/include/libgnomecanvas-2.0 
-I/usr/include/gtk-2.0 -I/usr/include/libart-2.0 
-I/usr/include/gconf/2 
-I/usr/include/libbonoboui-2.0 
-I/usr/include/gnome-vfs-2.0 
-I/usr/lib/gnome-vfs-2.0/include 
-I/usr/include/gnome-keyring-1 
-I/usr/include/glib-2.0 
-I/usr/lib/glib-2.0/include 
-I/usr/include/orbit-2.0 
-I/usr/include/libbonobo-2.0 
-I/usr/include/bonobo-activation-2.0 
-I/usr/include/pango-1.0 -I/usr/include/freetype2 
-I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 
-I/usr/include/cairo -I/usr/include/libxml2 
-I/usr/include/libglade-2.0 
-I/usr/include/cairo    -I/usr/include/mysql -g 
-pipe -Wp,-D_FORTIFY_SOURCE=2 -fexceptions 
-fstack-protector --param=ssp-buffer-size=4 -m32 
-march=i386 -mtune=generic 
-fasynchronous-unwind-tables -D_GNU_SOURCE 
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE 
-fno-strict-aliasing -fwrapv -I/usr/include 
-DG_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED 
-DGTK_DISABLE_DEPRECATED 
-DGNOME_DISABLE_DEPRECATED   -I/usr/include  -g 
-O2 -Wall -MT importwindow.o -MD -MP -MF ".deps/importwindow.Tpo" \
   -c -o importwindow.o `test -f 'importwindow.c' 
|| echo './'`importwindow.c; \
then mv -f ".deps/importwindow.Tpo" ".deps/importwindow.Po"; \
else rm -f ".deps/importwindow.Tpo"; exit 1; \
fi
if gcc -DHAVE_CONFIG_H -I. -I. -I.. 
-DDATADIR=\"/usr/local/share/roadster\" 
-DGNOMELOCALEDIR=\"/usr/local/share/locale\" 
-DGNOMEICONDIR=\""/usr/local/share/pixmaps"\" -I. 
-DORBIT2=1 -pthread -I/usr/include/libgnomeui-2.0 
-I/usr/include/libgnome-2.0 
-I/usr/include/libgnomecanvas-2.0 
-I/usr/include/gtk-2.0 -I/usr/include/libart-2.0 
-I/usr/include/gconf/2 
-I/usr/include/libbonoboui-2.0 
-I/usr/include/gnome-vfs-2.0 
-I/usr/lib/gnome-vfs-2.0/include 
-I/usr/include/gnome-keyring-1 
-I/usr/include/glib-2.0 
-I/usr/lib/glib-2.0/include 
-I/usr/include/orbit-2.0 
-I/usr/include/libbonobo-2.0 
-I/usr/include/bonobo-activation-2.0 
-I/usr/include/pango-1.0 -I/usr/include/freetype2 
-I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 
-I/usr/include/cairo -I/usr/include/libxml2 
-I/usr/include/libglade-2.0 
-I/usr/include/cairo    -I/usr/include/mysql -g 
-pipe -Wp,-D_FORTIFY_SOURCE=2 -fexceptions 
-fstack-protector --param=ssp-buffer-size=4 -m32 
-march=i386 -mtune=generic 
-fasynchronous-unwind-tables -D_GNU_SOURCE 
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE 
-fno-strict-aliasing -fwrapv -I/usr/include 
-DG_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED 
-DGTK_DISABLE_DEPRECATED 
-DGNOME_DISABLE_DEPRECATED   -I/usr/include  -g 
-O2 -Wall -MT util.o -MD -MP -MF ".deps/util.Tpo" \
   -c -o util.o `test -f 'util.c' || echo './'`util.c; \
then mv -f ".deps/util.Tpo" ".deps/util.Po"; \
else rm -f ".deps/util.Tpo"; exit 1; \
fi
if gcc -DHAVE_CONFIG_H -I. -I. -I.. 
-DDATADIR=\"/usr/local/share/roadster\" 
-DGNOMELOCALEDIR=\"/usr/local/share/locale\" 
-DGNOMEICONDIR=\""/usr/local/share/pixmaps"\" -I. 
-DORBIT2=1 -pthread -I/usr/include/libgnomeui-2.0 
-I/usr/include/libgnome-2.0 
-I/usr/include/libgnomecanvas-2.0 
-I/usr/include/gtk-2.0 -I/usr/include/libart-2.0 
-I/usr/include/gconf/2 
-I/usr/include/libbonoboui-2.0 
-I/usr/include/gnome-vfs-2.0 
-I/usr/lib/gnome-vfs-2.0/include 
-I/usr/include/gnome-keyring-1 
-I/usr/include/glib-2.0 
-I/usr/lib/glib-2.0/include 
-I/usr/include/orbit-2.0 
-I/usr/include/libbonobo-2.0 
-I/usr/include/bonobo-activation-2.0 
-I/usr/include/pango-1.0 -I/usr/include/freetype2 
-I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 
-I/usr/include/cairo -I/usr/include/libxml2 
-I/usr/include/libglade-2.0 
-I/usr/include/cairo    -I/usr/include/mysql -g 
-pipe -Wp,-D_FORTIFY_SOURCE=2 -fexceptions 
-fstack-protector --param=ssp-buffer-size=4 -m32 
-march=i386 -mtune=generic 
-fasynchronous-unwind-tables -D_GNU_SOURCE 
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE 
-fno-strict-aliasing -fwrapv -I/usr/include 
-DG_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED 
-DGTK_DISABLE_DEPRECATED 
-DGNOME_DISABLE_DEPRECATED   -I/usr/include  -g 
-O2 -Wall -MT gpsclient.o -MD -MP -MF ".deps/gpsclient.Tpo" \
   -c -o gpsclient.o `test -f 'gpsclient.c' || echo './'`gpsclient.c; \
then mv -f ".deps/gpsclient.Tpo" ".deps/gpsclient.Po"; \
else rm -f ".deps/gpsclient.Tpo"; exit 1; \
fi
if gcc -DHAVE_CONFIG_H -I. -I. -I.. 
-DDATADIR=\"/usr/local/share/roadster\" 
-DGNOMELOCALEDIR=\"/usr/local/share/locale\" 
-DGNOMEICONDIR=\""/usr/local/share/pixmaps"\" -I. 
-DORBIT2=1 -pthread -I/usr/include/libgnomeui-2.0 
-I/usr/include/libgnome-2.0 
-I/usr/include/libgnomecanvas-2.0 
-I/usr/include/gtk-2.0 -I/usr/include/libart-2.0 
-I/usr/include/gconf/2 
-I/usr/include/libbonoboui-2.0 
-I/usr/include/gnome-vfs-2.0 
-I/usr/lib/gnome-vfs-2.0/include 
-I/usr/include/gnome-keyring-1 
-I/usr/include/glib-2.0 
-I/usr/lib/glib-2.0/include 
-I/usr/include/orbit-2.0 
-I/usr/include/libbonobo-2.0 
-I/usr/include/bonobo-activation-2.0 
-I/usr/include/pango-1.0 -I/usr/include/freetype2 
-I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 
-I/usr/include/cairo -I/usr/include/libxml2 
-I/usr/include/libglade-2.0 
-I/usr/include/cairo    -I/usr/include/mysql -g 
-pipe -Wp,-D_FORTIFY_SOURCE=2 -fexceptions 
-fstack-protector --param=ssp-buffer-size=4 -m32 
-march=i386 -mtune=generic 
-fasynchronous-unwind-tables -D_GNU_SOURCE 
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE 
-fno-strict-aliasing -fwrapv -I/usr/include 
-DG_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED 
-DGTK_DISABLE_DEPRECATED 
-DGNOME_DISABLE_DEPRECATED   -I/usr/include  -g 
-O2 -Wall -MT location.o -MD -MP -MF ".deps/location.Tpo" \
   -c -o location.o `test -f 'location.c' || echo './'`location.c; \
then mv -f ".deps/location.Tpo" ".deps/location.Po"; \
else rm -f ".deps/location.Tpo"; exit 1; \
fi
location.c:34: error: expected specifier-qualifier-list before ‘GMemChunk’
location.c: In function ‘location_init’:
location.c:39: error: ‘struct <anonymous>’ 
has no member named ‘pLocationChunkAllocator’
location.c:39: warning: implicit declaration of function ‘g_mem_chunk_new’
location.c:40: error: ‘G_ALLOC_AND_FREE’ 
undeclared (first use in this function)
location.c:40: error: (Each undeclared identifier is reported only once
location.c:40: error: for each function it appears in.)
location.c:41: error: ‘struct <anonymous>’ 
has no member named ‘pLocationChunkAllocator’
location.c: In function ‘location_alloc’:
location.c:49: error: ‘struct <anonymous>’ 
has no member named ‘pLocationChunkAllocator’
location.c:51: warning: implicit declaration of 
function ‘g_mem_chunk_alloc0’
location.c:51: error: ‘struct <anonymous>’ 
has no member named ‘pLocationChunkAllocator’
location.c:51: warning: initialization makes 
pointer from integer without a cast
location.c: In function ‘location_free’:
location.c:63: error: ‘struct <anonymous>’ 
has no member named ‘pLocationChunkAllocator’
location.c:68: warning: implicit declaration of function ‘g_mem_chunk_free’
location.c:68: error: ‘struct <anonymous>’ 
has no member named ‘pLocationChunkAllocator’
location.c: In function ‘location_load’:
location.c:191: warning: pointer targets in 
passing argument 1 of ‘db_parse_wkb_point’ differ in signedness
make[2]: *** [location.o] Error 1
make[2]: Leaving directory `/usr/src/roadster/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/src/roadster'
make: *** [all] Error 2



More information about the roadster mailing list