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.
Um you can't trying to compile CVS with RC2... the project file has been changed and has new requirements. You need to compile a previous CVS version (forgot which one) to compile the latest. Try downloading Ceniza's SVN build instead.
Quote from: rickg22 on November 27, 2005, 02:49:35 PM
Um you can't trying to compile CVS with RC2... the project file has been changed and has new requirements. You need to compile a previous CVS version (forgot which one) to compile the latest. Try downloading Ceniza's SVN build instead.
CodeBlocks.cbp has been updated, although for unicode build...
I'm not sure I understand why you can't compile the latest CVS using RC2. I'm using the project files that came in CVS.
Some of the project files in CVS won't work with RC2.
Well, if I can't use RC2 to compile C::B CVS, then I have to use a makefile, but there don't seem to be any makefiles for MinGW.
Download one of Ceniza's SVN binaries then compile C::B
http://gda.utp.edu.co/~ceniza/CodeBlocks/
Thanks alot everyone. I downloaded one of Ceniza's SVN binaries and got it all compiled and working. :D