On Sun, 2010-12-26 at 03:28 +0800, Desmond O. Chang wrote:
Hi all,
I try to load cl-popen which depends on IOLib, but it's failed. CCL says FORK & EXECV are not exported from IOLIB.SYSCALLS, and they don't have function definitions. I've found that they have been removed. Is it a "bug" or "feature"? Should cl-popen define them by itself?
I added them back, but I'd advise you to use iolib.os:create-process instead