Displaying 2 results from an estimated 2 matches for "app_ivrdemo".
2006 Jan 21
1
Compiling app_cepstral.c into Asterisk - failing
...o your asterisk source tree (apps folder) .
You'll also need to add a lines like these to the Makefile in that
directory:
APPS+=app_cepstral.so"
I added it into app_cepstal.c as:
#
# Obsolete things...
#
#APPS+=app_sql_postgres.so
#APPS+=app_sql_odbc.so
#
# Experimental things
#
#APPS+=app_ivrdemo.so
#APPS+=app_skel.so
#APPS+=app_rpt.so
APPS+=app_cepstral.so
I assume that I put in here without the "#" or maybe "#" isn't a comment?
Then....
and then after the section that compiles voicemail add 
app_cepstral.so: app_cepstral.c
        $(CC) -D_GNU_SOURCE -shared...
2005 Sep 14
11
RxFax/TxFax - Compile Problem
Anyone know how to fix this?
gcc -shared -Xlinker -x -o app_rxfax.so app_rxfax.c -lspandsp -ltiff
In file included from app_rxfax.c:14:
/usr/include/asterisk/lock.h: In function `ast_mutex_init':
/usr/include/asterisk/lock.h:302: error: `PTHREAD_MUTEX_RECURSIVE'
undeclared (first use in this function)
/usr/include/asterisk/lock.h:302: error: (Each undeclared identifier is
reported