Compiling kdesvn-0.7.1 with GCC 4.1.0-beta20051230 does not work.
The bug is already reported upstream
(http://www.alwins-world.de/programs/mantis/bug_view_page.php?bug_id=45) and
the solution is to patch kdesvn-0.7.1/src/svncpp/targets.hpp with the following
patch:
--- kdesvn-0.7.1/src/svncpp/targets.hpp.orig 2005-12-14 16:09:29.000000000
-0700
+++ kdesvn-0.7.1/src/svncpp/targets.hpp 2005-12-14 16:13:21.000000000 -0700
@@ -78,7 +78,7 @@
* Constructor. Convert stringlist into target list.
* @param targets
*/
- Targets::Targets(const QStringList&targets);
+ Targets (const QStringList & targets);
/**
* Copy Constructor
cheers
SteveB