No realize class procedure defined

I suspected the problem could be on the libXt since the XtRealizeWidget symbol is defined in that library. I looked at it using nm but all seemed well: $ nm -D /usr/lib/libXt.so |grep XtRealizeWidget 02b39870 T XtRealizeWidget The “T” means the symbol is in the text (code) section of the object files that compose the … Read more