Quote:
Originally Posted by asprin
../zone/../common/Item.h:479: error: extra qualification
|
Is that the entire error message? Googling for 'extra qualification' indicates that newer versions of GCC are more picky regarding class qualification, e.g.
http://www.fourmilab.ch/fourmilog/ar...05/000699.html
but all the examples I have seen of the 'extra qualification' error message show more detail, e.g (random example picked from Google):
Code:
hdimage.h:279: error: extra qualification 'sparse_image_t::' on member 'get_physical_offset'
If there is more detail in the error message you are getting, post it (still can't promise I can help you fix it though
)