[Ecls-list] call-cfun missing from cvs install
Goffioul Michael
goffioul at imec.be
Thu Feb 23 01:18:01 UTC 2006
Dynamic FFI is enabled for x86 processors. Looking at src/aclocal.m4, it
seems that only the CPU
name is used to decide whether dynamic FFI should be enabled. I don't
know if the x86 implementation
is supposed to work on x86_64 CPU running 32 bits OS. You might want to
give it a try by tuning
aclocal.m4 to enable dynamic FFI, re-configure and re-compile.
Michael.
________________________________
From: ecls-list-admin at lists.sourceforge.net
[mailto:ecls-list-admin at lists.sourceforge.net] On Behalf Of Deep Blue
Sent: Wednesday 22 February 2006 22:37
To: ecls-list at lists.sourceforge.net
Subject: [Ecls-list] call-cfun missing from cvs install
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
<http://pa.yahoo.com/*http://us.rd.yahoo.com/evt=38867/*http://photomail
.mail.yahoo.com> to share photos without annoying attachments.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.common-lisp.net/pipermail/ecl-devel/attachments/20060223/6550cc66/attachment.html>
More information about the ecl-devel
mailing list