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

configure: error: cannot find boost/graph/adjacency_list.hpp #36

Open
hmqq opened this issue Feb 18, 2022 · 1 comment
Open

configure: error: cannot find boost/graph/adjacency_list.hpp #36

hmqq opened this issue Feb 18, 2022 · 1 comment

Comments

@hmqq
Copy link

hmqq commented Feb 18, 2022

Hi,
I am building dlvhex and when doing "./configure --enable-python --with-boost=/usr/include/" i got this error. How can i solve it? I have boost version 1.71.
checking boost/graph/adjacency_list.hpp usability... no
checking boost/graph/adjacency_list.hpp presence... yes
configure: WARNING: boost/graph/adjacency_list.hpp: present but cannot be compiled
configure: WARNING: boost/graph/adjacency_list.hpp: check for missing prerequisite headers?
configure: WARNING: boost/graph/adjacency_list.hpp: see the Autoconf documentation
configure: WARNING: boost/graph/adjacency_list.hpp: section "Present But Cannot Be Compiled"
configure: WARNING: boost/graph/adjacency_list.hpp: proceeding with the compiler's result
configure: WARNING: ## ------------------------------------------------- ##
configure: WARNING: ## Report this to [email protected] ##
configure: WARNING: ## ------------------------------------------------- ##
checking for boost/graph/adjacency_list.hpp... no
configure: error: cannot find boost/graph/adjacency_list.hpp

@peschue
Copy link
Member

peschue commented Feb 27, 2022

I am sorry your boost version might be too high. 1.55.0 is the version that is specified as requirement. Much higher versions might work, but the higher the version the more likely that it will not work.

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

2 participants