Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Re: building the CDT

Hi,

Thanks for such a clear guide!

I have just tried to follow the guide to exporting a CDT feature (org.eclipse.cdt-feature) , but this fails for me with the following error.

Unable to find plug-in: org.eclipse.cdt.managedbuilder.gnu.ui_5.0.100.200909110608. Please check the error log for more details.

As far as I can tell, that message is the extent of the error log details. I have all the following CDT projects checked out and built in the workspace, all tagged with the cdt_6_0 tag. Am I missing something?

<file:///C:/Documents%20and%20Settings/Uwe%20Dolinsky/OffloadWorkspace/org.eclipse.cdt.launch/>/org.eclipse.cdt
/org.eclipse.cdt-feature
/org.eclipse.cdt.build.core
/org.eclipse.cdt.build.gnu.core
/org.eclipse.cdt.build.ui
org.eclipse.cdt.core
org.eclipse.cdt.core.tests
org.eclipse.cdt.core.win32
org.eclipse.cdt.debug.core
org.eclipse.cdt.debug.mi.core
org.eclipse.cdt.debug.mi.ui
org.eclipse.cdt.debug.ui
org.eclipse.cdt.launch
org.eclipse.cdt.make.core
org.eclipse.cdt.make.core.tests
org.eclipse.cdt.make.ui
org.eclipse.cdt.managedbuilder.core
org.eclipse.cdt.managedbuilder.gnu.ui
org.eclipse.cdt.managedbuilder.ui
/org.eclipse.cdt.platform-feature
/org.eclipse.cdt.sdk
/org.eclipse.cdt.testing
org.eclipse.cdt.ui

Cheers,
George




Back to the top