gpt4 book ai didi

c - 包含非标准 header 时,YouCompleteMe 不会显示错误

转载 作者:行者123 更新时间:2023-11-30 17:45:15 24 4
gpt4 key购买 nike

当我尝试包含 gst.h YCM 开始记录所有错误

例如:

#include <math.h>
//#include <gst/gst.h>

main (){ //ycm show error here
int a=0;
int b //and here
}

但是

#include <math.h>
#include <gst/gst.h>

main (){ //ycm don't show error here
int a=0;
int b //and here
}

gst.h 的路径包含在 .ycm_extra_conf.py 中。我想念什么?

最佳答案

:YcmDiags 显示所有警告和错误 YCM 消息。您必须包含所有嵌套 header ,然后 YCM 正确解析您的代码。此外,您还必须安装适用于 C/C++ 语言的 clang lib。

关于c - 包含非标准 header 时,YouCompleteMe 不会显示错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19684564/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com