Re: newbie question.
Raymond Toy <[email protected]>
| Newsgroups | gmane.lisp.cmucl.general |
|---|---|
| Message-ID | <[email protected]> |
>>>>> "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