使用 -icu 构建 xerces
有谁知道使用 icu 库构建 xerces 吗?当我构建它时,它在 MacOS 上提供所有与 icu 相关的选项,但它永远不会使用 icu 选项(它最后说无法在 config.log 中启用 ICU 选项)。
./configure --prefix=/tmp/xer --enable-msgloader-icu --disable-shared --disable-network --enable-static --disable-transcoder-macosunicodeconverter --enable-transcoder-icu --with_icu=/tmp/icu3.5-source/
日志说 .... 检查我们是否可以支持 iconv 转码器...是的 检查我们是否可以支持 ICU 转码器...不 检查要使用的转码器(选择:-gnuiconv- -iconv-)... gnuiconv 检查我们是否支持 InMemory MsgLoader...是的 检查我们是否支持 ICU MsgLoader...不 检查 nl_types.h...(已缓存)是 ....
请有人建议我应该如何解决这个问题,以便我可以使用 ICU 库构建 xerces。
提前致谢, 布里杰
is any body aware of building xerces using icu library , when i am building it giving all icu related option on MacOS its never going for icu option ( it finally says ICU option can not be enabled in config.log ).
./configure --prefix=/tmp/xer --enable-msgloader-icu --disable-shared --disable-network --enable-static --disable-transcoder-macosunicodeconverter --enable-transcoder-icu --with_icu=/tmp/icu3.5-source/
logs says
....
checking whether we can support the iconv Transcoder... yes
checking whether we can support the ICU Transcoder... no
checking for which Transcoder to use (choices: -gnuiconv- -iconv-)... gnuiconv
checking whether we support the InMemory MsgLoader... yes
checking whether we support the ICU MsgLoader... no
checking for nl_types.h... (cached) yes
....
Please could anybody suggest how should I approach this issue, so that I can build the xerces using ICU libs.
Thanks in advance,
brij
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
再次查看 config.log - 它应该详细告诉您为什么它“无法支持 ICU 转码器”
look at config.log again - it should tell in some detail you why it 'can't support the ICU Transcoder'