我目前在Ubuntu 16.04上使用Vim 7.4。我通过病原体安装了Syntastic插件。
我目前正在使用mpi库在C中进行一些编码。当我使用Vim编写代码时,合成器似乎认为存在错误,并告诉我"' mpi.h'找不到文件" (这是mpicc
)。我知道这个程序可以编译,因为我能够成功运行locate mpi.h
。
当我运行/usr/lib/openmpi/include/mpi.h
/usr/lib/openmpi/include/openmpi/ompi/mpi/fortran/mpif-h/prototypes_mpi.h
/usr/src/linux-headers-4.4.0-62/include/linux/mpi.h
/usr/src/linux-headers-4.4.0-66/include/linux/mpi.h
时,这就是我的回复:
cancelAllOpeations
如何让Vim停止向我提供这些错误?
答案 0 :(得分:2)
在项目主文件夹中创建文件for key, value in YOUR_VARIABLE.items():
print(key,value)
。
将所有包含文件夹列在其中。在你的情况下,
override func viewDidLoad() {
var tapGesture = UITapGestureRecognizer(target: self, action: #selector(self.handleTap))
self.view.userInteractionEnabled = true
self.view.addGestureRecognizer(tapGesture)
}
或者使用mpi.h的其他文件夹,无论你在构建中使用哪个。