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&gt; ), 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

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

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&gt;

It seems C++11 mode is not being activated. Try the following before
running ./configure:

        export CXXFLAGS="-std=c++11"

Best,
Tiago