Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [cdt-dev] Broken build?

Doug,

Could you please define how the problem looks like ?

I've tried Internal builder now (whole code got from HEAD) 
- it works (without parallel builder also).

Moreover, I have not changed internal builder logic at all.
When parallel build is not enabled, 
existing DescriptionBuilder is invoked. 

Anyway, If we'll roll back single file:
org.eclipse.cdt.managedbuilder.internal.core.GeneratedMakefileBuilder.ja
va,
everything would work as before (although UI changes will remain).







----
Oleg
 
-----Original Message-----
From: cdt-dev-bounces@xxxxxxxxxxx [mailto:cdt-dev-bounces@xxxxxxxxxxx]
On Behalf Of Doug Schaefer
Sent: Monday, October 16, 2006 3:39 PM
To: CDT General developers list.
Subject: RE: [cdt-dev] Broken build?

Thanks, Oleg. You aren't the first one to do this :).

Unfortunately, now, the internal builder doesn't seem to work at all. I
have
been using it for my Windows SDK integration I'm using to build the
Windows
Debugger integration. Is this something you can fix quickly?

Doug Schaefer
QNX Software Systems
Eclipse CDT Project Lead
http://cdtdoug.blogspot.com
 

> -----Original Message-----
> From: cdt-dev-bounces@xxxxxxxxxxx [mailto:cdt-dev-bounces@xxxxxxxxxxx]
On
> Behalf Of Krasilnikov, Oleg
> Sent: Monday, October 16, 2006 3:13 AM
> To: CDT General developers list.
> Subject: RE: [cdt-dev] Broken build?
> 
> My apoplogies.
> Really, changes for "ProcessClosure.java"
> were not applied to head due to my mistake.
> Currently, changes are made.
> Sorry once more.
> 
> ----
> Oleg
> 
> -----Original Message-----
> From: cdt-dev-bounces@xxxxxxxxxxx [mailto:cdt-dev-bounces@xxxxxxxxxxx]
> On Behalf Of Doug Schaefer
> Sent: Monday, October 16, 2006 6:40 AM
> To: CDT General developers list.
> Subject: RE: [cdt-dev] Broken build?
> 
> I have reopened the bug. It looks like a partial check-in with the
> cdt.core
> bits missing.
> 
> Doug Schaefer
> QNX Software Systems
> Eclipse CDT Project Lead
> http://cdtdoug.blogspot.com
> 
> > -----Original Message-----
> > From: cdt-dev-bounces@xxxxxxxxxxx
[mailto:cdt-dev-bounces@xxxxxxxxxxx]
> On
> > Behalf Of Ken Ryall
> > Sent: Friday, October 13, 2006 5:34 PM
> > To: CDT General developers list.
> > Subject: Re: [cdt-dev] Broken build?
> >
> > Me too. It looks like the patch for bug 156872 introduced the
problem,
> > perhaps a new piece of ProcessClosure didn't get included. I don't
see
> it
> > in
> > the patch file.
> >
> > > From: ext Vivian Kong <vivkong@xxxxxxxxxx>
> > > Reply-To: "CDT General developers list." <cdt-dev@xxxxxxxxxxx>
> > > Date: Fri, 13 Oct 2006 14:35:22 -0400
> > > To: "CDT General developers list." <cdt-dev@xxxxxxxxxxx>
> > > Subject: Re: [cdt-dev] Broken build?
> > >
> > > I'm also getting the same error.
> > >
> > >
> > > Vivian Kong
> > > IBM CDT Team
> > > IBM Canada Toronto Lab
> > > Phone: (905) 413-6067
> > > Email: vivkong@xxxxxxxxxx
> > >
> > >
> > >
> > >
> > >              Jason
> > >              Montojo/Toronto/I
> > >              BM@IBMCA
> > To
> > >              Sent by:                  cdt-dev@xxxxxxxxxxx
> > >              cdt-dev-bounces@e
> > cc
> > >              clipse.org
> > >
> > Subject
> > >                                        [cdt-dev] Broken build?
> > >              10/13/2006 10:12
> > >              AM
> > >
> > >
> > >              Please respond to
> > >                "CDT General
> > >              developers list."
> > >              <cdt-dev@eclipse.
> > >                    org>
> > >
> > >
> > >
> > >
> > >
> > >
> > >
> > > Hi everyone,
> > >
> > > I'm getting a compile error in HEAD for
> > > org.eclipse.cdt.managedbuilder.core.  In
> > >
org.eclipse.cdt.managedbuilder.internal.buildmodel.ProcessLauncher,
> the
> > > compiler says ProcessClosure.isRunning() isn't defined.
> > >
> > > Is anyone else seeing this?
> > >
> > > Thanks,
> > >
> > > Jason Montojo
> > > IBM CDT Team
> > > IBM Toronto Lab
> > > 905-413-5228
> > > jmontojo@xxxxxxxxxx
> > >
> > > _______________________________________________
> > > cdt-dev mailing list
> > > cdt-dev@xxxxxxxxxxx
> > > https://dev.eclipse.org/mailman/listinfo/cdt-dev
> > >
> > >
> > > _______________________________________________
> > > cdt-dev mailing list
> > > cdt-dev@xxxxxxxxxxx
> > > https://dev.eclipse.org/mailman/listinfo/cdt-dev
> >
> > _______________________________________________
> > cdt-dev mailing list
> > cdt-dev@xxxxxxxxxxx
> > https://dev.eclipse.org/mailman/listinfo/cdt-dev
> _______________________________________________
> cdt-dev mailing list
> cdt-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/cdt-dev
> _______________________________________________
> cdt-dev mailing list
> cdt-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/cdt-dev
_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cdt-dev


Back to the top