Author Topic: CodeBlocks.workspace is missing - causes error with batch_rebuild_all.bat  (Read 8317 times)

Offline ironhead

  • Almost regular
  • **
  • Posts: 210
I just tried running the newly added batch_rebuild_all.bat file and it calls codeblocks.exe with the CodeBlocks.workspace file which is missing from the repository.  Can someone please add it?

Thanks :)

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9723
Can someone please add it?
Do it yourself - CodeBlocks.workspace = ContribPlugins.workspace + CodeBlocks.cbp
:-)
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ

Offline ironhead

  • Almost regular
  • **
  • Posts: 210
Can someone please add it?
Do it yourself - CodeBlocks.workspace = ContribPlugins.workspace + CodeBlocks.cbp
:-)

Fair enough, seems to be a little odd to have a batch file in the repository that requires something that is missing though.

You also need to make all the plugins dependent on the CodeBlocks project to ensure proper build order.

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9723
You also need to make all the plugins dependent on the CodeBlocks project to ensure proper build order.
Just make the CodeBlocks.cbp the first project in the workspace and you are done.

(I might commit this indeed...)
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ

Offline ironhead

  • Almost regular
  • **
  • Posts: 210
(I might commit this indeed...)

Saw it was done in r.8080 - many thanks! :)