有没有办法在Mac OS上使用动态FFI支持来编译CLISP? [英] Is there a way to get the CLISP compiled with dynamic FFI support on Mac OS?

查看:89
本文介绍了有没有办法在Mac OS上使用动态FFI支持来编译CLISP?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我在Mac OS X 10.6.4上使用clisp 2.48(2009-07-28).我用"sudo port install clisp"下载了clisp.

I use clisp 2.48 (2009-07-28) on Mac OS X 10.6.4. I downloaded the clisp with 'sudo port install clisp'.

在安装 quick lisp 之后,我安装了一些软件包,大多数都可以.

After installing quick lisp, I installed some packages, and most of them are OK.

但是,当我尝试安装"sqlite"时,出现以下错误.

However, when I tried to install "sqlite", I got the following error.


[1]> (ql:quickload "sqlite")
To load "sqlite":
  Load 1 ASDF system:
    sqlite
; Loading "sqlite"
[package cffi-sys]
*** - CFFI requires CLISP compiled with dynamic FFI support.

它说我的Mac端口安装的clisp不支持FFI.

It says that my clisp installed with mac port doesn't have FFI support.

有什么方法可以在Mac OS X上使用动态FFI支持来编译CLISP吗?

Is there any way to get the CLISP compiled with dynamic FFI support on Mac OS X?

推荐答案

我使用的是10.4,所以我还必须安装ffcall-我不知道您是否已经安装了它.安装clisp时,我在末尾添加了+ dynffi,它对我有用.

I'm on 10.4, so I had to also install ffcall - I don't know if you installed it already. When installing clisp I added +dynffi to the end and it worked for me.

sudo port install ffcall
sudo port install clisp +dynffi

sudo port install ffcall
sudo port install clisp +dynffi

这篇关于有没有办法在Mac OS上使用动态FFI支持来编译CLISP?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆