Skip to main content

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

Hi Nate,

Your Eclipse platform is too old, you need a recent build of 4.13 from the last few weeks for it to work. I recommend 4.13 M1 that was just recently published. 

https://download.eclipse.org/eclipse/downloads/

HTH, 
Jonah 



On Mon., Jul. 15, 2019, 14:15 Nathan Ridge, <zeratul976@xxxxxxxxxxx> wrote:
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
_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://www.eclipse.org/mailman/listinfo/cdt-dev

Back to the top