Re: [ecasound] ecawave compilation error with gcc-3.2

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

Subject: Re: [ecasound] ecawave compilation error with gcc-3.2
From: Junichi Uekawa (dancer_AT_netfort.gr.jp)
Date: Thu May 22 2003 - 19:09:12 EEST


s/assert.h/cassert/

Apparently it's better to use #include <cassert>

> --- 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>
>
> --
> To unsubscribe send message 'unsubscribe' in the body of the
> message to <ecasound-list-request_AT_wakkanet.fi>.
>


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 - 19:06:59 EEST