You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by "Roger Leigh (JIRA)" <ji...@apache.org> on 2015/12/18 11:22:46 UTC

[jira] [Created] (XALANC-766) Documentation generation fails on MacOS X

Roger Leigh created XALANC-766:
----------------------------------

             Summary: Documentation generation fails on MacOS X
                 Key: XALANC-766
                 URL: https://issues.apache.org/jira/browse/XALANC-766
             Project: XalanC
          Issue Type: Bug
          Components: XalanC
    Affects Versions: 1.11
         Environment: MacOS X 10.11 and earlier
            Reporter: Roger Leigh
            Assignee: Steven J. Hathaway


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

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

{code}
"${XALANCMD}" \
{code}

with

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

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.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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