Path: utzoo!news-server.csri.toronto.edu!cs.utexas.edu!rice!uw-beaver!uw-june!wolf.cs.washington.edu!slh From: slh@wolf.cs.washington.edu (Scott Heyano) Newsgroups: comp.windows.x.motif Subject: Re: WCL 1.05 compilation [Was Re: UIL examples] Message-ID: <15346@june.cs.washington.edu> Date: 6 Mar 91 08:20:17 GMT References: <4825@goanna.cs.rmit.oz.au> <1209@attc.UUCP> Sender: news@cs.washington.edu Reply-To: slh@wolf.cs.washington.edu (Scott Heyano) Organization: Computer Science & Engineering, U. of Washington, Seattle Lines: 19 In article rmf@cs.columbia.edu (Robert M. Fuhrer) writes: [stuff] |Second, compilation fails on the first file (WcCallb.c) for the following |reason. WcCallb.c #include's X11/Intrinsic.h, which in turn #defines the |XtIsShell macro. This macro refers to a variable named shellWidget which |doesn't exist. Noticing that X11/IntrinsicP.h contained a reasonable-looking |definition for XtIsShell, I patched WcCallb.c to include it instead. This |fixed the problem, but I'm fairly sure this wasn't the right thing to do. | |Next, WcConvert.c had a problem, again with an undefined variable, named |XtRWidget. This didn't seem to be defined anywhere that I could easily find. |At this point, I gave up, suspecting problems larger than I have time to deal |with. | |So what's going on? | AIX 3.1/3003: XtIsShell is defined in Intrinsic.h XtRWidget is defined in (Xaw) Form.h