From xemacs-m  Fri Dec 13 16:26:22 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 QAA09843 for <xemacs-beta@xemacs.org>; Fri, 13 Dec 1996 16:26:22 -0600 (CST)
Received: from Eng.Sun.COM ([129.146.1.25]) by venus.Sun.COM (SMI-8.6/mail.byaddr) with SMTP id OAA13110; Fri, 13 Dec 1996 14:25:52 -0800
Received: from kindra.eng.sun.com by Eng.Sun.COM (SMI-8.6/SMI-5.3)
	id OAA08694; Fri, 13 Dec 1996 14:25:47 -0800
Received: from xemacs.eng.sun.com by kindra.eng.sun.com (SMI-8.6/SMI-SVR4)
	id OAA16293; Fri, 13 Dec 1996 14:25:43 -0800
Received: by xemacs.eng.sun.com (SMI-8.6/SMI-SVR4)
	id OAA00634; Fri, 13 Dec 1996 14:25:42 -0800
Date: Fri, 13 Dec 1996 14:25:42 -0800
Message-Id: <199612132225.OAA00634@xemacs.eng.sun.com>
From: Martin Buchholz <mrb@Eng.Sun.COM>
To: Jareth Hein <jhod@po.iijnet.or.jp>
Cc: XEmacs Beta Mailing List <xemacs-beta@xemacs.org>
Subject: 20.0 b31 and HP-UX 10.10
In-Reply-To: <32B13A83.1DFDC3B6@po.iijnet.or.jp>
References: <32B13A83.1DFDC3B6@po.iijnet.or.jp>
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

>>>>> "Jareth" == Jareth Hein <jhod@po.iijnet.or.jp> writes:

Jareth> Well, it compiles. And it even seems to run (not much checking yet). And
Jareth> better still, it even runs with mule/xim just fine (again, with limited
Jareth> testing). However, a couple of configure nits.

Cool.

Jareth> CDE is not detected, nor is Tooltalk. And when specified, you must also
Jareth> include the directories for finding the relavent files. Aren't these
Jareth> standardized? (at least they seem to be between my Linux version of CDE
Jareth> and HP's: in /usr/dt/include and /usr/dt/lib) If there is more than one
Jareth> 'standard' place, shouldn't configure search out the correct one when it
Jareth> encounters the cde or tooltalk command line options? It seems like a lot
Jareth> of time wasted when the make bombs out while attempting to compile
Jareth> emacs.c because it can't find the proper include files...

Jareth> Also, CDE was not listed in with configure --help. 

It is on mine:

--with-cde (*)		Compile in support for CDE drag and drop.

Perhaps that "*", indicating autodetection support, is incorrect.  We
should check for /usr/dt on any platform, and add that to the link
(ahead of other X libs) when available.  On Suns /usr/dt pre-dates the
CDE initiative, and the directory is hardcoded in the sol*.h header
files (which is wrong).

Jareth> Other than that, there do seem to be a lot of warnings produced during
Jareth> compile on my system, and compiling with gcc is not an option (it bombs
Jareth> out real quick but I forgot where). This could be due to the fact that
Jareth> my gcc was built with HPUX9.20 (I intend to rebuild it this weekend and
Jareth> check this)

I've been eliminating compile warnings with the compilers I use.  When
I compile with Sun cc, there are very few warnings left.

Martin

