Re: [HACKERS] byacc problem with FreeBSD ...

2000-09-25 Thread The Hermit Hacker
On Mon, 25 Sep 2000, Alfred Perlstein wrote: > * Tom Lane <[EMAIL PROTECTED]> [000925 08:11] wrote: > > The Hermit Hacker <[EMAIL PROTECTED]> writes: > > > Just going through Peter's new 'mk-snapshot' script, and found a problem: > > > > > gmake[4]: Entering directory >`/home/projects/pgsql/sna

Re: [HACKERS] byacc problem with FreeBSD ...

2000-09-25 Thread The Hermit Hacker
On Mon, 25 Sep 2000, Tom Lane wrote: > The Hermit Hacker <[EMAIL PROTECTED]> writes: > > damn ... I thought that our configure refused anything *but* bison? how > > come its allowying me to use byacc? :) > > I think it should try to use the system yacc if it can't find bison. > It is possible t

Re: [HACKERS] byacc problem with FreeBSD ...

2000-09-25 Thread Alfred Perlstein
* Tom Lane <[EMAIL PROTECTED]> [000925 08:11] wrote: > The Hermit Hacker <[EMAIL PROTECTED]> writes: > > Just going through Peter's new 'mk-snapshot' script, and found a problem: > > > gmake[4]: Entering directory >`/home/projects/pgsql/snapshot/pgsql/postgresql-snapshot/src/backend/parser' > >

Re: [HACKERS] byacc problem with FreeBSD ...

2000-09-25 Thread Tom Lane
The Hermit Hacker <[EMAIL PROTECTED]> writes: > damn ... I thought that our configure refused anything *but* bison? how > come its allowying me to use byacc? :) I think it should try to use the system yacc if it can't find bison. It is possible to build our grammar with non-bison yaccs, since we

Re: [HACKERS] byacc problem with FreeBSD ...

2000-09-25 Thread The Hermit Hacker
damn ... I thought that our configure refused anything *but* bison? how come its allowying me to use byacc? :) On Mon, 25 Sep 2000, Peter Eisentraut wrote: > The Hermit Hacker writes: > > > Just going through Peter's new 'mk-snapshot' script, and found a problem: > > > > gmake[4]: Entering

Re: [HACKERS] byacc problem with FreeBSD ...

2000-09-25 Thread Tom Lane
The Hermit Hacker <[EMAIL PROTECTED]> writes: > Just going through Peter's new 'mk-snapshot' script, and found a problem: > gmake[4]: Entering directory >`/home/projects/pgsql/snapshot/pgsql/postgresql-snapshot/src/backend/parser' > byacc -d gram.y > byacc: f - maximum table size exceeded byac

[HACKERS] byacc problem with FreeBSD ...

2000-09-25 Thread The Hermit Hacker
Just going through Peter's new 'mk-snapshot' script, and found a problem: gmake[4]: Entering directory `/home/projects/pgsql/snapshot/pgsql/postgresql-snapshot/src/backend/parser' byacc -d gram.y byacc: f - maximum table size exceeded gmake[4]: *** [gram.c] Error 2 gmake[4]: Leaving directory