Code::Blocks Forums

User forums => General (but related to Code::Blocks) => Topic started by: LETARTARE on December 19, 2011, 01:54:56 pm

Title: Compilation long ...
Post by: LETARTARE on December 19, 2011, 01:54:56 pm
Hello
When using the 'Build workspace' on 'ContribPlugins.workspace', it would be interesting to check the compilation target, to see the progress of the work.
For advancement in the progress bar is not as readable and explicit.
thank you.
Title: Re: Compilation long ...
Post by: oBFusCATed on December 19, 2011, 03:14:09 pm
I don't understand what you're trying to say here.
Can you try to give a more detailed explanation?
Title: Re: Compilation long ...
Post by: ollydbg on December 19, 2011, 03:20:13 pm
I don't understand what you're trying to say here.
Me too. :)
Title: Re: Compilation long ...
Post by: LETARTARE on December 19, 2011, 03:26:17 pm
yes
I wish to compile the 'plugins' a svn.
1- I load 'ContribPlugins.workspace' in C::B.
2- I request to build the workspace
3- 'AutoVersionning' is highlighted and remains highlighted every time the compilation.
Following the progress of the work should be highlighted the project involves compiling.

Is this possible? (although not essential)

Title: Re: Compilation long ...
Post by: oBFusCATed on December 19, 2011, 04:15:48 pm
No, the highlighted project is the active project in the workspace.
It has different meaning and it has never been meant to represent the currently compiled project.
And if we implement a parallel project compilation in the future it will be impossible to support this feature you want.
In the build log you can follow which project is built at the moment.
Title: Re: Compilation long ...
Post by: LETARTARE on December 19, 2011, 04:19:10 pm
Thank you for this explanation