Ralf Gerlich - 2005-04-17

Logged In: YES
user_id=63535

Would that be g++-3.4 compiling? I have the same problem,
which is described under
<http://gcc.gnu.org/bugs.html#upgrading> "New in GCC 3.4.0"
(see the fourth item "This also affects members of base
classes...").

I have been working on a patch for the last week, as I can't
use g++ < 3.4 due to conflicts with other libraries I need.
I attached the patch (24kb gzipped patch-file), which also
fixes some other things regarding newer versions of autoconf
and automake. NO WARRANTY WHATSOEVER!

I modified the sources just according to the error messages
of the compiler. Also I had to change some stuff in "#ifdef
NO_IMPLICIT_TEMPLATES" sections due to the newer STLs. I'll
write up a more complete description as soon as I get to it.
I'm not sure whether it will still compile with older compilers.