Hello,
I have a question about the loading of the asd file of closure-html into my clisp environment.
I loaded the required projects closure-common and flexi-streams. These two where loaded successfully into the clisp environment.
I tried loading closure-html into my clisp environment and got the following error:
(asdf:operate 'asdf:load-op :closure-html)
Error:
;; Datei /home/andre/.cache/common-lisp/clisp-2.44.1-unix-/home/andre/.asd-link-farm/closure-html-2010-09-20/src/parse/html-parser.fas wird geladen...
*** - MAKE-PATHNAME: Unzulässiges :TYPE-Argument :UNSPECIFIC
Do you have any idea?
Thanks in advance
Andre Schütz
--
Empfehlen Sie GMX DSL Ihren Freunden und Bekannten und wir
belohnen Sie mit bis zu 50,- Euro! https://freundschaftswerbung.gmx.de
Hi, I'm writing a cl-mechanize script to scrape a website. One of the
dependency issues is closure-html, which depends on NETLIB.
I'm using Quicklisp <http://www.quicklisp.org/> to load closure-html, but I
think closure-html expects to load its own dependencies from
NETLIB<http://www.netlib.org/>,
which is not currently available to Quicklisp.
Could closure-html have a fork which finds its dependencies with Quicklisp?
Trace:
>(ql:quickload "cl-mechanize")
...
*** - READ from
#<INPUT BUFFERED FILE-STREAM CHARACTER
#P"/Users/andrew/quicklisp/dists/quicklisp/software/closure-html-20101006-git/src/parse/sgml-dtd.lisp"
@410>
: there is no package with name "NETLIB"
The following restarts are available:
TRY-RECOMPILING :R1 Try recompiling sgml-dtd
RETRY :R2 Retry compiling component ("closure-html" "src"
"parse" "sgml-dtd").
ACCEPT :R3 Continue, treating compiling component
("closure-html" "src" "parse" "sgml-dtd") as having been successful.
ABORT :R4 Give up on "cl-mechanize"
ABORT :R5 Abort main loop
Specs:
cl-mechanize 0.0
Quicklisp 2010121400
CLISP 2.49
MacPorts 1.9.2
Mac OS X 10.6.6
MacBook Pro 5,1
Cheers,
Andrew Pennebaker