Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 125179 - knemo-0.3.1-r1 compilation errors with gcc-4.1.0-pre20060223 (extra qualification on member)
Summary: knemo-0.3.1-r1 compilation errors with gcc-4.1.0-pre20060223 (extra qualifica...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GCC Porting (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 117482
  Show dependency tree
 
Reported: 2006-03-05 23:31 UTC by Daniele Gaffuri
Modified: 2006-03-06 04:45 UTC (History)
0 users

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


Attachments
patch to fix compiling with gcc 4.1 (knemo-0.3.1-gcc4.1.patch,924 bytes, patch)
2006-03-05 23:33 UTC, Daniele Gaffuri
Details | Diff
ebuild patch to apply gcc4.1 patch (knemo-0.3.1-r1.patch,318 bytes, patch)
2006-03-05 23:35 UTC, Daniele Gaffuri
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Daniele Gaffuri 2006-03-05 23:31:54 UTC
Hi

The complete error is

data.h:48: error: extra qualification 'InterfaceSettings::' on member 'InterfaceSettings'

Shortly attaching a patch that removes the three extra qualification of members that I've been able to find. It should be safe.
Comment 1 Daniele Gaffuri 2006-03-05 23:33:23 UTC
Created attachment 81488 [details, diff]
patch to fix compiling with gcc 4.1
Comment 2 Daniele Gaffuri 2006-03-05 23:35:37 UTC
Created attachment 81489 [details, diff]
ebuild patch to apply gcc4.1 patch
Comment 3 Diego Elio Pettenò (RETIRED) gentoo-dev 2006-03-06 03:34:32 UTC
Did you submit this upstream?
Comment 4 Diego Elio Pettenò (RETIRED) gentoo-dev 2006-03-06 03:41:41 UTC
Applied in portage, thank you :)
Comment 5 Daniele Gaffuri 2006-03-06 04:13:10 UTC
(In reply to comment #3)
> Did you submit this upstream?

No, I don't know how to do it.
Comment 6 Diego Elio Pettenò (RETIRED) gentoo-dev 2006-03-06 04:45:12 UTC
Not a problem, I've checked the code currently in KDE's SVN and it's already fine (a bit refactored) so it's fine as it is :)