Re: [ecasound] ecasound 2.0.2 released

New Message Reply Date view Thread view Subject view Author view Other groups

Subject: Re: [ecasound] ecasound 2.0.2 released
From: Junichi Uekawa (dancer@netfort.gr.jp)
Date: Fri Aug 17 2001 - 20:01:47 EEST


In Fri, 17 Aug 2001 01:05:08 +0300 (EEST) Kai cum veritate scripsit :

> Bug fixes and minor improvements. One notable change
> is that 2.0.2 can be compiled with the new gcc 3.0.
> CVS-tree is tagged with 'v2_0_2'.

Ah, I forgot to send you a few patches, and this version still
has problems. (My local tree of ecasound and the CVS
tree has diverged quite considerably... I've been taking
holidays and that's what comes out of it)

Anyway, what follows is a patch to make it compile under gcc-3.0
with libasound1 (alsa 0.5)

P.S.
2.0.1-6 (my local patched version of ALSA) has successfully
been compiled for HPPA and IA64 architectures. Anyone care to
test them on real machines ? ;)

diff -ru ecasound-2.0.2{,-new}
diff -ru ecasound-2.0.2/libecasound/plugins/audioio_alsa2.h ecasound-2.0.2-new/libecasound/plugins/audioio_alsa2.h
--- ecasound-2.0.2/libecasound/plugins/audioio_alsa2.h Wed Jan 17 09:32:19 2001
+++ ecasound-2.0.2-new/libecasound/plugins/audioio_alsa2.h Sat Aug 18 01:31:28 2001
@@ -7,6 +7,7 @@
 #include <sys/ioctl.h>
 #include <unistd.h>
 #include <fcntl.h>
+#include <iostream>
 
 #ifdef HAVE_CONFIG_H
 #include <config.h>
Only in ecasound-2.0.2-new/libecasound/plugins: audioio_alsa2.h~
diff -ru ecasound-2.0.2/libecasound/plugins/audioio_alsa2_plugin.h ecasound-2.0.2-new/libecasound/plugins/audioio_alsa2_plugin.h
--- ecasound-2.0.2/libecasound/plugins/audioio_alsa2_plugin.h Wed Jan 17 09:32:33 2001
+++ ecasound-2.0.2-new/libecasound/plugins/audioio_alsa2_plugin.h Sat Aug 18 01:32:16 2001
@@ -2,6 +2,7 @@
 #define INCLUDED_AUDIOIO_ALSA2_PLUGIN_H
 
 #include <string>
+#include <iostream>
 
 #include <sys/time.h>
 #include <sys/types.h>
Only in ecasound-2.0.2-new/libecasound/plugins: audioio_alsa2_plugin.h~
diff -ru ecasound-2.0.2/libecasound/plugins/audioio_alsalb.h ecasound-2.0.2-new/libecasound/plugins/audioio_alsalb.h
--- ecasound-2.0.2/libecasound/plugins/audioio_alsalb.h Wed Jan 17 09:36:42 2001
+++ ecasound-2.0.2-new/libecasound/plugins/audioio_alsalb.h Sat Aug 18 01:30:59 2001
@@ -7,6 +7,8 @@
 #include <sys/ioctl.h>
 #include <unistd.h>
 #include <fcntl.h>
+#include <iostream>
+
 
 #ifdef HAVE_CONFIG_H
 #include <config.h>
Only in ecasound-2.0.2-new/libecasound/plugins: audioio_alsalb.h~

-- 
dancer@debian.org : Junichi Uekawa   http://www.netfort.gr.jp/~dancer
GPG Fingerprint : 17D6 120E 4455 1832 9423  7447 3059 BF92 CD37 56F4
--
To unsubscribe send message 'unsubscribe' in the body of the
message to <ecasound-list-request@wakkanet.fi>.


New Message Reply Date view Thread view Subject view Author view Other groups

This archive was generated by hypermail 2b28 : Fri Aug 17 2001 - 20:02:41 EEST