-
Notifications
You must be signed in to change notification settings - Fork 160
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
fatal error: 'google/sparse_hash_map' file not found #27
Comments
Missed sparsehash library in the path. Set CMAKE_CXX_FLAGS option(in CMakeLists) to: |
Meet the same problem, tried to set the CMAKE_CXX_FLAGS as above. But it doesn't work for me. |
not working for me too? any update? |
fixed the issue as @mcavdar suggested. |
On macOS sparsehash might be on another path, e.g. |
I have installed sparsehash without any troubles. While trying to build fast_align getting the following error:
I tried manually changing the paths in hashtables.h but still couldn't get it to work.
The text was updated successfully, but these errors were encountered: