Hi, I have tried installing app_swift on both mac os x and ubuntu now<br />and am getting the same error.  I must be missing something, as I have<br />tried multiple versions and everytime do sudo make install i get:<br /><br />if ! [ -f /etc/asterisk/swift.conf ]; then \<br />                install -m 644 swift.conf.sample /etc/asterisk/swift.conf ; \<br />        fi<br />if [ -f app_swift.so ]; then \<br />                install -m 755 app_swift.so /usr/lib/asterisk/modules ; \<br />        fi<br /><br />and when i do just sudo make, it spits out a ton of junk, this is at<br />the end:<br /><br />/usr/lib/gcc/i486-linux-gnu/4.2.4/include/stddef.h:214: error:<br />declaration for parameter ‘size_t’ but no such parameter<br />app_swift.c:451: error: expected ‘{’ at end of input<br />make: *** [app_swift.o] Error 1<br /><br />Im not sure whats going on here, i have setup asterisk and gotten it<br />configured with the x-lite soft phone, so i know that is working.  I<br />am ultimately trying to use adhearsion to integrate with my rails<br />app.  I have also installed cepstral voices and these work in the<br />terminal so i am confident that is also installed correctly.  Thanks.