From xemacs-m  Wed Mar 12 20:56:31 1997
Received: from altair.xemacs.org (steve@xemacs.miranova.com [206.190.83.19])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id UAA15078
	for <xemacs-beta@xemacs.org>; Wed, 12 Mar 1997 20:56:24 -0600 (CST)
Received: (from steve@localhost)
	by altair.xemacs.org (8.8.5/8.8.5) id TAA20221;
	Wed, 12 Mar 1997 19:08:24 -0800
Mail-Copies-To: never
To: xemacs-beta@xemacs.org
Subject: Re: 20.1b6 CDE configuration failure
References: <ocr4teg4tfd.fsf@spssunp.spspme.ml.com>
X-Url: http://www.miranova.com/%7Esteve/
X-Face: #!T9!#9s-3o8)*uHlX{Ug[xW7E7Wr!*L46-OxqMu\xz23v|R9q}lH?cRS{rCNe^'[`^sr5"
 f8*@r4ipO6Jl!:Ccq<xoV[Qz2u8<8-+Vwf2gzJ44lf_/y9OaQ`@#Q65{U4/TC)i2`~/M&QI$X>p:9I
 OSS'2{-)-4wBnVeg0S\O4Al@)uC[pD|+
X-Attribution: sb
From: Steven L Baur <steve@miranova.com>
In-Reply-To: Colin Rafferty's message of 12 Mar 1997 17:49:42 -0500
Mime-Version: 1.0 (generated by tm-edit 7.105)
Content-Type: text/plain; charset=US-ASCII
Date: 12 Mar 1997 19:08:22 -0800
Message-ID: <m2913s32vt.fsf@altair.xemacs.org>
Lines: 30
X-Mailer: Gnus v5.4.25/XEmacs 20.1

Colin Rafferty writes:

> CDE is dependent on Motif, but it does not force Motif libraries to be
> added to the compile and the load.
 ...
> Undefined			first referenced
>  symbol  			    in file
> XmDragCancel                        frame-x.o  (/usr/dt/lib/libXm.so.3?)
> _ex_rethrow_q                       /usr/dt/lib/libDtSvc.so

The only place the first symbol is referenced is one place in
frame-x.c.  I don't know what _ex_rethrow_q is.


static Lisp_Object
abort_current_drag(Lisp_Object arg)
{
  if(CurrentDragWidget && drag_not_done)
    {
      XmDragCancel(CurrentDragWidget);
      CurrentDragWidget = NULL;
    }
  return arg;
}

Would it suffice to wrap a #ifdef LWLIB_USES_MOTIF ... #endif around
the if?
-- 
steve@miranova.com baur
Unsolicited commercial e-mail will be billed at $250/message.

