MaZderMind / osm-history-renderer

an experimental, work-in-progress history renderer (including supplementary tools like an importer and an animation-tool)
BSD 2-Clause "Simplified" License
79 stars 23 forks source link

fatal error: 'osmium.hpp' file not found #23

Open baditaflorin opened 7 years ago

baditaflorin commented 7 years ago

make clang++ -g -O3 -Wall -Wextra -pedantic getconf LFS_CFLAGS -I/usr/include/postgresql/ -I/usr/include/libxml2/ -DOSMIUM_WITH_GEOS -o osm-history-importer importer.cpp -lexpat -lpq -lproj -lz -lprotobuf-lite -losmpbf -lpthread -lgeos importer.cpp:17:10: fatal error: 'osmium.hpp' file not found

include

     ^

1 error generated. Makefile:39: recipe for target 'osm-history-importer' failed make: *** [osm-history-importer] Error 1

Trying to compile on Ubuntu 16.04