Re: undefined (asdf:system-license on clisp+cywgin
- From: Marco Antoniotti <marcoxa@xxxxxxxxx>
- Date: Fri, 14 Mar 2008 03:11:26 -0700 (PDT)
On Mar 14, 10:07 am, Mirko.Vuko...@xxxxxxxxx wrote:
Hi,
I am trying to load nlisp on my clisp+cygwin insallation, and it is
breaking on the undefined function asdf:system-license.
(It -- the nlisp package -- is loading flawlessly on linux+sbcl)
I looked in asdf.lisp, and I see that system-license is an exported
function, but I don't see it defined anywhere. Same with a few
others, like unix-dso for example.
I am further puzzled by the hash marks in the package definition:
(defpackage #:asdf
(:export #:defsystem #:oos #:operate #:find-system #:run-shell-
command
#:system-definition-pathname #:find-component ; miscellaneous
#:hyperdocumentation #:hyperdoc
I guess that I am missing something, but what?
thank you,
Mirko
They are a unaesthetic consequence of the introduction of case
sensitivity in the reader by Franz Allegro.
You better use them or use strings instead.
Cheers
--
Marco
.
- Follow-Ups:
- Re: undefined (asdf:system-license on clisp+cywgin
- From: Mirko . Vukovic
- Re: undefined (asdf:system-license on clisp+cywgin
- From: Duane Rettig
- Re: undefined (asdf:system-license on clisp+cywgin
- References:
- undefined (asdf:system-license on clisp+cywgin
- From: Mirko . Vukovic
- undefined (asdf:system-license on clisp+cywgin
- Prev by Date: Re: How to execute a function passed as a list
- Next by Date: Re: finding the min or max element of a list
- Previous by thread: undefined (asdf:system-license on clisp+cywgin
- Next by thread: Re: undefined (asdf:system-license on clisp+cywgin
- Index(es):