Share

Eternity

Tracker: Patches

5 eternity won't compile on gcc 4.1 - extra qualification - ID: 1758578
Last Update: Attachment added ( nobody )

In file include/eternity/xmlscanner.hpp in line 51 there is extra
qualification. As gcc 4.1 treat this as error perhaps you should replace
line:
node* node::foundChild (std::string tagName, size_t pos);

with


node* foundChild (std::string tagName, size_t pos);


This solves problem for me.

Greetings.
Ajuc
ajuc@wp.pl


Nobody/Anonymous ( nobody ) - 2007-07-22 21:57

5

Open

None

Nobody/Anonymous

None

None

Public


Comments




Log in to comment.

No follow-up comments have been posted.

Attached File ( 1 )

Filename Description Download
extra_qualification.patch patch for gcc>=4.1 extra qualification error Download

Change ( 1 )

Field Old Value Date By
File Added 238113: extra_qualification.patch 2007-07-22 21:57 nobody