Re: Re: pgsql + qnx

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: Re: pgsql + qnx
Дата
Msg-id 200105220433.f4M4X6m00413@candle.pha.pa.us
обсуждение исходный текст
Ответ на Re: Re: pgsql + qnx  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: Re: pgsql + qnx  ("Tegge, Bernd" <tegge@repas-aeg.de>)
Список pgsql-ports
> Peter Eisentraut <peter_e@gmx.net> writes:
> > cc  -I../../../src/include   -c bootstrap.c
> > /usr/watcom/10.6/bin/wcc386 -zq -i=../../../src/include -ms -4r
> > -i=/usr/watcom/10.6/usr/include -i=/usr/include bootstrap.c
> > bootstrap.c(103): Error! E1011: Symbol 'F_BOOLIN' has not been declared
>
> > I keep seeing these.  If anyone got a clue, let us know.
>
> F_BOOLIN should be supplied from fmgroids.h, which is built on-the-fly
> by backend/utils/Gen_fmgrtab.sh.  Probably what we have here is (a)
> platform dependent failure of that script ('cat' not installed, or
> some such), and (b) insufficient error checking in the script, so
> it doesn't realize it's failed to build the file.

I just checked Gen_fmgrtab.sh and it has error checking all over the
place.  I would be curious to know how it could fail and not exit with
non-zero.

--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 853-3000
  +  If your life is a hard drive,     |  830 Blythe Avenue
  +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026

В списке pgsql-ports по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: Re: pgsql + qnx
Следующее
От: "Tegge, Bernd"
Дата:
Сообщение: Re: Re: pgsql + qnx