We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, I got an error 'osmium/index/map/vector.hpp' file not found when making:
'osmium/index/map/vector.hpp' file not found
$ 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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
I got an error
'osmium/index/map/vector.hpp' file not found
when making:libosmium has been install through homebrew as shown above.
The text was updated successfully, but these errors were encountered: