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 "Alberto Massari (JIRA)" <xe...@xml.apache.org> on 2013/05/01 23:02:15 UTC

[jira] [Resolved] (XERCESC-1998) Add support for GNU/Hurd by using POSIX.1-2001 and POSIX.1-2008 functions

     [ https://issues.apache.org/jira/browse/XERCESC-1998?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alberto Massari resolved XERCESC-1998.
--------------------------------------

       Resolution: Fixed
    Fix Version/s:     (was: 3.1.1)
                   3.2.0
         Assignee: Alberto Massari

I added a test for PATH_MAX in the configure script. Please verify.
                
> Add support for GNU/Hurd by using POSIX.1-2001 and POSIX.1-2008 functions
> -------------------------------------------------------------------------
>
>                 Key: XERCESC-1998
>                 URL: https://issues.apache.org/jira/browse/XERCESC-1998
>             Project: Xerces-C++
>          Issue Type: Bug
>          Components: Utilities
>    Affects Versions: 3.1.1
>         Environment: Debian GNU/Hurd i386
>            Reporter: Svante Signell
>            Assignee: Alberto Massari
>              Labels: patch
>             Fix For: 3.2.0
>
>         Attachments: use_posix_fcns.patch
>
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> Hello,
> The attached patch solves the build problems for GNU/Hurd due to unconditional use of PATH_MAX which is not defined on Hurd (and is optional in POSIX). The functions used are realpath (newSrc, NULL) from POSIX.1-2008 and getcwd (NULL, 0) from glibc-based systems.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

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