At Linux-Club where I asked because I haven't that knowledge, they
laughed about me and they say, that there's a patch needed:
Code: Alles auswählen
<http://www.linux-club.de/viewtopic.php?f=18&t=99521&p=605147#>
|diff -Naur jack_snapshot-0.0.3-org/jack_snapshot.cc
jack_snapshot-0.0.3/jack_snapshot.cc
--- jack_snapshot-0.0.3-org/jack_snapshot.cc 2005-10-12
18:14:51.000000000 +0200
+++ jack_snapshot-0.0.3/jack_snapshot.cc 2008-04-28
17:41:00.000000000 +0200
@@ -8,6 +8,8 @@
#include <iostream>
#include <fstream>
#include <cerrno>
+#include <cstring>
+#include <cstdlib>
int main(int argc, char *argv[]) {
std::cout << "Jack connection snapshot [(C) 2004 - inf. Florian
Schmidt]" << std::endl;
I compiled it for 64 Studio x86_64 without a patch, I only used the "normal"
source to compile it.