« Return to Thread: rc ping

Re: installing on Ubuntu

by Chris Herrnberger :: Rate this Message:

Reply to Author | View in Thread

On Friday 24 April 2009 01:09:49 Hamish wrote:

> Ross Scanlon wrote:
> > Maybe I need to look at writing up a howto on how to
> > install without mapnik and just using raster maps.
>
> there are just 1 or 2 files to make minor edits in:
>
>
> edit DefineOptions.cmake and turn off WITH_MAPNIK, WITH_GDA3, WITH_GDAL,
> WITH_SPEECH, WITH_DBUS. Note some of the on/off switches there are unused
> as yet, just placeholders for future work.

Thanks Hamish, did that, as well as removed /CMakeCache.txt Interestingly
enough there is still is a call to kismet somewhere as I get the following
errors on svn checkout version;

--------------------------------------------------------------------
[ 59%] Building C object src/CMakeFiles/gpsdrive.dir/waypoint.o
Linking C executable gpsdrive
CMakeFiles/gpsdrive.dir/gpsdrive.o: In function `drawmarker':
gpsdrive.c:(.text+0x1735): undefined reference to `readkismet'
CMakeFiles/gpsdrive.dir/gpsdrive.o: In function `main':
gpsdrive.c:(.text+0x77d6): undefined reference to `initkismet'
collect2: ld returned 1 exit status
make[2]: *** [src/gpsdrive] Error 1
make[1]: *** [src/CMakeFiles/gpsdrive.dir/all] Error 2
make: *** [all] Error 2
-----------------------------------------eof-------------------

Whats interesting is that now it barf at 59% with something related to
waypoints which both seem to be related to kismet.

HTH's

--

/ch
_______________________________________________
GPSdrive mailing list
GPSdrive@...
http://lists.gpsdrivers.org/mailman/listinfo/gpsdrive

 « Return to Thread: rc ping