Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Development => Topic started by: idblew on June 15, 2009, 03:32:07 pm

Title: REBUILD_SEPERATELY=0 not working
Post by: idblew on June 15, 2009, 03:32:07 pm
Platform: Windows Vista x64 (SP2)
Compiler: MinGW 3.4.5

When rebuilding a project (or workspace) from the Explorer context menu, if the option REBUILD_SEPERATELY is set to 1 (one), everything works fine.

However if the option is set to 0 (zero), the clean appears to run (but does nothing), the build never starts, and the process reports completed successfully (see screenshot (http://www.etona.eclipse.co.uk/Misc/Rebuild.jpg)).  The "codeblocks.exe" process is then left behind and has to be manually killed.

In earlier SVNs (I believe prior to this new option) I had no problems rebuilding projects/workspaces.

Also, strangely, this works from within Code::Blocks itself.
Title: Re: REBUILD_SEPERATELY=0 not working
Post by: Jenna on June 15, 2009, 03:44:44 pm
Thanks for reporting this bug, I will look into it this afternoon/evening (I am at work at the moment).
Title: Re: REBUILD_SEPERATELY=0 not working
Post by: Jenna on June 16, 2009, 12:05:57 am
The bug should be fixed in trunk (r5650).
Title: Re: REBUILD_SEPERATELY=0 not working
Post by: idblew on June 16, 2009, 09:27:45 am
Confirmed working in trunk (r5650)
 8)