From: | Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> |
---|---|
To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
Cc: | Lamar Owen <lamar(dot)owen(at)wgcr(dot)org>, Peter Eisentraut <peter_e(at)gmx(dot)net>, pgsql-hackers(at)postgresql(dot)org |
Subject: | Re: 7.2b1 ... |
Date: | 2001-10-30 02:37:03 |
Message-ID: | 200110300237.f9U2b3u05143@candle.pha.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
> Lamar Owen <lamar(dot)owen(at)wgcr(dot)org> writes:
> > gcc -O2 -march=i386 -mcpu=i686 -Wall -Wmissing-prototypes
> > -Wmissing-declarations -fpic -I. -I../../src/include -I/usr/kerberos/include
> > -c -o fuzzystrmatch.o fuzzystrmatch.c
> > fuzzystrmatch.c: In function `_metaphone':
> > fuzzystrmatch.c:345: parse error before `return'
> > make[1]: *** [fuzzystrmatch.o] Error 1
> > make[1]: Leaving directory
> > `/usr/src/redhat/BUILD/postgresql-7.2b1/contrib/fuzzystrmatch'
> > make: *** [all] Error 2
>
> This is a bug introduced by Bruce's recent pgindent run, not an RPM
> packaging issue. I believe the fix is in CVS already.
Yes, fixed today. It was a macro that was called with no trailing
semicolon.
--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026
From | Date | Subject | |
---|---|---|---|
Next Message | Jason L Tibbitts III | 2001-10-30 03:14:36 | Re: pgsql-committers? |
Previous Message | Marc G. Fournier | 2001-10-30 02:27:01 | Re: pgsql-committers? |