Re: [HACKERS] Current source from CVS won't compile. - Mailing list pgsql-hackers

From Mike Mascari
Subject Re: [HACKERS] Current source from CVS won't compile.
Date
Msg-id 19991026111856.13977.rocketmail@web2104.mail.yahoo.com
Whole thread Raw
Responses Re: [PATCHES] Re: [HACKERS] Current source from CVS won't compile.  (Bruce Momjian <maillist@candle.pha.pa.us>)
Re: [HACKERS] Current source from CVS won't compile.  (Bruce Momjian <maillist@candle.pha.pa.us>)
List pgsql-hackers
Yes.

This is my fault. Sorry.  Attached is a patch which fixes the problem.
I missed adding the rule to make parse.h to the Makefile for
the ../backend/commands. It also allows for comments to be dropped
using IS NULL as well as IS '';

Again, sorry.

Mike Mascari
(mascarim@yahoo.com)

--- Keith Parks <emkxp01@mtcc.demon.co.uk> wrote:
> Hi All,
>
> A make on a "cvs update" from this morning fails with the following
> error message.
>
> make -C commands all
> make[2]: Entering directory `/usr/local/pgsql/src/backend/commands'
> make[2]: *** No rule to make target `../parse.h', needed by `comment.o'.
>  Stop.
> make[2]: Leaving directory `/usr/local/pgsql/src/backend/commands'
> make[1]: *** [commands.dir] Error 2
> make[1]: Leaving directory `/usr/local/pgsql/src/backend'
> make: *** [install] Error 2
>
> This looks to have been broken by the COMMENT patch.
>
> Keith
>
>
> ************
>


=====

__________________________________________________
Do You Yahoo!?
Bid and sell for free at http://auctions.yahoo.com
Attachment

pgsql-hackers by date:

Previous
From: wieck@debis.com (Jan Wieck)
Date:
Subject: Re: [HACKERS] Function-manager redesign: second draft (long)
Next
From: Peter Eisentraut
Date:
Subject: Re: [HACKERS] Re: [PATCHES] COMMENT ON patch