[Csnd] Tried building csound6
Date | 2013-04-16 03:50 |
From | Tobiah |
Subject | [Csnd] Tried building csound6 |
I'm on Ubuntu 10.04.1 LTS Did this: mkdir build cd build cmake .. make Compiling ended like this: Scanning dependencies of target rtpa [ 74%] Building C object InOut/CMakeFiles/rtpa.dir/rtpa.c.o /home/toby/csound-csound6-git/InOut/rtpa.c:37: error: expected specifier-qualifier-list before PaHostApiTypeId /home/toby/csound-csound6-git/InOut/rtpa.c:63: error: expected specifier-qualifier-list before PaStreamParameters /home/toby/csound-csound6-git/InOut/rtpa.c: In function initPortAudio: /home/toby/csound-csound6-git/InOut/rtpa.c:96: warning: cast to pointer from integer of different size /home/toby/csound-csound6-git/InOut/rtpa.c: In function listDevices: /home/toby/csound-csound6-git/InOut/rtpa.c:116: error: PaDeviceIndex undeclared (first use in this function) /home/toby/csound-csound6-git/InOut/rtpa.c:116: error: (Each undeclared identifier is reported only once /home/toby/csound-csound6-git/InOut/rtpa.c:116: error: for each function it appears in.) /home/toby/csound-csound6-git/InOut/rtpa.c:116: error: expected ) before i /home/toby/csound-csound6-git/InOut/rtpa.c:124: error: expected ) before i /home/toby/csound-csound6-git/InOut/rtpa.c: In function selectPortAudioDevice: /home/toby/csound-csound6-git/InOut/rtpa.c:183: error: PaDeviceIndex undeclared (first use in this function) /home/toby/csound-csound6-git/InOut/rtpa.c:183: error: expected ) before i /home/toby/csound-csound6-git/InOut/rtpa.c:193: error: expected ) before devNum /home/toby/csound-csound6-git/InOut/rtpa.c: At top level: /home/toby/csound-csound6-git/InOut/rtpa.c:203: error: expected declaration specifiers or ... before PaStreamParameters /home/toby/csound-csound6-git/InOut/rtpa.c: In function pa_SetStreamParameters: /home/toby/csound-csound6-git/InOut/rtpa.c:209: error: sp undeclared (first use in this function) /home/toby/csound-csound6-git/InOut/rtpa.c:209: error: PaStreamParameters undeclared (first use in this function) /home/toby/csound-csound6-git/InOut/rtpa.c:217: error: PaDeviceIndex undeclared (first use in this function) /home/toby/csound-csound6-git/InOut/rtpa.c:217: error: expected ; before dev /home/toby/csound-csound6-git/InOut/rtpa.c:220: error: PaTime undeclared (first use in this function) /home/toby/csound-csound6-git/InOut/rtpa.c: At top level: /home/toby/csound-csound6-git/InOut/rtpa.c:229: error: expected ;, , or ) before * token /home/toby/csound-csound6-git/InOut/rtpa.c: In function paBlockingReadWriteOpen: /home/toby/csound-csound6-git/InOut/rtpa.c:252: error: PA_BLOCKING_STREAM has no member named inputPaParameters /home/toby/csound-csound6-git/InOut/rtpa.c:253: warning: passing argument 3 of pa_SetStreamParameters makes integer from pointer without a cast /home/toby/csound-csound6-git/InOut/rtpa.c:203: note: expected int but argument is of type struct csRtAudioParams * /home/toby/csound-csound6-git/InOut/rtpa.c:253: error: too many arguments to function pa_SetStreamParameters /home/toby/csound-csound6-git/InOut/rtpa.c:256: error: PA_BLOCKING_STREAM has no member named inputPaParameters /home/toby/csound-csound6-git/InOut/rtpa.c:265: error: PA_BLOCKING_STREAM has no member named outputPaParameters /home/toby/csound-csound6-git/InOut/rtpa.c:266: warning: passing argument 3 of pa_SetStreamParameters makes integer from pointer without a cast /home/toby/csound-csound6-git/InOut/rtpa.c:203: note: expected int but argument is of type struct csRtAudioParams * /home/toby/csound-csound6-git/InOut/rtpa.c:266: error: too many arguments to function pa_SetStreamParameters /home/toby/csound-csound6-git/InOut/rtpa.c:269: error: PA_BLOCKING_STREAM has no member named outputPaParameters /home/toby/csound-csound6-git/InOut/rtpa.c:309: error: PA_BLOCKING_STREAM has no member named paLockTimeout /home/toby/csound-csound6-git/InOut/rtpa.c:310: error: PA_BLOCKING_STREAM has no member named outputPaParameters /home/toby/csound-csound6-git/InOut/rtpa.c:311: error: PA_BLOCKING_STREAM has no member named inputPaParameters /home/toby/csound-csound6-git/InOut/rtpa.c:312: error: PA_BLOCKING_STREAM has no member named outputPaParameters /home/toby/csound-csound6-git/InOut/rtpa.c:313: error: PA_BLOCKING_STREAM has no member named inputPaParameters /home/toby/csound-csound6-git/InOut/rtpa.c:314: error: PA_BLOCKING_STREAM has no member named paLockTimeout /home/toby/csound-csound6-git/InOut/rtpa.c:315: error: PA_BLOCKING_STREAM has no member named paLockTimeout /home/toby/csound-csound6-git/InOut/rtpa.c:316: error: PA_BLOCKING_STREAM has no member named paLockTimeout /home/toby/csound-csound6-git/InOut/rtpa.c:317: error: PA_BLOCKING_STREAM has no member named paLockTimeout /home/toby/csound-csound6-git/InOut/rtpa.c:321: error: PA_BLOCKING_STREAM has no member named inputPaParameters /home/toby/csound-csound6-git/InOut/rtpa.c:322: error: PaStreamParameters undeclared (first use in this function) /home/toby/csound-csound6-git/InOut/rtpa.c:322: error: expected expression before ) token /home/toby/csound-csound6-git/InOut/rtpa.c:332: error: paBlockingReadWriteStreamCallback undeclared (first use in this function) /home/toby/csound-csound6-git/InOut/rtpa.c:333: warning: passing argument 5 of Pa_OpenStream makes pointer from integer without a cast /usr/include/portaudio.h:325: note: expected void * but argument is of type long unsigned int /home/toby/csound-csound6-git/InOut/rtpa.c:333: warning: passing argument 8 of Pa_OpenStream makes integer from pointer without a cast /usr/include/portaudio.h:325: note: expected PaSampleFormat but argument is of type void * /home/toby/csound-csound6-git/InOut/rtpa.c:333: error: too few arguments to function Pa_OpenStream /home/toby/csound-csound6-git/InOut/rtpa.c: At top level: /home/toby/csound-csound6-git/InOut/rtpa.c:370: error: expected ;, , or ) before * token /home/toby/csound-csound6-git/InOut/rtpa.c: In function recopen_: /home/toby/csound-csound6-git/InOut/rtpa.c:523: error: PA_BLOCKING_STREAM has no member named complete /home/toby/csound-csound6-git/InOut/rtpa.c: In function playopen_: /home/toby/csound-csound6-git/InOut/rtpa.c:547: error: PA_BLOCKING_STREAM has no member named complete /home/toby/csound-csound6-git/InOut/rtpa.c: In function rtclose_: /home/toby/csound-csound6-git/InOut/rtpa.c:564: error: PA_BLOCKING_STREAM has no member named complete /home/toby/csound-csound6-git/InOut/rtpa.c: In function set_device_params: /home/toby/csound-csound6-git/InOut/rtpa.c:614: error: PaStreamParameters undeclared (first use in this function) /home/toby/csound-csound6-git/InOut/rtpa.c:614: error: expected ; before streamParams /home/toby/csound-csound6-git/InOut/rtpa.c:620: error: streamParams undeclared (first use in this function) /home/toby/csound-csound6-git/InOut/rtpa.c:631: error: PaAlsaStreamInfo has no member named deviceString /home/toby/csound-csound6-git/InOut/rtpa.c:632: error: PaAlsaStreamInfo has no member named hostApiType /home/toby/csound-csound6-git/InOut/rtpa.c:632: error: paALSA undeclared (first use in this function) /home/toby/csound-csound6-git/InOut/rtpa.c:633: error: PaAlsaStreamInfo has no member named version /home/toby/csound-csound6-git/InOut/rtpa.c:635: error: paUseHostApiSpecificDeviceSpecification undeclared (first use in this function) /home/toby/csound-csound6-git/InOut/rtpa.c:643: error: PaDeviceIndex undeclared (first use in this function) /home/toby/csound-csound6-git/InOut/rtpa.c:643: error: expected ; before devNum /home/toby/csound-csound6-git/InOut/rtpa.c:647: error: PaTime undeclared (first use in this function) /home/toby/csound-csound6-git/InOut/rtpa.c:656: warning: passing argument 2 of Pa_OpenStream makes integer from pointer without a cast /usr/include/portaudio.h:325: note: expected PaDeviceID but argument is of type void * /home/toby/csound-csound6-git/InOut/rtpa.c:656: warning: passing argument 5 of Pa_OpenStream makes pointer from integer without a cast /usr/include/portaudio.h:325: note: expected void * but argument is of type long unsigned int /home/toby/csound-csound6-git/InOut/rtpa.c:656: warning: passing argument 7 of Pa_OpenStream makes integer from pointer without a cast /usr/include/portaudio.h:325: note: expected int but argument is of type void * /home/toby/csound-csound6-git/InOut/rtpa.c:656: warning: passing argument 8 of Pa_OpenStream makes integer from pointer without a cast /usr/include/portaudio.h:325: note: expected PaSampleFormat but argument is of type void * /home/toby/csound-csound6-git/InOut/rtpa.c:656: error: too few arguments to function Pa_OpenStream /home/toby/csound-csound6-git/InOut/rtpa.c:662: warning: passing argument 3 of Pa_OpenStream makes integer from pointer without a cast /usr/include/portaudio.h:325: note: expected int but argument is of type void * /home/toby/csound-csound6-git/InOut/rtpa.c:662: warning: passing argument 5 of Pa_OpenStream makes pointer from integer without a cast /usr/include/portaudio.h:325: note: expected void * but argument is of type long unsigned int /home/toby/csound-csound6-git/InOut/rtpa.c:662: warning: passing argument 7 of Pa_OpenStream makes integer from pointer without a cast /usr/include/portaudio.h:325: note: expected int but argument is of type void * /home/toby/csound-csound6-git/InOut/rtpa.c:662: warning: passing argument 8 of Pa_OpenStream makes integer from pointer without a cast /usr/include/portaudio.h:325: note: expected PaSampleFormat but argument is of type void * /home/toby/csound-csound6-git/InOut/rtpa.c:662: error: too few arguments to function Pa_OpenStream make[2]: *** [InOut/CMakeFiles/rtpa.dir/rtpa.c.o] Error 1 make[1]: *** [InOut/CMakeFiles/rtpa.dir/all] Error 2 make: *** [all] Error 2 |
Date | 2013-04-16 07:19 |
From | Victor Lazzarini |
Subject | Re: [Csnd] Tried building csound6 |
wrong version of portaudio? On 16 Apr 2013, at 03:50, Tobiah wrote: > I'm on Ubuntu 10.04.1 LTS > > Did this: > > mkdir build > cd build > cmake .. > make > > Compiling ended like this: > > Scanning dependencies of target rtpa > [ 74%] Building C object InOut/CMakeFiles/rtpa.dir/rtpa.c.o > /home/toby/csound-csound6-git/InOut/rtpa.c:37: error: expected specifier-qualifier-list before PaHostApiTypeId > /home/toby/csound-csound6-git/InOut/rtpa.c:63: error: expected specifier-qualifier-list before PaStreamParameters > /home/toby/csound-csound6-git/InOut/rtpa.c: In function initPortAudio: > /home/toby/csound-csound6-git/InOut/rtpa.c:96: warning: cast to pointer from integer of different size > /home/toby/csound-csound6-git/InOut/rtpa.c: In function listDevices: > /home/toby/csound-csound6-git/InOut/rtpa.c:116: error: PaDeviceIndex undeclared (first use in this function) > /home/toby/csound-csound6-git/InOut/rtpa.c:116: error: (Each undeclared identifier is reported only once > /home/toby/csound-csound6-git/InOut/rtpa.c:116: error: for each function it appears in.) > /home/toby/csound-csound6-git/InOut/rtpa.c:116: error: expected ) before i > /home/toby/csound-csound6-git/InOut/rtpa.c:124: error: expected ) before i > /home/toby/csound-csound6-git/InOut/rtpa.c: In function selectPortAudioDevice: > /home/toby/csound-csound6-git/InOut/rtpa.c:183: error: PaDeviceIndex undeclared (first use in this function) > /home/toby/csound-csound6-git/InOut/rtpa.c:183: error: expected ) before i > /home/toby/csound-csound6-git/InOut/rtpa.c:193: error: expected ) before devNum > /home/toby/csound-csound6-git/InOut/rtpa.c: At top level: > /home/toby/csound-csound6-git/InOut/rtpa.c:203: error: expected declaration specifiers or ... before PaStreamParameters > /home/toby/csound-csound6-git/InOut/rtpa.c: In function pa_SetStreamParameters: > /home/toby/csound-csound6-git/InOut/rtpa.c:209: error: sp undeclared (first use in this function) > /home/toby/csound-csound6-git/InOut/rtpa.c:209: error: PaStreamParameters undeclared (first use in this function) > /home/toby/csound-csound6-git/InOut/rtpa.c:217: error: PaDeviceIndex undeclared (first use in this function) > /home/toby/csound-csound6-git/InOut/rtpa.c:217: error: expected ; before dev > /home/toby/csound-csound6-git/InOut/rtpa.c:220: error: PaTime undeclared (first use in this function) > /home/toby/csound-csound6-git/InOut/rtpa.c: At top level: > /home/toby/csound-csound6-git/InOut/rtpa.c:229: error: expected ;, , or ) before * token > /home/toby/csound-csound6-git/InOut/rtpa.c: In function paBlockingReadWriteOpen: > /home/toby/csound-csound6-git/InOut/rtpa.c:252: error: PA_BLOCKING_STREAM has no member named inputPaParameters > /home/toby/csound-csound6-git/InOut/rtpa.c:253: warning: passing argument 3 of pa_SetStreamParameters makes integer from pointer without a cast > /home/toby/csound-csound6-git/InOut/rtpa.c:203: note: expected int but argument is of type struct csRtAudioParams * > /home/toby/csound-csound6-git/InOut/rtpa.c:253: error: too many arguments to function pa_SetStreamParameters > /home/toby/csound-csound6-git/InOut/rtpa.c:256: error: PA_BLOCKING_STREAM has no member named inputPaParameters > /home/toby/csound-csound6-git/InOut/rtpa.c:265: error: PA_BLOCKING_STREAM has no member named outputPaParameters > /home/toby/csound-csound6-git/InOut/rtpa.c:266: warning: passing argument 3 of pa_SetStreamParameters makes integer from pointer without a cast > /home/toby/csound-csound6-git/InOut/rtpa.c:203: note: expected int but argument is of type struct csRtAudioParams * > /home/toby/csound-csound6-git/InOut/rtpa.c:266: error: too many arguments to function pa_SetStreamParameters > /home/toby/csound-csound6-git/InOut/rtpa.c:269: error: PA_BLOCKING_STREAM has no member named outputPaParameters > /home/toby/csound-csound6-git/InOut/rtpa.c:309: error: PA_BLOCKING_STREAM has no member named paLockTimeout > /home/toby/csound-csound6-git/InOut/rtpa.c:310: error: PA_BLOCKING_STREAM has no member named outputPaParameters > /home/toby/csound-csound6-git/InOut/rtpa.c:311: error: PA_BLOCKING_STREAM has no member named inputPaParameters > /home/toby/csound-csound6-git/InOut/rtpa.c:312: error: PA_BLOCKING_STREAM has no member named outputPaParameters > /home/toby/csound-csound6-git/InOut/rtpa.c:313: error: PA_BLOCKING_STREAM has no member named inputPaParameters > /home/toby/csound-csound6-git/InOut/rtpa.c:314: error: PA_BLOCKING_STREAM has no member named paLockTimeout > /home/toby/csound-csound6-git/InOut/rtpa.c:315: error: PA_BLOCKING_STREAM has no member named paLockTimeout > /home/toby/csound-csound6-git/InOut/rtpa.c:316: error: PA_BLOCKING_STREAM has no member named paLockTimeout > /home/toby/csound-csound6-git/InOut/rtpa.c:317: error: PA_BLOCKING_STREAM has no member named paLockTimeout > /home/toby/csound-csound6-git/InOut/rtpa.c:321: error: PA_BLOCKING_STREAM has no member named inputPaParameters > /home/toby/csound-csound6-git/InOut/rtpa.c:322: error: PaStreamParameters undeclared (first use in this function) > /home/toby/csound-csound6-git/InOut/rtpa.c:322: error: expected expression before ) token > /home/toby/csound-csound6-git/InOut/rtpa.c:332: error: paBlockingReadWriteStreamCallback undeclared (first use in this function) > /home/toby/csound-csound6-git/InOut/rtpa.c:333: warning: passing argument 5 of Pa_OpenStream makes pointer from integer without a cast > /usr/include/portaudio.h:325: note: expected void * but argument is of type long unsigned int > /home/toby/csound-csound6-git/InOut/rtpa.c:333: warning: passing argument 8 of Pa_OpenStream makes integer from pointer without a cast > /usr/include/portaudio.h:325: note: expected PaSampleFormat but argument is of type void * > /home/toby/csound-csound6-git/InOut/rtpa.c:333: error: too few arguments to function Pa_OpenStream > /home/toby/csound-csound6-git/InOut/rtpa.c: At top level: > /home/toby/csound-csound6-git/InOut/rtpa.c:370: error: expected ;, , or ) before * token > /home/toby/csound-csound6-git/InOut/rtpa.c: In function recopen_: > /home/toby/csound-csound6-git/InOut/rtpa.c:523: error: PA_BLOCKING_STREAM has no member named complete > /home/toby/csound-csound6-git/InOut/rtpa.c: In function playopen_: > /home/toby/csound-csound6-git/InOut/rtpa.c:547: error: PA_BLOCKING_STREAM has no member named complete > /home/toby/csound-csound6-git/InOut/rtpa.c: In function rtclose_: > /home/toby/csound-csound6-git/InOut/rtpa.c:564: error: PA_BLOCKING_STREAM has no member named complete > /home/toby/csound-csound6-git/InOut/rtpa.c: In function set_device_params: > /home/toby/csound-csound6-git/InOut/rtpa.c:614: error: PaStreamParameters undeclared (first use in this function) > /home/toby/csound-csound6-git/InOut/rtpa.c:614: error: expected ; before streamParams > /home/toby/csound-csound6-git/InOut/rtpa.c:620: error: streamParams undeclared (first use in this function) > /home/toby/csound-csound6-git/InOut/rtpa.c:631: error: PaAlsaStreamInfo has no member named deviceString > /home/toby/csound-csound6-git/InOut/rtpa.c:632: error: PaAlsaStreamInfo has no member named hostApiType > /home/toby/csound-csound6-git/InOut/rtpa.c:632: error: paALSA undeclared (first use in this function) > /home/toby/csound-csound6-git/InOut/rtpa.c:633: error: PaAlsaStreamInfo has no member named version > /home/toby/csound-csound6-git/InOut/rtpa.c:635: error: paUseHostApiSpecificDeviceSpecification undeclared (first use in this function) > /home/toby/csound-csound6-git/InOut/rtpa.c:643: error: PaDeviceIndex undeclared (first use in this function) > /home/toby/csound-csound6-git/InOut/rtpa.c:643: error: expected ; before devNum > /home/toby/csound-csound6-git/InOut/rtpa.c:647: error: PaTime undeclared (first use in this function) > /home/toby/csound-csound6-git/InOut/rtpa.c:656: warning: passing argument 2 of Pa_OpenStream makes integer from pointer without a cast > /usr/include/portaudio.h:325: note: expected PaDeviceID but argument is of type void * > /home/toby/csound-csound6-git/InOut/rtpa.c:656: warning: passing argument 5 of Pa_OpenStream makes pointer from integer without a cast > /usr/include/portaudio.h:325: note: expected void * but argument is of type long unsigned int > /home/toby/csound-csound6-git/InOut/rtpa.c:656: warning: passing argument 7 of Pa_OpenStream makes integer from pointer without a cast > /usr/include/portaudio.h:325: note: expected int but argument is of type void * > /home/toby/csound-csound6-git/InOut/rtpa.c:656: warning: passing argument 8 of Pa_OpenStream makes integer from pointer without a cast > /usr/include/portaudio.h:325: note: expected PaSampleFormat but argument is of type void * > /home/toby/csound-csound6-git/InOut/rtpa.c:656: error: too few arguments to function Pa_OpenStream > /home/toby/csound-csound6-git/InOut/rtpa.c:662: warning: passing argument 3 of Pa_OpenStream makes integer from pointer without a cast > /usr/include/portaudio.h:325: note: expected int but argument is of type void * > /home/toby/csound-csound6-git/InOut/rtpa.c:662: warning: passing argument 5 of Pa_OpenStream makes pointer from integer without a cast > /usr/include/portaudio.h:325: note: expected void * but argument is of type long unsigned int > /home/toby/csound-csound6-git/InOut/rtpa.c:662: warning: passing argument 7 of Pa_OpenStream makes integer from pointer without a cast > /usr/include/portaudio.h:325: note: expected int but argument is of type void * > /home/toby/csound-csound6-git/InOut/rtpa.c:662: warning: passing argument 8 of Pa_OpenStream makes integer from pointer without a cast > /usr/include/portaudio.h:325: note: expected PaSampleFormat but argument is of type void * > /home/toby/csound-csound6-git/InOut/rtpa.c:662: error: too few arguments to function Pa_OpenStream > make[2]: *** [InOut/CMakeFiles/rtpa.dir/rtpa.c.o] Error 1 > make[1]: *** [InOut/CMakeFiles/rtpa.dir/all] Error 2 > make: *** [all] Error 2 > > > Send bugs reports to the Sourceforge bug tracker > https://sourceforge.net/tracker/?group_id=81968&atid=564599 > Discussions of bugs and features can be posted here > To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound" > Dr Victor Lazzarini Senior Lecturer Dept. of Music NUI Maynooth Ireland tel.: +353 1 708 3545 Victor dot Lazzarini AT nuim dot ie |
Date | 2013-04-16 19:00 |
From | Tobiah |
Subject | Re: [Csnd] Tried building csound6 |
On 04/15/2013 11:19 PM, Victor Lazzarini wrote: > wrong version of portaudio? Ok, I'll try upgrading tonight. I had to upgrade cmake before building as it was. I was warned of that however. Should there be a check in there to verify versions of needed packages? Thanks, Tobiah > >> I'm on Ubuntu 10.04.1 LTS >> >> Did this: >> >> mkdir build >> cd build >> cmake .. >> make >> >> Compiling ended like this: >> >> Scanning dependencies of target rtpa >> [ 74%] Building C object InOut/CMakeFiles/rtpa.dir/rtpa.c.o >> /home/toby/csound-csound6-git/InOut/rtpa.c:37: error: expected specifier-qualifier-list before PaHostApiTypeId >> /home/toby/csound-csound6-git/InOut/rtpa.c:63: error: expected specifier-qualifier-list before PaStreamParameters >> /home/toby/csound-csound6-git/InOut/rtpa.c: In function initPortAudio: >> /home/toby/csound-csound6-git/InOut/rtpa.c:96: warning: cast to pointer from integer of different size >> /home/toby/csound-csound6-git/InOut/rtpa.c: In function listDevices: >> /home/toby/csound-csound6-git/InOut/rtpa.c:116: error: PaDeviceIndex undeclared (first use in this function) >> /home/toby/csound-csound6-git/InOut/rtpa.c:116: error: (Each undeclared identifier is reported only once >> /home/toby/csound-csound6-git/InOut/rtpa.c:116: error: for each function it appears in.) >> /home/toby/csound-csound6-git/InOut/rtpa.c:116: error: expected ) before i >> /home/toby/csound-csound6-git/InOut/rtpa.c:124: error: expected ) before i >> /home/toby/csound-csound6-git/InOut/rtpa.c: In function selectPortAudioDevice: >> /home/toby/csound-csound6-git/InOut/rtpa.c:183: error: PaDeviceIndex undeclared (first use in this function) >> /home/toby/csound-csound6-git/InOut/rtpa.c:183: error: expected ) before i >> /home/toby/csound-csound6-git/InOut/rtpa.c:193: error: expected ) before devNum >> /home/toby/csound-csound6-git/InOut/rtpa.c: At top level: >> /home/toby/csound-csound6-git/InOut/rtpa.c:203: error: expected declaration specifiers or ... before PaStreamParameters >> /home/toby/csound-csound6-git/InOut/rtpa.c: In function pa_SetStreamParameters: >> /home/toby/csound-csound6-git/InOut/rtpa.c:209: error: sp undeclared (first use in this function) >> /home/toby/csound-csound6-git/InOut/rtpa.c:209: error: PaStreamParameters undeclared (first use in this function) >> /home/toby/csound-csound6-git/InOut/rtpa.c:217: error: PaDeviceIndex undeclared (first use in this function) >> /home/toby/csound-csound6-git/InOut/rtpa.c:217: error: expected ; before dev >> /home/toby/csound-csound6-git/InOut/rtpa.c:220: error: PaTime undeclared (first use in this function) >> /home/toby/csound-csound6-git/InOut/rtpa.c: At top level: >> /home/toby/csound-csound6-git/InOut/rtpa.c:229: error: expected ;, , or ) before * token >> /home/toby/csound-csound6-git/InOut/rtpa.c: In function paBlockingReadWriteOpen: >> /home/toby/csound-csound6-git/InOut/rtpa.c:252: error: PA_BLOCKING_STREAM has no member named inputPaParameters >> /home/toby/csound-csound6-git/InOut/rtpa.c:253: warning: passing argument 3 of pa_SetStreamParameters makes integer from pointer without a cast >> /home/toby/csound-csound6-git/InOut/rtpa.c:203: note: expected int but argument is of type struct csRtAudioParams * >> /home/toby/csound-csound6-git/InOut/rtpa.c:253: error: too many arguments to function pa_SetStreamParameters >> /home/toby/csound-csound6-git/InOut/rtpa.c:256: error: PA_BLOCKING_STREAM has no member named inputPaParameters >> /home/toby/csound-csound6-git/InOut/rtpa.c:265: error: PA_BLOCKING_STREAM has no member named outputPaParameters >> /home/toby/csound-csound6-git/InOut/rtpa.c:266: warning: passing argument 3 of pa_SetStreamParameters makes integer from pointer without a cast >> /home/toby/csound-csound6-git/InOut/rtpa.c:203: note: expected int but argument is of type struct csRtAudioParams * >> /home/toby/csound-csound6-git/InOut/rtpa.c:266: error: too many arguments to function pa_SetStreamParameters >> /home/toby/csound-csound6-git/InOut/rtpa.c:269: error: PA_BLOCKING_STREAM has no member named outputPaParameters >> /home/toby/csound-csound6-git/InOut/rtpa.c:309: error: PA_BLOCKING_STREAM has no member named paLockTimeout >> /home/toby/csound-csound6-git/InOut/rtpa.c:310: error: PA_BLOCKING_STREAM has no member named outputPaParameters >> /home/toby/csound-csound6-git/InOut/rtpa.c:311: error: PA_BLOCKING_STREAM has no member named inputPaParameters >> /home/toby/csound-csound6-git/InOut/rtpa.c:312: error: PA_BLOCKING_STREAM has no member named outputPaParameters >> /home/toby/csound-csound6-git/InOut/rtpa.c:313: error: PA_BLOCKING_STREAM has no member named inputPaParameters >> /home/toby/csound-csound6-git/InOut/rtpa.c:314: error: PA_BLOCKING_STREAM has no member named paLockTimeout >> /home/toby/csound-csound6-git/InOut/rtpa.c:315: error: PA_BLOCKING_STREAM has no member named paLockTimeout >> /home/toby/csound-csound6-git/InOut/rtpa.c:316: error: PA_BLOCKING_STREAM has no member named paLockTimeout >> /home/toby/csound-csound6-git/InOut/rtpa.c:317: error: PA_BLOCKING_STREAM has no member named paLockTimeout >> /home/toby/csound-csound6-git/InOut/rtpa.c:321: error: PA_BLOCKING_STREAM has no member named inputPaParameters >> /home/toby/csound-csound6-git/InOut/rtpa.c:322: error: PaStreamParameters undeclared (first use in this function) >> /home/toby/csound-csound6-git/InOut/rtpa.c:322: error: expected expression before ) token >> /home/toby/csound-csound6-git/InOut/rtpa.c:332: error: paBlockingReadWriteStreamCallback undeclared (first use in this function) >> /home/toby/csound-csound6-git/InOut/rtpa.c:333: warning: passing argument 5 of Pa_OpenStream makes pointer from integer without a cast >> /usr/include/portaudio.h:325: note: expected void * but argument is of type long unsigned int >> /home/toby/csound-csound6-git/InOut/rtpa.c:333: warning: passing argument 8 of Pa_OpenStream makes integer from pointer without a cast >> /usr/include/portaudio.h:325: note: expected PaSampleFormat but argument is of type void * >> /home/toby/csound-csound6-git/InOut/rtpa.c:333: error: too few arguments to function Pa_OpenStream >> /home/toby/csound-csound6-git/InOut/rtpa.c: At top level: >> /home/toby/csound-csound6-git/InOut/rtpa.c:370: error: expected ;, , or ) before * token >> /home/toby/csound-csound6-git/InOut/rtpa.c: In function recopen_: >> /home/toby/csound-csound6-git/InOut/rtpa.c:523: error: PA_BLOCKING_STREAM has no member named complete >> /home/toby/csound-csound6-git/InOut/rtpa.c: In function playopen_: >> /home/toby/csound-csound6-git/InOut/rtpa.c:547: error: PA_BLOCKING_STREAM has no member named complete >> /home/toby/csound-csound6-git/InOut/rtpa.c: In function rtclose_: >> /home/toby/csound-csound6-git/InOut/rtpa.c:564: error: PA_BLOCKING_STREAM has no member named complete >> /home/toby/csound-csound6-git/InOut/rtpa.c: In function set_device_params: >> /home/toby/csound-csound6-git/InOut/rtpa.c:614: error: PaStreamParameters undeclared (first use in this function) >> /home/toby/csound-csound6-git/InOut/rtpa.c:614: error: expected ; before streamParams >> /home/toby/csound-csound6-git/InOut/rtpa.c:620: error: streamParams undeclared (first use in this function) >> /home/toby/csound-csound6-git/InOut/rtpa.c:631: error: PaAlsaStreamInfo has no member named deviceString >> /home/toby/csound-csound6-git/InOut/rtpa.c:632: error: PaAlsaStreamInfo has no member named hostApiType >> /home/toby/csound-csound6-git/InOut/rtpa.c:632: error: paALSA undeclared (first use in this function) >> /home/toby/csound-csound6-git/InOut/rtpa.c:633: error: PaAlsaStreamInfo has no member named version >> /home/toby/csound-csound6-git/InOut/rtpa.c:635: error: paUseHostApiSpecificDeviceSpecification undeclared (first use in this function) >> /home/toby/csound-csound6-git/InOut/rtpa.c:643: error: PaDeviceIndex undeclared (first use in this function) >> /home/toby/csound-csound6-git/InOut/rtpa.c:643: error: expected ; before devNum >> /home/toby/csound-csound6-git/InOut/rtpa.c:647: error: PaTime undeclared (first use in this function) >> /home/toby/csound-csound6-git/InOut/rtpa.c:656: warning: passing argument 2 of Pa_OpenStream makes integer from pointer without a cast >> /usr/include/portaudio.h:325: note: expected PaDeviceID but argument is of type void * >> /home/toby/csound-csound6-git/InOut/rtpa.c:656: warning: passing argument 5 of Pa_OpenStream makes pointer from integer without a cast >> /usr/include/portaudio.h:325: note: expected void * but argument is of type long unsigned int >> /home/toby/csound-csound6-git/InOut/rtpa.c:656: warning: passing argument 7 of Pa_OpenStream makes integer from pointer without a cast >> /usr/include/portaudio.h:325: note: expected int but argument is of type void * >> /home/toby/csound-csound6-git/InOut/rtpa.c:656: warning: passing argument 8 of Pa_OpenStream makes integer from pointer without a cast >> /usr/include/portaudio.h:325: note: expected PaSampleFormat but argument is of type void * >> /home/toby/csound-csound6-git/InOut/rtpa.c:656: error: too few arguments to function Pa_OpenStream >> /home/toby/csound-csound6-git/InOut/rtpa.c:662: warning: passing argument 3 of Pa_OpenStream makes integer from pointer without a cast >> /usr/include/portaudio.h:325: note: expected int but argument is of type void * >> /home/toby/csound-csound6-git/InOut/rtpa.c:662: warning: passing argument 5 of Pa_OpenStream makes pointer from integer without a cast >> /usr/include/portaudio.h:325: note: expected void * but argument is of type long unsigned int >> /home/toby/csound-csound6-git/InOut/rtpa.c:662: warning: passing argument 7 of Pa_OpenStream makes integer from pointer without a cast >> /usr/include/portaudio.h:325: note: expected int but argument is of type void * >> /home/toby/csound-csound6-git/InOut/rtpa.c:662: warning: passing argument 8 of Pa_OpenStream makes integer from pointer without a cast >> /usr/include/portaudio.h:325: note: expected PaSampleFormat but argument is of type void * >> /home/toby/csound-csound6-git/InOut/rtpa.c:662: error: too few arguments to function Pa_OpenStream >> make[2]: *** [InOut/CMakeFiles/rtpa.dir/rtpa.c.o] Error 1 >> make[1]: *** [InOut/CMakeFiles/rtpa.dir/all] Error 2 >> make: *** [all] Error 2 >> >> >> Send bugs reports to the Sourceforge bug tracker >> https://sourceforge.net/tracker/?group_id=81968&atid=564599 >> Discussions of bugs and features can be posted here >> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound" >> > > Dr Victor Lazzarini > Senior Lecturer > Dept. of Music > NUI Maynooth Ireland > tel.: +353 1 708 3545 > Victor dot Lazzarini AT nuim dot ie > > > > > > Send bugs reports to the Sourceforge bug tracker > https://sourceforge.net/tracker/?group_id=81968&atid=564599 > Discussions of bugs and features can be posted here > To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound" > |