Author Topic: Another bug using virtual targets  (Read 4308 times)

Max

  • Guest
Another bug using virtual targets
« 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

Offline mandrav

  • Project Leader
  • Administrator
  • Lives here!
  • *****
  • Posts: 4315
    • Code::Blocks IDE
Re: Another bug using virtual targets
« Reply #1 on: August 17, 2006, 10:51:08 am »
Fixed.
Be patient!
This bug will be fixed soon...

Offline tiwag

  • Developer
  • Lives here!
  • *****
  • Posts: 1196
  • sailing away ...
    • tiwag.cb
Re: Another bug using virtual targets
« Reply #2 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

Offline mandrav

  • Project Leader
  • Administrator
  • Lives here!
  • *****
  • Posts: 4315
    • Code::Blocks IDE
Re: Another bug using virtual targets
« Reply #3 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...
Be patient!
This bug will be fixed soon...

Offline mandrav

  • Project Leader
  • Administrator
  • Lives here!
  • *****
  • Posts: 4315
    • Code::Blocks IDE
Re: Another bug using virtual targets
« Reply #4 on: August 17, 2006, 12:35:42 pm »
Tested batch builds and seems to work fine. Can you test with a later revision?
Be patient!
This bug will be fixed soon...

Offline tiwag

  • Developer
  • Lives here!
  • *****
  • Posts: 1196
  • sailing away ...
    • tiwag.cb
Re: Another bug using virtual targets
« Reply #5 on: August 17, 2006, 12:39:56 pm »
ok with svn rev 2868  :lol:

thx, tiwag