[CSOUND-DEV:5283] Re: scons compile error - Syntax error before "paStreamParameters"
Date | 2004-08-28 17:02 |
From | jpff@codemist.co.uk |
Subject | [CSOUND-DEV:5283] Re: scons compile error - Syntax error before "paStreamParameters" |
Are you using Portaudio v18? Csoundv5 is written assuming Portaudio v19 ==John ffitch |
Date | 2004-08-28 17:12 |
From | dan frost |
Subject | [CSOUND-DEV:5282] scons compile error - Syntax error before "paStreamParameters" |
Dear all, I'm trying to compile csound5 on gentoo (kernel 2.6.x) on an amd64. I have: - checked-out the cvs code from sourceforge - installed (emerged - as it's gentoo) all the software listed on p10 of csound.pdf in the cvs project. - run scons in the root of the csound cvs project dir I get this error: In file included from InOut/pa_blocking.c:1: H/pa_blocking.h:16: error: syntax error before "PaStreamParameters" H/pa_blocking.h:16: warning: no semicolon at end of struct or union H/pa_blocking.h:16: error: syntax error before '}' token ... there then follows lots of error which, I'm fairly sure, are as a result of pa_blocking.h not being compiled - various undefined things. Any ideas? Thanks in advance. Regards, dan |
Date | 2004-08-28 19:34 |
From | dan frost |
Subject | [CSOUND-DEV:5284] Re: scons compile error - Syntax error before "paStreamParameters" |
That's it - i'm using portaudio 18.1. Will upgrade and report back. dan jpff@codemist.co.uk wrote: >Are you using Portaudio v18? Csoundv5 is written assuming Portaudio v19 >==John ffitch > > > |