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 NETLIBhttp://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
Hi,
Quoting Andrew Pennebaker (andrew.pennebaker@gmail.com):
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 NETLIBhttp://www.netlib.org/, which is not currently available to Quicklisp.
closure-html does not to my knowledge depend on anything called netlib. Gilbert probably used that name for one of his portability packages a long time ago, but the code in question is commented out using #+nil.
Is that possible that your *features* contain :nil?
d.