Problem with LessTif
Brought to you by:
motiftools
I compiled xmt400 on a linux machine with LessTiff
environment confirming to Motif 1.2. Programs which
work fine on Solaris/Motif1.2+ xmt400 dump core in
Linux./LessTiff environment. Stack backtrace shows Xmt
calls automatically some "FocusMoved" function which
even hasnt been registered as callback.
Same is the problem when I try to run clients/mockup
program.
Logged In: NO
I tried to install xmt400 under redhat 7.2, using lestiff. I
followed the INSTALLATION instructions, and the build
seemed successful. However, I get segmentation fault when
trying to run mockup or any of the example programs.
I tried an earlier version, but none of them will build correctly,
even though the earlier versions of mockup will work.
Logged In: NO
I tried to install xmt400 under redhat 7.2, using lestiff. I
followed the INSTALLATION instructions, and the build
seemed successful. However, I get segmentation fault when
trying to run mockup or any of the example programs.
I tried an earlier version, but none of them will build correctly,
even though the earlier versions of mockup will work.
Logged In: NO
I was only getting the fault if the mouse commanded focus to
the Xmt app in question.
Try this:
Change the callback for focus_moved_proc (Xmt/Layout.c,
around line 303) to use "XmInheritFocusMovedProc", rather
than "FocusMoved". It worked for me...