[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Chicken-users] Chicken won't build on Solaris
From: |
John Cowan |
Subject: |
[Chicken-users] Chicken won't build on Solaris |
Date: |
Tue, 25 Jul 2006 09:18:27 -0400 |
User-agent: |
Mutt/1.3.28i |
Chicken 2.41 will not build on Solaris 8 (and probably not on
other SysVile systems either). The problem is in the function
local-timezone-abbreviation in posixunix.scm, which has two
versions, a non-Cygwin one that uses tm_zone and a Cygwin one
that uses tzname.
However, tm_zone (of struct tm) is a GNU and BSD extension
that does not exist on Solaris. Consequently, the tzname
version should be used on all systems that are not GNU or BSD.
(I don't know how to say that, or I'd supply a patch.)
--
Not to perambulate John Cowan <address@hidden>
the corridors http://www.ccil.org/~cowan
during the hours of repose
in the boots of ascension. --Sign in Austrian ski-resort hotel
- [Chicken-users] Chicken won't build on Solaris,
John Cowan <=