News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

Problems Building Code::Blocks with Code::Blocks

Started by Malachy1681, November 27, 2005, 08:24:55 AM

Previous topic - Next topic

Malachy1681

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.

rickg22

#1
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.

mandrav

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...
Be patient!
This bug will be fixed soon...

Malachy1681

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.

sethjackson

Some of the project files in CVS won't work with RC2.

Malachy1681

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.

sethjackson


Malachy1681

Thanks alot everyone.  I downloaded one of Ceniza's SVN binaries and got it all compiled and working.  :D