Displaying 1 result from an estimated 1 matches for "app_say_number".
2005 Oct 10
2
Beronet app_saynumber-beta-rc1
...I?m trying to compile it in asterisk-1.2.0-beta and 1.0.7 - both kernel 
2.4.31 and 2.6.5-1.358 -  and have the same error. Do anybody has a clue 
for what is going on?
Compilation trial:
c -ggdb -fPIC -I/usr/src/asterisk-1.2.0-beta1/include 
-DAST_CONFIG_DIR=\"/etc/asterisk/\"   -c -o app_say_number.o 
app_say_number.c
In file included from app_say_number.c:14:
/usr/src/asterisk-1.2.0-beta1/include/asterisk/lock.h: In function 
`ast_mutex_init':
/usr/src/asterisk-1.2.0-beta1/include/asterisk/lock.h:330: error: 
`PTHREAD_MUTEX_RECURSIVE' undeclared (first use in this function)
/usr/src/...