--with-libxml build failures on OS X

From: Seneca Cunningham <tentra(at)gmail(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: --with-libxml build failures on OS X
Date: 2007-01-07 17:47:25
Message-ID: 20070107174725.GK2872@herodotus.local
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)gmail(dot)com

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Simon Riggs 2007-01-07 18:04:58 Re: [HACKERS] COPY with no WAL, in certain circumstances
Previous Message Pavel Stehule 2007-01-07 17:40:57 Re: proposal: catch warnings