0

-Eclipse 4.5.2 と互換性のある古いバージョンの Goclipse をインストールする方法はありますか? -または、不足している依存関係を手動でインストールする方法はありますか (以下を参照)?

Eclipse 4.5.2 (Mars.2) を使用しています。Goclipse をインストールしようとすると、バージョン 16.1 しか表示されません。Goclipse のドキュメントによると、Eclipse 4.6 以降が必要です。

Goclipse 16.1 をインストールしようとしたときに現在発生するエラーは次のとおりです。

Cannot complete the install because one or more required items could not be found.
  Software being installed: GoClipse 0.16.1.v201607061938 (goclipse_feature.feature.group 0.16.1.v201607061938)
  Missing requirement: GDB DSF Debugger Integration Core 5.0.0.201606062011 (org.eclipse.cdt.dsf.gdb 5.0.0.201606062011) requires 'bundle org.eclipse.launchbar.core 2.0.0' but it could not be found
  Missing requirement: GDB DSF Debugger Integration Core 5.0.0.201607151550 (org.eclipse.cdt.dsf.gdb 5.0.0.201607151550) requires 'bundle org.eclipse.launchbar.core 2.0.0' but it could not be found
  Cannot satisfy dependency:
    From: GoClipse Eclipse Debug 0.16.1.v201607061938 (com.googlecode.goclipse.debug 0.16.1.v201607061938)
    To: bundle org.eclipse.cdt.dsf.gdb [5.0.0,6.0.0)
  Cannot satisfy dependency:
    From: GoClipse 0.16.1.v201607061938 (goclipse_feature.feature.group 0.16.1.v201607061938)
    To: com.googlecode.goclipse.debug [0.16.1.v201607061938]
4

1 に答える 1

4

この URL を Eclipse ソフトウェア サイトとして使用してみてください: https://raw.githubusercontent.com/GoClipse/goclipse.github.io/0.16.0/releases/

0.16.0 (または URL を変更した場合は差分バージョン) をインストールできるはずです。

于 2016-08-31T17:55:20.723 に答える