I am running CMUCL 19a on Fedora 2. I have installed the extra packages,
giving me clm and clx. I have compiled and loaded the sample motif
program motif-example.lisp. This loads clm and clx libraries
successfully. When I try to run the test function, I get following messages:
Invoking debugger...
Connection failure to X11.0 server display 0: No protocol specified
[Condition of type XLIB:CONNECTION-FAILURE]
(XLIB::X-ERROR XLIB:CONNECTIION-FAILURE :MAJOR-VERSION 11
:MINOR-VERSION ...]
library:motifd: Symbol '_XmStrings' has different size in shared
object, consider relinking.
Starting server:
will_fork = False
will_trace = False
No Inet domain socket created.
path = /tmp/.motif_socket-p3119
Waiting for connection.
Accepting client on Unix socket.
Accepted client on fd 4.
Server not forking.
This is a pretty fundamental error, but I have no idea what to do.
Documentation is sparse. If I have to rebuild motifd, OK, but how?
Is this a Fedora 2 problem?
Is there a permissions problem?
I tried just calling OPEN-MOTIF-CONNECTION but got same message.
I would like some help, please, otherwise I have to give up on CMUCL.
Paul Holzer