使用 -icu 构建 xerces

发布于 2024-09-06 08:39:45 字数 610 浏览 7 评论 0原文

有谁知道使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

回忆躺在深渊里 2024-09-13 08:39:45

再次查看 config.log - 它应该详细告诉您为什么它“无法支持 ICU 转码器”

look at config.log again - it should tell in some detail you why it 'can't support the ICU Transcoder'

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文