On Tue, 24 Mar 2009, Eric Miller wrote:
> Hugh Sasse wrote:
> > On Mon, 23 Mar 2009, _why wrote:
> >
> >
> > > Hey, sorry about this, Eric. The problem is that you're linking
> > > against Portaudio 1.8 and PaStreamCallbackTimeInfo isn't defined in
> > > that version. You'll need to: aptitude install libportaudio19-dev
> > >
> >
> > Is that possibly why my patch didn't build on your system?
> > PaStreamCallbackTimeInfo appears on line 95, just before the *,
> > and if C doesn't know what it is......
> >
> > Hugh
> >
> >
> I installed it last night. That and putting in an include for yaml to the rake
> file worked. It compiled and I was able to run the manual. I think I replied
> to _why's post that it worked.
Ok, so my patch doesn't fix anything then. I thought the two together
would solve all of the problems but if they are all solved anyway, I'll
have have to contribute something else.
>
> Eric
>
Hugh