more contrib breakage - Mailing list pgsql-hackers

From Joe Conway
Subject more contrib breakage
Date
Msg-id 3D76D591.2070207@joeconway.com
Whole thread Raw
Responses Re: more contrib breakage  ("Christopher Kings-Lynne" <chriskl@familyhealth.com.au>)
List pgsql-hackers
I'm also getting a failure on tsearch:

make[1]: Entering directory `/opt/src/pgsql/contrib/tsearch'
gcc -O2 -g -Wall -Wmissing-prototypes -Wmissing-declarations -fpic -I. 
-I../../src/include   -c -o morph.o morph.c -MMD
morph.c: In function `initmorph':
morph.c:107: `PG_LocaleCategories' undeclared (first use in this function)
morph.c:107: (Each undeclared identifier is reported only once
morph.c:107: for each function it appears in.)
morph.c:107: parse error before `lc'
morph.c:116: warning: implicit declaration of function `PGLC_current'
morph.c:116: `lc' undeclared (first use in this function)
morph.c:124: warning: implicit declaration of function 
`PGLC_free_categories'
make[1]: *** [morph.o] Error 1
make[1]: Leaving directory `/opt/src/pgsql/contrib/tsearch'


Joe



pgsql-hackers by date:

Previous
From: Joe Conway
Date:
Subject: contrib Makefile
Next
From: "Christopher Kings-Lynne"
Date:
Subject: Re: more contrib breakage