| The errors you quote suggest that the Csound API thread lock functions are
not declared in scope.
I rearranged the code to make it a little more conversative as to coding
practice (declaring more variables at entry to functions, etc.) and
committed it. I also got everything fresh from CVS on Linux after that and
rebuilt all with no problems.
If you still have errors, here's what I can come up with:
Have you updated csound.h and csound.c?
Have you installed the pthread lib and headers? Are they seen by scons?
----- Original Message -----
From:
To: "Csound Developers Discussion List"
Sent: Wednesday, August 11, 2004 12:28 PM
Subject: [CSOUND-DEV:5201] Re: [Portaudio] Re: Re: Preliminary
implementationof low latency audio for Windows
> I repeat, it does not compile on Linux RedHat 7.3
> I have just done an update (finished 17:25 BST) and a call to scons
> results in
> ....compiling InOut/pa_blocking.c
> Line 15: parse error before 'unsigned'
> Line 21: `maxLag' undeclared
> Line 22: paError undeclared
> Line 82: parse error before paError
> Line 88: maxLag undeclared
>
> and that is it (retyped as on the other machine)
>
> ==John ffitch
> |