Cannot open include file: '****.h': No such file or directory

简介: 我在解析libxml,使用libxml创建xml文件的时候,遇到了这个问题。   这个问题产生的主要原因是没找到对应的头文件,可以在系统中进行设置   比如vc 通过菜单栏中的工具--选项--目录--include File,把此头文件包含进去就可以了   在解析libxml的时候,需要引用到三个文件,分别的 zlib-1.2.5 libxml2-2.7.6.win32 iconv-1.9.2.win32   可以直接将这三个文件对应的内容设置到环境变量中,也可以直接拷到system32目录下,然后进行编译,OK,顺利通过。

我在解析libxml,使用libxml创建xml文件的时候,遇到了这个问题。

 

这个问题产生的主要原因是没找到对应的头文件,可以在系统中进行设置

 

比如vc

通过菜单栏中的工具--选项--目录--include File,把此头文件包含进去就可以了

 

在解析libxml的时候,需要引用到三个文件,分别的

zlib-1.2.5

libxml2-2.7.6.win32

iconv-1.9.2.win32

 

可以直接将这三个文件对应的内容设置到环境变量中,也可以直接拷到system32目录下,然后进行编译,OK,顺利通过。

目录
相关文章
libfreetype.so.6: cannot open shared object file: No such file or directory
libfreetype.so.6: cannot open shared object file: No such file or directory
567 0
|
机器学习/深度学习 Linux
解决ImportError libgmpxx.so.4 cannot open shared object file No such file or directory
解决ImportError libgmpxx.so.4 cannot open shared object file No such file or directory
232 0
解决ImportError libgmpxx.so.4 cannot open shared object file No such file or directory
|
8月前
|
Java
cannot open shared object file: No such file or directory
cannot open shared object file: No such file or directory
96 0
完美解决common_define.h: No such file or directory
完美解决common_define.h: No such file or directory
242 0
完美解决common_define.h: No such file or directory
|
并行计算 TensorFlow 算法框架/工具
ImportError: libcublas.so.10.0: cannot open shared object file: No such file or directory
ImportError: libcublas.so.10.0: cannot open shared object file: No such file or directory
327 0
|
Windows
Cannot open include file: ‘Windows.h‘: No such file or directory
Cannot open include file: ‘Windows.h‘: No such file or directory
271 0
objdump: ‘1443.14.0)‘: No such file or directory
objdump: ‘1443.14.0)‘: No such file or directory
114 0
ibavformat.so.57: cannot open shared object file: No such file or directory
ibavformat.so.57: cannot open shared object file: No such file or directory
164 0
Cannot open include file: 'unistd.h': No such file or directory的解决办法
Cannot open include file: 'unistd.h': No such file or directory的解决办法
398 0
|
并行计算
ImportError: libcudart.so.9.2: cannot open shared object file: No such file or directory
ImportError: libcudart.so.9.2: cannot open shared object file: No such file or directory
160 0