Patch provided by George Danchev attached for anyone who needs a fix while
we coordinate an upload of bobcat.  If you need stealth to build under
gcc-4.3, patch and rebuild bobcat, and then build stealth.

Tony
Index: cmdfinderbase/cmdfinderbase
===================================================================
--- cmdfinderbase/cmdfinderbase (revision 212)
+++ cmdfinderbase/cmdfinderbase (working copy)
@@ -2,6 +2,7 @@
 #define _INCLUDED_BOBCAT_CMDFINDERBASE_
 
 #include <string>
+#include <cstring>
 
 namespace FBB
 {
Index: string/string
===================================================================
--- string/string       (revision 212)
+++ string/string       (working copy)
@@ -2,6 +2,7 @@
 #define _INCLUDED_BOBCAT_STRING_
 
 #include <string>
+#include <cstring>
 #include <vector>
 #include <cctype>
 
Index: arg/arg
===================================================================
--- arg/arg     (revision 212)
+++ arg/arg     (working copy)
@@ -7,6 +7,7 @@
 
 
 #include <string>
+#include <cstring>
 #include <getopt.h>
 #include <vector>
 #include <map>
Index: syslogstream/syslogstream.ih
===================================================================
--- syslogstream/syslogstream.ih        (revision 212)
+++ syslogstream/syslogstream.ih        (working copy)
@@ -1,6 +1,7 @@
 #include "syslogstream"
 
 #include <errno.h>
+#include <string.h>
 
 using namespace std;
 using namespace FBB;
Index: table/table
===================================================================
--- table/table (revision 212)
+++ table/table (working copy)
@@ -5,6 +5,7 @@
 #include <sstream>
 #include <string>
 #include <vector>
+#include <cstring>
 
 #include <bobcat/align>
 #include <bobcat/tablesupport>
Index: process/process
===================================================================
--- process/process     (revision 212)
+++ process/process     (working copy)
@@ -2,6 +2,7 @@
 #define _INCLUDED_BOBCAT_PROCESS_
 
 #include <string>
+#include <cstring>
 #include <memory>
 
 #include <bobcat/fork>

Reply via email to