- r - 以节省内存的方式增长 data.frame
- ruby-on-rails - ruby/ruby on rails 内存泄漏检测
- android - 无法解析导入android.support.v7.app
- UNIX 域套接字与共享内存(映射文件)
我正在尝试评估答案 provided here ,并且出现错误:"A file with name ASDF-INSTALL does not exist"
使用 clisp 时:
dsm@localhost:~$ clisp -q
[1]> (require :asdf-install)
*** - LOAD: A file with name ASDF-INSTALL does not exist
The following restarts are available:
ABORT :R1 ABORT
Break 1 [2]> :r1
[3]> (quit)
dsm@localhost:~$
cmucl 抛出类似的错误:
dsm@localhost:~$ cmucl -q
Warning: #<Command Line Switch "q"> is an illegal switch
CMU Common Lisp CVS release-19a 19a-release-20040728 + minimal debian patches, running on crap-pile
With core: /usr/lib/cmucl/lisp.core
Dumped on: Sat, 2008-09-20 20:11:54+02:00 on localhost
For support see http://www.cons.org/cmucl/support.html Send bug reports to the debian BTS.
or to pvaneynd@debian.org
type (help) for help, (quit) to exit, and (demo) to see the demos
Loaded subsystems:
Python 1.1, target Intel x86
CLOS based on Gerd's PCL 2004/04/14 03:32:47
* (require :asdf-install)
Error in function REQUIRE: Don't know how to load ASDF-INSTALL
[Condition of type SIMPLE-ERROR]
Restarts:
0: [ABORT] Return to Top-Level.
Debug (type H for help)
(REQUIRE :ASDF-INSTALL NIL)
Source:
; File: target:code/module.lisp
(ERROR "Don't know how to load ~A" MODULE-NAME)
0] (quit)
dsm@localhost:~$
但是 sbcl 工作得很好:
dsm@localhost:~$ sbcl -q
This is SBCL 1.0.11.debian, an implementation of ANSI Common Lisp.
More information about SBCL is available at <http://www.sbcl.org/>.
SBCL is free software, provided as is, with absolutely no warranty.
It is mostly in the public domain; some portions are provided under
BSD-style licenses. See the CREDITS and COPYING files in the
distribution for more information.
* (require :asdf-install)
; loading system definition from
; /usr/lib/sbcl/sb-bsd-sockets/sb-bsd-sockets.asd into #<PACKAGE "ASDF0">
; registering #<SYSTEM SB-BSD-SOCKETS {AB01A89}> as SB-BSD-SOCKETS
; registering #<SYSTEM SB-BSD-SOCKETS-TESTS {AC67181}> as SB-BSD-SOCKETS-TESTS
("SB-BSD-SOCKETS" "ASDF-INSTALL")
* (quit)
关于如何解决这个问题的任何想法?我找到了 this post在互联网上,但使用它也不起作用。
最佳答案
您收到的说明明确提到了 SBCL,因此我想它们使用 SBCL 会更好地工作。其他一些 Lisp 没有随附 ASDF 或没有将其连接到 CL:REQUIRE。在前一种情况下,您将事先自己加载 ASDF。在后一种情况下,您需要调用 (asdf:oos 'asdf:load-op ) 而不是 (require )。
关于linux - 我如何使用(需要:PACKAGE) in clisp under Ubuntu Hardy?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/108940/
我这里有点咸菜,想知道是否有人可以给我一些指示: 我有一个每天为特定用户执行的 cron 作业,并且应该扫描特定目录中的文件。从技术上讲,这是两个工作。我打开了 cron.log 来验证它们是否真的在
我正在为 Ubuntu Hardy 使用 VMWare 工具,但出于某种原因 vmware-install.pl发现我的 LINUX header 有问题。错误消息说“地址空间大小”不匹配。 为了尝试
我最近从 Slicehost 购买了一台安装了 Ubuntu Hardy 的 VPS。是否可以将服务器设置为使用 ASP?我不知道这是否可行,但如果可行,有没有人有任何好的教程? 谢谢。 最佳答案 答
我试图制定一个算法来找到第 n 个 Hardy-Ramanujan 数(一个可以用多种方式表示为 2 个立方体之和的数)。除了我基本上是用另一个立方体检查每个立方体,看看它是否等于另外 2 个立方体的
我正在运行一片 ubuntu hardy。我已经安装了 sphinx,我想每 x 分钟运行一次 sphinx 索引器。执行此操作的最佳方法是什么? 最佳答案 标准的 Unix 方法是 cron,因此您
我正在尝试评估答案 provided here ,并且出现错误:"A file with name ASDF-INSTALL does not exist" 使用 clisp 时: dsm@local
我已经安装了 couchdb 及其依赖项,所有这些都是从源代码构建的。现在每当我发出命令 couchdb 时,它都会说 {"init terminating in do_boot",{undef,[{
我有一个 csv 文件,在三列中包含基因型计数。我正在使用 read.table() 导入 csv,并使用另一个变量专门从这些列中提取数据: 数据示例: SNP, Allele, CC, CT, TT
我正在尝试在 Ubuntu 8.04 下部署 mercurial。Mercurial 包安装正确,但是当我配置 http 接口(interface)时,我总是收到 500 错误。 我启用了将调试信息输
我正在尝试为我的 ubuntu 机器编写一个 upstart 脚本,它是版本 8.04“Hardy”。我已按照本网站上的说明进行操作:upstart for node.js但这些说明似乎适用于当前版本
我刚从 Dapper 升级到 Hardy,我这辈子都无法安装 java: $ sudo apt-get install sun-java6-bin sun-java6-jre sun-java6-jd
但是,他们找不到!? 如何安装它们? 最佳答案 你安装了python-mysqldb了吗?如果没有使用 apt-get install python-mysqldb 安装它。你是如何导入 mysql
我不确定是什么原因导致此错误,但自从我在 passenger 中遇到了这个问题,现在也在控制台中遇到了这个问题,我想也许 mysql 驱动程序是问题所在?在 osx/10.6 上一切都按预期工作。它只
大家好,当我尝试在 Power Bi 服务中刷新我的 Power Bi 报告时,我多次遇到此错误 “ODBC:错误 [08S01] [Microsoft][Hardy] (115) 连接失败并出现错误
我是一名优秀的程序员,十分优秀!