Developer forums (C::B DEVELOPMENT STRICTLY!) > Development
Missing files in CodeBlocks.cbp
280Z28:
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, I had to set the following build options:
$WX_CFG=NonUnicode
$WX_UNICODE= (blank)
and undefine wxUSE_UNICODE
mandrav:
--- 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:
--- End quote ---
Currently we 're only updating CodeBlocks-NewBuild.cbp...
takeshimiya:
Mmm, very strange it works, $WX_CFG=Unicode would be the right thing I think.
280Z28:
--- 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:
--- End quote ---
Currently we 're only updating CodeBlocks-NewBuild.cbp...
--- End quote ---
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).
thomas:
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).
Navigation
[0] Message Index
[#] Next page
Go to full version