Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-core-dev] error in cdt cvs

Hello,

I checked out cdt.core from CVS. But when eclipse checks it out and builds it automatically initially, it gives several warnings like:

Kind	Status	Priority	Description	Resource	In Folder	Location
Warning			The type MakeUtil is deprecated	CBuilder.java	org.eclipse.cdt.core/src/org/eclipse/cdt/internal/core	line 24
Warning			The method isStopOnError() from the type CProjectNature is deprecated	CBuilder.java	org.eclipse.cdt.core/src/org/eclipse/cdt/internal/core	line 212

And many such errors. Hence when I run this as a workbench, there are many errors:

In the C/C++ project properties, tab for Binary Parser does not contain any options. Also a tab Paths & Symbols is completely missing in this workbench, though it is present in original CDT plugin. 

It shows Java Run Time Exception in the console saying "Unhandled Exception", though I haven't modified the code at all. Can anybody help?

Thank you,
Diviya 



Back to the top