I recompiled motifd using Open Motif on my Ubuntu 64 box (I did use the header files you sent to me eariler). Is there any way I can test if motifd is working OK?
What does it mean "use a core with the motif toolkit and debugger"? If I ware to use TTy debugger, do I need to launch a separate debugger process, or will the debuggin session begin automatically at the point of the error detection within the current lisp session? Thanks, Yarek On 9/13/06, Raymond Toy <[EMAIL PROTECTED]> wrote: > > >>>>> "Yarek" == Yarek Kowalik <[EMAIL PROTECTED]> writes: > > Yarek> I am a complete newbie to lips and CMUCL. I have two problems > that I need > Yarek> your help with. > > Yarek> First, I'm having problems with launching the debugger on my > ubuntu 64 box. > > There have been some issues the version of the motif (Lesstif version > x) library I use to build motifd. Unfortunately, I can't easily > upgrade my box to something different. > > So as a work around, you can either use a core with the motif toolkit > and debugger, or you can do (setf interface:*interface-style* :tty) to > turn off the graphical debugger. (I think.) > > Yarek> Second, I'm having problems with loading uffi library. > > Fixing the above will at least get you to the debugger where we can > figure out what's going on. I haven't built uffi in a while, but it > worked for me. Perhaps the uffi library is building a 64-bit version > but cmucl only works with a 32-bit version? > > Ray > >
