Re: --with-libxml build failures on OS X - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: --with-libxml build failures on OS X
Date
Msg-id 200701072212.59437.peter_e@gmx.net
Whole thread Raw
In response to --with-libxml build failures on OS X  (Seneca Cunningham <tentra@gmail.com>)
List pgsql-hackers
Seneca Cunningham wrote:
> jackal's builds have been failing since xml.c started using
> xmlSaveToBuffer.  It turns out that xmlSaveToBuffer is not yet
> implemented in the version of libxml2 that comes with OS X (10.4.8),
> but it is being implicitly defined during the build.

I have changed it so that it checks for xmlSaveToBuffer in configure and 
mentions the minimum required version.
-- 
Peter Eisentraut
http://developer.postgresql.org/~petere/


pgsql-hackers by date:

Previous
From: Shane Ambler
Date:
Subject: Re: Erronous sort used in query plan
Next
From: Tom Lane
Date:
Subject: Re: Erronous sort used in query plan