/data/devel/toolchains/pandora/arm-2011.09/bin/arm-none-linux-gnueabi-g++ -o build/debug/game/game/ai/AI_pathing.os -c -fPIC -I/data/devel/toolchains/pandora/arm-2011.09/usr/include -pipe -Wall -Wno-sign-compare -Wno-unknown-pragmas -fmessage-length=0 -fpermissive -fvisibility=hidden -g -O1 -D_DEBUG -fno-strict-aliasing -DGAME_DLL game/ai/AI_pathing.cpp
game/ai/AI_pathing.cpp: In function 'pathNode_t* BuildPathTree(const obstacle_t*, int, const idBounds&, const idVec2&, const idVec2&, obstaclePath_t&)':
game/ai/AI_pathing.cpp:659:51: error: 'next' was not declared in this scope
game/ai/AI_pathing.cpp:659:55: error: a function call cannot appear in a constant-expression
game/ai/AI_pathing.cpp:659:57: error: template argument 2 is invalid
game/ai/AI_pathing.cpp:659:72: error: invalid type in declaration before ',' token
game/ai/AI_pathing.cpp:666:16: error: request for member 'Add' in 'pathNodeQueue', which is of non-class type 'int'
game/ai/AI_pathing.cpp:668:28: error: request for member 'Get' in 'pathNodeQueue', which is of non-class type 'int'
game/ai/AI_pathing.cpp:668:116: error: request for member 'Get' in 'pathNodeQueue', which is of non-class type 'int'
game/ai/AI_pathing.cpp:670:13: error: request for member 'Add' in 'treeQueue', which is of non-class type 'int'
game/ai/AI_pathing.cpp:708:20: error: request for member 'Add' in 'pathNodeQueue', which is of non-class type 'int'
game/ai/AI_pathing.cpp:712:20: error: request for member 'Add' in 'pathNodeQueue', which is of non-class type 'int'
game/ai/AI_pathing.cpp:725:20: error: request for member 'Add' in 'pathNodeQueue', which is of non-class type 'int'
game/ai/AI_pathing.cpp:750:19: error: request for member 'Add' in 'pathNodeQueue', which is of non-class type 'int'