NOTICE: help.openstreetmap.org is no longer in use from 1st March 2024. Please use the OpenStreetMap Community Forum

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:

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%


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

Use at your own risk

permanent link

answered 31 Mar '13, 16:52

dmgroom's gravatar image

dmgroom
424
accept rate: 0%

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Question tags:

×44
×10

question asked: 06 Sep '12, 15:40

question was seen: 3,102 times

last updated: 31 Mar '13, 16:52

NOTICE: help.openstreetmap.org is no longer in use from 1st March 2024. Please use the OpenStreetMap Community Forum