Unfortunately the stable Debian version still comes with gcc4.7, see here: https://packages.debian.org/wheezy/gcc




On Thu, Oct 2, 2014 at 11:06 AM, Tiago de Paula Peixoto <tiago@skewed.de> wrote:
On 02.10.2014 10:12, Ács Judit wrote:
> I put the full output of configure and make here.
> Configure stdout: http://pastebin.com/AMJYwkxB
> make stdout: http://pastebin.com/m2wt4F5q
> make stderr: http://pastebin.com/nh2nvneQ
>
> I hope this helps. Meanwhile I'll ask around why we have such an old version of gcc.
>

Taking a look at the full error message, and inspecting the portion of
the code which causes it, it seems indeed that the compiler is getting
confused with rvalue references and move semantics (a c++11
feature). This is triggered internally in the STL, so it is not even
something that I can work around in the code (which seems perfectly
valid, and compiles just fine in newer GCC and Clang compilers).

In view of this I'll update the minimum requirements to GCC 4.8 in the
website.

Best,
Tiago

--
Tiago de Paula Peixoto <tiago@skewed.de>


_______________________________________________
graph-tool mailing list
graph-tool@skewed.de
http://lists.skewed.de/mailman/listinfo/graph-tool