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?
Thanks, Des
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
Hi Stelian,
On Sun, Jan 2, 2011 at 07:01, Stelian Ionescu sionescu@cddr.org wrote:
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
Thank you. I have found it and dropped cl-popen now.
PS, I've sent a merge request on gitorious. It'll fix 2 bugs about compilation.
Thanks, Des
On Wed, 2011-01-05 at 07:26 +0800, Desmond O. Chang wrote:
Hi Stelian,
On Sun, Jan 2, 2011 at 07:01, Stelian Ionescu sionescu@cddr.org wrote:
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
Thank you. I have found it and dropped cl-popen now.
PS, I've sent a merge request on gitorious. It'll fix 2 bugs about compilation.
Fixes merged, thanks :)
Btw, on what OS did you get the NULL-related failure ?