User forums > Help

CodeBlocks workspace compiling

(1/2) > >>

wvteijlingen:
Hello,

I compile my workspace from the commandline. It works fine, but i have one problem with it however. I have like 30 projects in my workspace and some of them may or may not compile. Codeblocks stops compiling projects, if one of them has errors. This is not what i want, because i do want to compile my other projects.

I've read the documentation on the Wiki, but i could not find it. I start my build as follows:

codeblocks.exe --rebuild drivers.workspace

Anyone an idea?

MortenMacFly:

--- Quote from: wvteijlingen on January 14, 2008, 02:56:22 pm ---codeblocks.exe --rebuild drivers.workspace
Anyone an idea?

--- End quote ---
Sure: Why don't you setup a batch file and compile the projects one-by-one rather that the workspace? Thus the compilation would continue on an error in a project. Within a workspace it makes most of the time no sense to continue the build process. That's why C::B stops there - which is correct.

Jewe:
I have the same problem, I want all dll's in my project to be compiled.
Maybe an solution in the middle by inserting an additional parameter that allows you continue?
This option is default false so the basic implementation is not changed.

cheers,

Jewe

mandrav:

--- Quote from: Jewe on January 15, 2008, 09:43:28 am ---I have the same problem, I want all dll's in my project to be compiled.
Maybe an solution in the middle by inserting an additional parameter that allows you continue?
This option is default false so the basic implementation is not changed.

cheers,

Jewe

--- End quote ---

Post a feature request then.

killerbot:
or a patch. This one bites me too all the time ;-)

Navigation

[0] Message Index

[#] Next page

Go to full version