Hi, dpkg-buildpackage suceeded after i made the following changes:
diff -ru a/INSTALL.im b/INSTALL.im --- a/INSTALL.im 2007-12-20 12:25:19.000000000 +0100 +++ b/INSTALL.im 2009-09-01 21:39:17.947744761 +0200 @@ -34,5 +34,5 @@ MAN = BASE + "/share/man/man1"; DOC = BASE + "/share/doc/stealth"; - COMPILER = "g++"; + COMPILER = "g++ -std=c++0x"; } diff -ru a/util/util.h b/util/util.h --- a/util/util.h 2007-02-13 14:04:21.000000000 +0100 +++ b/util/util.h 2009-09-01 21:40:13.066751299 +0200 @@ -5,6 +5,7 @@ #include <string> #include <sys/types.h> #include <bobcat/selector> +#include <iostream> namespace FBB { The second hunk was necessary because of: In file included from util/util.ih:1:0, from util/wakeup.cc:1: util/util.h: In static member function »static void FBB::Util::setDebug(bool)«: util/util.h:70:36: Fehler: »cerr« is not a member of »std« system - failure of system call (status 256) Is this tiny patch helpfull? -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org