I was trying to install C/C++ plugin version 1.30.6.1. This is what I got
Related
I am running vscode on osx and have installed the C/C++ plugin, which brought with it the ClangFormat package:
Installing package 'C/C++ language components (OS X)'
Installing package 'ClangFormat (OS X)'
Installing package 'Mono Framework Assemblies'
Installing package 'Mono Runtime (OS X)'
Installing package 'LLDB 3.8.0 (OS X)'
I am able to format C++ code and even changed the clang-format style successfully:
"C_Cpp.clang_format_style": "google"`
The thing is that I don't have clang-format installed on my system and the path in vscode settings is not set either:
"C_Cpp.clang_format_path": null
How is the formatting actually done here? What is this ClangFormat package that vscode installed? From where and where is it? It's not a plugin.
Does it use some package manager other than homebrew to install a distribution of clang-format in a custom location that is not in the path?
In my Linux Mint indeed it's installed together with the C/C++ extension of Microsoft, alas it's installed locally within the module. It can be found here:
~/.vscode/extensions/ms-vscode.cpptools-0.12.3/LLVM/bin/
In Windows, similarly it can be found here:
%USERPROFILE%\.vscode\extensions\ms-vscode.cpptools-0.12.3\LLVM\bin\
In OSX is here:
~/.vscode/extensions/ms-vscode.cpptools-0.12.3/LLVM/bin/
Not sure what could be wrong with Arch.
Im running Visual Studio Code on OpenSuse 13.2 and get "Cannot start Omnisharp because Mono version >=3.10.0 is required". I have reinstalled mono-complete and mono-devel.
OpenSuse 13.2 repositories contains mono version 3.8.0. To install newer version, firstly uninstall current version of mono and then visit this page and click "1-click Install mono-complete" to install latest version of mono (currently version 4.0.2)
I've tried to install C++ plugin with "Install new software" in Eclipse Lina 4.4.1
I am running ubuntu 14.04
The error i get while installing is:
An error occurred while installing the items
session context was:(profile=epp.package.java, phase=org.eclipse.equinox.internal.p2.engine.phases.Install, operand=null --> >>>[R]org.eclipse.cdt.autotools.core.source 1.4.0.201409172108, action=org.eclipse.equinox.internal.p2.touchpoint.eclipse.actions.AddSourceBundleAction).
org/eclipse/equinox/internal/simpleconfigurator/utils/SimpleConfiguratorUtils
org/eclipse/equinox/internal/simpleconfigurator/utils/SimpleConfiguratorUtils
How can i solve this? I would really like to install this C++ plugin in my eclipse :(
I would just go with CDT. It doesn't look like that's what you're installing from the error you posted.
I have installed Netbeans 7.1 on Ubuntu. When I was activating C++ in netbeans, it didn't lead me to the page where C++ compiler/SDK exists, as it did in windows. I am using Cygwin in windows, but seems like it is not there for Linux.
Please guide me to the correct location where I can find correct C++ compiler/SDK for Linux, which I can use in Netbeans.
You need to install gcc
gcc is the gnu c and c++ compiler
simply open a console and type:
sudo apt-get install build-essential
CPP setup instructions for netbeans:
http://netbeans.org/community/releases/60/cpp-setup-instructions.html
I have installed Xcode 4.0 (XCode Toolset, System Tools and Documentation components only), but have Netbeans with the C/C++ plugin. However when I try to create a new C++ project in Netbeans it tells me that no compiler was found on my system. The recommended course of action is to install Xcode, which I have done so.
How do I get Netbeans to recognize that I already have Xcode?
Most likely, you reinstall Xcode and this time don't uncheck the option that installs the compiler, etc. under /usr/bin for command line use. What's wrong with just having a full installation of Xcode?
If that doesn't work, it may be an incompatibility due to Xcode 4 installing to /Xcode4 instead of /Developer. You can fix that with a symlink or by installing Xcode 3.