From: | Peter Eisentraut <peter_e(at)gmx(dot)net> |
---|---|
To: | Ian Collins <itc1(at)scigen(dot)co(dot)uk> |
Cc: | pgsql-ports(at)postgresql(dot)org |
Subject: | Re: Build problems on Solaris 7 Intel. |
Date: | 2000-05-30 16:09:37 |
Message-ID: | Pine.LNX.4.21.0005292020540.359-100000@localhost.localdomain |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-ports |
Ian Collins writes:
> When building 7.0 with Sun CC and cc, the build files with
> backend/utils/adt/date.c due to a
> bad defintion of the macro NAN, defined in include/port/solaris_i386.h.
>
> __const is unknown and if removed, __nan is undefined.
>
> One workarround is to remove the macro, but is this safe?
Change `__const' to `const' and let us know if it works.
--
Peter Eisentraut Sernanders väg 10:115
peter_e(at)gmx(dot)net 75262 Uppsala
http://yi.org/peter-e/ Sweden
From | Date | Subject | |
---|---|---|---|
Next Message | Thomas Lockhart | 2000-05-30 16:29:36 | Re: Problem getting 7.0 up and running |
Previous Message | Peter Eisentraut | 2000-05-30 16:09:24 | Re: Vanilla Solaris 8 |