Well, your message indicates that you're using /usr/lib/libXm.so.4 .
I don't know which library that is, but could you figure it out and
check whether that's the same thing that Xbae is compiled against ?

If that doesn't help, can you send a some excerpts from the build process of :
- Xbae/src/Matrix.c
- Xbae/examples/matrix/matrix.c
- lib/Xm/ArrowB.c

I'd need to see a full compiler command line for each of these.
Also I'd like to know if you are using LessTif or not, where the
/usr/lib/libXm.so.4 comes from (Sun , lesstif, ...), ...

        Danny

Christoph Rupp wrote:
> 
> Hi,
> 
> some times ago i have sent a message to this mailing
> list that i get the warning "Representation size 1
> must match superclass's to override allowColumnResize"
> and a crash when using XbaeMatrix (version 4.8.4 and
> 4.9.0, SUN Solaris 2.7) and i got some response (i
> think it was Danny) that i might compile against one
> version of Motif and run against other and i should
> check with ldd which libraries i run against. I have
> done that, i even have recompiled the example programs
> (they don't run too), but didn't find something
> unusual... now my last hope is that maybe one of you
> can help me, maybe i am using a library with the wrong
> version... here's the ldd output of the 'matrix'
> example program.
> 
>         libXbae.so.4 =>
> /home/crupp/pub/lib/libXbae.so.4
>         libXm.so.4 =>    /usr/lib/libXm.so.4
>         libXt.so.4 =>    /usr/openwin/lib/libXt.so.4
>         libSM.so.6 =>    /usr/openwin/lib/libSM.so.6
>         libICE.so.6 =>   /usr/openwin/lib/libICE.so.6
>         libXext.so.0 =>  /usr/openwin/lib/libXext.so.0
>         libX11.so.4 =>   /usr/openwin/lib/libX11.so.4
>         libsocket.so.1 =>
> /usr/lib/libsocket.so.1
>         libnsl.so.1 =>   /usr/lib/libnsl.so.1
>         libc.so.1 =>     /usr/lib/libc.so.1
>         libdl.so.1 =>    /usr/lib/libdl.so.1
>         libmp.so.2 =>    /usr/lib/libmp.so.2
> 
> /usr/platform/SUNW,Ultra-5_10/lib/libc_psr.so.1

-- 
Danny Backx ([EMAIL PROTECTED] [EMAIL PROTECTED])
Home page :     http://users.skynet.be/danny.backx
Projects:       LessTif (http://www.lesstif.org)
                Oleo    (http://www.gnu.org/software/oleo/oleo.html)

Reply via email to