Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[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




Back to the top