Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [cdt-dev] Internal Builder broken in HEAD ?

Hi Sascha,

That's true.. The problem is fixed now. Please update and verify..

Thanks for caching this,
Mikhail

-----Original Message-----
From: cdt-dev-bounces@xxxxxxxxxxx [mailto:cdt-dev-bounces@xxxxxxxxxxx]
On Behalf Of Sascha Radike
Sent: Friday, May 25, 2007 11:00 AM
To: 'CDT General developers list.'
Subject: [cdt-dev] Internal Builder broken in HEAD ?

I just tried to build some projects and noticed the (internal) builder
does
not work any more?

*** Reproduce ***

- Create a new C (MinGw) project
- Create a source folder "src2"
- Create a new source file "main.c"
int bla()
{
Return 0;
}

- Build


*** Result ***

**** Rebuild of configuration Debug for project MinGwTest2 ****

**** Internal Builder is used for build               ****
Nothing to build for MinGwTest2


This happens for more complex projects, too, which worked fine before.
But
the builder always reports "nothing to build".

?

Sascha


_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cdt-dev


Back to the top