[comp.windows.x] X Toolkit Version Numbers

pelakh@cerc.wvu.wvnet.edu (Boris Pelakh) (07/19/89)

I am trying to port an X application from a Sun 4 to a DEC Ultrix 
machine. In order to do that, I have recompiled Xmu & Xaw, that were
not previously installed on the Ultrix machine, and installed them
into /usr/lib. My program compiled without any problems, but when I 
tried to run it, a series of warnings came up, saying that my Widgets
are not of the same version as my Toolkit. The program runs just fine,
but those warnings are annoying .... Any ideas ?

Boris Pelakh
pelakh@cerc.wvu.wvnet.edu
saxena1@cerc.wvu.wvnet.edu

swick@ATHENA.MIT.EDU (Ralph R. Swick) (07/21/89)

> I have recompiled Xmu & Xaw, that were
> not previously installed on the Ultrix machine, and installed them
> into /usr/lib. My program compiled without any problems, but when I 
> tried to run it, a series of warnings came up, saying that my Widgets
> are not of the same version as my Toolkit.

The only circumstance under which you should get this message
is that one or more widgets was compiled with a different set of
header files than the libXt.a was compiled with.  If you are using
the libXt.a shipped with your system, then make sure that the
Xt header files in /usr/include/X11 are also those that were shipped
with your system (particularly Intrinsic.h).