You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 4, 2019. It is now read-only.
I have attempted to install the osm-history-splitter tool a number of times. Using Ubuntu, I am using Terminal to install the software. My first issue is pasting the following code, Terminal does not accept postgresql-9.1, libprotobuf7 and mapnik:
I have attempted to install the osm-history-splitter tool a number of times. Using Ubuntu, I am using Terminal to install the software. My first issue is pasting the following code, Terminal does not accept postgresql-9.1, libprotobuf7 and mapnik:
sudo apt-get install postgresql-9.1 postgresql-contrib-9.1 postgresql-9.1-postgis postgis zlib1g-dev libexpat1 libexpat1-dev
libxml2 libxml2-dev libgeos-dev libgeos++-dev libprotobuf7 libprotobuf-dev protobuf-compiler libsparsehash-dev libboost-dev
libgdal1-dev libproj-dev subversion git build-essential unzip python-dateutil python-psycopg2
graphicsmagick doxygen graphviz python-mapnik2 clang
The next issue I have is the installation of osm-history-splitter. I get the following error:
mike@mike-VirtualBox:~/osm-history-splitter$ sudo make install
clang++ -g -O3 -Wall -Wextra -pedantic
getconf LFS_CFLAGS
-DOSMIUM_WITH_OUTPUT_OSM_XMLxml2-config --cflags
geos-config --cflags
-DOSMIUM_WITH_GEOS -o osm-history-splitter splitter.cpp -L/usr/local/lib -lexpat -lpthreadxml2-config --libs
-lz -lprotobuf-lite -losmpbfgeos-config --libs
splitter.cpp:9:10: fatal error: 'osmium/io/any_input.hpp' file not found
include <osmium/io/any_input.hpp>
1 error generated.
Makefile:36: recipe for target 'osm-history-splitter' failed
make: *** [osm-history-splitter] Error 1
I wish to pull the data will the bounding box of: 30,46,31,31
Can anybody help?
The text was updated successfully, but these errors were encountered: