Compilation problem (boost related)
Hi, I am compiling the library in my Ubuntu 11.10. Not possible to upgrade by now. I have boost 1.46. Compiling with gcc 4.6.1. The compilation thows the following error: /usr/include/boost/range/join.hpp:63:60: error: 'template<class SinglePassRange1, class SinglePassRange2> boost::joined_range<const SinglePassRange1, const SinglePassRange2> boost::join(const SinglePassRange1&, const SinglePassRange2&)' conflicts with previous using declaration 'template<class SequenceSequenceT, class Range1T> typename boost::range_value<SequenceSequenceT>::type boost::algorithm::join(const SequenceSequenceT&, const Range1T&)' Please, could any help me to find the problem? -- 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, Please try the git version. I believe this issue has been resolved there. Cheers, Tiago On 11/07/2013 08:47 AM, bminano wrote:
Hi,
I am compiling the library in my Ubuntu 11.10. Not possible to upgrade by now. I have boost 1.46. Compiling with gcc 4.6.1.
The compilation thows the following error:
/usr/include/boost/range/join.hpp:63:60: error: 'template<class SinglePassRange1, class SinglePassRange2> boost::joined_range<const SinglePassRange1, const SinglePassRange2> boost::join(const SinglePassRange1&, const SinglePassRange2&)' conflicts with previous using declaration 'template<class SequenceSequenceT, class Range1T> typename boost::range_value<SequenceSequenceT>::type boost::algorithm::join(const SequenceSequenceT&, const Range1T&)'
Please, could any help me to find the problem?
-- 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. _______________________________________________ graph-tool mailing list graph-tool@skewed.de http://lists.skewed.de/mailman/listinfo/graph-tool
-- Tiago de Paula Peixoto <tiago@skewed.de>
Hi Tiago, You're right, with the git version it compiled correctly. Thank you very much. El 07/11/13 13:03, Tiago de Paula Peixoto escribió:
Hi,
Please try the git version. I believe this issue has been resolved there.
Cheers, Tiago
On 11/07/2013 08:47 AM, bminano wrote:
Hi,
I am compiling the library in my Ubuntu 11.10. Not possible to upgrade by now. I have boost 1.46. Compiling with gcc 4.6.1.
The compilation thows the following error:
/usr/include/boost/range/join.hpp:63:60: error: 'template<class SinglePassRange1, class SinglePassRange2> boost::joined_range<const SinglePassRange1, const SinglePassRange2> boost::join(const SinglePassRange1&, const SinglePassRange2&)' conflicts with previous using declaration 'template<class SequenceSequenceT, class Range1T> typename boost::range_value<SequenceSequenceT>::type boost::algorithm::join(const SequenceSequenceT&, const Range1T&)'
Please, could any help me to find the problem?
-- 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. _______________________________________________ graph-tool mailing list graph-tool@skewed.de http://lists.skewed.de/mailman/listinfo/graph-tool
_______________________________________________ graph-tool mailing list graph-tool@skewed.de http://lists.skewed.de/mailman/listinfo/graph-tool
-- Un saludo, Borja Miñano IAC3 - Universitat de les Illes Balears Mateu Orfila Building. Office F-213. Cra. Valldemossa km. 7,5 E-07122 Palma de Mallorca. Balears. Spain. Phone: +34 971 173 000 ext. 1318
participants (3)
-
bminano -
Borja Miñano -
Tiago de Paula Peixoto