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

Fails to find boost in "make" step #132

Open
mdorier opened this issue Jul 31, 2021 · 0 comments
Open

Fails to find boost in "make" step #132

mdorier opened this issue Jul 31, 2021 · 0 comments

Comments

@mdorier
Copy link

mdorier commented Jul 31, 2021

Despite the configure script successfully finding the required boost libraries (system, filesystem, thread, and chrono) when I pass --with-boost=/path/to/my/installation/of/boost, the make step fails with this error:

In file included from database.cc:19:
configuration.h:27:10: fatal error: boost/cstdint.hpp: No such file or directory
   27 | #include <boost/cstdint.hpp> // MSVC 2008 does not have stdint

I checked and my installation of boost does have this header.

I'm on an Ubuntu machine. Boost was installed manually to a custom prefix (not as a system package).

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