On Wed, 08 Jun 2005 21:39:07 +0200, <[EMAIL PROTECTED]> wrote:
>> On Wed, 08 Jun 2005 13:54:54 +0200, <[EMAIL PROTECTED]> wrote:
>>> Eric Marsden <[EMAIL PROTECTED]> writes:
>>>
>>>> CMUCL version 19b will be released in July. We would appreciate help
>>>> ...
>>>> - try connecting to your X11 display:
>>>>
>>>> ,----
>>>> | CL-USER> (require :clx)
>>>> | ; Loading
>>>> #p"/opt/cmucl-19b-pre/lib/cmucl/lib/subsystems/clx-library.x86f".
>>>> | ("CLX")
>>>
>>> ; Loading
>>> #P"/usr/local/cmucl-2005-06/lib/cmucl/lib/subsystems/clx-library.x86f".
>>> Warning: XLIB previously used the following packages:
>>> (#<The LISP package, 1833/3461 internal, 978/1227 external>)
>>> ("CLX")
>>> *
>>
> In this case I forgot the OK. Except for the warning, which I have
> been noticing since pre-19a snapshots, CLX loads and works fine: I
> heavily use it with McCLIM.
I think that warning turns out to be important. There is a mismatch
in the libs, you uncover it later with the inspector. I used to have
a similar problem with the debugger, until I compiled CMUCL myself.
Have you built your own CMUCL? Just rebuild an image, but remove the
-static and -dynamic from Config.x86 first and build the extras. The
docs work fine, except that you need to start with a simple image,
without the "extras".
McCLIM probably doesn't use CLM, correct?
--
With sufficient thrust, pigs fly fine.