Re: XmeDrawShadows?

Rene Brun (Rene.Brun@cern.ch)
Wed, 25 Feb 1998 14:42:43 +0100


Reid D Rivenburgh wrote:
>
> Hi,
>
> When I try to compile a ROOT application, I get the following error
> message at link time:
>
> /usr/local/root/lib/libWidgets.so: undefined reference to `XmeDrawShadows'
>
> Am I missing some X library? I haven't seen any other questions about
> it, so I figure it's me, but I can't tell what the problem is. This
> is with 1.03.09, linux 2.0.33, and lesstif 0.82 (if that's relevant).
>
> Thanks in advance,
> Reid

We had already a similar report.
In your main program add the statements

// to make LessTif happy, (not needed under OSF):
extern "C" { void XmeDrawShadows() { } }

Rene Brun