> when running my program with XbaeMatrix/Sun Solaris
> 2.7 i am getting the following error messages:
>
> Warning: Representation size 1 must match superclass's
> to override allowColumnResize
> Warning: 
>     Name: clip
>     Class: XbaeClip
>     Cannot change XmNlayoutDirection after initialization.

Maybe the explanaction that you found on the net was not sufficiently clear, it 
does
point in the right direction.

If you compile a program against one set of libraries (I'm referring to the 
linking step now),
and then run it against another set, then the library internals may be wrong.

Probably this means that you're linking with a lesstif library at compile time, 
but with the
Sun library at run time.

You can see the run time linkage by running
        ldd your-program
which reveals the real libraries used. I bet they're different from the ones 
you compiled
against.

        Danny

Reply via email to