From xemacs-m  Wed Dec 11 20:16:51 1996
Received: from sandman.cisco.com (sandman.cisco.com [171.68.209.51]) by xemacs.cs.uiuc.edu (8.8.3/8.8.3) with SMTP id UAA02108 for <xemacs-beta@xemacs.org>; Wed, 11 Dec 1996 20:16:51 -0600 (CST)
Received: (from drich@localhost) by sandman.cisco.com (8.6.11/CA/950118) id SAA06407 for xemacs-beta@xemacs.org; Wed, 11 Dec 1996 18:16:24 -0800
Date: Wed, 11 Dec 1996 18:16:24 -0800
From: Dan Rich <drich@cisco.com>
Message-Id: <199612120216.SAA06407@sandman.cisco.com>
To: xemacs-beta@xemacs.org
Subject: 19.15b3 problems on SunOS 4.1.3_u1

I'm having troubles getting 19.15b3 to build on my SunOS 4.1.3_u1 system
(which will hopefully become a Solaris 2.5.1 system next week! :-)

Here's my configuration:
./configure  --site-libraries=/local/lib --site-includes=/local/include --with-xpm --with-xface --with-sound=native --with-gif --with-jpeg --with-png --prefix=/local/beta --dynamic

But the compile is blowing up in sunplay.c with:
gcc -c -Demacs -DHAVE_CONFIG_H  -I.        -I/local/drich/Src/xemacs-19.15-b3/src                  -I/local/include  -I/usr/local/X11R6/include              -I/local/drich/Src/xemacs-19.15-b3/src/../lwlib -g -O sunplay.c
sunplay.c:40: multimedia/libaudio.h: No such file or directory
sunplay.c:41: multimedia/audio_device.h: No such file or directory
*** Error code 1
make: Fatal error: Command failed for target `sunplay.o'

which didn't have any problems in b2.  

I'm still shoveling through the last week of the beta list, so sorry if
someone has already posted a fix for this (and yes, I know I can probably
get rid of it by removing the audio support....)

