Re: XmeDrawShadows?

From: Rene Brun (Rene.Brun@cern.ch)
Date: Wed Feb 25 1998 - 14:42:43 MET


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



This archive was generated by hypermail 2b29 : Tue Jan 04 2000 - 00:34:30 MET