Path: utzoo!mnetor!tmsoft!torsqnt!news-server.csri.toronto.edu!cs.utexas.edu!wuarchive!mit-eddie!bloom-beacon!ATHENA.MIT.EDU!swick From: swick@ATHENA.MIT.EDU (Ralph Swick) Newsgroups: comp.windows.x Subject: Re: Widget class mismatch Message-ID: <9007121445.AA25375@lyre.MIT.EDU> Date: 12 Jul 90 14:45:31 GMT References: <47.UUL1.3#1@vortex.COM> Sender: daemon@athena.mit.edu (Mr Background) Organization: DEC/MIT Project Athena Lines: 17 > Warning: Widget class VT100 version mismatch: This means that the widget binary was built with different header files than libXt.a > widget 11004 vs. intrinsics 11003 specifically, the widget binary uses header files that claim to be MIT X11R4 with fix 10 installed and libXt.a claims to be only MIT X11R3 or R4 with no fixes. > After the message, they run properly. If it really is an R4 libXt.a then you're safe. The only way to turn off the message is to back out part of fix-10 and re-compile the widget(s). Specifically, change XT_REVISION back to 3 in IntrinsicP.h.