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.next.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
Quote from: 280Z28 on December 12, 2005, 11:19:54 PM
The non-new-build CodeBlocks.cbp in svn head (1494) is missing some files:
Currently we 're only updating CodeBlocks-NewBuild.cbp...
Mmm, very strange it works, $WX_CFG=Unicode would be the right thing I think.
Quote from: mandrav on December 12, 2005, 11:49:40 PM
Quote from: 280Z28 on December 12, 2005, 11:19:54 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).
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).
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)