Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

[Help] Recent Arcenu svn compile errors Ascent 

Newbie Spellweaver
Joined
Jun 5, 2008
Messages
77
Reaction score
0
anyone else getting these?

Code:
1>------ Build started: Project: arcemu-world, Configuration: Release Win32 ------
1>Compiling...
1>World.cpp
1>WarsongGulch.cpp
1>..\..\src\arcemu-world\World.cpp(70) : error C2065: 'PLAYER_LEVEL_CAP' : undeclared identifier
1>..\..\src\arcemu-world\World.cpp(71) : error C2065: 'PLAYER_LEVEL_CAP' : undeclared identifier
1>..\..\src\arcemu-world\WarsongGulch.cpp(541) : error C2039: 'HookOnShadowSight' : is not a member of 'WarsongGulch'
1>        d:\documents and settings\kuraria\desktop\ascent\trunk\src\arcemu-world\WarsongGulch.h(22) : see declaration of 'WarsongGulch'
1>..\..\src\arcemu-world\World.cpp(1299) : error C2065: 'PLAYER_LEVEL_CAP' : undeclared identifier
1>..\..\src\arcemu-world\World.cpp(1299) : error C2065: 'PLAYER_LEVEL_CAP' : undeclared identifier
1>..\..\src\arcemu-world\World.cpp(1325) : error C2065: 'PLAYER_LEVEL_CAP' : undeclared identifier
1>..\..\src\arcemu-world\World.cpp(1326) : error C2065: 'PLAYER_LEVEL_CAP' : undeclared identifier
1>Unit.cpp
1>Stats.cpp
1>..\..\src\arcemu-world\Unit.cpp(23) : error C2065: 'PLAYER_LEVEL_CAP' : undeclared identifier
1>..\..\src\arcemu-world\Stats.cpp(26) : error C2065: 'PLAYER_LEVEL_CAP' : undeclared identifier
1>..\..\src\arcemu-world\Stats.cpp(62) : error C2065: 'PLAYER_LEVEL_CAP' : undeclared identifier
1>..\..\src\arcemu-world\Stats.cpp(64) : error C2065: 'PLAYER_LEVEL_CAP' : undeclared identifier
1>..\..\src\arcemu-world\Stats.cpp(121) : error C2065: 'PLAYER_LEVEL_CAP_70' : undeclared identifier
1>..\..\src\arcemu-world\Stats.cpp(152) : error C2065: 'PLAYER_LEVEL_CAP_70' : undeclared identifier
1>SpellAuras.cpp
1>..\..\src\arcemu-world\Unit.cpp(2237) : error C2065: 'PLAYER_LEVEL_CAP' : undeclared identifier
1>..\..\src\arcemu-world\Unit.cpp(3447) : error C2065: 'PLAYER_LEVEL_CAP' : undeclared identifier
1>..\..\src\arcemu-world\SpellAuras.cpp(454) : error C2039: 'Virtual_Destructor' : is not a member of 'EventableObject'
1>        d:\documents and settings\kuraria\desktop\ascent\trunk\src\arcemu-world\EventableObject.h(39) : see declaration of 'EventableObject'
1>Spell.cpp
1>Player.cpp
1>..\..\src\arcemu-world\Spell.cpp(4946) : error C2065: 'DIMINISHING_GROUP_STUN' : undeclared identifier
1>..\..\src\arcemu-world\Spell.cpp(4956) : error C2065: 'DIMINISHING_GROUP_STUN_PROC' : undeclared identifier
1>..\..\src\arcemu-world\Spell.cpp(4962) : error C2065: 'DIMINISHING_GROUP_ROOT' : undeclared identifier
1>..\..\src\arcemu-world\Spell.cpp(4969) : error C2065: 'DIMINISHING_GROUP_ROOT_PROC' : undeclared identifier
1>..\..\src\arcemu-world\Spell.cpp(4976) : error C2065: 'DIMINISHING_GROUP_SLEEP' : undeclared identifier
1>..\..\src\arcemu-world\Spell.cpp(4982) : error C2065: 'DIMINISHING_GROUP_BLIND_CYCLONE' : undeclared identifier
1>..\..\src\arcemu-world\Spell.cpp(4994) : error C2065: 'DIMINISHING_GROUP_GOUGE_POLY_SAP' : undeclared identifier
1>..\..\src\arcemu-world\Spell.cpp(5001) : error C2065: 'DIMINISHING_GROUP_FEAR' : undeclared identifier
1>..\..\src\arcemu-world\Spell.cpp(5005) : error C2065: 'DIMINISHING_GROUP_CHARM' : undeclared identifier
1>..\..\src\arcemu-world\Spell.cpp(5010) : error C2065: 'DIMINISHING_GROUP_KIDNEY_SHOT' : undeclared identifier
1>..\..\src\arcemu-world\Spell.cpp(5015) : error C2065: 'DIMINISHING_GROUP_HORROR' : undeclared identifier
1>Pet.cpp
1>..\..\src\arcemu-world\Pet.cpp(1444) : error C2065: 'PLAYER_LEVEL_CAP' : undeclared identifier
1>..\..\src\arcemu-world\Pet.cpp(1445) : error C2065: 'PLAYER_LEVEL_CAP' : undeclared identifier
1>..\..\src\arcemu-world\Pet.cpp(1452) : error C2065: 'PLAYER_LEVEL_CAP' : undeclared identifier
1>..\..\src\arcemu-world\Pet.cpp(1452) : error C2078: too many initializers
1>..\..\src\arcemu-world\Pet.cpp(1457) : error C2065: 'PLAYER_LEVEL_CAP' : undeclared identifier
1>..\..\src\arcemu-world\Pet.cpp(1457) : error C2078: too many initializers
1>..\..\src\arcemu-world\Pet.cpp(1462) : error C2065: 'PLAYER_LEVEL_CAP' : undeclared identifier
1>..\..\src\arcemu-world\Pet.cpp(1462) : error C2078: too many initializers
1>..\..\src\arcemu-world\Pet.cpp(1467) : error C2065: 'PLAYER_LEVEL_CAP' : undeclared identifier
1>..\..\src\arcemu-world\Pet.cpp(1467) : error C2078: too many initializers
1>..\..\src\arcemu-world\Pet.cpp(1472) : error C2065: 'PLAYER_LEVEL_CAP' : undeclared identifier
1>..\..\src\arcemu-world\Pet.cpp(1472) : error C2078: too many initializers
1>..\..\src\arcemu-world\Pet.cpp(1477) : error C2065: 'PLAYER_LEVEL_CAP' : undeclared identifier
1>..\..\src\arcemu-world\Pet.cpp(1477) : error C2078: too many initializers
1>..\..\src\arcemu-world\Pet.cpp(1823) : error C2039: 'spelltargetType' : is not a member of 'AI_Spell'
1>        d:\documents and settings\kuraria\desktop\ascent\trunk\src\arcemu-world\AIInterface.h(168) : see declaration of 'AI_Spell'
1>ObjectStorage.cpp
1>..\..\src\arcemu-world\Player.cpp(4585) : error C2065: 'PLAYER_LEVEL_CAP' : undeclared identifier
1>..\..\src\arcemu-world\Player.cpp(4585) : error C2065: 'PLAYER_LEVEL_CAP' : undeclared identifier
1>..\..\src\arcemu-world\Player.cpp(5056) : error C2065: 'PLAYER_LEVEL_CAP' : undeclared identifier
1>Object.cpp
1>..\..\src\arcemu-world\Object.cpp(29) : error C2065: 'PLAYER_LEVEL_CAP' : undeclared identifier
1>..\..\src\arcemu-world\Object.cpp(1847) : error C2065: 'PLAYER_LEVEL_CAP' : undeclared identifier
1>..\..\src\arcemu-world\Object.cpp(2907) : error C2039: 'IsInBg' : is not a member of 'Object'
1>        d:\documents and settings\kuraria\desktop\ascent\trunk\src\arcemu-world\Object.h(108) : see declaration of 'Object'
1>..\..\src\arcemu-world\Object.cpp(2909) : error C2673: 'IsInBg' : global functions do not have 'this' pointers
1>..\..\src\arcemu-world\Object.cpp(2909) : error C2227: left of '->GetMapId' must point to class/struct/union/generic type
1>..\..\src\arcemu-world\Object.cpp(2918) : error C2039: 'GetTeam' : is not a member of 'Object'
1>        d:\documents and settings\kuraria\desktop\ascent\trunk\src\arcemu-world\Object.h(108) : see declaration of 'Object'
1>..\..\src\arcemu-world\Object.cpp(2920) : error C3861: 'IsPlayer': identifier not found
1>..\..\src\arcemu-world\Object.cpp(2922) : error C2673: 'GetTeam' : global functions do not have 'this' pointers
1>..\..\src\arcemu-world\Object.cpp(2922) : error C2227: left of '->GetTeam' must point to class/struct/union/generic type
1>..\..\src\arcemu-world\Object.cpp(2924) : error C3861: 'IsPet': identifier not found
1>..\..\src\arcemu-world\Object.cpp(2926) : error C2673: 'GetTeam' : global functions do not have 'this' pointers
1>..\..\src\arcemu-world\Object.cpp(2926) : error C2227: left of '->GetPetOwner' must point to class/struct/union/generic type
1>..\..\src\arcemu-world\Object.cpp(2928) : error C2673: 'GetTeam' : global functions do not have 'this' pointers
1>..\..\src\arcemu-world\Object.cpp(2928) : error C2227: left of '->GetPetOwner' must point to class/struct/union/generic type
1>..\..\src\arcemu-world\Object.cpp(2928) : error C2227: left of '->GetTeam' must point to class/struct/union/generic type
1>..\..\src\arcemu-world\Object.cpp(2931) : error C2673: 'GetTeam' : global functions do not have 'this' pointers
1>..\..\src\arcemu-world\Object.cpp(2931) : error C2227: left of '->IsTotem' must point to class/struct/union/generic type
1>..\..\src\arcemu-world\Object.cpp(2931) : error C3861: 'IsUnit': identifier not found
1>..\..\src\arcemu-world\Object.cpp(2931) : error C3861: 'IsPlayer': identifier not found
1>..\..\src\arcemu-world\Object.cpp(2933) : error C2673: 'GetTeam' : global functions do not have 'this' pointers
1>..\..\src\arcemu-world\Object.cpp(2933) : error C2227: left of '->GetTotemOwner' must point to class/struct/union/generic type
1>..\..\src\arcemu-world\Object.cpp(2935) : error C2673: 'GetTeam' : global functions do not have 'this' pointers
1>..\..\src\arcemu-world\Object.cpp(2935) : error C2227: left of '->GetTotemOwner' must point to class/struct/union/generic type
1>..\..\src\arcemu-world\Object.cpp(2935) : error C2227: left of '->GetTeam' must point to class/struct/union/generic type
1>Level3.cpp
1>..\..\src\arcemu-world\ObjectStorage.cpp(191) : error C2039: 'spelltargetType' : is not a member of 'AI_Spell'
1>        d:\documents and settings\kuraria\desktop\ascent\trunk\src\arcemu-world\AIInterface.h(168) : see declaration of 'AI_Spell'
1>..\..\src\arcemu-world\ObjectStorage.cpp(192) : error C2039: 'spelltargetType' : is not a member of 'AI_Spell'
1>        d:\documents and settings\kuraria\desktop\ascent\trunk\src\arcemu-world\AIInterface.h(168) : see declaration of 'AI_Spell'
1>HonorHandler.cpp
1>..\..\src\arcemu-world\HonorHandler.cpp(99) : error C2065: 'PLAYER_LEVEL_CAP_70' : undeclared identifier
1>..\..\src\arcemu-world\Level3.cpp(3239) : error C2065: 'PLAYER_LEVEL_CAP' : undeclared identifier
1>..\..\src\arcemu-world\Level3.cpp(3240) : error C2065: 'PLAYER_LEVEL_CAP' : undeclared identifier
1>faction.cpp
1>EyeOfTheStorm.cpp
1>..\..\src\arcemu-world\faction.cpp(45) : error C2039: 'IsInBg' : is not a member of 'Object'
1>        d:\documents and settings\kuraria\desktop\ascent\trunk\src\arcemu-world\Object.h(108) : see declaration of 'Object'
1>..\..\src\arcemu-world\faction.cpp(49) : error C2039: 'IsInBg' : is not a member of 'Object'
1>        d:\documents and settings\kuraria\desktop\ascent\trunk\src\arcemu-world\Object.h(108) : see declaration of 'Object'
1>..\..\src\arcemu-world\faction.cpp(56) : error C2039: 'GetTeam' : is not a member of 'Object'
1>        d:\documents and settings\kuraria\desktop\ascent\trunk\src\arcemu-world\Object.h(108) : see declaration of 'Object'
1>..\..\src\arcemu-world\faction.cpp(57) : error C2039: 'GetTeam' : is not a member of 'Object'
1>        d:\documents and settings\kuraria\desktop\ascent\trunk\src\arcemu-world\Object.h(108) : see declaration of 'Object'
1>..\..\src\arcemu-world\faction.cpp(206) : error C2039: 'IsInBg' : is not a member of 'Object'
1>        d:\documents and settings\kuraria\desktop\ascent\trunk\src\arcemu-world\Object.h(108) : see declaration of 'Object'
1>..\..\src\arcemu-world\faction.cpp(210) : error C2039: 'IsInBg' : is not a member of 'Object'
1>        d:\documents and settings\kuraria\desktop\ascent\trunk\src\arcemu-world\Object.h(108) : see declaration of 'Object'
1>..\..\src\arcemu-world\faction.cpp(217) : error C2039: 'GetTeam' : is not a member of 'Object'
1>        d:\documents and settings\kuraria\desktop\ascent\trunk\src\arcemu-world\Object.h(108) : see declaration of 'Object'
1>..\..\src\arcemu-world\faction.cpp(218) : error C2039: 'GetTeam' : is not a member of 'Object'
1>        d:\documents and settings\kuraria\desktop\ascent\trunk\src\arcemu-world\Object.h(108) : see declaration of 'Object'
1>EventableObject.cpp
1>..\..\src\arcemu-world\EventableObject.cpp(38) : error C2039: 'Virtual_Destructor' : is not a member of 'EventableObject'
1>        d:\documents and settings\kuraria\desktop\ascent\trunk\src\arcemu-world\EventableObject.h(39) : see declaration of 'EventableObject'
1>..\..\src\arcemu-world\EventableObject.cpp(41) : error C2065: 'm_events' : undeclared identifier
1>..\..\src\arcemu-world\EventableObject.cpp(41) : error C2228: left of '.begin' must have class/struct/union
1>        type is ''unknown-type''
1>..\..\src\arcemu-world\EventableObject.cpp(42) : error C2065: 'm_events' : undeclared identifier
1>..\..\src\arcemu-world\EventableObject.cpp(42) : error C2228: left of '.end' must have class/struct/union
1>        type is ''unknown-type''
1>..\..\src\arcemu-world\EventableObject.cpp(48) : error C2065: 'm_events' : undeclared identifier
1>..\..\src\arcemu-world\EventableObject.cpp(48) : error C2228: left of '.clear' must have class/struct/union
1>        type is ''unknown-type''
1>..\..\src\arcemu-world\EventableObject.cpp(50) : error C2065: 'm_holder' : undeclared identifier
1>..\..\src\arcemu-world\EventableObject.cpp(51) : error C2065: 'm_event_Instanceid' : undeclared identifier
1>CharacterHandler.cpp
1>..\..\src\arcemu-world\EyeOfTheStorm.cpp(858) : error C2039: 'HookOnShadowSight' : is not a member of 'EyeOfTheStorm'
1>        d:\documents and settings\kuraria\desktop\ascent\trunk\src\arcemu-world\EyeOfTheStorm.h(28) : see declaration of 'EyeOfTheStorm'
1>BattlegroundMgr.cpp
1>..\..\src\arcemu-world\BattlegroundMgr.cpp(1597) : error C2065: 'PLAYER_LEVEL_CAP_70' : undeclared identifier
1>ArenaTeam.cpp
1>..\..\src\arcemu-world\ArenaTeam.cpp(88) : error C2039: 'PersonalRating' : is not a member of 'ArenaTeamMember'
1>        d:\documents and settings\kuraria\desktop\ascent\trunk\src\arcemu-world\ArenaTeam.h(24) : see declaration of 'ArenaTeamMember'
1>..\..\src\arcemu-world\ArenaTeam.cpp(97) : error C2039: 'PersonalRating' : is not a member of 'ArenaTeamMember'
1>        d:\documents and settings\kuraria\desktop\ascent\trunk\src\arcemu-world\ArenaTeam.h(24) : see declaration of 'ArenaTeamMember'
1>..\..\src\arcemu-world\ArenaTeam.cpp(151) : error C2039: 'PersonalRating' : is not a member of 'ArenaTeamMember'
1>        d:\documents and settings\kuraria\desktop\ascent\trunk\src\arcemu-world\ArenaTeam.h(24) : see declaration of 'ArenaTeamMember'
1>..\..\src\arcemu-world\ArenaTeam.cpp(241) : error C2039: 'PersonalRating' : is not a member of 'ArenaTeamMember'
1>        d:\documents and settings\kuraria\desktop\ascent\trunk\src\arcemu-world\ArenaTeam.h(24) : see declaration of 'ArenaTeamMember'
1>..\..\src\arcemu-world\ArenaTeam.cpp(271) : error C2039: 'PersonalRating' : is not a member of 'ArenaTeamMember'
1>        d:\documents and settings\kuraria\desktop\ascent\trunk\src\arcemu-world\ArenaTeam.h(24) : see declaration of 'ArenaTeamMember'
1>..\..\src\arcemu-world\ArenaTeam.cpp(409) : error C2065: 'PLAYER_LEVEL_CAP_70' : undeclared identifier
1>Arenas.cpp
1>..\..\src\arcemu-world\Arenas.cpp(32) : error C2065: 'm_buffs' : undeclared identifier
1>..\..\src\arcemu-world\Arenas.cpp(32) : error C2065: 'm_buffs' : undeclared identifier
1>..\..\src\arcemu-world\Arenas.cpp(59) : error C2065: 'm_buffs' : undeclared identifier
1>..\..\src\arcemu-world\Arenas.cpp(59) : error C2065: 'm_buffs' : undeclared identifier
1>..\..\src\arcemu-world\Arenas.cpp(59) : error C2227: left of '->IsInWorld' must point to class/struct/union/generic type
1>..\..\src\arcemu-world\Arenas.cpp(60) : error C2065: 'm_buffs' : undeclared identifier
1>..\..\src\arcemu-world\Arenas.cpp(261) : error C2039: 'HookOnShadowSight' : is not a member of 'Arena'
1>        d:\documents and settings\kuraria\desktop\ascent\trunk\src\arcemu-world\Arenas.h(22) : see declaration of 'Arena'
1>..\..\src\arcemu-world\Arenas.cpp(263) : error C2065: 'm_mapMgr' : undeclared identifier
1>..\..\src\arcemu-world\Arenas.cpp(263) : error C2227: left of '->GetMapId' must point to class/struct/union/generic type
1>        type is ''unknown-type''
1>..\..\src\arcemu-world\Arenas.cpp(271) : error C2065: 'm_buffs' : undeclared identifier
1>..\..\src\arcemu-world\Arenas.cpp(271) : error C3861: 'SpawnGameObject': identifier not found
1>..\..\src\arcemu-world\Arenas.cpp(272) : error C2065: 'm_buffs' : undeclared identifier
1>..\..\src\arcemu-world\Arenas.cpp(272) : error C2227: left of '->SetUInt32Value' must point to class/struct/union/generic type
1>..\..\src\arcemu-world\Arenas.cpp(273) : error C2065: 'm_buffs' : undeclared identifier
1>..\..\src\arcemu-world\Arenas.cpp(273) : error C2227: left of '->SetFloatValue' must point to class/struct/union/generic type
1>..\..\src\arcemu-world\Arenas.cpp(274) : error C2065: 'm_buffs' : undeclared identifier
1>..\..\src\arcemu-world\Arenas.cpp(274) : error C2227: left of '->SetFloatValue' must point to class/struct/union/generic type
1>..\..\src\arcemu-world\Arenas.cpp(275) : error C2065: 'm_buffs' : undeclared identifier
1>..\..\src\arcemu-world\Arenas.cpp(275) : error C2227: left of '->SetUInt32Value' must point to class/struct/union/generic type
1>..\..\src\arcemu-world\Arenas.cpp(276) : error C2065: 'm_buffs' : undeclared identifier
1>..\..\src\arcemu-world\Arenas.cpp(276) : error C2227: left of '->SetUInt32Value' must point to class/struct/union/generic type
1>..\..\src\arcemu-world\Arenas.cpp(277) : error C2065: 'm_buffs' : undeclared identifier
1>..\..\src\arcemu-world\Arenas.cpp(277) : error C2227: left of '->PushToWorld' must point to class/struct/union/generic type
1>..\..\src\arcemu-world\Arenas.cpp(277) : error C2065: 'm_mapMgr' : undeclared identifier
1>..\..\src\arcemu-world\Arenas.cpp(279) : error C2065: 'm_buffs' : undeclared identifier
1>..\..\src\arcemu-world\Arenas.cpp(279) : error C3861: 'SpawnGameObject': identifier not found
1>..\..\src\arcemu-world\Arenas.cpp(280) : error C2065: 'm_buffs' : undeclared identifier
1>..\..\src\arcemu-world\Arenas.cpp(280) : error C2227: left of '->SetUInt32Value' must point to class/struct/union/generic type
1>..\..\src\arcemu-world\Arenas.cpp(281) : error C2065: 'm_buffs' : undeclared identifier
1>..\..\src\arcemu-world\Arenas.cpp(281) : error C2227: left of '->SetFloatValue' must point to class/struct/union/generic type
1>..\..\src\arcemu-world\Arenas.cpp(282) : error C2065: 'm_buffs' : undeclared identifier
1>..\..\src\arcemu-world\Arenas.cpp(282) : error C2227: left of '->SetFloatValue' must point to class/struct/union/generic type
1>..\..\src\arcemu-world\Arenas.cpp(283) : error C2065: 'm_buffs' : undeclared identifier
1>..\..\src\arcemu-world\Arenas.cpp(283) : error C2227: left of '->SetUInt32Value' must point to class/struct/union/generic type
1>..\..\src\arcemu-world\Arenas.cpp(284) : error C2065: 'm_buffs' : undeclared identifier
1>..\..\src\arcemu-world\Arenas.cpp(284) : error C2227: left of '->SetUInt32Value' must point to class/struct/union/generic type
1>..\..\src\arcemu-world\Arenas.cpp(285) : error C2065: 'm_buffs' : undeclared identifier
1>..\..\src\arcemu-world\Arenas.cpp(285) : error C2227: left of '->PushToWorld' must point to class/struct/union/generic type
1>..\..\src\arcemu-world\Arenas.cpp(285) : error C2065: 'm_mapMgr' : undeclared identifier
1>..\..\src\arcemu-world\Arenas.cpp(315) : error C2065: 'EVENT_ARENA_SHADOW_SIGHT' : undeclared identifier
1>..\..\src\arcemu-world\Arenas.cpp(316) : error C2039: 'HookOnShadowSight' : is not a member of 'CBattleground'
1>        d:\documents and settings\kuraria\desktop\ascent\trunk\src\arcemu-world\BattlegroundMgr.h(212) : see declaration of 'CBattleground'
1>..\..\src\arcemu-world\Arenas.cpp(316) : error C2065: 'EVENT_ARENA_SHADOW_SIGHT' : undeclared identifier
1>..\..\src\arcemu-world\Arenas.cpp(348) : error C2039: 'CalcDeltaRating' : is not a member of 'Arena'
1>        d:\documents and settings\kuraria\desktop\ascent\trunk\src\arcemu-world\Arenas.h(22) : see declaration of 'Arena'
1>..\..\src\arcemu-world\Arenas.cpp(438) : error C2039: 'PersonalRating' : is not a member of 'ArenaTeamMember'
1>        d:\documents and settings\kuraria\desktop\ascent\trunk\src\arcemu-world\ArenaTeam.h(24) : see declaration of 'ArenaTeamMember'
1>..\..\src\arcemu-world\Arenas.cpp(438) : error C2039: 'PersonalRating' : is not a member of 'ArenaTeamMember'
1>        d:\documents and settings\kuraria\desktop\ascent\trunk\src\arcemu-world\ArenaTeam.h(24) : see declaration of 'ArenaTeamMember'
1>..\..\src\arcemu-world\Arenas.cpp(439) : error C2039: 'PersonalRating' : is not a member of 'ArenaTeamMember'
1>        d:\documents and settings\kuraria\desktop\ascent\trunk\src\arcemu-world\ArenaTeam.h(24) : see declaration of 'ArenaTeamMember'
1>..\..\src\arcemu-world\Arenas.cpp(439) : error C2039: 'PersonalRating' : is not a member of 'ArenaTeamMember'
1>        d:\documents and settings\kuraria\desktop\ascent\trunk\src\arcemu-world\ArenaTeam.h(24) : see declaration of 'ArenaTeamMember'
1>..\..\src\arcemu-world\Arenas.cpp(579) : error C2065: 'm_buffs' : undeclared identifier
1>..\..\src\arcemu-world\Arenas.cpp(579) : error C2065: 'm_buffs' : undeclared identifier
1>..\..\src\arcemu-world\Arenas.cpp(579) : error C2227: left of '->IsInWorld' must point to class/struct/union/generic type
1>..\..\src\arcemu-world\Arenas.cpp(582) : error C2065: 'm_buffs' : undeclared identifier
1>..\..\src\arcemu-world\Arenas.cpp(582) : error C2227: left of '->GetInfo' must point to class/struct/union/generic type
1>..\..\src\arcemu-world\Arenas.cpp(582) : error C2227: left of '->sound3' must point to class/struct/union/generic type
1>..\..\src\arcemu-world\Arenas.cpp(593) : error C2065: 'm_buffs' : undeclared identifier
1>..\..\src\arcemu-world\Arenas.cpp(593) : error C2227: left of '->Despawn' must point to class/struct/union/generic type
1>AreaTrigger.cpp
1>..\..\src\arcemu-world\AreaTrigger.cpp(96) : error C2065: 'PLAYER_LEVEL_CAP_70' : undeclared identifier
1>ArathiBasin.cpp
1>..\..\src\arcemu-world\ArathiBasin.cpp(867) : error C2039: 'HookOnShadowSight' : is not a member of 'ArathiBasin'
1>        d:\documents and settings\kuraria\desktop\ascent\trunk\src\arcemu-world\ArathiBasin.h(52) : see declaration of 'ArathiBasin'
1>AIInterface.cpp
1>..\..\src\arcemu-world\AIInterface.cpp(1252) : error C2039: 'spelltargetType' : is not a member of 'AI_Spell'
1>        d:\documents and settings\kuraria\desktop\ascent\trunk\src\arcemu-world\AIInterface.h(168) : see declaration of 'AI_Spell'
1>..\..\src\arcemu-world\AIInterface.cpp(3241) : error C2039: 'spelltargetType' : is not a member of 'AI_Spell'
1>        d:\documents and settings\kuraria\desktop\ascent\trunk\src\arcemu-world\AIInterface.h(168) : see declaration of 'AI_Spell'
1>..\..\src\arcemu-world\AIInterface.cpp(3246) : error C2039: 'spelltargetType' : is not a member of 'AI_Spell'
1>        d:\documents and settings\kuraria\desktop\ascent\trunk\src\arcemu-world\AIInterface.h(168) : see declaration of 'AI_Spell'
1>..\..\src\arcemu-world\AIInterface.cpp(3253) : error C2039: 'spelltargetType' : is not a member of 'AI_Spell'
1>        d:\documents and settings\kuraria\desktop\ascent\trunk\src\arcemu-world\AIInterface.h(168) : see declaration of 'AI_Spell'
1>..\..\src\arcemu-world\AIInterface.cpp(3260) : error C2039: 'spelltargetType' : is not a member of 'AI_Spell'
1>        d:\documents and settings\kuraria\desktop\ascent\trunk\src\arcemu-world\AIInterface.h(168) : see declaration of 'AI_Spell'
1>Build log was saved at "file://d:\Documents and Settings\Kuraria\Desktop\ArcEmu\trunk\win\VC90\arcemu-world___Win32_Release\BuildLog.htm"
1>arcemu-world - 161 error(s), 0 warning(s)
========== Build: 0 succeeded, 1 failed, 2 up-to-date, 0 skipped ==========
 
Newbie Spellweaver
Joined
Jun 5, 2008
Messages
77
Reaction score
0
maybe checking out to a new folder will help

Edit: Yep, Nuked my src folder for the server and bin folder and compiled like new... supposed it was a corrupted src file *shrugs* just out of the blue wouldn't compile after a svn update and each update didn't fix it either but the delete re-checkout did
 
Back
Top