22:51:51 **** Build of configuration Debug for project DynTree ****
make all
Building file: ../sttrees/st_splay.cpp
Invoking: GCC C++ Compiler
g++ -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"sttrees/st_splay.d" -MT"sttrees/st_splay.d" -o "sttrees/st_splay.o" "../sttrees/st_splay.cpp"
In file included from ../sttrees/stsplaynode.h:16:0,
from ../sttrees/st_splay.h:19,
from ../sttrees/st_splay.cpp:10:
../sttrees/../general/bintree.h: In instantiation of ‘void BinaryTree::rotateLeft(Node*) [with Node = STSplayNode]’:
../sttrees/stsplaynode.h:172:39: required from here
../sttrees/../general/bintree.h:75:3: error: ‘linkLeft’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation [-fpermissive]
../sttrees/../general/bintree.h:131:36: note: ‘template<class Node> void BinaryTree::linkLeft(Node*, Node*)’ declared here, later in the translation unit
../sttrees/../general/bintree.h: In instantiation of ‘void BinaryTree::rotateRight(Node*) [with Node = STSplayNode]’:
../sttrees/stsplaynode.h:173:35: required from here
../sttrees/../general/bintree.h:62:3: error: ‘linkRight’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation [-fpermissive]
../sttrees/../general/bintree.h:136:36: note: ‘template<class Node> void BinaryTree::linkRight(Node*, Node*)’ declared here, later in the translation unit
make: *** [sttrees/st_splay.o] Error 1
22:51:51 Build Finished (took 359ms)