Re: Bug#163282: libccaudio_1.0.2-1(hppa/unstable): FTBFS: g++ 3.0 errors
David Sugar <[email protected]> Sun, 6 Oct 2002 10:05:36 -0400
| Newsgroups | gmane.comp.gnu.ccaudio.devel |
|---|---|
| Message-ID | <[email protected]> |
Yes, I recently had been testing on a gcc 3.2 system. I think everything= is=20 current for cleanly building on both older and newer gcc systems now. If= =20 there are any GNU system compile issues, I would like to know about these= ,=20 and would be happy to talke in patches to address any as part of the 1.0.= x=20 release set (we have a seperate RELEASE1 branch in cvs for this purpose..= =2E). =20 Maybe this would be a good time to think about what new features should b= e=20 part of ccaudio 1.1.x development :)... I have thought about expanding it to support loadable codec convesion mod= ules,=20 and to do fft's and other functionality for building host based audio=20 processing applications. Maybe we should also expand to actual generatio= n of=20 audio output (sound drivers support)? On Sunday 06 October 2002 06:12, Mark Purcell wrote: > tags 163282 pending > thanks > > On Sun, Oct 06, 2002 at 12:48:45AM -0700, Jason Spence wrote: > > Turns out that g++ won't let me use an unsigned char * as an argument > > to ifstream::read, so I converted all the data structures to use char > > * instead. I've just committed the fix to CVS - David beat me to it > > with a one-liner by 23 seconds :( If I wasn't watching anime on > > Cartoon Network I'd have gotten it done faster :) > > Excellent! Thanks alot for that. Amazing turn around times!! > > I have now succesfully rebuilt the library here so I will upload to > the main Debian archive shortly. > > Mark