On Sat, Mar 23, 2013 at 3:36 PM, Len Ovens
<len@ovenwerks.net> wrote:
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.