[specimen] 0.5.2-rc2

Eric Dantan Rzewnicki eric at zhevny.com
Mon Mar 12 10:57:57 CDT 2007


On Mon, Mar 12, 2007 at 04:15:08PM +0100, Atte André Jensen wrote:
> Nedko Arnaudov wrote:
> 
> > Atte, this is the same issue you got with zynjacku. JACK MIDI appeared
> > in version 0.102.20.
> 
> Well this is a new install on a different partition, with jack compiled 
> from source:
> 
> atte at ajstrup:~$ jackd -V
> jackd version 0.102.20 tmpdir /tmp protocol 16

you said you compiled svn, but regardless, specimen should still build
midi support with that version. From your first mail:

---------
checking for JACK_MIDI... no
checking for OLD_JACK_MIDI... yes
             ^^^^^^^^^^^^^^^^^^^^
checking for PHAT... yes
checking for LASH... no
configure: WARNING: LASH not found, session support will not be built.
configure: creating ./config.status

                    BUILD SUMMARY
                    =============
     Compiler full flags: -Wall -Werror -O3
              Build type: optimized
       Jack midi support: no
---------

I see what's wrong. Your specimen did compile with jack midi, it's just
the summary output that's incorrect. The fix is in svn now and will be
in the next rcX (or the final release if there are no other issues).

now the summary will say:

checking for JACK... yes
checking for JACK_MIDI... no
checking for OLD_JACK_MIDI... yes
checking for PHAT... yes
checking for LASH... yes
configure: creating ./config.status

                   BUILD SUMMARY
                   =============
    Compiler full flags: -Wall -Werror -O3
             Build type: optimized
      Jack midi support: yes with jack >= 0.102.0 and < 0.102.27


Thanks for reporting. You can test svn if you want, but there is no
functional difference for you.

-Eric

-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.




More information about the Specimen mailing list