求助 关于ubuntu15.04更新源安装YCM

关于ubuntu15.04安装YCM_vim吧_百度贴吧
&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&签到排名:今日本吧第个签到,本吧因你更精彩,明天继续来努力!
本吧签到人数:0成为超级会员,使用一键签到本月漏签0次!成为超级会员,赠送8张补签卡连续签到:天&&累计签到:天超级会员单次开通12个月以上,赠送连续签到卡3张
关注:3,609贴子:
关于ubuntu15.04安装YCM收藏
fdsgsdg@sgdsg:~/.vim/bundle/YouCompleteMe$ ./install.pycmake: /opt/cadence/ic615/tools/lib/64bit/libstdc++.so.6: version `GLIBCXX_3.4.15' not found (required by cmake)cmake: /opt/cadence/ic615/tools/lib/64bit/libstdc++.so.6: version `GLIBCXX_3.4.20' not found (required by cmake)cmake: /opt/cadence/ic615/tools/lib/64bit/libstdc++.so.6: version `CXXABI_1.3.8' not found (required by /usr/lib/x86_64-linux-gnu/libicuuc.so.52)Traceback (most recent call last):
File &/home/duoblewei/.vim/bundle/YouCompleteMe/third_party/ycmd/build.py&, line 196, in &module&
File &/home/duoblewei/.vim/bundle/YouCompleteMe/third_party/ycmd/build.py&, line 189, in Main
BuildYcmdLibs( GetCmakeArgs( args ) )
File &/home/duoblewei/.vim/bundle/YouCompleteMe/third_party/ycmd/build.py&, line 151, in BuildYcmdLibs
subprocess.check_call( [ 'cmake' ] + full_cmake_args )
File &/usr/lib/python2.7/subprocess.py&, line 540, in check_call
raise CalledProcessError(retcode, cmd)subprocess.CalledProcessError: Command '['cmake', '-G', 'Unix Makefiles', '/home/duoblewei/.vim/bundle/YouCompleteMe/third_party/ycmd/cpp']' returned non-zero exit status 1安装YCM时出现这个怎么解决
既然都已经15。04了,为什么不使用源内自带的插件呢?sudo apt-get install vim-youcompleteme vim-syntastic vim-fugitive
cmake: /opt/cadence/ic615/tools/lib/64bit/libstdc++.so.6: version `GLIBCXX_3.4.15' not found (required by cmake)上面这一句表示 /opt/cadence/ic615/tools/lib/64bit/libstdc++.so.6的版本过低,不支持`GLIBCXX_3.4.15'这个东西。你就可以在其他lib文件夹里早到 libstdc++.so.6并用strings libstdc++.so.6|grep &GLIBC&查看是否支持`GLIBCXX_3.4.15'。把支持的复制过去替换原来的libstdc++.so.6就可以了。
登录百度帐号推荐应用
为兴趣而生,贴吧更懂你。或Ubuntu 16.04 (Xenial Xerus) Daily Build
Select an image
Desktop image
The desktop image allows you to try Ubuntu without changing your computer at all, and at your option to install it permanently later.
This type of image is what most people will want to use.
You will need at least 384MiB of RAM to install from this image.
There are two images available, each for a different type of computer:
Choose this to take full advantage of computers based on the AMD64 or EM64T architecture (e.g., Athlon64, Opteron, EM64T Xeon, Core 2).
If you have a non-64-bit processor made by AMD, or if you need full support for 32-bit code, use the i386 images instead.
Warning: This image is oversized (which is a bug) and will not fit onto a standard 703MiB CD.
However, you may still test it using a DVD, a USB drive, or a virtual machine.
For almost all PCs.
This includes most machines with Intel/AMD/etc type processors and almost all computers that run Microsoft Windows, as well as newer Apple Macintosh systems based on Intel processors.
Choose this if you are at all unsure.
Warning: This image is oversized (which is a bug) and will not fit onto a standard 703MiB CD.
However, you may still test it using a DVD, a USB drive, or a virtual machine.
A full list of available files can be found below.
If you need help burning these images to disk, see the .
Desktop image for 64-bit PC (AMD64) computers (standard download)
Desktop image for 64-bit PC (AMD64) computers ( metafile)
Desktop image for 64-bit PC (AMD64) computers (file listing)
Desktop image for 64-bit PC (AMD64) computers (contents of live filesystem)
Desktop image for 32-bit PC (i386) computers (standard download)
Desktop image for 32-bit PC (i386) computers ( metafile)
Desktop image for 32-bit PC (i386) computers (file listing)
Desktop image for 32-bit PC (i386) computers (contents of live filesystem)求助 关于ubuntu15.04安装YCM_百度知道
求助 关于ubuntu15.04安装YCM
提问者采纳
如图: 设置快捷键 系统设置——》键盘——》快捷键答.。 启动器——》启动终端:Ubuntu 15.04 Desktop x64 文章更新时间.,设成Win + R: Ubuntu: 放大字号 系统设置——》通用辅助功能——》大号文本——》开启。如图:Ubuntu 15.04 x64 常用软件 OS
其他类似问题
为您推荐:
等待您来回答
下载知道APP
随时随地咨询
出门在外也不愁This is a quick tutorial shows how you can easily install Oracle Java 9, early access release so far, in current supported Ubuntu releases and derivatives, including Ubuntu 15.04, Ubuntu 14.10, Ubuntu 14.04, Ubuntu 12.04, Ubuntu 10.04, Linux Mint 13/17.
NOTE: Oracle Java 9 is still in early access release, it may have bugs and it might not include the latest security patches, use it at your own risk!
Thank to , an installer script has made into PPA that automatically downloads the Java 9 JDK tarball and install it on your system.
Install Oracle Java 9 from PPA:
First open terminal from the Dash/Menu or by pressing Ctrl+Alt+T key combination on keyboard. When it opens, run below commands one by one:
1. Add the Webupd8 PPA:
sudo add-apt-repository -y ppa:webupd8team/java
2. Refresh system package cache and install the installer scripts via 2 commands one by one:
sudo apt-get update
sudo apt-get install oracle-java9-installer
3. Once the script successfully installs Java 9 on your system, you may run command to set ava 9 environment variables:
sudo apt-get install oracle-java9-set-default
Finally check out the your Java installation via command:
java -version
and it should outputs something like this:
java version &#.0-ea”
Java(TM) SE Runtime Environment (build 1.9.0-ea-b54)
Java HotSpot(TM) 64-Bit Server VM (build 1.9.0-ea-b54, mixed mode)
Copyright (C) 2015 Tips on Ubuntu All Rights Reserved | This site uses cookies. By using our services, you agree to our use of cookies.ubuntu14.04
vim安装YouCompleteMe 插件失败
[问题点数:50分,结帖人lfc]
ubuntu14.04
vim安装YouCompleteMe 插件失败
[问题点数:50分,结帖人lfc]
不显示删除回复
显示所有回复
显示星级回复
显示得分回复
只显示楼主
匿名用户不能发表回复!|
每天回帖即可获得10分可用分!小技巧:
你还可以输入10000个字符
(Ctrl+Enter)
请遵守CSDN,不得违反国家法律法规。
转载文章请注明出自“CSDN(www.csdn.net)”。如是商业用途请联系原作者。

我要回帖

更多关于 ubuntu15.04安装教程 的文章

 

随机推荐