>>>>> "mt" == Marcin Tustin <[EMAIL PROTECTED]> writes:
mt> Has anyone ever managed to get CLM or CLX working under linux?
precisely what problems have you had with CLX?
mt> Whenever I've tried to use CLM over the last few years (including just
mt> now), I get a message that a server is being spawned, even if I have a
mt> server running (with or without -global), and nothing happens. At all.
try starting up your motifd manually, with a commandline such as
strace -o /tmp/motifd-trace $CMUCLLIB/motifd -trace -nounix
then in a fresh CMUCL say
(require :clm)
(setf toolkit::*default-server-host* "localhost")
(inspect *package*)
which will help you determine whether the motifd crashes or not, and
whether it receives any data from CMUCL. The file /tmp/motifd-trace
will contain a trace of the system calls made by the standalone
motifd.
mt> I have been using the default distribution + the extras package. This is
mt> of particular interest, as the config process now bails halfway through,
mt> and tries to lanuch the graphical debugger.
the variable INTERFACE:*INTERFACE-STYLE* allows you to specify what
type of interface you want for the debugger and the inspector; see
its documentation.
--
Eric Marsden <URL:http://www.laas.fr/~emarsden/>