简体   繁体   中英

Building xerces using -icu

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

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM