> > 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 ? > To compile qjackctl with latest JACK CVS [0.99.44+] you have to grab it from, i guess where, CVS. But if you wanna have a jump start, just insert this one liner on src/qjackctlMainForm.ui.h: #include <jack/statistics.h> and there you go. Bye. -- rncbc aka Rui Nuno Capela rncbc@xxxxxxxxx