[jira] [Resolved] (XERCESC-2255) Incorrect symbol name xercesc_messages_3_2
"Scott Cantor (Jira)" <[email protected]> Thu, 14 Nov 2024 15:22:00 +0000 (UTC)
| Newsgroups | gmane.text.xml.xerces-c.devel |
|---|---|
| Message-ID | <[email protected]> |
[ https://issues.apache.org/jira/browse/XERCESC-2255?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Scott Cantor resolved XERCESC-2255.
-----------------------------------
Resolution: Fixed
Committed the fix, no plans for a release at present.
> Incorrect symbol name xercesc_messages_3_2
> ------------------------------------------
>
> Key: XERCESC-2255
> URL: https://issues.apache.org/jira/browse/XERCESC-2255
> Project: Xerces-C++
> Issue Type: Bug
> Components: Build
> Affects Versions: 3.3.0
> Environment: Windows / MSVC 17.11.5
> Reporter: Geza Geleji
> Assignee: Scott Cantor
> Priority: Minor
> Fix For: 3.3.1
>
> Attachments: 2255.patch
>
>
> I am building Xerces-C++ 3.3.0 on Windows with MSVC 17.11.5 with ICU as the message loader and I noticed it was trying to link to a symbol called "xercesc_messages_3_2", which was not defined. I suspect references to "xercesc_messages_3_2" in src/xercesc/util/MsgLoaders/ICU/ICUMsgLoader.cpp were intended to be changed to "xercesc_messages_3_3". If I make this change, it builds (and the tests pass).
--
This message was sent by Atlassian Jira
(v8.20.10#820010)