From xemacs-m  Mon Dec  9 23:39:20 1996
Received: from venus.Sun.COM (venus.Sun.COM [192.9.25.5]) by xemacs.cs.uiuc.edu (8.8.3/8.8.3) with SMTP id XAA22089 for <xemacs-beta@xemacs.org>; Mon, 9 Dec 1996 23:39:19 -0600 (CST)
Received: from Eng.Sun.COM ([129.146.1.25]) by venus.Sun.COM (SMI-8.6/mail.byaddr) with SMTP id VAA03480; Mon, 9 Dec 1996 21:38:51 -0800
Received: from kindra.eng.sun.com by Eng.Sun.COM (SMI-8.6/SMI-5.3)
	id VAA24641; Mon, 9 Dec 1996 21:38:49 -0800
Received: from xemacs.eng.sun.com by kindra.eng.sun.com (SMI-8.6/SMI-SVR4)
	id VAA11364; Mon, 9 Dec 1996 21:38:47 -0800
Received: by xemacs.eng.sun.com (SMI-8.6/SMI-SVR4)
	id VAA21090; Mon, 9 Dec 1996 21:38:45 -0800
Date: Mon, 9 Dec 1996 21:38:45 -0800
Message-Id: <199612100538.VAA21090@xemacs.eng.sun.com>
From: Martin Buchholz <mrb@Eng.Sun.COM>
To: Dan Pilone <pilone@gnosis.slac.com>
Cc: xemacs-beta@xemacs.org
Subject: XEmacs 20-b30 & SGI IRIX 6.2
In-Reply-To: <199612091519.KAA11209@gnosis.slac.com>
References: <199612091519.KAA11209@gnosis.slac.com>
Reply-To: Martin Buchholz <mrb@Eng.Sun.COM>
Mime-Version: 1.0 (generated by tm-edit 7.94)
Content-Type: text/plain; charset=US-ASCII

>>>>> "Dan" == Dan Pilone <pilone@gnosis.slac.com> writes:

Dan> 	I'm rather new to this list so it's possible that you've
Dan> already covered this and I missed it, but for what it's worth.. Has
Dan> anyone had problem compiling XEmacs 20 under 6.2?  It would die in
Dan> input-method-xlib.c with several errors all regarding to XIM.
Dan> Without HAVE_XIM defined it would not compile.  (This is compiling w/o
Dan> mule support)  The configuration was:

Dan> ./configure --dynamic --with-mule=no --sound-type=native --with-gcc=no

Dan> .. once the HAVE_XIM and XIM_XLIB defines were made, everything
Dan> compiled happily.
Dan> 	I know there is the --with-xim=xlib and --with-xim=motif
Dan> options, but should they have been neccessary w/o mule?  Is it just
Dan> something I missed?  -- Dan

If you configure --with-mule, then configure should never try to
compile or link either input-method-xlib.c or input-method-motif.c.
MULE undefined implies HAVE_XIM undefined.  Please investigate why
configure isn't working as designed.

Perhaps try:
configure --with-mule=no --with-xim=no

Martin

