I'm trying to use the latest downloaded C::B binaries to compile CVS head, but I get the following errors during the build of wxDockIt:
src\wxDockit\src\generic\barholder.cpp:23: error: definition of static data member 'wxBarHolder::sm_eventTable' of dllimport'd class.
src\wxDockit\src\generic\barholder.cpp:23: error: definition of static data member 'wxBarHolder::sm_eventHashTable' of dllimport'd class.
src\wxDockit\src\generic\barholder.cpp:23: error: definition of static data member 'wxBarHolder::sm_eventTableEntries' of dllimport'd class.
src\wxDockit\src\generic\barholder.cpp:31: error: definition of static data member 'wxBarHolder::ms_classInfo' of dllimport'd class.
I'm using the project 'CodeBlocks-NewBuild.cbp'. Any help would be greatly appreciated.