Re: [HACKERS] palloc.h again

From: James Thompson <jamest(at)math(dot)ksu(dot)edu>
To: PostgreSQL Hacker <pgsql-hackers(at)postgreSQL(dot)org>
Subject: Re: [HACKERS] palloc.h again
Date: 1999-03-07 16:34:12
Message-ID: Pine.GSO.4.05.9903071030580.20997-100000@noether.math.ksu.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Tue, 2 Mar 1999, Michael Meskes wrote:

> I just noticed that the palloc.h problem still exists. That is we do not
> install utils/mcxt.h but is included by palloc.h.
>

After doing a clean install of todays CVS, I tried to compile one of the
ecpg based programs. These are the dependencies that failed as a copied
the needed files into place.

[jamest(at)calvin obelib]$ make
make: *** No rule to make target `/usr/local/pgsql/include/utils/mcxt.h',
needed by `packet.lo'. Stop.
[jamest(at)calvin obelib]$ make
make: *** No rule to make target
`/usr/local/pgsql/include/nodes/memnodes.h', needed by `packet.lo'. Stop.
[jamest(at)calvin obelib]$ make
make: *** No rule to make target `/usr/local/pgsql/include/lib/fstack.h',
needed by `packet.lo'. Stop.
[jamest(at)calvin obelib]$ make
make: *** No rule to make target
`/usr/local/pgsql/include/utils/memutils.h', needed by `packet.lo'. Stop.
[jamest(at)calvin obelib]$ make
make: *** No rule to make target `/usr/local/pgsql/include/nodes/nodes.h',
needed by `packet.lo'. Stop.

->->->->->->->->->->->->->->->->->->---<-<-<-<-<-<-<-<-<-<-<-<-<-<-<-<-<-<
James Thompson 138 Cardwell Hall Manhattan, Ks 66506 785-532-0561
Kansas State University Department of Mathematics
->->->->->->->->->->->->->->->->->->---<-<-<-<-<-<-<-<-<-<-<-<-<-<-<-<-<-<

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 1999-03-07 16:36:48 Re: [HACKERS] int 8 on FreeBSD
Previous Message Bruce Momjian 1999-03-07 12:02:35 Re: GEQO threshold results