News:

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

Main Menu

Missing files in CodeBlocks.cbp

Started by 280Z28, December 12, 2005, 11:19:54 PM

Previous topic - Next topic

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
78 280Z, "a few bolt-ons" - 12.71@109.04
99 Trans Am, "Daily Driver" - 525rwhp/475rwtq
Check out The Sam Zone :cool:

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:

Currently we 're only updating CodeBlocks-NewBuild.cbp...
Be patient!
This bug will be fixed soon...

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:

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).
78 280Z, "a few bolt-ons" - 12.71@109.04
99 Trans Am, "Daily Driver" - 525rwhp/475rwtq
Check out The Sam Zone :cool:

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).
"We should forget about small efficiencies, say about 97% of the time: Premature quotation is the root of public humiliation."

280Z28

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)
78 280Z, "a few bolt-ons" - 12.71@109.04
99 Trans Am, "Daily Driver" - 525rwhp/475rwtq
Check out The Sam Zone :cool: