From xemacs-m  Fri Dec 13 06:30:08 1996
Received: from gol1.gol.com (gol1.gol.com [202.243.48.4]) by xemacs.cs.uiuc.edu (8.8.3/8.8.3) with ESMTP id GAA06891 for <xemacs-beta@xemacs.org>; Fri, 13 Dec 1996 06:30:07 -0600 (CST)
Received: from pentagana (jhod@tokyo-02-089.gol.com [202.243.51.89]) by gol1.gol.com (8.8.3/8.8.3) with SMTP id VAA05084 for <xemacs-beta@xemacs.org>; Fri, 13 Dec 1996 21:30:06 +0900 (JST)
Sender: jhod@gol.com
Message-ID: <32B13A83.1DFDC3B6@po.iijnet.or.jp>
Date: Fri, 13 Dec 1996 20:14:11 +0900
From: Jareth Hein <jhod@po.iijnet.or.jp>
Organization: Sonic Software Planning, Tokyo
X-Mailer: Mozilla 3.01 (X11; I; Linux 2.1.13 i586)
MIME-Version: 1.0
To: XEmacs Beta Mailing List <xemacs-beta@xemacs.org>
Subject: 20.0 b31 and HP-UX 10.10
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

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

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

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

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

Anyhow, here's the poop:

../configure  --with-gcc=no --with-gnu-make --srcdir=.. --with-cde
--with-tooltalk --site-libraries="/usr/local/lib /usr/dt/lib"
--site-includes="/usr/local/include /usr/dt/include /usr/dt/include/Tt"
--with-mule --with-xim=motif --debug --error-checking=none

Configured for `hppa1.1-hp-hpux10.10'.

  Where should the build process find the source code?   
/usr/src/xemacs-20.0-b31
  What installation prefix should install use?            /usr/local
  What operating system and machine description files should XEmacs use?
        `s/hpux10.h' and `m/hp800.h'
  What compiler should XEmacs be built with?              cc  -g
  Should XEmacs use the GNU version of malloc?            yes
  Should XEmacs use the relocating allocator for buffers? yes
  What window system should XEmacs use?                   x11
  Additional header files:                               
/usr/local/include /usr/dt/include /usr/dt/include/Tt
  Additional libraries:                                   /usr/local/lib
/usr/dt/lib
  Compiling in support for XPM.
  Compiling in support for GIF image conversion.
  Compiling in support for DBM.
  Compiling in support for ToolTalk.
  Compiling in Mule (multi-lingual) support.
  Compiling in XIM (X11R5+ I18N input method) support.
    Using Motif to provide XIM support.
  Compiling in support for CDE.
  Using the Lucid menubar.
  Using the Lucid scrollbar.
  Using the Motif dialog boxes.
  Compiling in extra code for debugging.
  Compiling in code for checking XEmacs memory usage.

Other than that, still checking...

--Jareth Hein
Sonic Software Planning, Tokyo


