You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@xerces.apache.org by "Alexey Roytman (Jira)" <xe...@xml.apache.org> on 2019/12/31 11:42:00 UTC

[jira] [Comment Edited] (XERCESC-2185) Janitor.hpp fails to compile on Solaris with Solaris Studio 12.2 and 12.4

    [ https://issues.apache.org/jira/browse/XERCESC-2185?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17006063#comment-17006063 ] 

Alexey Roytman edited comment on XERCESC-2185 at 12/31/19 11:41 AM:
--------------------------------------------------------------------

According to docs ( [https://xerces.apache.org/xerces-c/build-3.html#UNIX] ), the Solaris was supported.

And the support was broken not in a major version (in 3.2.1 it was compiled successfully).

As for patches (or becoming maintainer), I'll find out how things work for my employer.


was (Author: alexeyroytman):
According to docs ( https://xerces.apache.org/xerces-c/build-3.html#UNIX ), the Solaris was supported.

And the support was broken not in a major version (in 3.2.1 it was compiled successfully).

As for patches, I'll find out how things work for my employer.

> Janitor.hpp fails to compile on Solaris with Solaris Studio 12.2 and 12.4
> -------------------------------------------------------------------------
>
>                 Key: XERCESC-2185
>                 URL: https://issues.apache.org/jira/browse/XERCESC-2185
>             Project: Xerces-C++
>          Issue Type: Bug
>          Components: Build
>    Affects Versions: 3.2.2
>         Environment: SunOS <myhostname> 5.10 Generic_147440-12 sun4v sparc sun4v
> CC: Sun C++ 5.11 SunOS_sparc 2010/08/13
>            Reporter: Alexey Roytman
>            Priority: Major
>
> When compiling xerces-c 3.2.2 on Solaris SPARC with Solaris Studio 12.2 and 12.4, the configuration stage passes, but the build fails on these 2 lines in Janitor.hpp:
> 158 XERCES_TEMPLATE_EXTERN template class XMLUTIL_EXPORT ArrayJanitor<XMLByte>;
> 159 XERCES_TEMPLATE_EXTERN template class XMLUTIL_EXPORT ArrayJanitor<XMLCh>;
> The error messages are:
> "./xercesc/util/Janitor.hpp", line 158: Error: A declaration does not specify a tag or an identifier.
> "./xercesc/util/Janitor.hpp", line 158: Error: Use ";" to terminate declarations.
> "./xercesc/util/Janitor.hpp", line 159: Error: A declaration does not specify a tag or an identifier.
> "./xercesc/util/Janitor.hpp", line 159: Error: Use ";" to terminate declarations.
> When I comment out these 2 lines, the builds succeeds. I did not run the tests...
> The xerces-c 3.2.1 was built on the same environment successfully.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: c-dev-unsubscribe@xerces.apache.org
For additional commands, e-mail: c-dev-help@xerces.apache.org