more contrib breakage

From: Joe Conway <mail(at)joeconway(dot)com>
To: pgsql-hackers <pgsql-hackers(at)postgreSQL(dot)org>
Subject: more contrib breakage
Date: 2002-09-05 03:54:57
Message-ID: 3D76D591.2070207@joeconway.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Christopher Kings-Lynne 2002-09-05 03:59:39 Re: more contrib breakage
Previous Message Joe Conway 2002-09-05 03:52:09 contrib Makefile