Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Development => Topic started by: 280Z28 on December 12, 2005, 11:19:54 pm

Title: Missing files in CodeBlocks.cbp
Post by: 280Z28 on December 12, 2005, 11:19:54 pm
The non-new-build CodeBlocks.cbp in svn head (1494) is missing some files:

Target plugin_CompilerGCC is missing:

plugins\compilergcc\cmdlinegenerator.cpp
plugins\compilergcc\cmdlinegenerator.h
plugins\compilergcc\compiler_defs.cpp
plugins\compilergcc\compiler_defs.h

Target sdk is missing:

sdk\editpairdlg.cpp
sdk\editpairdlg.h
sdk\projectfile.cpp
sdk\projectfile.h

Target src is missing:

src\associations.cpp
src\associations.h

Additionally, in order to have CB not crash as described here (http://forums.codeblocks.org/index.php?topic=1618.0), I had to set the following build options:

$WX_CFG=NonUnicode
$WX_UNICODE= (blank)
and undefine wxUSE_UNICODE
Title: Re: Missing files in CodeBlocks.cbp
Post by: mandrav on December 12, 2005, 11:49:40 pm
The non-new-build CodeBlocks.cbp in svn head (1494) is missing some files:

Currently we 're only updating CodeBlocks-NewBuild.cbp...
Title: Re: Missing files in CodeBlocks.cbp
Post by: takeshimiya on December 12, 2005, 11:50:30 pm
Mmm, very strange it works, $WX_CFG=Unicode would be the right thing I think.
Title: Re: Missing files in CodeBlocks.cbp
Post by: 280Z28 on December 12, 2005, 11:55:20 pm
The non-new-build CodeBlocks.cbp in svn head (1494) is missing some files:

Currently we 're only updating CodeBlocks-NewBuild.cbp...

Until you have released binaries that support the new format, I think you should, since that's the only way to build the head. After that, you can delete the old style and remove "-NewBuild" from the new version (making the new version the only one).
Title: Re: Missing files in CodeBlocks.cbp
Post by: thomas on December 13, 2005, 12:03:09 am
We're only updating one project because
a) there are a lot of changes, it is a terrible pain to update half a dozen different projects each time
b) we will eventually reduce everything to one single project anyway

You can add wxUSE_UNICODE to that project if you want Unicode (also remember to use a wxWidgets version that is compiled that way).
Title: Re: Missing files in CodeBlocks.cbp
Post by: 280Z28 on December 13, 2005, 02:29:11 am
I suggest we go ahead and remove the old build file then. We can make a link here (sticky?) and/or on the wiki to one of these pages where a prebuilt version that supports NewBuild can be found. With a new version downloaded, no one needs the old build file anymore.

http://paginas.terra.com.br/informatica/mauricio/codeblocks/
(I forget where I found the other link but I know there is one)