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
| Filename | Description | Download |
|---|---|---|
| extra_qualification.patch | patch for gcc>=4.1 extra qualification error | Download |
| Field | Old Value | Date | By |
|---|---|---|---|
| File Added | 238113: extra_qualification.patch | 2007-07-22 21:57 | nobody |