graph-tool installation error: boost graph library
Hi, I'm in the process of installing graph-tool for python via homebrew, and when I run the configure file for graph-tool (after first following all the directions here, https://gist.github.com/openp2pdesign/8864593 <https://gist.github.com/openp2pdesign/8864593> ), I get this error: checking whether the Boost::Graph library is available... no configure: error: No usable boost::graph found Does anyone know how to resolve this? Thanks! --Connor -- View this message in context: http://main-discussion-list-for-the-graph-tool-project.982480.n3.nabble.com/... Sent from the Main discussion list for the graph-tool project mailing list archive at Nabble.com.
On 03/07/2014 11:01 PM, cskeehan wrote:
Hi,
I'm in the process of installing graph-tool for python via homebrew, and when I run the configure file for graph-tool (after first following all the directions here, https://gist.github.com/openp2pdesign/8864593 <https://gist.github.com/openp2pdesign/8864593> ), I get this error:
checking whether the Boost::Graph library is available... no configure: error: No usable boost::graph found
Does anyone know how to resolve this? Thanks!
You are probably just not passing the correct paths to the configure script. Look inside the config.log to see the actual errors. Best, Tiago -- Tiago de Paula Peixoto <tiago@skewed.de>
I'm getting a couple of errors in config.log. Here is the whole file: config.log <http://main-discussion-list-for-the-graph-tool-project.982480.n3.nabble.com/file/n4025349/config.log> -- View this message in context: http://main-discussion-list-for-the-graph-tool-project.982480.n3.nabble.com/... Sent from the Main discussion list for the graph-tool project mailing list archive at Nabble.com.
On 03/10/2014 07:03 PM, cskeehan wrote:
I'm getting a couple of errors in config.log. Here is the whole file: config.log <http://main-discussion-list-for-the-graph-tool-project.982480.n3.nabble.com/file/n4025349/config.log>
It seems C++11 mode is not being activated. Try the following before running ./configure: export CXXFLAGS="-std=c++11" Best, Tiago -- Tiago de Paula Peixoto <tiago@skewed.de>
participants (2)
-
cskeehan -
Tiago de Paula Peixoto