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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to