This is a static archive of our old OpenStreetMap Help Site. Please post any new questions and answers at community.osm.org.

Error building Gosmore under ubuntu 12.04

0

I am trying to build Gosmore under Ubuntu 12.04. I am following the instrucions on https://wiki.openstreetmap.org/wiki/Gosmore#Downloading_and_running:

sudo apt-get install libxml2-dev libgtk2.0-dev g++ make subversion libcurl4-gnutls-dev libgps-dev
svn co http://svn.openstreetmap.org/applications/rendering/gosmore/
cd gosmore
./configure
make

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's gravatar image

Tvasb
1111
accept rate: 0%


One Answer:

1

see possible solution at https://wiki.openstreetmap.org/wiki/Talk:Gosmore

Use at your own risk

answered 31 Mar '13, 16:52

dmgroom's gravatar image

dmgroom
424
accept rate: 0%

Source code available on GitHub .