Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] Unable to install local build of CDT master

Hi,

I'm trying to install a local build of CDT from the master branch into a fresh installation of Eclipse for C/C++ Developers 2019-06. However, I'm getting the following error:

Cannot complete the install because one or more required items could not be found.
  Software being installed: C/C++ Development Tools 9.9.0.201907151015 (org.eclipse.cdt.feature.group 9.9.0.201907151015)
  Missing requirement: C/C++ Development Tools Debugger UI 8.3.200.201907151015 (org.eclipse.cdt.debug.ui 8.3.200.201907151015) requires 'osgi.bundle; org.eclipse.ui.ide [3.16.0,4.0.0)' but it could not be found
  Cannot satisfy dependency:
    From: C/C++ Development Tools 9.9.0.201907151015 (org.eclipse.cdt.feature.group 9.9.0.201907151015)
    To: org.eclipse.equinox.p2.iu; org.eclipse.cdt.platform.feature.group [9.9.0.201907151015,9.9.0.201907151015]
  Cannot satisfy dependency:
    From: C/C++ Development Platform 9.9.0.201907151015 (org.eclipse.cdt.platform.feature.group 9.9.0.201907151015)
    To: org.eclipse.equinox.p2.iu; org.eclipse.cdt.debug.ui [8.3.200.201907151015,8.3.200.201907151015]

Any suggestions for how to get past it?

Thanks,
Nate

Back to the top