On 1/15/07, Graham Fawcett <[EMAIL PROTECTED]> wrote:
You can't just drop this in an egg, though; the definintion of ##sys#process-wait is not public, and your compile will fail. Add it to posixuinx.scm in your Chicken source tree, and then rebuild and reinstall Chicken. That's a bit extreme, I suppose. :-) But perhaps a build-guru on the list has a way to build this as a normal extension.
##sys#process-wait is private, but not hidden. You can access it from user code without problems. cheers, felix _______________________________________________ Chicken-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/chicken-users
