[Roadster] Compile problem

Stéphane Urbanovski s.urbanovski at ac-nancy-metz.fr
Thu Oct 19 12:44:23 PDT 2006


Hello 

I have this error when trying to compile roadster :

make[2]: Entering directory `/home/urba/gps/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 -DXTHREADS -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/X11R6/include -I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/libglade-2.0   -DXTHREADS -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/X11R6/include    -I/usr/include/mysql -DBIG_JOINS=
1 -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 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 `/home/urba/gps/roadster/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/urba/gps/roadster'
make: *** [all] Error 2

Any idea ?

Thanks

-- 
Stéphane


More information about the roadster mailing list