chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Chicken-users] chicken 4.8.0.5 on cygwin - stty & ECHOPRT


From: Claude Marinier
Subject: Re: [Chicken-users] chicken 4.8.0.5 on cygwin - stty & ECHOPRT
Date: Tue, 1 Apr 2014 20:23:54 -0400 (EDT)
User-agent: Alpine 2.02 (DEB 1266 2009-07-14)


On Sun, 30 Mar 2014, Claude Marinier wrote:

On Sun, 30 Mar 2014, Claude Marinier wrote:
I just built chicken 4.8.0.5 on MS Windows Vista with a somewhat recent
cygwin. The installation process went well but csi could not find parley.

Turns out parley needs stty which did not compile because it cannot find
the symbol ECHOPRT. I removed the offending code from stty.scm, compiled,
and installed it. After that, parley installed without complaint.

I neglected to mention that removing references to ECHOPRT in stty is not a proper solution; it just allowed me to use Chicken on MS Windows. Note that csi command editing does not work properly; this is likely due the changes I made.

I appologize for previously posting an "omnibus" message. I will try to remember to have one topic per posting.

Chicken 4.8.3 works.

tar zxf ~/Downloads/chicken-4.8.0.5.tar.gz
cd chicken-4.8.0.5
make PLATFORM=cygwin PREFIX=/usr/local
make PLATFORM=cygwin PREFIX=/usr/local install
csi
chicken-install numbers

No errors.

--
Claude Marinier





reply via email to

[Prev in Thread] Current Thread [Next in Thread]