From xemacs-m  Mon Feb 17 07:29:05 1997
Received: from uni-kl.de (news.uni-kl.de [131.246.136.51])
	by xemacs.org (8.8.5/8.8.5) with SMTP id HAA19982
	for <xemacs-beta@xemacs.org>; Mon, 17 Feb 1997 07:29:04 -0600 (CST)
Received: from uklirb.informatik.uni-kl.de by news.uni-kl.de id ag05183;
          17 Feb 97 14:29 MET
Received: from cochlea.e-technik.uni-kl.de by uklirb.informatik.uni-kl.de
          id aa24836; 17 Feb 97 14:20 MET
Date: Mon, 17 Feb 1997 14:20:25 +0100 (MEZ)
Message-Id: <199702171320.OAA14099@rhrk.uni-kl.de>
From: Marcus Thiessel <thiessel@rhrk.uni-kl.de>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
To: xemacs-beta@xemacs.org
Subject: XEmacs-20.1-b1 success on HP-UX 9.05
In-Reply-To: <m2vi7twj63.fsf@altair.xemacs.org>
References: <m2vi7twj63.fsf@altair.xemacs.org>



environment:
	HP-UX 09.05
	Motif 1.2
	fvwm 1.24l


additional stuff:
	jpegsrc.v6a
	libpng-0.89c
	xpm-3.4h


Configured for `hppa1.1-hp-hpux9.05'.

  Where should the build process find the source code?    /users/thiessel/adm/stuff/xemacs-20.1-b1
  What installation prefix should install use?            /usr/local/lib/X11/xemacs
  What operating system and machine description files should XEmacs use?
        `s/hpux9-shr.h' and `m/hp800.h'
  What compiler should XEmacs be built with?              gcc -O
  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/lib/X11R5/include
  Additional libraries:                                   /usr/local/lib/X11R5/lib
  Compiling in support for XPM.
  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.
  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.


---------------------------------------------------------------------------

Finally I got some warnings (I skipped those which depend on 
select().) 


floatfns.c:61: warning: static declaration for `rint' follows non-static

In file included from getloadavg.c:472:
/usr/include/sys/pstat.h:44: warning: `struct pst_status' declared inside parameter list
/usr/include/sys/pstat.h:44: warning: its scope is only this definition or declaration,
/usr/include/sys/pstat.h:44: warning: which is probably not what you want.
/usr/include/sys/pstat.h:45: warning: `struct pst_static' declared inside parameter list
/usr/include/sys/pstat.h:46: warning: `struct pst_dynamic' declared inside parameter list
/usr/include/sys/pstat.h:47: warning: `struct pst_vminfo' declared inside parameter list
/usr/include/sys/pstat.h:48: warning: `struct pst_diskinfo' declared inside parameter list
/usr/include/sys/pstat.h:49: warning: `struct pst_processor' declared inside parameter list
/usr/include/sys/pstat.h:50: warning: `struct pst_lv' declared inside parameter list
/usr/include/sys/pstat.h:51: warning: `struct pst_swapinfo' declared inside parameter list

unexhp9k800.c:87: warning: `roundup' redefined
/usr/local/lib/gcc-lib/hppa1.1-hp-hpux9.03/2.7.2/include/sys/param.h:399: warning: this is the location of the previous definition


so far, so good.

--Marcus


