On Sun, 2001-09-23 at 05:22, Bruce A. Locke wrote: > > Hello... Enabling sound support in BitchX requires esound 0.2.5 or better. > The only version of esound we have in portage is 0.2.22. The problem > with this is that 0.2.22 is _not_ newer then 0.2.5. And with sound > support enabled BitchX's configure script bombs horribly so for now I've > commented out such support from BitchX's ebuild. > > So we have two issues, the first is the esound versioning problem. The > second was I couldn't get esound 0.2.8 to compile anyways after 15 minutes > of playing with it. :( > > Any comments? hi ok, attached is esound-0.2.8.ebuild and esddsp.c.diff (which should go in the files dir). i had to patch esddsp because it needs RTLD_NEXT defined in #include . only problem is, for it to get defined, __USE_GNU needs to be defined. but for some wierd reason even if defineing it in esddsp.d, it does not get passed to #include as being defined. i am on gcc-2.95.3-r5, if someone can trie with another version (gcc 3.01 ??), it would be appreciated. also there is problems with ALSA support, so i disabled it. i dont use ALSA so im assuming esd should work ok with ALSA OSS emolution ?!? dont know what the problem is, but it seems the version of ALSA that gentoo use dont have all the strucktures and functions esound-0.2.8 needs defined ... same with 0.2.7, so maybe we need to use a newer version of ALSA (0.9 maybe ?). greetings MS