Re: [HACKERS] Current source from CVS won't compile.

From: Mike Mascari <mascarim(at)yahoo(dot)com>
To: Keith Parks <emkxp01(at)mtcc(dot)demon(dot)co(dot)uk>
Cc: pgsql-hackers(at)postgresql(dot)org, pgsql-patches(at)postgresql(dot)org, maillist(at)candle(dot)pha(dot)pa(dot)us
Subject: Re: [HACKERS] Current source from CVS won't compile.
Date: 1999-10-26 11:18:56
Message-ID: 19991026111856.13977.rocketmail@web2104.mail.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)yahoo(dot)com)

--- Keith Parks <emkxp01(at)mtcc(dot)demon(dot)co(dot)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 Content-Type Size
patchfile application/x-unknown 3.5 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Eisentraut 1999-10-26 11:33:08 Re: [HACKERS] Re: [PATCHES] COMMENT ON patch
Previous Message Jan Wieck 1999-10-26 10:19:16 Re: [HACKERS] Function-manager redesign: second draft (long)