Custom Query (1067 matches)
Results (28 - 30 of 1067)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#34 | wontfix | infinte loop when setting position using garmin maps. | zaxl | mrcucumber |
Description | Setting a position using garmin maps results in an infinte loop. After running with gdb, I got the log in the attached file. "finish" was issued 5 times, before returning to the loop. | |||
#1194 | fixed | Icons not displayed in TomTom | xenos1984 | tommycw1 |
Description |
As of Versions later than 5532, properly installed Navit on TomTom devices will not display icons.
This was discussed in the forums here: http://forum.navit-project.org/viewtopic.php?f=14&p=902 The forum thread was specific to TomTom One. I have now also verified with TomTom 710. I install the TomTom Navit package, boot my device, start navit and when entering the menu, no icons are shown, only the word labels. |
|||
#518 | fixed | Compile problem with gpsd 2.90 | worldcitizen | worldcitizen |
Description |
I get a compilation error with gpsd 2.90. I'm not 100% sure it's related to gpsd 2.90, but it points in that direction as navit compiles without a problem with gpsd 2.37.
Making all in gpsd {{{ make[5]: Entering directory `/usr/src/packages/BUILD/navit-0.2.0+svn2866/navit/vehicle/gpsd' /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I../../../navit -DMODULE=vehicle_gpsd -fmessage-length=0 -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables -Wall -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wreturn-type -D_GNU_SOURCE -ffast-math -MT vehicle_gpsd.lo -MD -MP -MF .deps/vehicle_gpsd.Tpo -c -o vehicle_gpsd.lo vehicle_gpsd.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I../../../navit -DMODULE=vehicle_gpsd -fmessage-length=0 -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables -Wall -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wreturn-type -D_GNU_SOURCE -ffast-math -MT vehicle_gpsd.lo -MD -MP -MF .deps/vehicle_gpsd.Tpo -c vehicle_gpsd.c -fPIC -DPIC -o .libs/vehicle_gpsd.o vehicle_gpsd.c: In function 'vehicle_gpsd_callback': vehicle_gpsd.c:111: error: 'struct gps_data_t' has no member named 'satellites' vehicle_gpsd.c:113: error: 'struct gps_data_t' has no member named 'satellites' vehicle_gpsd.c:118: error: 'struct gps_data_t' has no member named 'satellites' vehicle_gpsd.c:120: error: 'struct gps_data_t' has no member named 'satellites' vehicle_gpsd.c:138: error: 'PDOP_SET' undeclared (first use in this function) vehicle_gpsd.c:138: error: (Each undeclared identifier is reported only once vehicle_gpsd.c:138: error: for each function it appears in.) vehicle_gpsd.c:139: error: 'struct gps_data_t' has no member named 'pdop' vehicle_gpsd.c:140: error: 'struct gps_data_t' has no member named 'hdop' vehicle_gpsd.c: In function 'vehicle_gpsd_try_open': vehicle_gpsd.c:183: warning: implicit declaration of function 'gps_query' vehicle_gpsd.c:184: warning: passing argument 2 of 'gps_set_raw_hook' from incompatible pointer type /usr/include/gps.h:1000: note: expected 'void (*)(struct gps_data_t *, char *, size_t)' but argument is of type 'void (*)(struct gps_data_t *, char *, size_t, int)' vehicle_gpsd.c:186: warning: cast to pointer from integer of different size make[5]: *** [vehicle_gpsd.lo] Error 1 make[5]: Leaving directory `/usr/src/packages/BUILD/navit-0.2.0+svn2866/navit/vehicle/gpsd' make[4]: *** [all-recursive] Error 1 make[4]: Leaving directory `/usr/src/packages/BUILD/navit-0.2.0+svn2866/navit/vehicle' make[3]: *** [all-recursive] Error 1 make[3]: Leaving directory `/usr/src/packages/BUILD/navit-0.2.0+svn2866/navit' make[2]: *** [all] Error 2 make[2]: Leaving directory `/usr/src/packages/BUILD/navit-0.2.0+svn2866/navit' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/usr/src/packages/BUILD/navit-0.2.0+svn2866' make: *** [all] Error 2 error: Bad exit status from /var/tmp/rpm-tmp.H7WYqg (%build) }}} |
Note: See TracQuery
for help on using queries.