Path: utzoo!attcan!uunet!ginosko!rex!ames!apple!bloom-beacon!ATHENA.MIT.EDU!swick From: swick@ATHENA.MIT.EDU (Ralph R. Swick) Newsgroups: comp.windows.x Subject: Re: X Toolkit Version Numbers Message-ID: <8907201828.AA18505@LYRE.MIT.EDU> Date: 20 Jul 89 18:28:12 GMT References: <174@cerc.wvu.wvnet.edu.edu> Sender: daemon@bloom-beacon.MIT.EDU Organization: DEC/MIT Project Athena Lines: 12 > 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).