Hi I'm trying to compile the source. I *believe* I already have all of the dependencies installed (via brew and pip), but when I run 'make', I get the following errors: ... ./../numpy_bind_old.hh:56:23: note: candidate template ignored: substitution failure [with ValueType = unsigned long] boost::python::object wrap_vector_owned(vector<ValueType>& vec) ^ In file included from graph_correlations.cc:27: ./graph_corr_hist.hh:77:25: error: no matching function for call to 'wrap_vector_owned' ret_bins.append(wrap_vector_owned(bins[1])); ^~~~~~~~~~~~~~~~~ ./../numpy_bind_old.hh:56:23: note: candidate template ignored: substitution failure [with ValueType = unsigned long] boost::python::object wrap_vector_owned(vector<ValueType>& vec) ^ fatal error: too many errors emitted, stopping now [-ferror-limit=] 2 warnings and 20 errors generated. make[4]: *** [graph_correlations.lo] Error 1 make[3]: *** [all-recursive] Error 1 make[2]: *** [all-recursive] Error 1 make[1]: *** [all-recursive] Error 1 make: *** [all] Error 2 Does anyone know what might be wrong or missing? Thanks a lot in advance. John -- 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.
This can be closed now. I've resolved it after fixing my python path. Cheers John -- 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.
participants (1)
-
munddr