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 "Scott Cantor (Jira)" <xe...@xml.apache.org> on 2020/04/01 16:16:01 UTC

[jira] [Commented] (XERCESC-2194) Including Xerces_autoconf_config.hpp on Windows fails due to undefined ssize_t

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

Scott Cantor commented on XERCESC-2194:
---------------------------------------

Master:
aacdef3fa74bea84ff1ff4cd699782bcc080873f

3.2 branch:
526624138f1f755688510908b996d9601a2ed69d

I can't do anything with the pull request but it should be removed.

> Including Xerces_autoconf_config.hpp on Windows fails due to undefined ssize_t
> ------------------------------------------------------------------------------
>
>                 Key: XERCESC-2194
>                 URL: https://issues.apache.org/jira/browse/XERCESC-2194
>             Project: Xerces-C++
>          Issue Type: Bug
>          Components: Build
>    Affects Versions: 3.2.2
>            Reporter: Rasmus Thomsen
>            Assignee: Scott Cantor
>            Priority: Major
>             Fix For: 3.2.3
>
>
> When including Xerces_autoconf_config.hpp on Windows the following error messages:
>  
> {code:cpp}
> error C4430: Fehlender Typspezifizierer - int wird angenommen. Hinweis: "default-int" wird von C++ nicht unterstützt.
> error C2146: Syntaxfehler: Fehlendes ";" vor Bezeichner "XMLSSize_t"
> {code}
> (Sorry that these are in German - they translate to "Missing type specifier - assuming int" and "syntax error: missing ";" before identifier "XMLSSize_t")
> Apparently ssize_t is a POSIX extension and as such isn't available in MSVC (by default?)



--
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