From: Eric Craven
Subject: CMUCL + Xlib
Date: 
Message-ID: <slrn9jj9e6.msn.ecraven@caesar.ssw.uni-linz.ac.at>
i tried to get the examples for clx that come with cmucl to run, 
but it seems that there's no symbols in the xlib package. 
list-all-packages returns  
#<The XLIB package, 1/2 internal, 1/2 external>
, so i assume i forgot to set up something.

any help appreciated ;-)

eric
From: Eric Marsden
Subject: Re: CMUCL + Xlib
Date: 
Message-ID: <wziwv5yxo80.fsf@mail.dotcom.fr>
>>>>> "ec" == Eric Craven <·····@ssw.uni-linz.ac.at> writes:

  ec> i tried to get the examples for clx that come with cmucl to run, 
  ec> but it seems that there's no symbols in the xlib package. 
  ec> list-all-packages returns  
  ec> #<The XLIB package, 1/2 internal, 1/2 external>
  ec> , so i assume i forgot to set up something.

CLX is distributed as a separate module which you need to load
explicitly. (This is also the case of CLM, the Motif interface, and
Hemlock, the emacs-like editor.) Make sure you downloaded and
installed the "extra" tarball for your platform, then say

  (load "library:subsystems/clx-library")


See <URL:http://www.cons.org/cmucl/download.html>.

-- 
Eric Marsden                          <URL:http://www.laas.fr/~emarsden/>