Uploaded image for project: 'XalanC'
  1. XalanC
  2. XALANC-766

Documentation generation fails on MacOS X

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • 1.11
    • None
    • XalanC
    • MacOS X 10.11 and earlier

    Description

      In order to get the documentation to build on MacOS X, I had to make this adjustment:

      In xdocs/sources/make-xalan.sh, replace:

      "${XALANCMD}" \
      

      with

      export DYLD_FALLBACK_LIBRARY_PATH=${BUILDPATH}/c/lib:$DYLD_FALLBACK_LIBRARY_PATH
      "${XALANCMD}" \
      

      We need to know what the BUILDPATH is though. Could this script file be renamed to make-xalan.sh.in and generated by configure with the correct build path embedded?

      While this is an issue on MacOS X, it's likely also an issue on Linux and BSD, where LD_LIBRARY_PATH needs setting to allow the Xalan binary to run. Unless that's already taken care of, and DYLD_LIBRARY_PATH could be set there as well.

      Attachments

        Activity

          People

            shathaway Steven J. Hathaway
            rleigh Roger Leigh
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: