毕业论文开发语言企业开发JAVA技术.NET技术WEB开发Linux/Unix数据库技术Windows平台移动平台嵌入式论文范文英语论文
您现在的位置: 毕业论文 >> linux >> 正文

emacs24用company补全出错

更新时间:2013-11-4:  来源:毕业论文

#include <iostream>
#include <string>
using namespace std;

int main()
{
string str("hello world");
cout << str << endl;
str. //补全出错
return 0;
}


clang failed with error 1:
/usr/bin/clang -cc1 -fsyntax-only -code-completion-macros -x c++ -code-completi\
on-at -:9:7 -


clang的版本是3.3
用的company-mode

int main() { string str("hello world"); cout << str << endl; str. //补全出错,主要是这里说的补全出错是啥意思?出的啥错? return 0; }

1 /usr/bin/clang -cc1 -fsyntax-only -code-completion-macros -x c++ -I/usr/include -I/usr/local/include -I/usr/include/c++/4.8.2/i686-redhat-linux/bits -I/usr/include/c++/4.8.2/bits -I/usr/include/c++/4.8.2 -I/usr/include/c++/4.8.2/ext -I/usr/include/c++/4.8.2/backward -I/usr/lib/gcc/i686-redhat-linux/4.8.2/include -code-completion-at /home/lancelot/projects/linux_2/a.cc:12:9 /home/lancelot/projects/linux_2/a.cc
提示In file included from /home/lancelot/projects/linux_2/a.cc:1:
/usr/include/c++/4.8.2/iostream:38:10: fatal error: 'bits/c++config.h' file not found
#include <bits/c++config.h>
         ^
1 error generated.

设为首页 | 联系站长 | 友情链接 | 网站地图 |

copyright©youerw.com 优尔论文网 严禁转载
如果本毕业论文网损害了您的利益或者侵犯了您的权利,请及时联系,我们一定会及时改正。