ecamegapedal for gcc-3.3

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

Subject: ecamegapedal for gcc-3.3
From: Junichi Uekawa (dancer_AT_netfort.gr.jp)
Date: Thu May 22 2003 - 18:05:02 EEST


ecamegapedal does not compile with g++-3.3,
the following patch fixes it:

--- ecamegapedal-0.4.1.orig/src/qevumeter.cpp
+++ ecamegapedal-0.4.1/src/qevumeter.cpp
@@ -22,6 +22,7 @@
 
 #include <stdlib.h>
 #include <math.h>
+#include <cassert>
 
 #include <qpainter.h>
 #include <qfont.h>
--- ecamegapedal-0.4.1.orig/src/qeaudiotrap.h
+++ ecamegapedal-0.4.1/src/qeaudiotrap.h
@@ -6,6 +6,7 @@
 #endif
 
 #include <string>
+#include <cassert>
 #include <eca-chainop.h>
 #include <eca-version.h>
 
--- ecamegapedal-0.4.1.orig/src/qeoperatorconfiguration.cpp
+++ ecamegapedal-0.4.1/src/qeoperatorconfiguration.cpp
@@ -21,6 +21,7 @@
 #include <iostream>
 #include <vector>
 #include <string>
+#include <cassert>
 
 #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 - 18:02:53 EEST