zic error to install 8.4.0

Lists: pgsql-general
From: erobles <erobles(at)sensacd(dot)com(dot)mx>
To: pgsql-general(at)postgresql(dot)org
Subject: zic error to install 8.4.0
Date: 2010-01-05 14:35:03
Message-ID: 4B434E17.5010405@sensacd.com.mx
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-general

hi!

i compiled Postgres 8.4.0 on SCO Openserver but when i want install it
, i got the follow error:

./zic: wild compilation-time specification of zic_t

what can i do to fix that error???


From: Grzegorz Jaƛkiewicz <gryzman(at)gmail(dot)com>
To: erobles <erobles(at)sensacd(dot)com(dot)mx>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: zic error to install 8.4.0
Date: 2010-01-05 14:38:46
Message-ID: 2f4958ff1001050638u32537a2ct3f314358b0c7d7b4@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-general

8.4.2 is already available, with many critical bugs fixed. As for you
main question, maybe someone else here knows anything about SCO
system.


From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: erobles <erobles(at)sensacd(dot)com(dot)mx>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: zic error to install 8.4.0
Date: 2010-01-05 15:34:48
Message-ID: 9865.1262705688@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-general

erobles <erobles(at)sensacd(dot)com(dot)mx> writes:
> i compiled Postgres 8.4.0 on SCO Openserver but when i want install it
> , i got the follow error:
> ./zic: wild compilation-time specification of zic_t
> what can i do to fix that error???

Get a modern operating system ... one with a working 64-bit integer
type. (Actually, you might just need a newer compiler. Have you tried
installing gcc?)

Alternatively you could try reverting to a 32-bit version of zic.
Y2038 is getting closer all the time though.

regards, tom lane