Compile errors with latest HEAD revision
by Ian Roach · in Torque Game Engine · 12/21/2001 (7:31 pm) · 1 replies
Hi everyone.
I recently just got the latest head revision code and im getting a few compile errors on the v12 engine workspace.
i can compile the v12 sdk without any errors but when i compile the v12 engine i get teh following errors :
--------------------Configuration: v12 Engine - Win32 Debug--------------------
Compiling...
aiConnection.cc
c:\garagegames\torque\engine\ai\aiconnection.cc(1324) : error C2039: 'damageRadius' : is not a member of 'ProjectileData'
c:\garagegames\torque\engine\game\projectile.h(32) : see declaration of 'ProjectileData'
c:\garagegames\torque\engine\ai\aiconnection.cc(1520) : error C2039: 'hasDamageRadius' : is not a member of 'ProjectileData'
c:\garagegames\torque\engine\game\projectile.h(32) : see declaration of 'ProjectileData'
c:\garagegames\torque\engine\ai\aiconnection.cc(1520) : error C2039: 'damageRadius' : is not a member of 'ProjectileData'
c:\garagegames\torque\engine\game\projectile.h(32) : see declaration of 'ProjectileData'
c:\garagegames\torque\engine\ai\aiconnection.cc(1535) : error C2039: 'calculateAim' : is not a member of 'ProjectileData'
c:\garagegames\torque\engine\game\projectile.h(32) : see declaration of 'ProjectileData'
c:\garagegames\torque\engine\ai\aiconnection.cc(1540) : error C2039: 'calculateAim' : is not a member of 'ProjectileData'
c:\garagegames\torque\engine\game\projectile.h(32) : see declaration of 'ProjectileData'
c:\garagegames\torque\engine\ai\aiconnection.cc(1638) : error C2039: 'hasDamageRadius' : is not a member of 'ProjectileData'
c:\garagegames\torque\engine\game\projectile.h(32) : see declaration of 'ProjectileData'
c:\garagegames\torque\engine\ai\aiconnection.cc(1638) : error C2039: 'damageRadius' : is not a member of 'ProjectileData'
c:\garagegames\torque\engine\game\projectile.h(32) : see declaration of 'ProjectileData'
aiStep.cc
c:\garagegames\torque\engine\ai\aistep.cc(569) : error C2039: 'calculateAim' : is not a member of 'ProjectileData'
c:\garagegames\torque\engine\game\projectile.h(32) : see declaration of 'ProjectileData'
Error executing cl.exe.
v12Test_DEBUG.exe - 8 error(s), 0 warning(s)
Any ideas ?
I recently just got the latest head revision code and im getting a few compile errors on the v12 engine workspace.
i can compile the v12 sdk without any errors but when i compile the v12 engine i get teh following errors :
--------------------Configuration: v12 Engine - Win32 Debug--------------------
Compiling...
aiConnection.cc
c:\garagegames\torque\engine\ai\aiconnection.cc(1324) : error C2039: 'damageRadius' : is not a member of 'ProjectileData'
c:\garagegames\torque\engine\game\projectile.h(32) : see declaration of 'ProjectileData'
c:\garagegames\torque\engine\ai\aiconnection.cc(1520) : error C2039: 'hasDamageRadius' : is not a member of 'ProjectileData'
c:\garagegames\torque\engine\game\projectile.h(32) : see declaration of 'ProjectileData'
c:\garagegames\torque\engine\ai\aiconnection.cc(1520) : error C2039: 'damageRadius' : is not a member of 'ProjectileData'
c:\garagegames\torque\engine\game\projectile.h(32) : see declaration of 'ProjectileData'
c:\garagegames\torque\engine\ai\aiconnection.cc(1535) : error C2039: 'calculateAim' : is not a member of 'ProjectileData'
c:\garagegames\torque\engine\game\projectile.h(32) : see declaration of 'ProjectileData'
c:\garagegames\torque\engine\ai\aiconnection.cc(1540) : error C2039: 'calculateAim' : is not a member of 'ProjectileData'
c:\garagegames\torque\engine\game\projectile.h(32) : see declaration of 'ProjectileData'
c:\garagegames\torque\engine\ai\aiconnection.cc(1638) : error C2039: 'hasDamageRadius' : is not a member of 'ProjectileData'
c:\garagegames\torque\engine\game\projectile.h(32) : see declaration of 'ProjectileData'
c:\garagegames\torque\engine\ai\aiconnection.cc(1638) : error C2039: 'damageRadius' : is not a member of 'ProjectileData'
c:\garagegames\torque\engine\game\projectile.h(32) : see declaration of 'ProjectileData'
aiStep.cc
c:\garagegames\torque\engine\ai\aistep.cc(569) : error C2039: 'calculateAim' : is not a member of 'ProjectileData'
c:\garagegames\torque\engine\game\projectile.h(32) : see declaration of 'ProjectileData'
Error executing cl.exe.
v12Test_DEBUG.exe - 8 error(s), 0 warning(s)
Any ideas ?
About the author
Torque Owner Tim Gift
In CVS, try selecting the torque directory in the left broswse pane, select the update menu (or press the green arrow update icon), and make sure you select the Reset any sticky date/tag/-k options box before pressing the ok button.