UIL problem

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

Questions about motif? Contact us

2 posts / 0 new
Last post
UIL problem

Hi,
As a university researcher, I have inherited an application that was developed with Motif 1.2.4, ported to HP Sun and Dec UNIXes, and linux under libc5.
I recompiled the C and UIL with openmotif 2.2.2 under Mandrake 9.0 without error. The toplevel widgets work and MrmFetchWidget exits successfully from fetching a child but fails to fetch the rest of the hierarchy. It seems to fetch the toplevel widgets again. By chance, I ran it again with the old 1.2.4 compiled uid files and all seemed to work OK! I have scanned the web for problems porting 1.2.4 to 2.2.x but nothing seems relevant.

Has anybody got any ideas? Help would be much appreciated.

lud

Anonymous

In Motif 2.0, TOG changed the behavior of the UIL compiler such that
objects are now created "exported" by default, rather than "private".

Please look at bug report #1112, I think you have the same issue.