Trying to compile jack2

Hello there,

I'm trying to compile jack2. When I do ./waf configure I get the following error:
Code:
Checking for header samplerate.h         : not found
As I try to locate the header file is inside my /usr/local/include folder. I try to link the file but I don't know where to link it. Please help me to install jack2. Thank you.
 
Yes, I got the jack installed. But as I want to use the Netjack which is supported only in jack2 I had to manually build the package. I downloaded the package jack-1..9.8
[CMD="./waf configure"][/CMD] gives me http://pastebin.com/RUikCmbL

About thesamplerate.h and sndfile.h
sudo ln -s /usr/local/include/samplerate.h /usr/include
Same with sndfile.h. Two more errors, libfreebob and libffado. Downloaded them and [CMD=""]deb2targz[/CMD]
Need to link them right.
 
Back
Top