Author Topic: Missing files in CodeBlocks.cbp  (Read 9831 times)

Offline 280Z28

  • Regular
  • ***
  • Posts: 397
  • *insert unicode here*
Missing files in CodeBlocks.cbp
« 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, 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:

Offline mandrav

  • Project Leader
  • Administrator
  • Lives here!
  • *****
  • Posts: 4315
    • Code::Blocks IDE
Re: Missing files in CodeBlocks.cbp
« Reply #1 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...
Be patient!
This bug will be fixed soon...

takeshimiya

  • Guest
Re: Missing files in CodeBlocks.cbp
« Reply #2 on: December 12, 2005, 11:50:30 pm »
Mmm, very strange it works, $WX_CFG=Unicode would be the right thing I think.

Offline 280Z28

  • Regular
  • ***
  • Posts: 397
  • *insert unicode here*
Re: Missing files in CodeBlocks.cbp
« Reply #3 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).
78 280Z, "a few bolt-ons" - 12.71@109.04
99 Trans Am, "Daily Driver" - 525rwhp/475rwtq
 Check out The Sam Zone :cool:

Offline thomas

  • Administrator
  • Lives here!
  • *****
  • Posts: 3979
Re: Missing files in CodeBlocks.cbp
« Reply #4 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).
"We should forget about small efficiencies, say about 97% of the time: Premature quotation is the root of public humiliation."

Offline 280Z28

  • Regular
  • ***
  • Posts: 397
  • *insert unicode here*
Re: Missing files in CodeBlocks.cbp
« Reply #5 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)
78 280Z, "a few bolt-ons" - 12.71@109.04
99 Trans Am, "Daily Driver" - 525rwhp/475rwtq
 Check out The Sam Zone :cool: