Open Motif 2.3 Discussion

Syndicate content

openmotif 2.3 and xorg 7.1.0 64bit problems

hi; I hope this is the correct place to post:

I am have problems with 64bit Mandriva linux and openmotif 2.3 ... I can build openmotif fine,
but the demo/programs: filemanager & setDate immediatly coredump ... the xorg version is 7.1.0 ...

I do not have the same problems on redhat workstation 4, xorg=6.8.2

here is the gdb dump:

[bobs@apox54 /home2/openmotif-2.3.0/demos/programs/filemanager/.libs]: gdb filemanager
GNU gdb 6.3-8mdv2007.0 (Mandriva Linux release 2007.0)
Copyright 2004 Free Software Foundation, Inc.

Cannot find -lXp

Hi,

I am new to compiling and experienced the following problem when try to build motif,
/usr/bin/ld: cannot find -lXp

Please help,
Les

Problem of dependency

[root@localhost thlun]# rpm -ivh openmotif-devel-2.3.0-0.1.9.3.i386.rpm
Preparing... ########################################### [100%]
package openmotif-devel-2.3.0-0.1.9.3 is already installed

[root@localhost thlun]# rpm -Uvh openmotif-2.2.2-5.sh3.rpm
error: Failed dependencies:
libMrm.so.4 is needed by (installed) openmotif-devel-2.3.0-0.1.9.3.i386
libXm.so.4 is needed by (installed) openmotif-devel-2.3.0-0.1.9.3.i386
openmotif = 2.3.0-0.1.9.3 is needed by (installed) openmotif-devel-2.3.0-0.1.9.3.i386

Windows collapse with XmGrace

Hi,

I am working under Fedora 5 fully updated which provides openmotif 2.3.0.19 in standard (which is a beta version as I understand) instead of 2.2.x.

When using Xmgrace, windows collapse or resize after being used. Xmgrace developper ascribes the problem to openmotif 2.3 (as Xmgrace works fine with 2.2). Many posts have been posted on his forum and he advised to contact your forum.

Is it a bug in v2.3 or a permanent change in behavior of openmotif, that the developper of xmgrace should take into account ? Any chance to correct the bug soon ?... if it is a bug !

XmScale

I am porting an application to Mac OS X which originally (~1995) was written for SGI IRIX. I notice that none of the scale widget titles (set via XmNtitleString) are displaying. Is anyone familiar with this problem?

OpenMotif 2.3.0 Fails to compile ...

Hello.

I am trying to compile OpenMotif 2.3 (openmotif-2.3.0-20060106.tar.gz) downloaded from your site.

I am running Debian Etch (testing). I dont know what other information would be helpful, If you need more info please say so.

And thanks for your hints. Mark S?nchez.

Here is the latest error given by make:

Fedora Core 5 and Opera

I have recently upgraded from Fedora Core 4 to Fedora Core 5. Prior to upgrading my Opera browser worked beautifully. Since upgrading, the following message appears every time I start Opera:

> "Opera encountered a problem during plug-in setup.
> Plug-ins will not work properly.
> Check your installation.
>
> Could not start plug-in executable 'operamotifwrapper'.
> /usr/lib/mozilla/plugins/operamotifwrapper-3
> Please install Motif.
>
> Plug-in path
> (Path can be modified in Preferences dialog)
>
> /usr/lib/opera/plugins
> /usr/lib/mozilla/plugins"

menu mnemonics missing underline with Arial font

I tried changing the application's fontList to use -monotype-arial-... Unicode font and the menus were missing the underline on their mnemonics.

X11 extensions Print.h

When I try to compile openmotif-2.3.0 (after doing ./configure) on Ubuntu Linux (Breezy), I get:

In file included from XmStrDefs.c:10:
../Xm/Xm.h:76:34: error: X11/extensions/Print.h: No such file or directory

In addition I have motif programs that won't compile with the standard ubuntu motif package (2.2.3-1), giving similar errors.

I do have a header file: /usr/X11R6/include/Xm/Print.h, but perhaps this is a different one?

I have also installed the package libxext-dev .

Any help is greatly appreciated!

Gabriel

List Widget Size

Quick question. I have an XmList widget that has XmNvisibleItemCount set to 5 with no items actually stored in the widget. With openmotif 2.2.3, it respecits the visiibleItemCount when calculating the height.

With openMotif 2.3 beta 2, the widget is basically zero pixels high. If I put an empty string in the widget, it does resize to be one row high.

What's the correct behavior for XmList when XmNvisibleItemCount is greater than XmNitemCount?