当前位置: 技术问答>linux和unix
Linux 下 XML 编程问题,求救!
来源: 互联网 发布时间:2015-11-11
本文导语: 用 libxml2 的时候,编译通过了,但是运行时报错: Tree support not compiled in 是什么原因呢? 我的编译命令如下: g++ -I /usr/include/libxml2 tree1.c -L /usr/lib -lxml2 | tree1.c什么样? | ...
用 libxml2 的时候,编译通过了,但是运行时报错:
Tree support not compiled in
是什么原因呢?
我的编译命令如下:
g++ -I /usr/include/libxml2 tree1.c -L /usr/lib -lxml2
Tree support not compiled in
是什么原因呢?
我的编译命令如下:
g++ -I /usr/include/libxml2 tree1.c -L /usr/lib -lxml2
|
tree1.c什么样?
|
检查一下xmlversion.h里LIBXML_TREE_ENABLED是否定义了。
|
xerces-c/c++,apache的产品