[ardour-users] Compile problems with Ardour-0.9beta18.4

Them idragosani at chapelperilous.net
Sun Jul 25 16:28:17 PDT 2004


David Engqvist wrote:
> Hi folks,
> 
> Trying to install Ardour but recieves this error message when doing make:
> 
>  -lsamplerate    -lasound -ldl -lpthread
> ../libs/ardour/.libs/libardour.a(audioengine.o)(.text+0xd4a): In function 
> `ARDOUR::AudioEngine::start()':
> : undefined reference to `jack_set_thread_init_callback'
> collect2: ld returned 1 exit status
> make[3]: *** [ardour] Error 1
> make[3]: Leaving directory `/home/arklinux/ardour-0.9beta18.4/gtk_ardour'
> make[2]: *** [all-recursive] Error 1
> make[2]: Leaving directory `/home/arklinux/ardour-0.9beta18.4/gtk_ardour'
> make[1]: *** [all] Error 2
> make[1]: Leaving directory `/home/arklinux/ardour-0.9beta18.4/gtk_ardour'
> make: *** [all-recursive] Error 1
> 
> I've compiled jack 0.98.1 without any errors so I don't really understand 
> this?!

It doesn't look like jack is being included with the list of libraries 
for linking.  Were there any errors during the configure stage?  You 
need to make sure the path to jack.pc (probably 
/usr/local/lib/pkgconfig) is in the PKG_CONFIG_PATH before you run the 
configure script.

-- Brett



More information about the Ardour-Users mailing list