x

Re: Hilfestellung bei der Erstellung von Karten aus historischen Daten


Geschrieben von mmd (Gast) am 25. Mai 2017 20:55:04: [flux]

Als Antwort auf: Hilfestellung bei der Erstellung von Karten aus historischen Daten geschrieben von Lübeck (Gast) am 23. Mai 2017 07:18:

ikonor wrote:

Es gibt ein Docker file zum automatisierten Bauen der Quellen in einer separaten Umgebung (Container), das wäre vermutlich am einfachsten:
https://gist.github.com/ImreSamu/5447252a4e750fd8c61e

An Docker habe ich auch schon gedacht, allerdings würde ich da eher ein Image mit ubuntu16.04 als Basis nehmen. Leider ist das Dockerfile von Imre schon 3 Jahre alt und funzt nicht mehr:

Cloning␣into␣'osmium-tool'...
--->␣bda4297503bc
Removing␣intermediate␣container␣dd18b2679d3f
Step␣26␣:␣RUN␣mkdir␣-p␣/osm/osmium-tool/build␣&&␣cd␣/osm/osmium-tool/build␣␣&&␣cmake␣..
--->␣Running␣in␣6b5625037ddd
--␣The␣C␣compiler␣identification␣is␣GNU␣4.8.4
--␣The␣CXX␣compiler␣identification␣is␣GNU␣4.8.4
--␣Check␣for␣working␣C␣compiler:␣/usr/bin/cc
--␣Check␣for␣working␣C␣compiler:␣/usr/bin/cc␣--␣works
--␣Detecting␣C␣compiler␣ABI␣info
--␣Detecting␣C␣compiler␣ABI␣info␣-␣done
--␣Check␣for␣working␣CXX␣compiler:␣/usr/bin/c++
--␣Check␣for␣working␣CXX␣compiler:␣/usr/bin/c++␣--␣works
--␣Detecting␣CXX␣compiler␣ABI␣info
--␣Detecting␣CXX␣compiler␣ABI␣info␣-␣done
CMake␣Error␣at␣/usr/share/cmake-2.8/Modules/FindBoost.cmake:1131␣(message):
Unable␣to␣find␣the␣requested␣Boost␣libraries.
Boost␣version:␣1.54.0
Boost␣include␣path:␣/usr/include
Detected␣version␣of␣Boost␣is␣too␣old.␣␣Requested␣version␣was␣1.55␣(or
newer).
Call␣Stack␣(most␣recent␣call␣first):
CMakeLists.txt:44␣(find_package)