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: 'google/sparsetable' file not found on ubuntu 16.04 #24

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 In file included from importer.cpp:25: In file included from ./handler.hpp:21: ./nodestore/sparse.hpp:44:10: fatal error: 'google/sparsetable' file not found

include <google/sparsetable>

     ^

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

positron96 commented 4 years ago

same problem

positron96 commented 4 years ago

ah, it required libsparsehash-dev

MaZderMind commented 4 years ago

The Project is more or less unmaintained but if you get it to build and run, it would be awesome if you could update the README with newer instructions.

positron96 commented 4 years ago

I am trying to package your project into docker, if I succeed, will write something.