osmium icon indicating copy to clipboard operation
osmium copied to clipboard

fail to build ubuntu 16.04

Open baditaflorin opened this issue 7 years ago • 2 comments

git clone https://github.com/joto/osmium.git Cloning into 'osmium'... remote: Counting objects: 8787, done. remote: Total 8787 (delta 0), reused 0 (delta 0), pack-reused 8786 Receiving objects: 100% (8787/8787), 2.59 MiB | 611.00 KiB/s, done. Resolving deltas: 100% (4849/4849), done. Checking connectivity... done. :~/data/florinb/osm-history-renderer/importer$ cd osmium :~/data/florinb/osm-history-renderer/importer/osmium$ make doc doxygen >/dev/null /bin/sh: 1: doxygen: not found Makefile:70: recipe for target 'doc/html/files.html' failed make: *** [doc/html/files.html] Error 127 :~/data/florinb/osm-history-renderer/importer/osmium$ sudo make install doxygen >/dev/null /bin/sh: 1: doxygen: not found Makefile:70: recipe for target 'doc/html/files.html' failed make: *** [doc/html/files.html] Error 127

Using Ubuntu 16.04

baditaflorin avatar Mar 30 '17 08:03 baditaflorin

On Thu, Mar 30, 2017 at 01:25:49AM -0700, baditaflorin wrote:

doxygen >/dev/null /bin/sh: 1: doxygen: not found

It seems your ubuntu installation is missing the "doxygen" package. Try to install it first.

I'm not an ubuntu user. On debian you can do this with:

sudo apt-get -f install doxygen

ghost avatar Mar 30 '17 08:03 ghost

This is the very old version of Osmium, it is not supported any more. You almost certainly want the new version at http://osmcode.org/ .

joto avatar Mar 30 '17 10:03 joto