motif library/ segfault/ gentoo .. (Marc Weber)
Raimondo Giammanco <[email protected]>
| Newsgroups | gmane.comp.debugging.ddd.general |
|---|---|
| Message-ID | <[email protected]> |
Hello, I have installed on gentoo both lesstif and openmotif, but ddd-3.3.11 has been built against openmotif-2.2.3-r9, and it works without problems. It seems a specific gentoo installation issue, rather than a ddd problem. Regards On Tue, 2006-04-18 at 12:07 -0400, [email protected] wrote: > Hi. > > It's strange. > ddd is in portage of getoo. > gentoo tries to install openmotif. > The README of ddd says use lesstif > > I've tried compiling /configuring with lesstif but I it still didn't > work. (Seg fault). > After deinstalling openmotif keeping lesstif it worked out of the box. > I must have used configure the wrong way. > > The segmentation fault using openmotif occurs here: > > /projects/ddd/ddd-3.3.11/ddd/ddd.C: > XtCreateWidget("label_hack", xmLabelHackWidgetClass, toplevel, > args, arg); > > gdb output is here: > Program received signal SIGSEGV, Segmentation fault. > 0xb7df20a4 in XmeRenderTableGetDefaultFont () from /usr/lib/libXm.so.3 > > Is ddd known to not work with openmotif? > > Marc Weber