You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by "Laurent Stacul (JIRA)" <ji...@apache.org> on 2018/04/19 15:04:01 UTC

[jira] [Created] (XALANC-781) Compilation fails with ICU

Laurent Stacul created XALANC-781:
-------------------------------------

             Summary: 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
         Attachments: xalanc_fix_compilation_with_icu.patch

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: dev-unsubscribe@xalan.apache.org
For additional commands, e-mail: dev-help@xalan.apache.org