Skip to content
This repository has been archived by the owner on Nov 4, 2019. It is now read-only.

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

Open
baditaflorin opened this issue Mar 30, 2017 · 4 comments
Open

Comments

@baditaflorin
Copy link

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
Copy link

same problem

@positron96
Copy link

ah, it required libsparsehash-dev

@MaZderMind
Copy link
Owner

MaZderMind commented Oct 16, 2019 via email

@positron96
Copy link

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants