[Roadster] compilation problems

Koen Kooi koen at handhelds.org
Sat Jul 23 06:13:32 EST 2005


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Barry Gould wrote:
> Hi, I'm still unable to get Roadster compiled on Fedora Core 4...
> 
> Is the roadster project still in active development?
> 
> I was able to fix the original errors by adding parentheses around the
> pointer casting, but I now have been getting other errors:
> 
>> gpsclient.c: In function 'gpsclient_callback_data_waiting':
>> gpsclient.c:114: error: 'struct gps_data_t' has no member named
>> 'latitude'
>> gpsclient.c:115: error: 'struct gps_data_t' has no member named
>> 'longitude'
>> gpsclient.c:133: error: 'struct gps_data_t' has no member named 'speed'
>> gpsclient.c:134: error: 'struct gps_data_t' has no member named 'speed'
>> make[2]: *** [gpsclient.o] Error 1


This means you have the wrong gpsd installed, IIRC 2.16 should work.

regards,

Koen

> 
> 
> I've now installed cairo and libpixman from cvs as I was unsure if the
> 0.2.0 rpms were recent enough.
> 
> Thanks,
> Barry
> 
> At 06:35 PM 7/13/2005, Barry Gould wrote:
> 
>> Hi, I am unable to compile Roadster from CVS on Fedora Core 4.
>> Any advice would be appreciated.
>>
>> Thanks,
>> Barry
>>
>> ...
>> Now type `make' to compile roadster
>> [barry at brwsn13 roadster]$ 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
>> -DXTHREADS -D_REENTRANT -DXUSE_MTSAFE_API
>> -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/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/gnome-vfs-2.0
>> -I/usr/lib/gnome-vfs-2.0/include -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/X11R6/include -I/usr/include/atk-1.0
>> -I/usr/include/freetype2/config -I/usr/include/libxml2
>> -I/usr/include/libglade-2.0   -I/usr/include/freetype2
>> -I/usr/X11R6/include -I/usr/include/libpng12    -I/usr/include/mysql
>> -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -m32 -march=i386
>> -mtune=pentium4 -fasynchronous-unwind-tables -D_GNU_SOURCE
>> -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -fno-strict-aliasing
>> -I/usr/include -DG_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED
>> -DGTK_DISABLE_DEPRECATED -DGNOME_DISABLE_DEPRECATED   -I/usr/include 
>> -g -O2 -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
>> -DXTHREADS -D_REENTRANT -DXUSE_MTSAFE_API
>> -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/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/gnome-vfs-2.0
>> -I/usr/lib/gnome-vfs-2.0/include -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/X11R6/include -I/usr/include/atk-1.0
>> -I/usr/include/freetype2/config -I/usr/include/libxml2
>> -I/usr/include/libglade-2.0   -I/usr/include/freetype2
>> -I/usr/X11R6/include -I/usr/include/libpng12    -I/usr/include/mysql
>> -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -m32 -march=i386
>> -mtune=pentium4 -fasynchronous-unwind-tables -D_GNU_SOURCE
>> -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -fno-strict-aliasing
>> -I/usr/include -DG_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED
>> -DGTK_DISABLE_DEPRECATED -DGNOME_DISABLE_DEPRECATED   -I/usr/include 
>> -g -O2 -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
>> db.c: In function 'db_parse_wkb_point':
>> db.c:506: error: invalid lvalue in increment
>> db.c:509: error: invalid lvalue in increment
>> db.c:510: error: invalid lvalue in increment
>> db.c: In function 'db_parse_wkb_linestring':
>> db.c:520: error: invalid lvalue in increment
>> db.c:523: error: invalid lvalue in increment
>> db.c:529: error: invalid lvalue in increment
>> db.c:530: error: invalid lvalue in increment
>> make[2]: *** [db.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
>>
>> _______________________________________________
>> roadster mailing list
>> roadster at cairographics.org
>> http://lists.freedesktop.org/mailman/listinfo/roadster
> 
> 
> _______________________________________________
> roadster mailing list
> roadster at cairographics.org
> http://lists.freedesktop.org/mailman/listinfo/roadster
> 

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (Darwin)

iD8DBQFC4VNrMkyGM64RGpERArF0AJ9+f4Xm0dh9LX7Y4ZADZfKSviPSEQCgpkqw
crlNB70VJzNrJ1IMygquMZ8=
=Ulex
-----END PGP SIGNATURE-----


More information about the roadster mailing list