[Ecls-list] call-cfun missing from cvs install
Deep Blue
turning_new_leaf at yahoo.com
Wed Feb 22 13:38:05 UTC 2006
I am using ecl on fedora 4 (i have a 64 bit processor but am using the 32 bit version of fedora). I downloaded and installed ecls from cvs and si::call-cfun seems to be missing.
In particular this snippet:
(ffi:defcallback foo :int ((a :int))
(1+ a)
)
(dotimes (i 10)
(print (list i (si::call-cfun (ffi:callback 'foo) :int '(:int) (list
i)))))
gives me :
The function SI::CALL-CFUN is undefined.
I have anohter query
1) when i start ecl i get the message Broken at EVAL before i get the prompt, is this normal ?
Thats all for now.
Regards,
Deep
---------------------------------
Yahoo! Mail
Use Photomail to share photos without annoying attachments.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.common-lisp.net/pipermail/ecl-devel/attachments/20060222/720b0dc4/attachment.html>
More information about the ecl-devel
mailing list