[adding jack list to cc] On Thu, 2005-01-06 at 23:16 +0000, Dubphil wrote: > Hey list, > > I wanted to compile the last ardour release 0.9-beta23 but it broke > before the end (although the previous release was compiling fine !) > nevertheless I decided to upgrade Jack to the latest cvs snapshot > 0.99.44 and then I succeeded in compiling ardour after this jack update. > then I decided to compile qjackctl again with the new jack libs but > it doesn't work :-( > > here is the make output error : > > in src/qjackctlMainForm.ui.h:1087: error : > `jack_reset_max_delayed_usecs` undeclared (first use this function) > and I have the same error for all the jack_... functions. > > I tried to add -I/usr/lib/jack -I/usr/lib -L/usr/lib/jack -L/usr/lib > in case of, but nothing work... > > When I used the jackd provided by the gentoo portage, qjackctl was > compiling fine any one have met this kind of issue with qjackctl and the > cvs snapshot of jack ? Oh no, this was bound to come up eventually... The short answer is you need a newer jack, or older qjackctl. These were API functions I added. Rui, how about a configure test for the JACK version? Lee