search for: ast_format_regist

Displaying 8 results from an estimated 8 matches for "ast_format_regist".

Did you mean: ast_format_register
2003 Oct 27
0
G723 format compilation errors
...tructure has no member named `owner' format_g723.c:216: structure has no member named `owner' format_g723.c: In function `g723_apply': format_g723.c:226: structure has no member named `owner' format_g723.c: In function `load_module': format_g723.c:330: warning: passing arg 6 of `ast_format_register' from incompat ible pointer type format_g723.c:330: warning: passing arg 7 of `ast_format_register' from incompat ible pointer type format_g723.c:330: warning: passing arg 8 of `ast_format_register' from incompat ible pointer type format_g723.c:330: warning: passing arg 9 of `ast_form...
2006 Apr 29
2
Unable to Make Asterisk-addons
.../usr/include/stdlib.h:346: error: previous declaration of `strtoq' format_mp3.c:46: error: redefinition of `struct ast_filestream' format_mp3.c:325: warning: function declaration isn't a prototype format_mp3.c: In function `load_module': format_mp3.c:336: warning: passing arg 1 of `ast_format_register' from incompati ble pointer type format_mp3.c:336: error: too many arguments to function `ast_format_register' format_mp3.c: At top level: format_mp3.c:342: warning: function declaration isn't a prototype format_mp3.c:347: warning: function...
2006 May 30
5
Compiling Asterisk-addons
.../usr/include/stdlib.h:362: error: previous declaration of `strtoq' format_mp3.c:46: error: redefinition of `struct ast_filestream' format_mp3.c:325: warning: function declaration isn't a prototype format_mp3.c: In function `load_module': format_mp3.c:336: warning: passing arg 1 of `ast_format_register' from incompatible pointer type format_mp3.c:336: error: too many arguments to function `ast_format_register' format_mp3.c: At top level: format_mp3.c:342: warning: function declaration isn't a prototype format_mp3.c:347: warning: function declaration isn't a prototype format_mp3....
2006 Apr 04
0
Asterisk-addons compiling problem
...ll -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -D_REENTRANT -D_GNU_SOURCE -O6 -c -o format_mp3.o format_mp3.c format_mp3.c:46: Fehler: Redefinition von ?struct ast_filestream? format_mp3.c: In Funktion ?load_module?: format_mp3.c:336: Warnung: ?bergabe des Arguments 1 von ?ast_format_register? von inkompatiblem Zeigertyp format_mp3.c:336: Fehler: zu viele Argumente f?r Funktion ?ast_format_register? make[1]: *** [format_mp3.o] Fehler 1 make[1]: Leaving directory `/usr/src/asterisk-addons/format_mp3' make: *** [format_mp3/format_mp3.so] Fehler 2 can't compile asterisk -----...
2006 May 06
1
Upgrade SVN failed !!!
.../usr/include/stdlib.h:346: error: previous declaration of `strtoq' format_mp3.c:46: error: redefinition of `struct ast_filestream' format_mp3.c:325: warning: function declaration isn't a prototype format_mp3.c: In function `load_module': format_mp3.c:336: warning: passing arg 1 of `ast_format_register' from incompatible pointer type format_mp3.c:336: error: too many arguments to function `ast_format_register' format_mp3.c: At top level: format_mp3.c:342: warning: function declaration isn't a prototype format_mp3.c:347: warning: function declaration isn't a prototype format_mp...
2006 Jun 01
2
addons trunk make error
.../usr/include/stdlib.h:365: error: previous definition of ?strtoq? was here format_mp3.c:46: error: redefinition of ?struct ast_filestream? format_mp3.c:325: warning: function declaration isn?t a prototype format_mp3.c: In function ?load_module?: format_mp3.c:336: warning: passing argument 1 of ?ast_format_register? from incompatible pointer type format_mp3.c:336: error: too many arguments to function ?ast_format_register? format_mp3.c: At top level: format_mp3.c:342: warning: function declaration isn?t a prototype format_mp3.c:347: warning: function declaration isn?t a prototype format_mp3.c:359: warn...
2005 Jan 18
2
problems compiling asterisk-addons
...ENTRANT -D_GNU_SOURCE -O6 -c -o interface.o interface.c gcc -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -D_REENTRANT -D_GNU_SOURCE -O6 -c -o format_mp3.o format_mp3.c format_mp3.c: In function `load_module': format_mp3.c:335: warning: passing arg 5 of `ast_format_register' from incompatible pointer type gcc -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -D_REENTRANT -D_GNU_SOURCE -O6 -shared -Xlinker -x -o format_mp3.so common.o dct64_i386.o decode_ntom.o layer3.o tabinit.o interface.o format_mp3.o make[1]: Leaving directory `...
2005 Feb 02
6
problem in compiling asterisk-addons
there is a problem in compiling asterisk-addons any one have fixed this problem. i want res_config_mysql.so any one help me ----------------------------------------------------- [root@localhost asterisk-addons]# make cc -fPIC -I../asterisk -D_GNU_SOURCE -I/usr/include/mysql -c -o res_config_mysql.o res_config_mysql.c res_config_mysql.c: In function `realtime_mysql':