Hi,
navit starts to work after I do
--- navit-0.2.0~svn2974+dfsg.1.orig/navit/vehicle/gpsd/vehicle_gpsd.c
+++ navit-0.2.0~svn2974+dfsg.1/navit/vehicle/gpsd/vehicle_gpsd.c
@@ -210,7 +210,7 @@
return TRUE;
}
#ifdef HAVE_LIBGPS19
- gps_stream(priv->gps, WATCH_ENABLE, NULL);
+ gps_stream(priv->gps, WATCH_ENABLE | WATCH_NEWSTYLE, NULL);
#else
gps_query(priv->gps, priv->gpsd_query);
#endif
can you confirm this?
(I got the idea by looking at how "cgps" works..)
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]