"Vadim V. Zhytnikov" <vvzhy@mail.ru> writes:
> Wolfgang Jenkner пиÑеÑ:
>>>Vadim V. Zhytnikov пиÑеÑ:
>>>>Never mind sbcl - I forget that xmaxima didn't work
>>>>with sbcl before recent maxima/xmaxima changes.
>> Should now work also with SBCL (with Vadim's work-around).
>
> Which version of SBCL is required? Or some special
> options during build? I have 0.8.6 and this socket
> related stuff seems to be absent.
I think the sb-bsd-sockets module is there since 0.7.13. The
directory containing sbcl.core should have sub-directories corresponding
to the various modules and symbolic links to their *.asd files in the
`systems' sub-directory. Perhaps you have to set the environment
variable SBCL_HOME. REQUIRE knows how to find asdf and REQUIREing the
other modules loads them via asdf. I tested this with SBCL 0.8.7.56
(with threads) under Linux 2.6.2.
This said, I am not very happy with including server.lisp in the
standard image since, well, it makes the build unnecessarily fragile
and only xmaxima users need it.
Wolfgang