Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] RE: How are we building?

Here is a log of the errors I get when building with the SDK… only one error in CDT itself but still problems in org.eclipse.debug.ui.  I managed to get rid of those by importing org.eclipse.debug.ui as binaries only but the org.eclipse.cdt.make.core problem still remains.

 

Severity            Description       Resource          In Folder           Location           Creation Time

2          Element 'parameter' is not legal as a child of element 'run'.          plugin.xml         org.eclipse.cdt.make.core          line 58         March 14, 2005 2:35:12 PM

2          Element 'test' is not legal as a child of element 'enablement'.      plugin.xml         org.eclipse.debug.ui      line 2138            March 14, 2005 2:37:13 PM

2          Element 'test' is not legal as a child of element 'enablement'.      plugin.xml         org.eclipse.debug.ui      line 2153            March 14, 2005 2:37:13 PM

2          Element 'test' is not legal as a child of element 'enablement'.      plugin.xml         org.eclipse.debug.ui      line 2168            March 14, 2005 2:37:13 PM

 

If I use the CVS sources for Eclipse corresponding to the M5a timestamp (Feb 19 15:00) I get the myriad errors due to SWT, which mask this out.

___________________________________________

 

Chris Recoskie

Software Designer

IDE Frameworks Group

Texas Instruments, Toronto

 

 


From: Recoskie, Chris
Sent: Monday, March 14, 2005 2:00 PM
To: 'cdt-dev@xxxxxxxxxxx'
Subject: How are we building?

 

I’m trying to build HEAD, but I’m having problems.  It seems the source for Eclipse 3.1 M5 is bad.  I can’t build it from the SDK sources, and I can’t build the sources from CVS either.  It seems that for whatever reason that org.eclipse.swt is missing its .classpath file and that’s basically blowing everything else out of the water.

 

Is this issue affecting anyone else?

 

I guess what I will do is just import org.eclipse.swt as a binary seeing as I don’t really care about the source of that at the moment anyway…

 

___________________________________________

 

Chris Recoskie

Software Designer

IDE Frameworks Group

Texas Instruments, Toronto

 

 

 


Back to the top