[cxserver-interest] about undefined reference error when update wt
Brought to you by:
zhmsong
From: Zhimin S. <csz...@gm...> - 2011-09-28 06:43:17
|
hey, buddies: Every time I update wt from lower version to newest version, there are many make errors like the following, but I can confirm my class does not use the reported function, such as setRequestTooLarge(int), so every time I just push the #include <WObject> into the implementation file (such as RectangleText), it will make well. CMakeFiles/cx.wt.dir/utils/RectangleText.o:(.rodata._ZTVN2Cs13RectangleTextE[vtable for Cs::RectangleText]+0x28): undefined reference to `Wt::WObject::setRequestTooLarge(int)' What about the problem? Thanks in advance! BR Zhimin |