Hi, On 21.01.2015 10:17, Sakshi Bharti wrote: > Hello > > I am installing graph tools in my Biolinux 7 machine.. I installed boost and > the commands used for compilation are
[...]
> /usr/include/c++/4.6/bits/stl_algobase.h:546:6: error: use of deleted
> function ‘boost::detail::stored_edge_property<Vertex, Property>::self&
> boost::detail::stored_edge_property<Vertex,
> Property>::operator=(boost::detail::stored_edge_property<Vertex,
> Property>::self&&) [with Vertex = long unsigned int, Property =
> boost::property<boost::edge_weight_t, long double,
> boost::property<boost::edge_weight2_t, long double, boost::no_property> >,
> boost::detail::stored_edge_property<Vertex, Property>::self =
> boost::detail::stored_edge_property<long unsigned int,
> boost::property<boost::edge_weight_t, long double,
> boost::property<boost::edge_weight2_t, long double, boost::no_property> > >]’
From this error message I infer that you are using GCC 4.6. This is too
old. You need version 4.8 or above. Please read the requirements at the
website:
https://graph-tool.skewed.de/download
Best,
Tiago
--
Tiago de Paula Peixoto <[email protected]>
signature.asc
Description: OpenPGP digital signature
_______________________________________________ graph-tool mailing list [email protected] http://lists.skewed.de/mailman/listinfo/graph-tool
