[ 
https://issues.apache.org/jira/browse/XALANC-781?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16848515#comment-16848515
 ] 

Roger Leigh commented on XALANC-781:
------------------------------------

I have fixed up all the ICU compile failures on the git master branch.  If you 
try it out with the new CMake build, it should auto-detect ICU, or you can 
manually select with {{-Dtranscoder=icu}}.  However, note that while this fixes 
up the ICU bridge, the ICU message loader is still broken and will require 
additional work to fix up.  That can be enabled with {{-Dmsgloader=icu-broken}}.

> Compilation fails with ICU
> --------------------------
>
>                 Key: XALANC-781
>                 URL: https://issues.apache.org/jira/browse/XALANC-781
>             Project: XalanC
>          Issue Type: Bug
>          Components: XalanC
>    Affects Versions: 1.11
>         Environment: GNU/Linux Kernel 3.0.13 x86_64
> gcc (GCC) 8.0.1 20180307 (experimental)
> Compilation with -std=gnu++17
>            Reporter: Laurent Stacul
>            Assignee: Steven J. Hathaway
>            Priority: Major
>              Labels: easyfix
>         Attachments: xalanc_fix_compilation_with_icu.patch
>
>   Original Estimate: 0h
>  Remaining Estimate: 0h
>
> There are several errors when compiling xalanc with ICU (XALAN_USE_ICU) in 
> the folder ICUBridge. In several places, the namespace of ICU 
> classes/functions is not given leading to the following types of error:
> {code:java}
> xalan-c-1.11/c/src/xalanc/ICUBridge/ICUFormatNumberFunctor.hpp:227:12: error: 
> 'DecimalFormat' does not name a type;{code}
> I provide a patch for such issues.
> Stac



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to