> Maybe not, cygwin gave me lots of troubles in the past > (bizarre installation issues). I am using this
Chicken compiled out-of-the-box, as well as all the eggs I installed. That was not the case a year ago. > (define (start-server-debug . args) > (thread-start! > (lambda () > (apply start-server > (append args (list root: "." debug: #t)))))) > > and it works under Linux, but I cannot test it under cygwin. That's basically what I tried. The remote REPL would be a better approach under cygwin, I guess. Dominique _______________________________________________ Chicken-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/chicken-users
