On Sat, Mar 23, 2013 at 3:36 PM, Len Ovens <len@ovenwerks.net> wrote:

On Sat, March 23, 2013 5:44 am, Ulrich-Lorenz Schlueter wrote:
> Hello list,
>
> after a long long time I removed some ugly bugs from JackMixDesk.
> Latest source package is available from:
>
> http://sourceforge.net/projects/jackmixdesk/files/jackmixdesk/jackmixdesk-0.3-r3.tar.gz/download

Looks like an interesting app. ./configure gives me a list of "yes" and
shows no errors, but I can't compile. Get some errors that seem to
indicate missing packages:
jackmixdesk-mixdesk.o: In function `jack_get_connects':
/home/joe/software/jackmixdesk-0.3-r3/mixdesk.c:1023: undefined reference
to `jack_port_connected'
/home/joe/software/jackmixdesk-0.3-r3/mixdesk.c:1024: undefined reference
to `jack_port_get_connections'
/home/joe/software/jackmixdesk-0.3-r3/mixdesk.c:1033: undefined reference
to `jack_port_connected'

Perhaps configure is finding jackd2 and thinking it is fine to use the
jackd1 api?

They share the same API.

You're making an error with your link step.