I'm seem to be having trouble building xemacs on Cygwin with native
sound support. At a minimum, the configure script needs to be tweaked
per the following diff
+++ configure 2002-06-16 21:35:57.000000000 -0700
@@ -13077,7 +13077,7 @@
echo "$ac_t""yes" 1>&6
sound_found=yes
need_miscplay=yes
- extra_objs="$extra_objs" && if test "$extra_verbose"
= "yes"; then
+ extra_objs="$extra_objs linuxplay.o" && if test
"$extra_verbose" = "yes"; then
echo " xemacs will be linked with \"linuxplay.o\""
fi
{ test "$extra_verbose" = "yes" && cat << EOF
But that led to another problem. With the following configure invocation
./configure --cflags=-O --site-prefixes=/usr/local --debug=no --error-checking=none
--use_assertions=no --with-mule --with-file-coding
I get
dialog-msw.c: In function `console_type_create_dialog_mswindows':
dialog-msw.c:826: structure has no member named `make_dialog_box_internal_method'
make[1]: *** [dialog-msw.o] Error 1
If I add --with-msw=no, xemacs builds fine but I can't hear any sounds
play (I checked the things I thought to be obvious w/ sound variables
and the volume control on the computer, etc). I've tried loading the
default sounds and playing external files but have had no success.
Thanks.
-andre.