Author Topic: REBUILD_SEPERATELY=0 not working  (Read 4135 times)

Offline idblew

  • Multiple posting newcomer
  • *
  • Posts: 27
REBUILD_SEPERATELY=0 not working
« 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).  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.

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7252
Re: REBUILD_SEPERATELY=0 not working
« Reply #1 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).

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7252
Re: REBUILD_SEPERATELY=0 not working
« Reply #2 on: June 16, 2009, 12:05:57 am »
The bug should be fixed in trunk (r5650).

Offline idblew

  • Multiple posting newcomer
  • *
  • Posts: 27
Re: REBUILD_SEPERATELY=0 not working
« Reply #3 on: June 16, 2009, 09:27:45 am »
Confirmed working in trunk (r5650)
 8)