Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Development => Topic started by: Anonymous on March 08, 2005, 02:04:44 am

Title: Undefined reference?
Post by: Anonymous on March 08, 2005, 02:04:44 am
I just check out the CVS repository

"Linking shared library "devel\share\CodeBlocks\plugins\compilergcc.dll"...
plugins\compilergcc\.objs\compilergcc.o: In function `ZN11CompilerGCCC1Ev':
C:/Msys/1.0/home/bey/codeblocks/src/plugins/compilergcc/compilergcc.cpp:168:
undefined reference to `wxToolBarAddOnXmlHandler::wxToolBarAddOnXmlHandler()'
"

What do I do wrong?
Title: Undefined reference?
Post by: mandrav on March 08, 2005, 09:04:47 am
The Makefile was not updated with the latest additions. FIxed it now. Run "cvs update" and it 'll be OK.

Yiannis.