Hallo carmen, devs!
Just tried to compile pd devel (frech checkout) with scons and got the following errors (see below). I didn't try to play around with it a little bit more, because s_audio_pablio.h is an outside resource (?) - do you have any idea what's going wrong here?
many thanks, LG GEorg
PS:
src/s_audio_pablio.h:54: error: syntax error before 'RingBuffer' src/s_audio_pablio.h:54: warning: no semicolon at end of struct or union src/s_audio_pablio.h:55: warning: data definition has no type or storage class src/s_audio_pablio.h:61: error: syntax error before '}' token src/s_audio_pablio.h:62: warning: data definition has no type or storage class src/s_audio_pablio.h:75: error: syntax error before '*' token src/s_audio_pablio.h:81: error: syntax error before '*' token src/s_audio_pablio.h:87: error: syntax error before '*' token src/s_audio_pablio.h:93: error: syntax error before '*' token src/s_audio_pablio.h:102: error: syntax error before '*' token src/s_audio_pablio.h:107: error: syntax error before '*' token src/s_audio_pa.c:47: error: syntax error before '*' token src/s_audio_pa.c:47: warning: data definition has no type or storage class src/s_audio_pa.c:48: error: syntax error before '*' token src/s_audio_pa.c:48: warning: data definition has no type or storage class src/s_audio_pa.c:51: error: syntax error before '*' token src/s_audio_pa.c: In function 'pa_open_audio': src/s_audio_pa.c:61: warning: assignment from incompatible pointer type src/s_audio_pa.c:142: error: 'PaStreamParameters' undeclared (first use in this function) src/s_audio_pa.c:142: error: (Each undeclared identifier is reported only once src/s_audio_pa.c:142: error: for each function it appears in.) src/s_audio_pa.c:142: error: syntax error before 'inputParameters' src/s_audio_pa.c:145: error: 'inputParameters' undeclared (first use in this function) src/s_audio_pa.c:147: error: 'paNonInterleaved' undeclared (first use in this function) src/s_audio_pa.c:152: error: 'outputParameters' undeclared (first use in this function) src/s_audio_pa.c:165: warning: passing argument 5 of 'Pa_OpenStream' makes pointer from integer without a cast src/s_audio_pa.c:165: warning: passing argument 7 of 'Pa_OpenStream' makes integer from pointer without a cast src/s_audio_pa.c:165: warning: passing argument 8 of 'Pa_OpenStream' makes integer from pointer without a cast src/s_audio_pa.c:165: error: too few arguments to function 'Pa_OpenStream' src/s_audio_pa.c:169: error: syntax error before '*' token src/s_audio_pa.c:170: error: 'streaminfo' undeclared (first use in this function) src/s_audio_pa.c: At top level: src/s_audio_pa.c:226: error: syntax error before '*' token src/s_audio_pa.c: In function 'process': src/s_audio_pa.c:230: error: 'frameCount' undeclared (first use in this function) src/s_audio_pa.c:241: error: 'input' undeclared (first use in this function) src/s_audio_pa.c:251: error: 'output' undeclared (first use in this function)