Hello, Don't know whether it's wise or appropriate to vote +1 and also report an error (minor): on a clean and up-to-date cygwin (windows 10, x86_64, pre-2.11.2), i had to remove the two lines: template class ArrayJanitor<XMLByte>; template class ArrayJanitor<XMLCh>; in src/xercesc/util/JanitorExports.cpp to be able to build successfully, otherwise, i don't know why, i get: xercesc/util/JanitorExports.cpp:22:16: error: duplicate explicit instantiation of 'class xercesc_3_2::ArrayJanitor<unsigned char>' [-fpermissive] template class ArrayJanitor<XMLByte>; ^~~~~~~~~~~~~~~~~~~~~ xercesc/util/JanitorExports.cpp:23:16: error: duplicate explicit instantiation of 'class xercesc_3_2::ArrayJanitor<char16_t>' [-fpermissive] template class ArrayJanitor<XMLCh>; ^~~~~~~~~~~~~~~~~~~ Regards,
Denis Excoffier. > On 2018-09-12 at 20:05, Cantor, Scott wrote: > > I would like to call for a vote to release the RC3 artifact built from svn > revision 1840539 as V3.2.2. It's published and signed at [1]. > > The release notes are at [2]. > > The issues are build related for the most part, nothing substantive. > > I'll hold the vote open through the weekend, as next week is the soonest I > can do the upload of a release. > > This is my +1. > > -- Scott > > [1] https://dist.apache.org/repos/dist/dev/xerces/c/3/sources/ > [2] > https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=10510&version=12342890 > > --------------------------------------------------------------------- > To unsubscribe, e-mail: c-dev-unsubscr...@xerces.apache.org > For additional commands, e-mail: c-dev-h...@xerces.apache.org >