classpath-testresults
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

sampled-jack (Was: [cp-testresults] classpath daily snapshot 20051203 FA


From: Mark Wielaard
Subject: sampled-jack (Was: [cp-testresults] classpath daily snapshot 20051203 FAILED)
Date: Sat, 03 Dec 2005 17:55:12 +0100

Hi,

On Sat, 2005-12-03 at 17:33 +0100, Michael Koch wrote:
> I investigated this on the machine and saw that configure.ac is
> referencing a file called native/jni/sampled-jack/Makefile but there is
> not directory native/jni/sampled-jack in CVS. I tried to update from CVS
> but there were not related updates to this.

Right. How strange that didn't trigger a failure for me.
It came in together with Anthony's last patch:

2005-12-01  Anthony Green  <address@hidden>

        PR bootstrap/25207
        * configure.ac: Make sure we have an alsa library in addition to
        the headers.  This extra test is required for systems with
        multilibs.

I assume this is a provider Anthony is working on. For now I have
removed it again.

2005-12-03  Mark Wielaard  <address@hidden>

        * configure.ac (AC_CONFIG_FILES): Removed
        native/jni/sampled-jack/Makefile.
        (AC_ARG_ENABLE [jack]): Removed.

The rest of the original patch looks fine.

Cheers,

Mark
Index: configure.ac
===================================================================
RCS file: /cvsroot/classpath/classpath/configure.ac,v
retrieving revision 1.120
diff -u -r1.120 configure.ac
--- configure.ac        2 Dec 2005 13:57:41 -0000       1.120
+++ configure.ac        3 Dec 2005 16:52:18 -0000
@@ -131,19 +131,6 @@
 AM_CONDITIONAL(CREATE_DSSI_LIBRARIES, test "x${COMPILE_DSSI}" = xyes)
 
 dnl -----------------------------------------------------------
-dnl JACK code (enabled by default)
-dnl -----------------------------------------------------------
-AC_ARG_ENABLE([jack],
-              [AS_HELP_STRING(--disable-jack,compile JACK providers (enable by 
--enable-jack) [default=yes])],
-              [case "${enableval}" in
-                yes) COMPILE_JACK=yes ;;
-                no) COMPILE_JACK=no ;;
-                *) COMPILE_JACK=yes ;;
-              esac],
-              
[AC_CHECK_HEADERS([jack/jack.h],COMPILE_JACK=yes,COMPILE_JACK=no)])
-AM_CONDITIONAL(CREATE_JACK_LIBRARIES, test "x${COMPILE_JACK}" = xyes)
-
-dnl -----------------------------------------------------------
 dnl GTK native peer (enabled by default)
 dnl -----------------------------------------------------------
 AC_ARG_ENABLE([gtk-peer],
@@ -595,7 +582,6 @@
 native/jni/xmlj/Makefile
 native/jni/midi-alsa/Makefile
 native/jni/midi-dssi/Makefile
-native/jni/sampled-jack/Makefile
 native/target/Makefile
 native/target/Linux/Makefile
 native/target/generic/Makefile

Attachment: signature.asc
Description: This is a digitally signed message part


reply via email to

[Prev in Thread] Current Thread [Next in Thread]