From: | John Gray <jgray(at)azuli(dot)co(dot)uk> |
---|---|
To: | twanger(at)bluetwanger(dot)de |
Subject: | Re: compile error in contrib/xml2 |
Date: | 2004-07-09 22:29:43 |
Message-ID: | pan.2004.07.09.22.29.37.122920@azuli.co.uk |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-bugs |
On Fri, 09 Jul 2004 16:04:30 +0200, Markus Bertheau wrote:
> 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.)
>
This is because the variable sort_mem in 7.4 and before was renamed to
work_mem in 7.5. If you change any occurrence of work_mem to sort_mem in
contrib/xml2 then it should work. Please let me know if you have any
further problems.
John
> I haven't found a declaration of work_mem anywhere in /usr/include/pgsql
> - what am I doing wrong?
From | Date | Subject | |
---|---|---|---|
Next Message | Kris Jurka | 2004-07-09 23:55:07 | Re: ResultSerMetaData.getColumnDisplaySize() with timestamp |
Previous Message | Alvaro Herrera | 2004-07-09 21:12:45 | Re: Bug related with permissions - VIEWS and RULES |