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? |