Discussion:
[jira] [Created] (XALANC-773) Build failure with Xerces-C++ 3.2.0 and VS2015
Roger Leigh (JIRA)
2017-08-09 11:25:02 UTC
Permalink
Roger Leigh created XALANC-773:
----------------------------------

Summary: Build failure with Xerces-C++ 3.2.0 and VS2015
Key: XALANC-773
URL: https://issues.apache.org/jira/browse/XALANC-773
Project: XalanC
Issue Type: Bug
Components: XalanC
Affects Versions: 1.11
Environment: Windows with VS2015
Reporter: Roger Leigh
Assignee: Steven J. Hathaway
Attachments: xerces-char16_t.diff

Xerces-C++ 3.2.0 will allow XMLChar to be char16_t instead of wchar_t on a compiler with C++11 support such as VS2015. The attached patch is required to fix a few places in the Xalan-C sources where implicit wchar_t to XalanDOMChar* conversions were used without casts.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-***@xalan.apache.org
For additional commands, e-mail: dev-***@xalan.apache.org
Roger Leigh (JIRA)
2018-02-23 13:58:00 UTC
Permalink
[ https://issues.apache.org/jira/browse/XALANC-773?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16374369#comment-16374369 ]

Roger Leigh commented on XALANC-773:
------------------------------------

Is there any chance of this patch being applied?  It's been six months without a response.

 

I've asked a few times on the list if I could join the project to fix this and other outstanding issues, but without any response.  Is there anyone looking after the project who could action this?  We're just about to release Xerces-C++ 3.2.1, and it would be very desirable to have Xalan-C++ work with it.

 

Thanks,

Roger
Post by Roger Leigh (JIRA)
Build failure with Xerces-C++ 3.2.0 and VS2015
----------------------------------------------
Key: XALANC-773
URL: https://issues.apache.org/jira/browse/XALANC-773
Project: XalanC
Issue Type: Bug
Components: XalanC
Affects Versions: 1.11
Environment: Windows with VS2015
Reporter: Roger Leigh
Assignee: Steven J. Hathaway
Priority: Major
Labels: PlatformSupport, build
Attachments: xerces-char16_t.diff
Xerces-C++ 3.2.0 will allow XMLChar to be char16_t instead of wchar_t on a compiler with C++11 support such as VS2015. The attached patch is required to fix a few places in the Xalan-C sources where implicit wchar_t to XalanDOMChar* conversions were used without casts.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-***@xalan.apache.org
For additional commands, e-mail: dev-***@xalan.apache.org

Loading...