MaZderMind / osm-history-renderer

an experimental, work-in-progress history renderer (including supplementary tools like an importer and an animation-tool)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fatal error: 'google/sparsetable' file not found on ubuntu 16.04

baditaflorin opened this issue · comments

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

same problem

ah, it required libsparsehash-dev

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