PDA

View Full Version : extra qualification error on compile


bobbydole
10-09-2006, 03:46 AM
I just wanted to put this out there in case some one had the same errors I got when compiling.

map.h:113: error: extra qualification 'Map::' on member 'LoadMapfile'
zone.h:70: error: extra qualification 'Zone::' on member 'Bootup'
zone.h:71: error: extra qualification 'Zone::' on member 'Shutdown'
PlayerCorpse.h:32: error: extra qualification 'Corpse::' on member 'SendEndLootErrorPacket'
PlayerCorpse.h:33: error: extra qualification 'Corpse::' on member 'SendLootReqErrorPacket'
PlayerCorpse.h:34: error: extra qualification 'Corpse::' on member 'LoadFromDBData'
PlayerCorpse.h:36: error: extra qualification 'Corpse::' on member 'Corpse'
PlayerCorpse.h:37: error: extra qualification 'Corpse::' on member 'Corpse'
PlayerCorpse.h:38: error: extra qualification 'Corpse::' on member 'Corpse'
PlayerCorpse.h:39: error: extra qualification 'Corpse::' on member 'Corpse'


I had to go into the lines and remove the Corpse:: or Zone:: or what ever. I'm not sure why these are throwing errors, but they are. Here's the version of gcc i'm using:

/home/eqemu/EQEmu-0.7.0-857# gcc --version
gcc (GCC) 4.1.2 20060928 (prerelease) (Debian 4.1.1-15)


I hope this helps :grin:

bobbydole
10-09-2006, 04:21 AM
oh wow.. there's a post in the linux forum about this issue. Sorry about that.. i swore I did a search..