码迷,mamicode.com
首页 > 其他好文 > 详细

libxml/parser.h not found

时间:2014-12-10 19:55:18      阅读:245      评论:0      收藏:0      [点我收藏+]

标签:cocoahttpserver   libxmlparser.h   

使用 CocoaHTTPServer 的时候,报错 libxml/parser.h not found

解决办法:添加链接库 libxml2.dylib

 在 header search paths 处 添加 ${SDK_DIR}/usr/include/libxml2

这里说明一下,有的教程说,在此处添加 ${SDK_ROOT}/user/include/libxml2, 这个应该是在开发Mac应用时需要改为这样,我的iOS 应用。

libxml/parser.h not found

标签:cocoahttpserver   libxmlparser.h   

原文地址:http://blog.csdn.net/u013020103/article/details/41849411

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!