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
Any help to solve this would be appreciated.
Regards, Håkan
-- 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.
Hi,
On 10/14/2012 01:36 PM, hajons wrote:
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
Any help to solve this would be appreciated.
It seems you are trying to use apple's gcc. Please try with clang instead.
(apple's gcc is badly broken, and AFAIK it is being deprecated in favour of clang)
Cheers, Tiago