Code::Blocks Forums
User forums => Help => Topic started by: burner on February 07, 2008, 04:23:05 pm
-
Hello,
I have a prety big workspace so compiling takes long. But when I get a error is does not resume after i fix the error and it starts all over again. So is there a way to continue compiling? It take sometimes 15 minutes to compile. so If error is at the back of the workspace then it is really frustrating
greetz
-
Unless dependencies force the IDE to do so, it should not restart from the beginning, if you press the correct button (blue gear, labelled "build").
If you are positive that you press the correct button, you have to check for inter-project dependencies.
-
Which version do you use ?
There was a bug that caused C::B to rebuild all files on Linux even when clicked build. This bug was fixed in svn4585