Open Motif 2.3 Discussion

Syndicate content

mwm - problem with switching windows

Hi,

I have a weird problem with mwm on my laptop, which is running on x86_64 Gentoo Linux with kernel 2.6.33-gentoo-r22, X.org 1.7.6, and OpenMotif 2.3.2-r2. I have no idea if this is a supported configuration or not, so if not, please let me know. (If more details on the environment are needed, I'm happy to give them.)

ListPrevItem, ListNextItem do not work for XmList

Fedora 13, 2.6.33.5-112.fc13.x86_64
openmotif-devel-2.3.3-1.fc13.x86_64
openmotif-2.3.3-1.fc13.x86_64

XmList fc_list;

XtCallActionProc(fc_list, "ListNextItem",NULL,NULL,0);
and
XtCallActionProc(fc_list, "ListNextItem",NULL,NULL,0);

Compiles without complaint, but does not work and causes a core dump. Some other action routines work, such as ListEndData().

These seem to work in Lesstif.

Insensitive widgets now appear bold?

When we updated from openmotif 2.3.0 to openmotif 2.3.3 the insensitive buttons and text seemed to go from looking "greyed out" to double-struck or bold.

Is this a bug, or a setting I need to change?

Can't install openmotif, asks for libXm.so.3

When I try to install openmotif 2.3.0-1 on my Red Hat Enterprise Linux 4 machine, it gives me an error of a failed dependency, asking for libXm.so.3. It was my understanding that openmotif contains the libXm.so file. Does anybody have an idea about what's going on?

Warnings running demos

Here is an example of the kind of warnings I get when running the hellomotif demo. How can I prevent this warning?

Warning: translation table syntax error: Unknown keysym name: osfActivate
Warning: ... found while parsing ':osfActivate: ManagerParentActivate()'

[wmluiltok] Error 1

While I 'make', I had the below error.

Making all in tools
make[1]: Entering directory `/home/birg/Desktop/openmotif-2.3.3/tools'
Making all in wml
make[2]: Entering directory `/home/birg/Desktop/openmotif-2.3.3/tools/wml'
/bin/sh ../../libtool --tag=CC --mode=link gcc -g -O2 -Wall -g -fno-strict-aliasing -Wno-unused -Wno-comment -fno-tree-ter -o wmluiltok wmluiltok.o -lXp
libtool: link: gcc -g -O2 -Wall -g -fno-strict-aliasing -Wno-unused -Wno-comment -fno-tree-ter -o wmluiltok wmluiltok.o -lXp

Problem while 'make'

Hi.

I'm new to linux and openmotif. While trying to install openmotif-2.3.3 onto CentOs, I was stucked in 'make'. Below is the error message I received. Hope you won't mind to give some advice. Thanks.

In file included from /usr/include/X11/Xft/Xft.h:41,
from XmRenderTI.h:46,
from List.c:86:
/usr/include/ft2build.h:56:38: error: freetype/config/ftheader.h: No such file or directory
In file included from XmRenderTI.h:46,
from List.c:86:
/usr/include/X11/Xft/Xft.h:42:10: error: #include expects "FILENAME" or

Motif version compatible with HP-UX 11.32(PA-RISC)

Hi all,

Could anyone of you tell me the which motif version compatible with HP-UX 11.23(PA-RISC)?

Text highlighting

Are there any plans for a the XmText widget to support some sort of text highlighting (colorized, bold, italic, etc.)?

I know of the Nedit custom widget and the HTML widget that once existed. Is there anyone means for something like bb encode or latex tags?

X11R7.5 without Xprint - compiling error

Hello I have a problem compiling openmotif 2.3.2 with the new X11R7.5 X Server.
Execution of ./configure works fine, but when make is invoked, an error message is generated.

The first part is clear, as XPrint is not included anymore. I asume the second error on line 858 is related.

Exact content:

In file included from XmStrDefs.c:10:
../Xm/Xm.h:76:36: error: X11/extensions/Print.h: No such file or directory (-> this is correct, it doesn't exist)
In file include from XmStrDefs.c:10:
../Xm/Xm.h:850: error: expected specifieer-qualifier-list before 'XPContext'