8 May
2011
8 May
'11
10:35 a.m.
On 8/5/11 01:13, Krzysztof Kosiński wrote:
W dniu 7 maja 2011 14:26 użytkownik ~suv <suv-sf@...58...> napisał:
Workaround and proposed fix failed on debian sid (GCC 4.6) - as reported on #inkscape (irc).
Attempt #2: try changing the return statement at 2geom/transforms.h:212 to "return static_cast<S &>(*this);" This works with GCC 4.5, but so did "return *static_cast<S const*>(this);"
Confirmed to work with GCC 4.6 on Debian Sid (compiles without failure, initial tests with tools and transforms ok).
~suv