bringing up email functions under Clozure 1.6

Mark Klein <[email protected]> Mon, 3 Jan 2011 16:19:14 -0500
Newsgroups gmane.lisp.cl-http
Message-ID <[email protected]>
Thanks to  Karsten Poeck and Rainer Joswig, I now have CL-HTTP 70.218  
running on Clozure 1.6 (on a Mac). I have been unable, however, to get  
the send-mail-from function to work. What I've tried so far is:

(load "/cl-http/contrib/kpoeck/port-template/load.lisp")
(compile-all)
(http::start-examples)
(load "/cl-http/smtp/package")
(load "/cl-http/smtp/smtp")
(load "/cl-http/smtp/mail")

but only a non-functional stub for the send-mail-from function got  
loaded.

Then I tried the same thing, but first adding :mcl to the *features*  
list, since send-mail-from is defined for #+MCL and CCL is as I  
understand it an outgrowth of MCL, but I got the following error when  
loading cl-http/smtp/package.lisp:

 > Error: Cannot IMPORT "STREAM-TYO" from package "CCL"
 > While executing: (:INTERNAL CCL::OPERATION-ON-ALL-SPECS CCL::%DEFINE-PACKAGE) 
, in process Listener(6).

Does anyone have any suggestions on how to get send-mail-from working  
in Clozure 1.6?

     Thanks very much,

	Mark

-------------------------------
Mark Klein
Principal Research Scientist
MIT Center for Collective Intelligence
http://cci.mit.edu/klein/


_______________________________________________
WWW-CL mailing list
[email protected]
https://lists.csail.mit.edu/mailman/listinfo/www-cl