Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 117533 - Compile error for dev-util/kdesvn-0.7.1 when compiling with GCC 4.1.0-beta20051230
Summary: Compile error for dev-util/kdesvn-0.7.1 when compiling with GCC 4.1.0-beta200...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GCC Porting (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Aaron Walker (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-01-02 20:08 UTC by steveb
Modified: 2006-01-13 22:09 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description steveb 2006-01-02 20:08:55 UTC
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
Comment 1 Mark Loeser (RETIRED) gentoo-dev 2006-01-02 20:21:52 UTC
Looks good to me
Comment 2 Mark Loeser (RETIRED) gentoo-dev 2006-01-13 22:09:05 UTC
Fixed, thanks.