Re: bringing up email functions under Clozure 1.6
Karsten Poeck <[email protected]> Tue, 4 Jan 2011 19:26:35 +0100
| Newsgroups | gmane.lisp.cl-http |
|---|---|
| Message-ID | <[email protected]> |
Hello, Now I remember that I only defined stubs for the smtp functionality, since I didn't knew how to do this in portable CL. The mcl trick will not work, but shoudn't be so difficult to add the missing parts, perhaps based on teh lispworks implementation. Do you just need the send-mail-from function? saludos Karsten On Mon, Jan 3, 2011 at 10:19 PM, Mark Klein <[email protected]> wrote: > > Thanks to =A0Karsten 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? > > =A0 =A0Thanks very much, > > =A0 =A0 =A0 =A0Mark > > ------------------------------- > 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 > _______________________________________________ WWW-CL mailing list [email protected] https://lists.csail.mit.edu/mailman/listinfo/www-cl