First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 120082
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Gentoo Games <games@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Konrad Campowsky <frollen@cs.tu-berlin.de>
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
widelands-0.0.9.5.ebuild.patch patch to apply the patch patch Konrad Campowsky 2006-01-23 11:32 0000 418 bytes Details | Diff
widelands-0.0.9.5-gcc4.1.patch patch to make widelands build with gcc4.1 patch Konrad Campowsky 2006-01-23 11:32 0000 304 bytes Details | Diff
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 120082 depends on: Show dependency tree
Show dependency graph
Bug 120082 blocks: 117482
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)







View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2006-01-23 11:29 0000
When building Widelands, gcc 4.1 complains about some
constructs of the following form:

class X {
void X::someFunc();
};

while it should of course just read:

class X {
void someFunc();
};

I made a patchset
which changes just that and
nothing of the actual code 
and thus should be quite safe to use.

------- Comment #1 From Konrad Campowsky 2006-01-23 11:32:25 0000 -------
Created an attachment (id=77933) [edit]
patch to apply the patch

------- Comment #2 From Konrad Campowsky 2006-01-23 11:32:53 0000 -------
Created an attachment (id=77934) [edit]
patch to make widelands build with gcc4.1

------- Comment #3 From Mark Loeser 2006-01-23 20:40:50 0000 -------
Looks find.  Did you send this upstream?

------- Comment #4 From Florian Weber 2006-01-27 08:24:18 0000 -------
Haven't seen it yet. Fixed in CVS though. Thanks for finding this.

I suggest declaring this bug as fixed.

------- Comment #5 From Mark Loeser 2006-02-25 22:45:20 0000 -------
fixed, thanks.

First Last Prev Next    No search results available      Search page      Enter new bug