Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

'osmium/index/map/vector.hpp' file not found when making #1

Open
kkkondo opened this issue Feb 4, 2019 · 0 comments
Open

'osmium/index/map/vector.hpp' file not found when making #1

kkkondo opened this issue Feb 4, 2019 · 0 comments

Comments

@kkkondo
Copy link

kkkondo commented Feb 4, 2019

Hi,
I got an error 'osmium/index/map/vector.hpp' file not found when making:

$ make
Scanning dependencies of target osm-routing-bgl
[ 16%] Building CXX object src/CMakeFiles/osm-routing-bgl.dir/GraphBuilder.cpp.o
In file included from /Users/kkkondo/git/osm-routing-bgl/src/GraphBuilder.cpp:2:
/Users/kkkondo/git/osm-routing-bgl/include/GraphBuilder.h:7:10: fatal error: 
      'osmium/index/map/vector.hpp' file not found
#include <osmium/index/map/vector.hpp>
         ^
1 error generated.
make[2]: *** [src/CMakeFiles/osm-routing-bgl.dir/GraphBuilder.cpp.o] Error 1
make[1]: *** [src/CMakeFiles/osm-routing-bgl.dir/all] Error 2
make: *** [all] Error 2
$ 
$ ls /usr/local/include/osmium/index/map/
all.hpp                dummy.hpp              sparse_mem_map.hpp
dense_file_array.hpp   flex_mem.hpp           sparse_mem_table.hpp
dense_mem_array.hpp    sparse_file_array.hpp  sparse_mmap_array.hpp
dense_mmap_array.hpp   sparse_mem_array.hpp   
$
$ brew info libosmium
libosmium: stable 2.15.0
Fast and flexible C++ library for working with OpenStreetMap data
https://osmcode.org/libosmium/
$

libosmium has been install through homebrew as shown above.

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

No branches or pull requests

1 participant