Я использую Eclipse 3.5.2. Я хочу установить плагин CDT, чтобы я мог компилировать программы на C/C++.
Я попытался установить плагин CDT, и он потерпел неудачу из-за следующего сообщения об ошибке:
Cannot complete the install because one or more required items could not be found.
Software being installed: C/C++ GCC Cross Compiler Support 1.1.0.201206111645 (org.eclipse.cdt.build.crossgcc.feature.group 1.1.0.201206111645)
Missing requirement: C/C++ Managed Builder UI 8.1.0.201206111645 (org.eclipse.cdt.managedbuilder.ui 8.1.0.201206111645) requires 'bundle org.eclipse.ui.console [3.5.100,4.0.0)' but it could not be found
Cannot satisfy dependency:
From: CDT GCC Cross Compiler Support 1.1.0.201206111645 (org.eclipse.cdt.build.crossgcc 1.1.0.201206111645)
To: bundle org.eclipse.cdt.managedbuilder.ui 8.1.0
Cannot satisfy dependency:
From: C/C++ GCC Cross Compiler Support 1.1.0.201206111645 (org.eclipse.cdt.build.crossgcc.feature.group 1.1.0.201206111645)
To: org.eclipse.cdt.build.crossgcc [1.1.0.201206111645]
Кому-нибудь удалось установить / использовать плагин CDT с Eclipse v 3.5.2?