ecawave compilation error with gcc-3.2

New Message Reply About this list Date view Thread view Subject view Author view Other groups

Subject: ecawave compilation error with gcc-3.2
From: Junichi Uekawa (dancer_AT_netfort.gr.jp)
Date: Thu May 22 2003 - 17:54:29 EEST


Hi,

ecawave does not compile with gcc-3.2
The following patch fixes the compilation error.

--- ecawave-0.6.0.orig/src/qeoperatorconfiguration.cpp
+++ ecawave-0.6.0/src/qeoperatorconfiguration.cpp
@@ -20,6 +20,7 @@
 
 #include <vector>
 #include <string>
+#include <assert.h>
 
 #include <qaccel.h>
 #include <qlayout.h>


New Message Reply About this list Date view Thread view Subject view Author view Other groups

This archive was generated by hypermail 2b28 : Thu May 22 2003 - 17:53:37 EEST