[HACKERS] test beta build

2003-08-14 Thread Christopher Kings-Lynne
It all built and passes regressions for me on freebsd/alpha, I got this though: gcc -pipe -O -Wall -Wmissing-prototypes -Wmissing-declarations -Wno-error -I ./../include -I. -I../../../../src/include -DMAJOR_VERSION=3 -DMINOR_VERSIO N=0 -DPATCHLEVEL=0 -DINCLUDE_PATH=\"/home/chriskl/local/include\

Re: [HACKERS] test beta build

2003-08-14 Thread Tom Lane
"Christopher Kings-Lynne" <[EMAIL PROTECTED]> writes: > gcc -pipe -O -Wall -Wmissing-prototypes -Wmissing-declarations -Wno-error -I > ./../include -I. -I../../../../src/include -DMAJOR_VERSION=3 -DMINOR_VERSIO > N=0 -DPATCHLEVEL=0 -DINCLUDE_PATH=\"/home/chriskl/local/include\" -c -o > preproc.o

Re: [HACKERS] test beta build

2003-08-14 Thread Tom Lane
"Christopher Kings-Lynne" <[EMAIL PROTECTED]> writes: > Cool. It's just down to this now: > gcc -pipe -O -g -Wall -Wmissing-prototypes -Wmissing-declarations -Wno-error > -I./../include -I. -I../../../../src/include -DMAJOR_VERSION=3 -DMINOR_VE > RSION=0 -DPATCHLEVEL=0 -DINCLUDE_PATH=\"/home/c

Re: [HACKERS] test beta build

2003-08-11 Thread Tom Lane
Bruce Momjian <[EMAIL PROTECTED]> writes: > Yes, I see those regularly too, and are related to bison issues. The two 'defined but not used' warnings in pgc.c are a longstanding flex (not bison) issue. (Hmm ... I wonder if they still happen in flex 2.5.31?) The other warning is not flex's fault -

Re: [HACKERS] test beta build

2003-08-07 Thread Christopher Kings-Lynne
> "Christopher Kings-Lynne" <[EMAIL PROTECTED]> writes: > > gcc -pipe -O -Wall -Wmissing-prototypes -Wmissing-declarations -Wno-error -I > > ./../include -I. -I../../../../src/include -DMAJOR_VERSION=3 -DMINOR_VERSIO > > N=0 -DPATCHLEVEL=0 -DINCLUDE_PATH=\"/home/chriskl/local/include\" -c -o > >

Re: [HACKERS] test beta build

2003-08-07 Thread Bruce Momjian
Yes, I see those regularly too, and are related to bison issues. --- Christopher Kings-Lynne wrote: > It all built and passes regressions for me on freebsd/alpha, I got this > though: > > gcc -pipe -O -Wall -Wmissing-protot