On 15 Nov, Jim Jagielski wrote:
> Agreed.
> 
> FWIW, I have been unable to even create a 4.1.2 build that works in
> both cases, and this is via various combinations of libxml2, libxslt, Xcode 
> (both
> 7 and 8) and selected SDKs.

Look for system libraries that that we use and that link to libxml2
and/or libxslt.  I suspect that is some sort of ABI difference between
versions.  If we bundle these libraries, some other system library
breaks because it expects the system libxml2/libxslt ABI but it is
linked to the bundled version.  If we don't bundle these libraries, then
we expect the ABI of whatever version is on the system where we do the
build and break when running on a different version of Mac OS.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org

Reply via email to