You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-users@xalan.apache.org by Arun Ramdas <ar...@etrade.com> on 2002/03/14 01:49:29 UTC

ICU build and Env Variable setting for XALAN

Can u please clarify on ceratin things regarding ICU and XALAN?

1) Do i have to build ICU sources, if i want to use Number formatting ONLY?
  
  Note: Documentation reference from apache site
        " Enabling ICU support for number formatting and sorting  
        If you only want to use the ICU to support number formatting and
sorting, you do not need to integrate the ICU with Xalan-C++"

 
2) Do i have to set ICUROOT env variable, if i have to build Xalan sources
with ICU support, apart from setting XALAN_USE_ICU?

Because, assuming that i dont need to build ICU, if i go ahead and build
Xalan, it gives me the following error

"ICUBridge/ICUBridge.cpp", line 71: Error: Could not open include file
<unicode/coll.h>.
"ICUBridge/ICUBridge.cpp", line 72: Error: Could not open include file
<unicode/dcfmtsym.h>.
"ICUBridge/ICUBridge.cpp", line 73: Error: Could not open include file
<unicode/decimfmt.h>.

Any help would be highly appreciated!

Arun