Blame SOURCES/gcc43.patch

dd2b13
diff -up festival/src/modules/Text/text_modes.cc.gcc43 festival/src/modules/Text/text_modes.cc
dd2b13
--- festival/src/modules/Text/text_modes.cc.gcc43	2008-02-22 21:50:33.000000000 -0500
dd2b13
+++ festival/src/modules/Text/text_modes.cc	2008-02-22 21:50:41.000000000 -0500
dd2b13
@@ -59,8 +59,8 @@ static void um_apply_filter(const EST_St
dd2b13
 void tts_file_user_mode(LISP filename, LISP params)
dd2b13
 {
dd2b13
 
dd2b13
-    volatile EST_String tmpname = make_tmp_filename();
dd2b13
-    volatile EST_String inname = get_c_string(filename);
dd2b13
+    EST_String tmpname = make_tmp_filename();
dd2b13
+    EST_String inname = get_c_string(filename);
dd2b13
     volatile EST_String filter;
dd2b13
     volatile EST_TokenStream ts;
dd2b13
     volatile LISP func;
dd2b13
diff -up festival/speech_tools/base_class/EST_TSimpleVector.cc.gcc43 festival/speech_tools/base_class/EST_TSimpleVector.cc
dd2b13
--- festival/speech_tools/base_class/EST_TSimpleVector.cc.gcc43	2006-07-06 08:57:18.000000000 -0400
dd2b13
+++ festival/speech_tools/base_class/EST_TSimpleVector.cc	2008-02-22 21:43:03.000000000 -0500
dd2b13
@@ -43,6 +43,7 @@
dd2b13
 #include "EST_TSimpleVector.h"
dd2b13
 #include "EST_matrix_support.h"
dd2b13
 #include <fstream>
dd2b13
+#include <cstring>
dd2b13
 #include "EST_cutils.h"
dd2b13
 
dd2b13
 template<class T> void EST_TSimpleVector<T>::copy(const EST_TSimpleVector<T> &a)
dd2b13
diff -up festival/speech_tools/base_class/EST_TSimpleMatrix.cc.gcc43 festival/speech_tools/base_class/EST_TSimpleMatrix.cc
dd2b13
--- festival/speech_tools/base_class/EST_TSimpleMatrix.cc.gcc43	2004-09-30 08:53:35.000000000 -0400
dd2b13
+++ festival/speech_tools/base_class/EST_TSimpleMatrix.cc	2008-02-22 21:43:03.000000000 -0500
dd2b13
@@ -44,6 +44,7 @@
dd2b13
 #include "EST_TVector.h"
dd2b13
 #include <fstream>
dd2b13
 #include <iostream>
dd2b13
+#include <cstring>
dd2b13
 #include "EST_cutils.h"
dd2b13
 
dd2b13
 template<class T>