2010-11-16 79 views
2

我正在嘗試安裝zip庫。錯誤:未找到組件「zip」

wonko:Desktop andrew$ alisp 
International Allegro CL Free Express Edition 
8.2 [Mac OS X (Intel)] (Jan 25, 2010 14:49) 
Copyright (C) 1985-2010, Franz Inc., Oakland, CA, USA. All Rights Reserved. 
This development copy of Allegro CL is licensed to: 
    Allegro CL 8.2 Express user 

;; Optimization settings: safety 1, space 1, speed 1, debug 2. 
;; For a complete description of all compiler switches given the 
;; current optimization settings evaluate (EXPLAIN-COMPILER-SETTINGS). 
CL-USER(1): (asdf:oos 'asdf:load-op :zip)    

; Autoloading for package "ASDF": 
; Fast loading /Applications/AllegroCL/code/ASDF.fasl 
; Autoloading for package "EXCL.OSI": 
; Fast loading /Applications/AllegroCL/code/OSI.fasl 
;  Fast loading from bundle code/fileutil.fasl. 
; Autoloading for package "REGEXP": 
;  Fast loading from bundle code/regexp2-s.fasl. 
; Autoloading for REGEXP::MAKE-VM-CLOSURE: 
;  Fast loading /Applications/AllegroCL/code/regexp2.fasl 
;  Fast loading /Applications/AllegroCL/code/YACC.fasl 
Error: component "zip" not found 
    [condition type: MISSING-COMPONENT] 

Restart actions (select using :continue): 
0: Return to Top Level (an "abort" restart). 
1: Abort entirely from this (lisp) process. 
[1] CL-USER(2): 

規格:

快板CL 8.2

ASDF(大概包含快板)

的Mac OS X 10.6.4

的MacBook Pro 5,1

奇怪的是,ASDF似乎沒有在線搜索zip。它只是放棄。

回答

1

ASDF不會下載庫,你必須自己得到它們。 ASDF僅搜索列表asdf中的目錄:中央註冊表用於系統定義文件(.asd)。如果你想自動安裝和下載庫籤quicklispclbuild

+0

Quicklisp的伎倆。 – mcandre 2010-11-17 20:01:51