Re: [HACKERS] palloc.h again - Mailing list pgsql-hackers

From James Thompson
Subject Re: [HACKERS] palloc.h again
Date
Msg-id Pine.GSO.4.05.9903071030580.20997-100000@noether.math.ksu.edu
Whole thread Raw
In response to palloc.h again  (Michael Meskes <Michael_Meskes@topmail.de>)
Responses Re: [HACKERS] palloc.h again
List 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@calvin obelib]$ make
make: *** No rule to make target `/usr/local/pgsql/include/utils/mcxt.h',
needed by `packet.lo'.  Stop.
[jamest@calvin obelib]$ make
make: *** No rule to make target
`/usr/local/pgsql/include/nodes/memnodes.h', needed by `packet.lo'.  Stop.
[jamest@calvin obelib]$ make
make: *** No rule to make target `/usr/local/pgsql/include/lib/fstack.h',
needed by `packet.lo'.  Stop.
[jamest@calvin obelib]$ make
make: *** No rule to make target
`/usr/local/pgsql/include/utils/memutils.h', needed by `packet.lo'.  Stop.
[jamest@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
->->->->->->->->->->->->->->->->->->---<-<-<-<-<-<-<-<-<-<-<-<-<-<-<-<-<-<




pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: GEQO threshold results
Next
From: Tom Lane
Date:
Subject: Re: [HACKERS] int 8 on FreeBSD