Re: Xerces-C 3.2.1rc4 posted

2018-02-22 Thread rleigh
On 2018-02-21 22:40, Cantor, Scott wrote: Updated with latest commit, Signed distributions available here: https://dist.apache.org/repos/dist/dev/xerces/c/3/sources/ Release notes: https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=10510&version=12341423 I have tested on Windows

Re: AW: How can I use Xerces XML parser to validate GPX files?

2018-02-13 Thread rleigh
On 2018-02-13 15:03, Stutz Oliver wrote: Dear Álvaro, Do you have the compiled libxerces-c-3.2.so library in LIBPATH? I would suggest that you echo the LIBPATH and check where your library is. The problem seems to be that your binary can't find the shared object file which you have compiled manu

Re: How to build with XMLCh = wchar_t on Windows platform.

2018-01-24 Thread rleigh
On 2018-01-24 09:30, Mark Douglas wrote: As a side note, we have a lot of 32-bit C++ code that needs conversion, but this is going to take time (other 3rd party libraries involved). If you were to drop 32-bit support, this could become an issue for us in the short-term. I'm not sure if there are

Re: How to build with XMLCh = wchar_t on Windows platform.

2018-01-23 Thread rleigh
On 2018-01-23 14:12, Mark Douglas wrote: Hi Roger, Thank you very much for this valuable feedback! As I'm new to CMake, I didn't find the options of disabling char16_t (at least I wasn't looking for the right thing to start with!). I think the default policy of using char16_t, if it is availabl

Re: How to build with XMLCh = wchar_t on Windows platform.

2018-01-23 Thread rleigh
On 2018-01-23 12:03, Mark Douglas wrote: Hi, This is my first mail to this group, so hopefully I've come to the correct place! Yes, it is! I'm currently attempting to build and use Xerces C++ 3.2.0 in my application, but I'm having an issue where XMLCh is defined as char16_t (not compatible

Releasing 3.2.1

2018-01-08 Thread rleigh
A number of small issues have been fixed for 3.2.1 (https://issues.apache.org/jira/projects/XERCESC/versions/12341423) with these changes (https://github.com/apache/xerces-c/compare/Xerces-C_3_2_0...trunk). Are there any other outstanding issues which require fixing for 3.2.1, or are the chan

Re: AW: Building XercesApplication With eclipse

2017-07-21 Thread rleigh
On 2017-07-21 16:15, hamburg-@web.de wrote: i am trying to build an C++ Applikation for Windows Using Eclipse and Mingw (Tried Mingw64 But same result). I Have Compiled xerces 3.1 With msys and Make. The Applikations run fine. I Took the libxerces.a to link to my eclipse Project and everythi

Re: Fwd: [jira] [Resolved] (XERCESC-2080) SIGSEGV Protection Violation during PlatformUtils::XMLInitialize

2016-11-03 Thread rleigh
On 2016-11-03 16:40, Venkatesh Thanneermalai wrote: Hi Team, Please help on the below issue that we are facing. SIGSEGV Protection Violation during PlatformUtils::XMLInitialize I don't see a full backtrace here, or the code which caused the fault. There's not much here to work with, so the

Re: Xerces-C 3.1.4 released

2016-06-30 Thread rleigh
On 2016-06-29 14:44, Cantor, Scott wrote: A patch release of the Xerces-C XML parser is now available and is propagating to the mirrors. It includes a small number of important bug fixes, including a fix for CVE-2016-4463. https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=10510&ve

Re: Strange interaction between Xerces and Xalan

2016-01-21 Thread rleigh
On 2016-01-21 15:27, rle...@codelibre.net wrote: My unit test here fails with "invalid document structure". However, the XML is well-formed UTF-8 with no BOM; it's been working fine for years. The difference between the exception being thrown or not thrown is very simple: whether or not I link

Strange interaction between Xerces and Xalan

2016-01-21 Thread rleigh
Hi folks, I've run into an odd situation which I hope someone might be able to shed some light upon. I have a library using Xerces-C. This works on multiple platforms, and works fine. Yesterday, I added initial support for Xalan-C. This appears to work on all platforms, except for one (Fr