A reminder of what I'm talking about:

    < LIBXML_CFLAGS='-I/usr/local/include/libxml2'
    ---
    > 
LIBXML_CFLAGS='-I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/libxml2'
    1289,1291c1326,1328
    < LIBXML_LIBS='-L/usr/local/lib -lxml2 -lz -lpthread -liconv -lm'
    < LIBXSLT_CFLAGS='-I/usr/local/include -I/usr/local/include/libxml2'
    < LIBXSLT_LIBS='-L/usr/local/lib -lxslt -lxml2'
    ---
    > 
LIBXML_LIBS='-L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/lib
 -lxml2 -lz -lpthread -licucore -lm'
    > 
LIBXSLT_CFLAGS='-I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include
 
-I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/libxml2'
    > 
LIBXSLT_LIBS='-L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/lib
 -lxslt -lxml2 -lz -lpthread -licucore -lm'


> On Nov 6, 2017, at 12:43 PM, Jim Jagielski <j...@jagunet.com> wrote:
> 
> Considering that it was the xml2/xslt libs that changed
> between the version, I am focusing my attention on that.
> The pervious version, that broke embedded charts but worked
> with the table used/linked macOS's libs. This latest
> version uses local libs; which looks to have fixed the
> embedded chart but broke the table/sql.
> 
> I *think* that the macOS versions did not incorporate iconv,
> whereas the local libs do. So I'm rebuilding xml2 with
> '--without-iconv' to see if that resolve it.
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
> For additional commands, e-mail: dev-h...@openoffice.apache.org
> 


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

Reply via email to