[Bf-committers] Game Engine / IRIX issues

Chris Want cwant at ualberta.ca
Sun Aug 21 18:26:44 CEST 2005


Compilation of the game engine using the MIPSPro 7.4
compiler on IRIX halts at KX_MouseFocusSensor.cpp:

cc-3624 CC: WARNING File = ../Expressions/ListValue.h, Line = 55
   function "CValue::SetValue(CValue *)" is hidden by 
"CListValue::SetValue" --
           virtual function override intended?

         void SetValue(int i,CValue* val);
              ^

cc-1349 CC: WARNING File = KX_Camera.h, Line = 132
   The indicated declaration requires a typedef name.

         typedef enum { INSIDE, INTERSECT, OUTSIDE } ;
                                                     ^

cc-1349 CC: WARNING File = ../Physics/common/PHY_DynamicTypes.h, Line = 63
   The indicated declaration requires a typedef name.

   };
    ^

cc-1238 CC: ERROR File = KX_MouseFocusSensor.cpp, Line = 279
   The member "KX_MouseFocusSensor::m_hitObject" is inaccessible.

         result = (m_hitObject!=0);
                   ^

1 error detected in the compilation of "KX_MouseFocusSensor.cpp".

Cheers,
Chris


More information about the Bf-committers mailing list