Lesstif 2.1 and LispWorks 5.0 on Linux
(I wanted to record an initial configuration problem I had with
LispWorks. I'm not really looking for a fix, but thought that the
information should be archived in the mailing list.)
When running my shiny new copy of LispWorks 5.0 (64-bit) on my Linux
box I recieved this error:
Error: Got an invalid motif library type : :LESSTIF
1 (abort) Quit process.
I'm running Ubuntu 6.06.1 2.6.15-26-amd64-server and tried installing
different lesstif libraries with no luck. I also tried tweaking
config/use-motif-library to match where the lesstif libraries where
installed with no new results:
(:detect-version (("/usr/lib/libXm.so.2.0.1" :lesstif)
("/usr/lib/libXm.so.3" :motif))
:prefer-version :lesstif
)
I never did figure out the problem, but as I don't use X11 I ignored
the problem and built a tty only image that works fine.
Cheers,
Chris Dean