installation problems using macports on Mountain Lion

Hi,

When trying to install graph-tool on Mac OS 10.7.5, port 2.1.2, XCode 4.3.2
it fails with errors like this:

:info:build In file included from graph_eigenvector.cc:24:
:info:build ./graph_eigenvector.hh:44:23: error: no matching constructor for
initialization of 'boost::unchecked_vector_property_map<long double,
boost::vec_adj_list_vertex_id_map<boost::no_property, unsigned long> >'
:info:build CentralityMap c_temp(vertex_index, num_vertices(g));
:info:build ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Please see attached log file.

main.log
<http://main-discussion-list-for-the-graph-tool-project.982480.n3.nabble.com/file/n4024803/main.log&gt;

Any help to solve this would be appreciated.

Regards,
HÃ¥kan

Hi,