First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 120078
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
wormux-0.5.1.ebuild.patch patch to make the wormux ebuild apply the gcc4.1 patch patch Konrad Campowsky 2006-01-23 10:41 0000 373 bytes Details | Diff
wormux-0.5.1-gcc4.1.patch patch to make wormux build with gcc4.1 patch Konrad Campowsky 2006-01-23 10:41 0000 557 bytes Details | Diff
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 120078 depends on: Show dependency tree
Show dependency graph
Bug 120078 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 10:39 0000
When building Wormux, 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();
};

The corresponding error messages are:

game/../tool/xml_document.h:45: Fehler: extra qualification 

------- Comment #1 From Konrad Campowsky 2006-01-23 10:39:27 0000 -------
When building Wormux, 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();
};

The corresponding error messages are:

game/../tool/xml_document.h:45: Fehler: extra qualification »LitDocXml::« on
Member »LitListeString«
game/../map/maps_list.h:54: Fehler: extra qualification »InfoTerrain::« on
member »LitImgTerrain«
game/../map/maps_list.h:55: Fehler: extra qualification »InfoTerrain::« on
member »LitImgCiel«
game/../team/../tool/xml_document.h:45: Fehler: extra qualification
»LitDocXml::« on member »LitListeString«

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

------- Comment #2 From Konrad Campowsky 2006-01-23 10:41:02 0000 -------
Created an attachment (id=77929) [edit]
patch to make the wormux ebuild apply the gcc4.1 patch

------- Comment #3 From Konrad Campowsky 2006-01-23 10:41:35 0000 -------
Created an attachment (id=77930) [edit]
patch to make wormux build with gcc4.1

------- Comment #4 From Mark Loeser 2006-01-23 20:39:52 0000 -------
Looks good.  Did you send the patch upstream?

------- Comment #5 From Mark Loeser 2006-02-25 22:18:52 0000 -------
Fixed, thanks.

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