[HACKERS] Problem building contrib/array in current CVS

2003-08-14 Thread Bruno Wolff III
I just (with the last half hour) grabbed a fresh copy of 7.4 from CVS and got an error when building contrib/array: gcc -O2 -Wall -Wmissing-prototypes -Wmissing-declarations -fpic -I. -I../../src/include -c array_iterator.c -o array_iterator.o array_iterator.c:30: utils/fmgroids.h: No such file

Re: [HACKERS] Problem building contrib/array in current CVS

2003-08-14 Thread Joe Conway
Bruno Wolff III wrote: array_iterator.c:30: utils/fmgroids.h: No such file or directory make: *** [array_iterator.o] Error 1 I must have caught something in the middle of an update. I grabbed a fresh copy a little while ago and now it builds properly. I believe utils/fmgroids.h is a derived file. W

Re: [HACKERS] Problem building contrib/array in current CVS

2003-08-08 Thread Bruno Wolff III
On Thu, Aug 07, 2003 at 13:16:29 -0700, Joe Conway <[EMAIL PROTECTED]> wrote: > Bruno Wolff III wrote: > >>array_iterator.c:30: utils/fmgroids.h: No such file or directory > >>make: *** [array_iterator.o] Error 1 > > > >I must have caught something in the middle of an update. I grabbed a fresh >

Re: [HACKERS] Problem building contrib/array in current CVS

2003-08-07 Thread Bruno Wolff III
On Thu, Aug 07, 2003 at 13:11:32 -0500, Bruno Wolff III <[EMAIL PROTECTED]> wrote: > I just (with the last half hour) grabbed a fresh copy of 7.4 from CVS > and got an error when building contrib/array: > > gcc -O2 -Wall -Wmissing-prototypes -Wmissing-declarations -fpic -I. > -I../../src/includ

Re: [HACKERS] Problem building contrib/array in current CVS

2003-08-07 Thread Tom Lane
Bruno Wolff III <[EMAIL PROTECTED]> writes: > gcc -O2 -Wall -Wmissing-prototypes -Wmissing-declarations -fpic -I. > -I../../src/include -c array_iterator.c -o array_iterator.o > array_iterator.c:30: utils/fmgroids.h: No such file or directory > make: *** [array_iterator.o] Error 1 This suggests