[Ecls-list] call-cfun missing from cvs install
Deep Blue
turning_new_leaf at yahoo.com
Thu Feb 23 12:53:02 UTC 2006
I tried tinkering with aclocal.m4. Ive been unsucessful so far. Has anyone else tried this ? Will continue to poke at it.
Goffioul Michael <goffioul at imec.be> wrote: 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 to share photos without annoying attachments.
---------------------------------
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/20060223/e38d5763/attachment.html>
More information about the ecl-devel
mailing list