News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

CodeBlocks.workspace is missing - causes error with batch_rebuild_all.bat

Started by ironhead, June 29, 2012, 03:25:09 PM

Previous topic - Next topic

ironhead

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 :)

MortenMacFly

Quote from: ironhead on June 29, 2012, 03:25:09 PM
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: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]

ironhead

Quote from: MortenMacFly on June 29, 2012, 07:56:40 PM
Quote from: ironhead on June 29, 2012, 03:25:09 PM
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.

MortenMacFly

Quote from: ironhead on June 29, 2012, 08:26:00 PM
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: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]

ironhead