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.
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.
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 -lgeosIn 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
The text was updated successfully, but these errors were encountered: