Uploaded image for project: 'Xerces-C++'
  1. Xerces-C++
  2. XERCESC-1998

Add support for GNU/Hurd by using POSIX.1-2001 and POSIX.1-2008 functions

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 3.1.1
    • 3.1.2, 3.2.0
    • Utilities
    • Debian GNU/Hurd i386

    Description

      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.

      Attachments

        1. use_posix_fcns.patch
          1 kB
          Svante Signell

        Activity

          People

            amassari Alberto Massari
            gnu_srs Svante Signell
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: