compile error in contrib/xml2

From: Markus Bertheau <twanger(at)bluetwanger(dot)de>
To: PostgreSQL Bugs <pgsql-bugs(at)postgresql(dot)org>
Subject: compile error in contrib/xml2
Date: 2004-07-09 14:04:30
Message-ID: 1089381869.3239.29.camel@dicaprio.akademie1.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Hi,

I'm trying to compile the CVS version of contrib/xml2 for
postgresql-7.4.2. I'm hitting that error:

[bertheau(at)dicaprio pgxml2]$ gcc -fpic -c xpath.c -I`pg_config --includedir-server` `pkg-config libxml-2.0 --cflags`
xpath.c: In function `xpath_table':
xpath.c:653: error: `work_mem' undeclared (first use in this function)
xpath.c:653: error: (Each undeclared identifier is reported only once
xpath.c:653: error: for each function it appears in.)

I haven't found a declaration of work_mem anywhere in /usr/include/pgsql
- what am I doing wrong?

--
Markus Bertheau <twanger(at)bluetwanger(dot)de>

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Bruce Momjian 2004-07-09 14:15:35 Re: BUG #1118: Misleading Commit message
Previous Message Ted Kremenek 2004-07-08 17:50:48 Re: [CHECKER] 4 memory leaks in Postgresql 7.4.2