Anyone tried to build app_conference lately?
I'm trying to setup a large conference where i speaker can talk to many listeners, for example 1 speaker and about 100 listeners (who can not speak back to the speaker, 1 way audio only)


However, if i try to build app_conference against 1.0.6 or 1.0.7 it won't compile with an error message:

make
gcc -pipe -std=c99 -Wall -Wmissing-prototypes -Wmissing-declarations -g -I/root/local/asterisk/asterisk/include -D_REENTRANT -D_GNU_SOURCE -O3 -ffast-math -funroll-all-loops -fprefetch-loop-arrays -fsingle-precision-constant -march=pentium3 -msse -mfpmath=sse,387 -DCRYPTO -DAPP_CONFERENCE_DEBUG -DSILDET=1 -c -o app_conference.o app_conference.c
gcc -pipe -std=c99 -Wall -Wmissing-prototypes -Wmissing-declarations -g -I/root/local/asterisk/asterisk/include -D_REENTRANT -D_GNU_SOURCE -O3 -ffast-math -funroll-all-loops -fprefetch-loop-arrays -fsingle-precision-constant -march=pentium3 -msse -mfpmath=sse,387 -DCRYPTO -DAPP_CONFERENCE_DEBUG -DSILDET=1 -c -o conference.o conference.c
conference.c: In function `create_conf':
conference.c:614: warning: implicit declaration of function `__use_ast_pthread_create_instead__'
gcc -pipe -std=c99 -Wall -Wmissing-prototypes -Wmissing-declarations -g -I/root/local/asterisk/asterisk/include -D_REENTRANT -D_GNU_SOURCE -O3 -ffast-math -funroll-all-loops -fprefetch-loop-arrays -fsingle-precision-constant -march=pentium3 -msse -mfpmath=sse,387 -DCRYPTO -DAPP_CONFERENCE_DEBUG -DSILDET=1 -c -o member.o member.c
member.c: In function `member_exec':
member.c:76: error: structure has no member named `cid'
member.c:76: error: structure has no member named `cid'
member.c:76: error: structure has no member named `cid'
member.c:165: warning: unused variable `ignore_speex_count'
make: *** [member.o] Error 1


_________________________________________________________________
Direct antwoord op je vragen: gebruik MSN Messenger http://messenger.msn.nl/

_______________________________________________
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

Reply via email to