[closure-devel] dependency fix for closure.asd
Hi, In order to make closure load in sbcl when mcclim hadn't already been loaded, I needed to add two dependencies to the .asd file. Please see the attached patch. Explanation: * glisp needs sb-bsd-sockets for the implementation of glisp:open-inet-socket * glisp needs the multiprocessing functionality in the clim-sys package (possibly only necessary on openmcl and sbcl) Regards, Vincent.
On Wed, 2006-01-11 at 21:16 +0100, Vincent Arkesteijn wrote:
Hi,
In order to make closure load in sbcl when mcclim hadn't already been loaded, I needed to add two dependencies to the .asd file. Please see the attached patch.
Explanation: * glisp needs sb-bsd-sockets for the implementation of glisp:open-inet-socket * glisp needs the multiprocessing functionality in the clim-sys package (possibly only necessary on openmcl and sbcl)
Works for me. :) Merged, thank you. -- -Tim
participants (2)
-
Tim Daly Jr.
-
Vincent Arkesteijn