Re: [HACKERS] palloc.h again

Поиск
Список
Период
Сортировка
От James Thompson
Тема Re: [HACKERS] palloc.h again
Дата
Msg-id Pine.GSO.4.05.9903071030580.20997-100000@noether.math.ksu.edu
обсуждение исходный текст
Ответ на palloc.h again  (Michael Meskes <Michael_Meskes@topmail.de>)
Ответы Re: [HACKERS] palloc.h again  (Tom Lane <tgl@sss.pgh.pa.us>)
Список 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 по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: GEQO threshold results
Следующее
От: Tom Lane
Дата:
Сообщение: Re: [HACKERS] int 8 on FreeBSD