Hi, guys,
I write a program in Kdevelop, but i get some error message after compile.
--------------------------------------------------------------------------------
linking pants (libtool)
node.o(.text+0x2ef): In function `CNode::CNode[not-in-charge](long, double, double, double, CPattern, std::list<CNode*, std::allocator<CNode*> >*)':
: undefined reference to `CNoMobility::CNoMobility[in-charge](CNode*)'
node.o(.text+0x36
: In function `CNode::CNode[not-in-charge](long, double, double, double, CPattern, std::list<CNode*, std::allocator<CNode*> >*)':
: undefined reference to `CRandDirBounce::CRandDirBounce[in-charge](CNode*)'
node.o(.text+0x3a1): In function `CNode::CNode[not-in-charge](long, double, double, double, CPattern, std::list<CNode*, std::allocator<CNode*> >*)':
: undefined reference to `CRandDirWrap::CRandDirWrap[in-charge](CNode*)'
node.o(.text+0x67f): In function `CNode::CNode[in-charge](long, double, double, double, CPattern, std::list<CNode*, std::allocator<CNode*> >*)':
: undefined reference to `CNoMobility::CNoMobility[in-charge](CNode*)'
node.o(.text+0x6f
: In function `CNode::CNode[in-charge](long, double, double, double, CPattern, std::list<CNode*, std::allocator<CNode*> >*)':
: undefined reference to `CRandDirBounce::CRandDirBounce[in-charge](CNode*)'
node.o(.text+0x731): In function `CNode::CNode[in-charge](long, double, double, double, CPattern, std::list<CNode*, std::allocator<CNode*> >*)':
: undefined reference to `CRandDirWrap::CRandDirWrap[in-charge](CNode*)'
collect2: ld returned 1 exit status
gmake: *** [pants] Error 1
gmake: Target `install' not remade because of errors.
*** Exited with status: 2 ***
---------------------------------------------------------------------------------------------
anyone know, how can i solve this?
thanks.