I am trying to build Gosmore under Ubuntu 12.04. I am following the instrucions on http://wiki.openstreetmap.org/wiki/Gosmore#Downloading_and_running:
when I run make I get the following errors: jni/gosmore.cpp:3649:39: error: gps_set_raw_hook was not declared in this scope jni/gosmore.cpp:3656:26: error: gps_poll was not declared in this scope jni/gosmore.cpp:3647:54: error: too few arguments to function int gps_open(const char, const char, gps_data_t*) Is this a bug? How can I fix it? asked 06 Sep '12, 15:40 Tvasb |
see possible solution at http://wiki.openstreetmap.org/wiki/Talk:Gosmore Use at your own risk answered 31 Mar '13, 16:52 dmgroom |