Re: more contrib breakage

From: "Christopher Kings-Lynne" <chriskl(at)familyhealth(dot)com(dot)au>
To: "Joe Conway" <mail(at)joeconway(dot)com>, "pgsql-hackers" <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: more contrib breakage
Date: 2002-09-05 03:59:39
Message-ID: GNELIHDDFBOCMGBFGEFOIEBDCEAA.chriskl@familyhealth.com.au
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Oleg knows about it and is planning to fix it.

Chris

> -----Original Message-----
> From: pgsql-hackers-owner(at)postgresql(dot)org
> [mailto:pgsql-hackers-owner(at)postgresql(dot)org]On Behalf Of Joe Conway
> Sent: Thursday, 5 September 2002 11:55 AM
> To: pgsql-hackers
> Subject: [HACKERS] more contrib breakage
>
>
> 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
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 2: you can get off all lists at once with the unregister command
> (send "unregister YourEmailAddressHere" to majordomo(at)postgresql(dot)org)
>

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2002-09-05 04:19:11 Re: Beta1 schedule
Previous Message Joe Conway 2002-09-05 03:54:57 more contrib breakage