Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: Max on August 16, 2006, 11:49:00 pm

Title: Another bug using virtual targets
Post by: Max on August 16, 2006, 11:49:00 pm
Dear All,

With the latest nightly build 2863 (Windows XP SP2) I am getting the following bug

If you have multiple target and you are using one of them (for example using the Build Target comobox)
you will compile and/or clean the previous in the list. May be bad internal numbering of the targets.

Hope this helps

Massimo
Title: Re: Another bug using virtual targets
Post by: mandrav on August 17, 2006, 10:51:08 am
Fixed.
Title: Re: Another bug using virtual targets
Post by: tiwag on August 17, 2006, 11:04:30 am
using batchbuild i get this one when trying to build with CB svn rev 2863

Code
-------------- Build: "no target" in Code::Blocks ---------------
Nothing to be done.

when building from the IDE it works

WinXP, wx263
Title: Re: Another bug using virtual targets
Post by: mandrav on August 17, 2006, 11:09:24 am
using batchbuild i get this one when trying to build with CB svn rev 2863

Code
-------------- Build: "no target" in Code::Blocks ---------------
Nothing to be done.

when building from the IDE it works

WinXP, wx263

Yes, this one needs checking as well as makefile-based builds...
Title: Re: Another bug using virtual targets
Post by: mandrav on August 17, 2006, 12:35:42 pm
Tested batch builds and seems to work fine. Can you test with a later revision?
Title: Re: Another bug using virtual targets
Post by: tiwag on August 17, 2006, 12:39:56 pm
ok with svn rev 2868  :lol:

thx, tiwag