Porting Motif

Syndicate content

Important Information About Registering

In order to post on the MotifZone forums, you need to be a registered user. We've changed the registration process slightly. To register, go to http://www.motifzone.net/forum/ and click the "Register" button. An administrator will need to verify your account. If you do not receive an email saying that your account has been activated within 48 hours, please send an email to webmaster (@) motifzone (dot) net.

Must Be a Registered User to Post

Hello! We've been getting a lot of spam in the forums. In order to try to counteract this problem, only registered users can now post. Sorry for any inconvenience this causes.

-Megan

Menu bar background color is not properly colored when porting from motif 1.2 to 2.1

On SGI IRIX 6.5, I am having an issue with the menu bar background color. I am trying to use Motif 2.1 api. It seems like the menu bar child widgets do not change their background color at all. I am trying to set the background color for cascade buttons on the menu bar. Their background colors do not change when I explicitly called XmChangeColor to change the cascade button background color. Does anyone has any suggestions? I would appreciate your help.

Porting on MINIX 3

Hi developers,

Me interests question. It is planned ported library Open Motif for a platform MINIX 3?

Thanks.

Tota

compile openmotif-2.3.2 error ([UilLexPars.h] Error 1)

I successfully 'configure'd openmotif-2.3.2

But When I run 'make', I got the following error. Can somebody let me know how to fix the error?

gcc -E -I../../../../tools/wml Exm.h | ../../../../tools/wml/wml
ln: creating symbolic link `./Exm.h': File exists
make[4]: *** [UilLexPars.h] Error 1
make[4]: *** Waiting for unfinished jobs....
ln: creating symbolic link `./Exm.h': File exists
make[4]: *** [UilConst.h] Error 1
ln: creating symbolic link `./Exm.h': File exists
make[4]: *** [UilKeyTab.h] Error 1
ln: creating symbolic link `./Exm.h': File exists

textbox problem, on cross compiled Xm app

i just developed Xm app using cross c compiler for powerpc but ther has been a problem
The textboxes are not replying to keystrokes.
The textbox works perfectly on linux machine but fails on power pc.
though buttons are being pushed on the gui an dperform the job but user can enter any text in textboxes

using LessTif v 0.9.2 and OpenMotif v2.1

any help will be appreciated

porting motif on ppc, pls help,urgent

i am running fedora core 7
i just installed powerpc tools(embeedded linux development tools)

now i need to port motif library
pls help
X11 and xt functions are easily ported but motif is giving me headaches
it says "ld:couldnt find lXm"
pls help
is their something special to be done while porting motif on embedded linux development kit

any help would be deeply thanked

OpenMotif 2.3.1 on PPC

Hi to all,
i'm trying to compile openMotif 2.3.1 on a 64bit PPC architecture.
After many unsuccessful attempts i'm not able to go on over this error:

compiling step:
gcc -m64 -Wall -g -fno-strict-aliasing -Wno-unused -Wno-comment -fno-tree-ter -o wmluiltok wmluiltok.o

error:
/usr/lib64/crt1.o:(.data.rel.ro.local+0x8): undefined reference to `main'

Any ideas? CFLAGS, LDFLAGS, others?

many thanks,
gab

XCreateWindow gives "BADMATCH" error

I get a BadMatch error on XCreateWindow request to the server. I am a newbie to to X-window system. I ran my application with the -synchronous option and tried to record the state of all the arguments at the time of crash. The images are available at
http://picasaweb.google.co.in/sunil.gri ...

ERROR(s_pmsg): Could not create groupbox!

Hello!
I'm working on HP-UX B.11.11 machine.
I'm compiling applications that works perfectly with X11R5 and Motif1.2 and now, with X11R6 and Motif2.1, they compile well but when i try to launch them, i obtain this error.
Can anybody help me?