Re: preproc.y error

From: Vince Vielhaber <vev(at)michvhf(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: preproc.y error
Date: 2001-02-08 00:57:58
Message-ID: Pine.BSF.4.30.0102071952200.363-100000@paprika.michvhf.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Wed, 7 Feb 2001, Tom Lane wrote:

> Vince Vielhaber <vev(at)michvhf(dot)com> writes:
> > In today's (2/7/2k1) snapshot from hub, I'm getting this:
>
> > gcc -pipe -O2 -Wall -Wmissing-prototypes -Wmissing-declarations
> > -I../../../../src/include -I./../include -DMAJOR_VERSION=2 -DMINOR_VERSION=8 -DPATCHLEVEL=0
> > -DINCLUDE_PATH=\"/usr/local/pgsql/include\" -c -o preproc.o preproc.c
> > preproc.y:3957: syntax error at null character
>
> Works fine here, and there's nothing visibly wrong with line 3957 and
> neighbors in my copy. Try removing preproc.c and letting the system
> rebuild it.

Now I get:

byacc -d preproc.y
byacc: f - maximum table size exceeded
gmake[4]: *** [preproc.c] Error 2

However it failed building a kernel, I may have some bad ram. I'm
supposed to have 256M coming any day - actually I thought it'd be
here by now.

Vince.
--
==========================================================================
Vince Vielhaber -- KA8CSH email: vev(at)michvhf(dot)com http://www.pop4.net
128K ISDN from $22.00/mo - 56K Dialup from $16.00/mo at Pop4 Networking
Online Campground Directory http://www.camping-usa.com
Online Giftshop Superstore http://www.cloudninegifts.com
==========================================================================

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2001-02-08 01:15:00 Re: preproc.y error
Previous Message Tom Lane 2001-02-08 00:45:30 Re: preproc.y error