
Hi Diederik,
What are the errors you're seeing? Rev. '65 and '66 are mine, but they work fine for me. I'm wondering if I somehow messed up when updating to the latest revision of 2geom...
Yes, it seems like it's looking for a different version of the C++ stdlib. Here's the compile error I got:
...<snip>...
2geom/geom.cpp: In function 'void Geom::eliminate_duplicates_p(std::vector<Geom::Point, std::allocatorGeom::Point >&)': 2geom/geom.cpp:243: error: 'sort' is not a member of 'std' make[2]: *** [2geom/geom.o] Error 1
...<snip>...
...and here's my version of libstd:
Installed Packages libstdc++.i386 4.3.0-8 installed libstdc++.x86_64 4.3.0-8 installed libstdc++-devel.x86_64 4.3.0-8 installed
Let me know if you want more (or the rest of the) make output, or anything else.
Thanks.
--Mike