Daniel Herring wrote:

> Anyway, I would recommend against using asdf-install. It was never
> that good, and now Quicklisp provides a better solution.

  Except when Quicklisp doesn't provide the package you need.

FWIW (and although I don't actually use it much), I still have:

| (asdf-require 'asdf-install)

in my .clrc, and with a fresh:

- git clone of ECL
- ./configure; make; make install


Every ASDF system I try to load from my init file /after/ asdf-install
gives me this (for example):

; registering #<system :COM.DVLSOFT.RCFILES> as COM.DVLSOFT.RCFILES
An error occurred during initialization:
Error while trying to load definition for system com.dvlsoft.rcfiles from
pathname
/Users/didier/Science/Source/Common Lisp/cl-rcfiles/com.dvlsoft.rcfiles.asd:
In function CAR, the value of the only argument is
  #<The BUILT-IN-CLASS SYMBOL>
which is not of the expected type LIST.
zsh: exit 1     ecl


I need to comment out the loading of asdf-install for now.

-- 
Resistance is futile. You will be jazzimilated.

Scientific site:   http://www.lrde.epita.fr/~didier
Music (Jazz) site: http://www.didierverna.com

------------------------------------------------------------------------------
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2 & L3.
Spend less time writing and  rewriting code and more time creating great
experiences on the web. Be a part of the beta today
http://p.sf.net/sfu/msIE9-sfdev2dev
_______________________________________________
Ecls-list mailing list
Ecls-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ecls-list

Reply via email to