Re: preproc.y error

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

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.

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Vince Vielhaber 2001-02-08 00:57:58 Re: preproc.y error
Previous Message Hiroshi Inoue 2001-02-08 00:35:21 Re: unixODBC (again)