Search the FAQ Archives

3 - A - B - C - D - E - F - G - H - I - J - K - L - M
N - O - P - Q - R - S - T - U - V - W - X - Y - Z
faqs.org - Internet FAQ Archives

comp.windows.x.intrinsics Frequently Asked Questions (FAQ)
Section - 35. Why do I get "Warning: Widget class version mismatch"?

( Single Page )
[ Usenet FAQs | Web FAQs | Documents | RFC Index | Forum ]


Top Document: comp.windows.x.intrinsics Frequently Asked Questions (FAQ)
Previous Document: 34. Why can't I override translations? Only the first item works.
Next Document: 36. Where can I get a good file-selector widget?
See reader questions & answers on this topic! - Help others by sharing your knowledge
----------------------------------------------------------------------

This error, which typically goes on to say, "widget 11004 vs.
intrinsics 11003" indicates that the header files you included when
building your program didn't match the header files that the Xt
library you're linking against was built with; check your -I include
path and -L link-path to be sure.

However, the problem also occurs when linking against a version of the
X11R4 Xt library before patch 10; the version number was wrong.  Some
Sun OW systems, in particular, were shipped with the flawed version of
the library, and applications which link against the library typically
give the warnings you have seen.

User Contributions:

Comment about this article, ask questions, or add new information about this topic: