install - Error: component "zip" not found -


i'm trying install zip library.

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.  rights reserved. development copy of allegro cl licensed to:    allegro cl 8.2 express user  ;; optimization settings: safety 1, space 1, speed 1, debug 2. ;; complete description of compiler switches given ;; current optimization settings evaluate (explain-compiler-settings). cl-user(1): (asdf:oos 'asdf:load-op :zip)                ; autoloading package "asdf": ; fast loading /applications/allegrocl/code/asdf.fasl ; autoloading package "excl.osi": ;   fast loading /applications/allegrocl/code/osi.fasl ;     fast loading bundle code/fileutil.fasl. ;   autoloading package "regexp": ;     fast loading bundle code/regexp2-s.fasl. ;   autoloading 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 top level (an "abort" restart).  1: abort entirely (lisp) process. [1] cl-user(2): 

specs:

allegro cl 8.2

asdf (presumably included allegro)

mac os x 10.6.4

macbook pro 5,1

the weird thing asdf doesn't appear search online zip. gives up.

asdf not download libraries, have them yourself. asdf searches directories in list asdf:central-registry system definition files (.asd). if want automatic installation , downloading of libraries checkout quicklisp or clbuild


Comments

Popular posts from this blog

android - Spacing between the stars of a rating bar? -

aspxgridview - Devexpress grid - header filter does not work if column is initially hidden -

c# - How to execute a particular part of code asynchronously in a class -