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

From Seneca Cunningham
Subject --with-libxml build failures on OS X
Date
Msg-id 20070107174725.GK2872@herodotus.local
Whole thread Raw
Responses Re: --with-libxml build failures on OS X  (Peter Eisentraut <peter_e@gmx.net>)
List pgsql-hackers
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.

The version of libxml2 on jackal is 2.6.21, but the requisite function
was implemented in 2.6.23.  The version of libxml used can be found in 
libxml/xmlversion.h in numerous forms.

-- 
Seneca
tentra@gmail.com


pgsql-hackers by date:

Previous
From: "Pavel Stehule"
Date:
Subject: Re: proposal: catch warnings
Next
From: "Simon Riggs"
Date:
Subject: Re: [PATCHES] COPY with no WAL, in certain circumstances