Porting from Motif in UNIX to openmotif in linux

This forum is read only. No new submissions are accepted.

Questions about motif? Contact us

7 posts / 0 new
Last post
Porting from Motif in UNIX to openmotif in linux

Submitted by carlos on Wed, 06/16/2004 - 12:45.

Hello,

I have a file that is compiled without error with openmotif in linux and when I execute
MrmFetchWidget give-me this error:

Warning: Idb__HDR_ReturnItem: NULL data pointer - MrmNULL_DATA
Warning: Urm__CW_ReadLiteral: Cannot find RID literal '40001' -
MrmNULL_DATA
Warning: Idb__HDR_ReturnItem: NULL data pointer - MrmNULL_DATA
Warning: Urm__CW_ReadLiteral: Cannot find RID literal '40001' -
MrmNULL_DATA
Warning: Idb__HDR_ReturnItem: NULL data pointer - MrmNULL_DATA
Warning: Urm__CW_ReadLiteral: Cannot find RID literal '40001' -
MrmNULL_DATA
Warning: Idb__HDR_ReturnItem: NULL data pointer - MrmNULL_DATA
Warning: Urm__CW_ReadLiteral: Cannot find RID literal '40001' -
MrmNULL_DATA
Warning: UrmCreateWidgetTree: Cannot find indexed widget 'Prt5But' -
MrmNOT_FOUND
Warning: UrmCreateWidgetTree: Cannot find indexed widget 'Prt6But' -
MrmNOT_FOUND
Warning: UrmCreateWidgetTree: Cannot find indexed widget 'Prt7But' -
MrmNOT_FOUND
Warning: UrmCreateWidgetTree: Cannot find indexed widget 'Prt8But' -
MrmNOT_FOUND
Warning: Idb__HDR_ReturnItem: NULL data pointer - MrmNULL_DATA
Warning: Urm__CW_ReadLiteral: Cannot find RID literal '50001' -
MrmNULL_DATA

This works with Motif in UNIX.

Someone can help me?!
Thanks.

Sat, 06/19/2004 - 14:04#1

Sat, 06/19/2004 - 14:04#1

mpierre

Porting from Motif in UNIX to openmotif in linux

Hi Carlos,

I'm frequently using MrmFetchWidget on Linux with OpenMotif 2.2.3 without any problems. The Idb__ commands is database commands in Mrm/UIL (if I understand the source correctly), which indicates a problem with the UID file...

In order to fully understand your problem I suggest that you post a UIL file that reproduce this error.

Things to look out for:
1) is the UID file compiled on a Linux system? They are platform dependent.
2) Are you using MrmOpenHierarchy or MrmOpenHierarchyPerDisplay?
3) What version of Motif are you using on UNIX?
4) Are you using a non-default Motif widget?

The easiest way to solve this problem is probably to post a small example that the Motif people can test.

/Magnus

Fri, 07/02/2004 - 13:57#2

Fri, 07/02/2004 - 13:57#2

carlos

Porting from Motif in UNIX to openmotif in linux

Thu, 10/07/2004 - 11:09#3

Thu, 10/07/2004 - 11:09#3

carlos

Porting from Motif in UNIX to openmotif in linux

Anyone can help me with diz problem????

Thanks,

Carlos Correia

 

 

 

Sat, 11/13/2004 - 13:26#4

romain

Porting from Motif in UNIX to openmotif in linux

HI ;
about the run-time errors :
Warning: Idb__HDR_ReturnItem: NULL data pointer - MrmNULL_DATA
Warning: Urm__CW_ReadLiteral: Cannot find RID literal '40001' -
...
Warning: UrmCreateWidgetTree: Cannot find indexed widget 'Prt5But' -
MrmNOT_FOUND

I am having the EXACT same problem !
Do you remember how you solved it ?

I am using Linux Mandrake 10.0 and Openmotif 2.2.3

Any help would be greatly appreciated .
Thanks

 

Tue, 02/08/2005 - 11:45#5

Tue, 02/08/2005 - 11:45#5

KloN

Porting from Motif in UNIX to openmotif in linux

Is there any answer to this problem?
So far,I can't solve it on both Debian Sarge and Mandrake 9.2 with OpenMotif 2.2.3.

Tue, 02/15/2005 - 13:36#6

Tue, 02/15/2005 - 13:36#6

carlos

Porting from Motif in UNIX to openmotif in linux

I am using the OpenMotif 1.2.30 to create the UIL files and using the libraries of OpenMotif 2.2.3 to create my binary.... This is my temporary solution to this problem :(