Re: CVS TOT fails to build on MacOSX 10.2.1

From: Neil Conway <neilc(at)samurai(dot)com>
To: Peter Bierman <bierman(at)apple(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: CVS TOT fails to build on MacOSX 10.2.1
Date: 2002-10-29 23:11:00
Message-ID: 87smyo264b.fsf@mailbox.samurai.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Peter Bierman <bierman(at)apple(dot)com> writes:
> So first off, what's the best way to tell from a cvs snapshot which
> "release" (if any) that snapshot is?

configure.in, perhaps?

> 'make runcheck' in src/test/regress/ fails with:
>
> bison -y -d preproc.y
> preproc.y:5560: fatal error: maximum table size (32767) exceeded

You need bison 1.50 or greater to build the new ecpg (due to a bison
limitation).

Cheers,

Neil

--
Neil Conway <neilc(at)samurai(dot)com> || PGP Key ID: DB3C29FC

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Bierman 2002-10-29 23:47:42 7.3b3 passes on MacOSX 10.2.1
Previous Message Ian Barwick 2002-10-29 22:52:51 Re: Request for supported platforms