iiwusynth-devel
[Top][All Lists]
Advanced

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

Re: [iiwusynth-devel] [PATCH] acinclude.m4


From: Peter Hanappe
Subject: Re: [iiwusynth-devel] [PATCH] acinclude.m4
Date: Fri, 31 May 2002 11:31:04 +0200
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.0rc1) Gecko/20020417

Thanks for the patch. Will apply it tomorrow.

The compile problems are due to different naming of jack types:
sample_t -> jack_default_sample_t
buffer_t -> jack_buffer_t.

That's all. I will commit my changes tomorrow (I will a bit of time
to work on iiwusynth tomorrow!).

Cheers,
Peter


Bob Ham wrote:
> Hi all,
>
> I just tried to compile cvs iiwusynth against the latest cvs of jack,
> without success.  I had to change acinclude.m4 for configure to ignore
> jack, patch attached.
>
> Bob
>
>
>
> ------------------------------------------------------------------------
>
> Index: acinclude.m4
> ===================================================================
> RCS file: /cvsroot/iiwusynth/iiwusynth/acinclude.m4,v
> retrieving revision 1.3
> diff -u -3 -p -r1.3 acinclude.m4
> --- acinclude.m4   14 Feb 2002 10:22:47 -0000      1.3
> +++ acinclude.m4   31 May 2002 08:43:37 -0000
> @@ -4,7 +4,7 @@ AC_DEFUN(AC_MIDISHARE,
>  [
>    AC_ARG_ENABLE(midishare,
>      [  --enable-midishare    Compile MIDISHARE support],
> -    enable_midishare=yes)
> +    enable_midishare="$enableval", enable_midishare=no)
>
>    MIDISHARE_SUPPORT=0
>
> @@ -39,7 +39,7 @@ AC_DEFUN(AC_JACK,
>  [
>    AC_ARG_ENABLE(jack-support,
>      [  --enable-jack-support   Compile JACK support],
> -    enable_jack_support=yes)
> +    enable_jack_support="$enableval", enable_jack_support=no)
>
>    JACK_SUPPORT=0
>







reply via email to

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