Anyone know how to fix this?
gcc -shared -Xlinker -x -o app_rxfax.so app_rxfax.c -lspandsp -ltiffIn 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 only once
/usr/include/asterisk/lock.h:302: error: for each function it appears in.)
app_rxfax.c: In function `rxfax_exec':
app_rxfax.c:263: warning: passing arg 1 of `fax_init' from incompatible pointer type
app_rxfax.c:264: error: structure has no member named `verbose'
app_rxfax.c:325: warning: passing arg 1 of `fax_release' from incompatible pointer type
make[1]: *** [app_rxfax.so] Error 1
make[1]: Leaving directory `/usr/src/asterisk/asterisk-1.0.9/apps'
make: *** [subdirs] Error 1
_______________________________________________
--Bandwidth and Colocation sponsored by Easynews.com --
Asterisk-Users mailing list
[email protected]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users
_______________________________________________ --Bandwidth and Colocation sponsored by Easynews.com --
Asterisk-Users mailing list [email protected] http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
