From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | "Jason Meade" <jason(at)creativedomainweb(dot)com> |
Cc: | pgsql-admin(at)postgresql(dot)org |
Subject: | Re: install on Solaris |
Date: | 2001-01-06 21:48:10 |
Message-ID: | 18723.978817690@sss.pgh.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-admin |
"Jason Meade" <jason(at)creativedomainweb(dot)com> writes:
> istrat.c: In function `OperatorRelationFillScanKeyEntry':
> istrat.c:494: `F_OIDEQ' undeclared (first use in this function)
> istrat.c:494: (Each undeclared identifier is reported only once
> istrat.c:494: for each function it appears in.)
> istrat.c: In function `IndexSupportInitialize':
> istrat.c:561: `F_OIDEQ' undeclared (first use in this function)
> I was able to install on a Linux box no problem with the same download so
> this is a bit perplexing. Thanks.
F_OIDEQ should be defined in fmgr.h, which is generated on the fly
during build (see src/backend/utils/Gen_fmgrtab.sh). I suspect problems
generating fmgr.h --- possibly your machine has no awk(1), or a broken
awk?
regards, tom lane
From | Date | Subject | |
---|---|---|---|
Next Message | Anthony E . Greene | 2001-01-07 01:57:27 | Re: Listing users |
Previous Message | Kevin Schachter | 2001-01-06 20:42:28 | Granting Permissions to User To Access Database |