Re: Bug in CVS HEAD on bootparse.y???

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Jonathan Gardner <jgardner(at)jonathangardner(dot)net>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Bug in CVS HEAD on bootparse.y???
Date: 2004-03-19 00:30:10
Message-ID: 14843.1079656210@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Jonathan Gardner <jgardner(at)jonathangardner(dot)net> writes:
> gcc -O2 -fno-strict-aliasing -Wall -Wmissing-prototypes
> -Wmissing-declarations -I. -I../../../src/include -D_GNU_SOURCE -c -o
> bootparse.o bootparse.c
> bootparse.y:26:26: access/strat.h: No such file or directory
> In file included from bootparse.y:340:
> bootscanner.l:24:26: access/strat.h: No such file or directory
> make[3]: *** [bootparse.o] Error 1

> Am I missing something?

access/strat.h has been gone for months. Perhaps you have a clock-skew
problem that is preventing bootparse.c from being rebuilt from
bootparse.y? Check the file dates.

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2004-03-19 00:35:47 Re: [HACKERS] compile warning in CVS HEAD
Previous Message Larry Rosenman 2004-03-19 00:05:35 Re: UnixWare/CVS Tip/initdb.c needs to use threads flags...