On Wed, 19 May 2004 00:00:58 -0700 Jos Laake <jos@xxxxxxxxxx> wrote: > Hi, > > I'm trying to compile 'timemachine' on my system and I keep running into > this problem in the ./configure script: > > ------------------------------------------------------------------------ > checking for jack >= 0.80.0... Package jack was not found in the > pkg-config search path. > Perhaps you should add the directory containing `jack.pc' > to the PKG_CONFIG_PATH environment variable > No package 'jack' found > > configure: error: Library requirements (jack >= 0.80.0) not met; > consider adjusting the PKG_CONFIG_PATH environment variable if your > libraries are in a nonstandard prefix so pkg-config can find them. > ------------------------------------------------------------------------ > > I'm using the tarballs of timemachine-0.2.4 and > jack-audio-connection-kit-0.98.1. > > Both packages are in the same directory level > (/I/Useful_Stuff/AudioTools/) with the detarred source directories > under that. Did you do "make install"? If you didn't you need to do that. The "make install" command will install Jack in the /usr/local tree. You then need to check that pkg-config can find jack: pkg-config --modversion jack If that fails, you might need to do: export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:/usr/local/lib/pkgconfig The "pkg-config --modversion jack" should then print the jack version and you will be ready to configure timemachine. HTH, Erik -- +-----------------------------------------------------------+ Erik de Castro Lopo nospam@xxxxxxxxxxxxx (Yes it's valid) +-----------------------------------------------------------+ A good debugger is no substitue for a good test suite. -- -- +-----------------------------------------------------------+ Erik de Castro Lopo nospam@xxxxxxxxxxxxx (Yes it's valid) +-----------------------------------------------------------+ A good debugger is no substitue for a good test suite.