Quote:
|
Originally Posted by renderman
Can't get it to compile cleanly, sorry
I tried all the 'alternate' gpsd implimentations and either they would'nt compile on a modern cygwin install or were not compatible with Kismet.
The bounty also requires maintinence, so one hit wonders don't count.
I will tinker with the code tonight if I get a chance and see if I can beat it into something resembling working order
|
If it's version 0.4, then the error is in parser_nmea.cpp, and is easily fixed. The author forgot to include assert.h, just add :
# include <assert.h>
with the other include statements at the top in parser_nmea.cpp.
Dutch