Re: [HACKERS] Compile error on 7.2.6/contrib/seg

2004-10-25 Thread Devrim GUNDUZ
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, On Sun, 24 Oct 2004, Tom Lane wrote: I get an error while building 7.2.6 RPMS on Fedora Core 1. bison -y -d -p seg_yy segparse.y segparse.y:101.7: syntax error, unexpected "|" Not sure anyone still cares, but I've backpatched the 7.3 fix for this,

Re: [HACKERS] Compile error on 7.2.6/contrib/seg

2004-10-24 Thread Tom Lane
Devrim GUNDUZ <[EMAIL PROTECTED]> writes: > I get an error while building 7.2.6 RPMS on Fedora Core 1. > bison -y -d -p seg_yy segparse.y > segparse.y:101.7: syntax error, unexpected "|" Not sure anyone still cares, but I've backpatched the 7.3 fix for this, just in case we do make any further 7

[HACKERS] Compile error on 7.2.6/contrib/seg

2004-10-24 Thread Devrim GUNDUZ
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, I get an error while building 7.2.6 RPMS on Fedora Core 1. # gcc --version gcc (GCC) 3.3.2 20031022 (Red Hat Linux 3.3.2-1) # bison --version bison (GNU Bison) 1.875 ===