如何在 Aptana Studio 3 上安装 CDT 插件
尝试过的事情: 转到安装新软件 ->精选C/C++开发工具。 我收到以下错误
Cannot complete the install because of a conflicting dependency.
Software being installed: C/C++ Development Tools 8.0.0.201106081058 (org.eclipse.cdt.feature.group 8.0.0.201106081058)
Software currently installed: Aptana Studio 3 3.0.4.201108101506-10082011150838 (com.aptana.rcp.product 3.0.4.201108101506-10082011150838)
Only one of the following can be installed at once:
Debug Core 3.7.0.v20110518 (org.eclipse.debug.core 3.7.0.v20110518)
Debug Core 3.6.0.v20100519 (org.eclipse.debug.core 3.6.0.v20100519)
Cannot satisfy dependency:
From: Aptana Studio 3 3.0.4.201108101506-10082011150838 (com.aptana.rcp.product 3.0.4.201108101506-10082011150838)
To: org.eclipse.debug.core [3.6.0.v20100519]
Cannot satisfy dependency:
From: C/C++ Development Tools Debugger UI 7.1.0.201106081058 (org.eclipse.cdt.debug.ui 7.1.0.201106081058)
To: bundle org.eclipse.debug.core [3.7.0,4.0.0)
Cannot satisfy dependency:
From: C/C++ Development Tools 8.0.0.201106081058 (org.eclipse.cdt.feature.group 8.0.0.201106081058)
To: org.eclipse.cdt.platform.feature.group [8.0.0.201106081058]
Cannot satisfy dependency:
From: C/C++ Development Platform 8.0.0.201106081058 (org.eclipse.cdt.platform.feature.group 8.0.0.201106081058)
To: org.eclipse.cdt.debug.ui [7.1.0.201106081058]
Things tried:
Go to Install New Software -> Selected C/C++ development tools.
I get the following error
Cannot complete the install because of a conflicting dependency.
Software being installed: C/C++ Development Tools 8.0.0.201106081058 (org.eclipse.cdt.feature.group 8.0.0.201106081058)
Software currently installed: Aptana Studio 3 3.0.4.201108101506-10082011150838 (com.aptana.rcp.product 3.0.4.201108101506-10082011150838)
Only one of the following can be installed at once:
Debug Core 3.7.0.v20110518 (org.eclipse.debug.core 3.7.0.v20110518)
Debug Core 3.6.0.v20100519 (org.eclipse.debug.core 3.6.0.v20100519)
Cannot satisfy dependency:
From: Aptana Studio 3 3.0.4.201108101506-10082011150838 (com.aptana.rcp.product 3.0.4.201108101506-10082011150838)
To: org.eclipse.debug.core [3.6.0.v20100519]
Cannot satisfy dependency:
From: C/C++ Development Tools Debugger UI 7.1.0.201106081058 (org.eclipse.cdt.debug.ui 7.1.0.201106081058)
To: bundle org.eclipse.debug.core [3.7.0,4.0.0)
Cannot satisfy dependency:
From: C/C++ Development Tools 8.0.0.201106081058 (org.eclipse.cdt.feature.group 8.0.0.201106081058)
To: org.eclipse.cdt.platform.feature.group [8.0.0.201106081058]
Cannot satisfy dependency:
From: C/C++ Development Platform 8.0.0.201106081058 (org.eclipse.cdt.platform.feature.group 8.0.0.201106081058)
To: org.eclipse.cdt.debug.ui [7.1.0.201106081058]
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
确保您尝试安装的插件(C/C++ 开发工具)适用于您正在使用的 Aptana/Eclipse 版本。您使用的 Aptana 版本似乎取决于 Debug Core 3.6.0.v20100519 (org.eclipse.debug.core 3.6.0.v20100519),而您正在安装的开发工具插件的版本取决于 org.eclipse。 debug.core [3.7.0,4.0.0),因此您会遇到冲突。尝试安装适用于 Eclipse Helios (3.6.) 而非 Eclipse Indigo (3.7.) 的旧版本开发工具插件。
祝你好运。
Make sure the plugin you are trying to install (C/C++ Development Tools) is intended for the version of Aptana/Eclipse you are using. The version of Aptana you are using seems to depend on Debug Core 3.6.0.v20100519 (org.eclipse.debug.core 3.6.0.v20100519), while the version of the dev tools plugin you are installing depends on org.eclipse.debug.core [3.7.0,4.0.0), hence the conflict you are getting. Try to install an older version of the dev tools plugin that is intended for Eclipse Helios (3.6.), and not Eclipse Indigo (3.7.).
Good luck.
使用以下更新站点:
这些对我有用。
但仅安装 CDT 主要功能。
use the following update site:
these works for me.
but install only CDT main features.