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

2014-04-01 Thread Claude Marinier
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 i

[Chicken-users] [TFPIE2014] final call for papers

2014-04-01 Thread Peter Achten
3rd International Workshop on Trends in Functional Programming in Education (TFPIE 2014) May 25, 2014 Utrecht University Soesterberg, The Netherlands (http://www.cs.uwyo.edu/~jlc/tfpie14/) The 3rd International Workshop on Trends in Functional Programming in Education, TFPIE 2014, will be co-l

[Chicken-users] [TFP2014] First Call for Participation

2014-04-01 Thread Peter Achten
- 1ST CALL FOR PARTICIPATION - TFP 2014 === 15th Symposium on Trends in Functional Programming May 26-28, 2014 Utrecht Un

Re: [Chicken-users] Problem with deploy - executable complains it cannot load type-errors

2014-04-01 Thread Christian Kellermann
* Christian Kellermann [140401 10:16]: > * Matt Welland [140401 08:17]: > > I have made a deployable exe (chicken 4.8.0.5, Ubuntu 32bit) but get the > > following when I try to run it: > > > > Error: (require) cannot load extension: type-errors > > > > Call history: > > > > histstore.s

Re: [Chicken-users] Reading from STDIN with the hang

2014-04-01 Thread Christian Kellermann
Hi Alexej, * Alexej Magura [140331 23:24]: > K, so I???m currently working on an application that, if the user doesn???t > provide any options/operands, reads from STDIN, like GNU cat.  I just > finished adding signal-handling for SIGINT (Ctrl-c), however, now whenever I > press Ctrl-c nothing

Re: [Chicken-users] Problem with deploy - executable complains it cannot load type-errors

2014-04-01 Thread Christian Kellermann
* Matt Welland [140401 08:17]: > I have made a deployable exe (chicken 4.8.0.5, Ubuntu 32bit) but get the > following when I try to run it: > > Error: (require) cannot load extension: type-errors > > Call history: > > histstore.scm:5: ##sys#require <-- > > ==The Make Lines