Any ideas? This happens as soon as I uncomment the include for mdc_decode [CC] app_rpt.c -> app_rpt.o In file included from /usr/src/asterisk/include/asterisk/utils.h:38, from app_rpt.c:425: /usr/src/asterisk/include/asterisk/lock.h: In function âast_mutex_initâ: /usr/src/asterisk/include/asterisk/lock.h:734: warning: implicit declaration of function âpthread_mutexattr_settypeâ /usr/src/asterisk/include/asterisk/lock.h:734: error: âPTHREAD_MUTEX_RECURSIVEâ undeclared (first use in this function) /usr/src/asterisk/include/asterisk/lock.h:734: error: (Each undeclared identifier is reported only once /usr/src/asterisk/include/asterisk/lock.h:734: error: for each function it appears in.) make[1]: *** [app_rpt.o] Error 1 make[1]: Leaving directory `/usr/src/asterisk/apps' make: *** [apps] Error 2 ----- Original Message ----- From: "Stephen Rodgers" <sales@qrvc.com> To: "Scott Weis" <kb2ear@kb2ear.net> Cc: "app_rpt users list" <app_rpt-users@qrvc.com> Sent: Saturday, May 23, 2009 5:58 PM Subject: Re: [App_rpt-users] MDC 1200
Scott Weis wrote:
Has anyone gotten the following to work?
/* Un-comment the following to include support for MDC-1200 digital tone signalling protocol (using KA6SQG's GPL'ed implementation) */ /* #include "mdc_decode.c" */
If so where do you get the source code that works with it?
Thanks, Scott KB2EAR
_______________________________________________ App_rpt-users mailing list App_rpt-users@qrvc.com http://qrvc.com/mailman/listinfo/app_rpt-users
Copy the mdc_decode.c and mdc_decode.h files to the /usr/src/asterisk/apps directory, uncomment the line above and recompile.
Steve WA6ZFT