Arnold Krille wrote:
Am Dienstag, 19. Februar 2008 schrieb schoappied:
schoappied wrote:
Thanks, maybe I'll try it.
ps. What kind of bullshit is standing in your signature?
I'm talking about this:
Hi, I am a .signature virus. Please copy me into your ~/.signature and send
me to all your contacts.
After a month or so log in as root and do a "rm -rf /". Or ask your
administrator to do so...
Poor mans virus.
Please don't take everything that seriously. Will save you a lot of trouble...
Arnold
ha ha ha.... :/ ;)
(never ever make sleeping dogs awake....)
anyway,
I want to install klick.
I've isntalled "libsndfile1" and "libsamplerate0", but I'll
get this:
/klick-0.6.1# scons install
scons: Reading SConscript files ...
Package samplerate was not found in the pkg-config search path.
Perhaps you should add the directory containing `samplerate.pc'
to the PKG_CONFIG_PATH environment variable
No package 'samplerate' found
Package sndfile was not found in the pkg-config search path.
Perhaps you should add the directory containing `sndfile.pc'
to the PKG_CONFIG_PATH environment variable
No package 'sndfile' found
OSError: 'pkg-config --cflags --libs jack samplerate sndfile' exited 1:
File "/home/dirk/klick-0.6.1/SConstruct", line 25:
env.ParseConfig(
File "/usr/lib/scons/SCons/Environment.py", line 1304:
return function(self, self.backtick(command))
File "/usr/lib/scons/SCons/Environment.py", line 514:
raise OSError("'%s' exited %d" % (command, status))