You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
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
The text was updated successfully, but these errors were encountered: