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 <[email protected]>
signature.asc
Description: OpenPGP digital signature
_______________________________________________ graph-tool mailing list [email protected] http://lists.skewed.de/mailman/listinfo/graph-tool
