Re: Re: pgsql + qnx

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Peter Eisentraut <peter_e(at)gmx(dot)net>
Cc: "Tegge, Bernd" <tegge(at)repas-aeg(dot)de>, Kamil Parkanyi <parkanyi(at)procaut(dot)sk>, pgsql-ports(at)postgresql(dot)org
Subject: Re: Re: pgsql + qnx
Date: 2001-05-21 15:52:13
Message-ID: 28668.990460333@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-ports

Peter Eisentraut <peter_e(at)gmx(dot)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.

regards, tom lane

In response to

Responses

Browse pgsql-ports by date

  From Date Subject
Next Message Tegge, Bernd 2001-05-21 16:01:30 Re: Re: pgsql + qnx
Previous Message Fred Yankowski 2001-05-21 15:22:12 NT service design choices