From xemacs-m  Mon Jan 27 11:24:17 1997
Received: from fronsac.ensg.u-nancy.fr (fronsac.ensg.u-nancy.fr [192.93.48.17])
          by xemacs.org (8.8.4/8.8.4) with ESMTP
	  id LAA18657 for <xemacs-beta@xemacs.org>; Mon, 27 Jan 1997 11:24:12 -0600 (CST)
Message-Id: <199701271724.LAA18657@xemacs.org>
Received: by fronsac.ensg.u-nancy.fr
	(1.40.112.4/16.2) id AA148325730; Mon, 27 Jan 1997 18:22:10 +0100
Date: Mon, 27 Jan 1997 18:22:10 +0100
From: Richard Cognot <cognot@ensg.u-nancy.fr>
To: xemacs-beta@xemacs.org
Subject: 20.0b92 OK on hpux 10.10.
Reply-To: cognot@ensg.u-nancy.fr
X-Face:  .|{6#t`YCBNfg_E.8;@IFK9kd'Ol7>~2S7U!o3+g)+\`hV5&I]k,UwC%g%Y\,-KV+[eEgZm
 i(NgMB@L_n/A!jk;}@!?$<t5Aw`B$R=xJSv[F$2&sz*cwxF!|B3)MH,6YBDNU!$9;91N_p*>}</%ZO
 +EYRSc{a_#KXB)sJlPpxQq,/:}\*noO!;(5PY~MTnspl;&XA$JccP;N~;v5E>Yh.



Configured with:
 ./configure  --prefix=/usr/local/xemacs
--bindir=/usr/local/xemacs/bin/hppa1.1-hp-hpux10.10
--site-includes=/home/cognot/APPS/include /usr/dt/include
--site-libraries=/home/cognot/APPS/lib/hp700 /usr/dt/lib --verbose
--extra-verbose --cflags=+O3 +Onoinline -Ae --error-checking=none
--debug=no --dynamic=yes --with-menubars=lucid --with-scrollbars=lucid
--with-dialogs=motif --with-png

(configure result appended).

A couple of issues:

- Something that bothered me for quite a long time: when configure
writes config.status, arguments that were quoted end up in
config.status without quotes, i.e.:

--cflags="+O3 +Onoinline -Ae"

ends up as

--cflags=+O3 +Onoinline -Ae

which makes running config.status with --recheck impossible. Would be
nice if that was fixed someday (although I;d guess this is an autoconf
problem, not a XEmacs problem).

- CDE isn't autodetected on HP. I have to force /usr/dt/{lib,include}
into the site include/lib command line options. I could add these in
hpux10.h, but then I would think these should be pretty standard (to
my knowledge, that's also where Sun puts its CDE stuff), so that
wouldn't fix the problem on other architectures. AAMOF, when these
path are given, CDE is detected, and DragAndDrop works (more or less,
see next issue).

- Any time I drop a file into an Emacs window, it opens fine, except I
get a "received an unexpected SelectionNotify event" message in the
minibuffer. Anybody seing this as well?

On the whole, 20.0 without mule seems to be stable enough to make it
my regular XEmacs, at least until it gets released. After that I guess
we'll have to focus a bit on 19.15 if it isn't to end up DOA... ;-)

configure output:

        defining HAVE_LIBDBM
        defining HAVE_DBM
        defining EMACS_VERSION to be 20.0-b92
        defining EMACS_CONFIGURATION to be "hppa1.1-hp-hpux10.10"
        defining config_machfile to be "m/hp800.h"
        defining config_opsysfile to be "s/hpux10-shr.h"
        defining LD_SWITCH_X_SITE to be -L/usr/lib/X11R5 -L/usr/lib/X11R4
        defining LD_SWITCH_X_SITE_AUX to be 
        defining C_SWITCH_X_SITE to be -I/usr/include/X11R5
        defining LD_SWITCH_SITE to be  -L/home/cognot/APPS/lib/hp700 -L/usr/dt/lib
        defining C_SWITCH_SITE to be  -I/home/cognot/APPS/include -I/usr/dt/include
        defining UNEXEC_SRC to be unexhp9k800.c
        defining HAVE_X_WINDOWS
        defining GNU_MALLOC
        defining REL_ALLOC
        defining LISP_FLOAT_TYPE
        defining LWLIB_USES_MOTIF
        defining HAVE_TOOLBARS
        defining HAVE_TTY
        defining CONST_IS_LOSING
        defining USE_ASSERTIONS
        defining NO_UNION_TYPE


Configured for `hppa1.1-hp-hpux10.10'.
  Where should the build process find the source code?    /usr/local/xemacs-20.0-b92
  What installation prefix should install use?            /usr/local/xemacs
  What operating system and machine description files should XEmacs use?
        `s/hpux10-shr.h' and `m/hp800.h'
  What compiler should XEmacs be built with?              cc +O3 +Onoinline -Ae
  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
  Where do we find X Windows header files?                /usr/include/X11R5
  Where do we find X Windows libraries?                   /usr/lib/X11R5 -L/usr/lib/X11R4
  Additional header files:                                /home/cognot/APPS/include /usr/dt/include
  Additional libraries:                                   /home/cognot/APPS/lib/hp700 /usr/dt/lib
  Compiling in support for XPM.
  Compiling in support for X-Face headers.
  Compiling in support for GIF image conversion.
  Compiling in support for JPEG image conversion.
  Compiling in support for PNG image conversion.
  Compiling in support for DBM.
  Compiling in support for CDE.
  Using the Lucid menubar.
  Using the Lucid scrollbar.
  Using the Motif dialog boxes.

Richard.

-- 
|-------------------------------------------------------------|
| Richard Cognot           | Proceed, with fingers crossed... |
|                          |           /\^^/\                 |
| <cognot@ensg.u-nancy.fr> |             `'                   |
|-------------------------------------------------------------|
| http://www.ensg.u-nancy.fr/~cognot                          |
|-------------------------------------------------------------|

