search for: ast_hostent

Displaying 3 results from an estimated 3 matches for "ast_hostent".

2005 Mar 24
0
chan_unistim compile failed
...ssing-prototypes -Wmissing-declarations -g -I/usr/include/ -D_REENTRANT -D_GNU_SOURCE -O6 -march=i686 -Wno-missing-prototypes -Wno-missing-declarations -DCRYPTO -c -o chan_unistim.o chan_unistim.c In file included from chan_unistim.c:28: /usr/include/asterisk/utils.h:24: redefinition of `struct ast_hostent' chan_unistim.c:52: warning: type defaults to `int' in declaration of `AST_MUTEX_DEFINE_STATIC' chan_unistim.c:52: warning: parameter names (without types) in function declaration chan_unistim.c:52: warning: data definition has no type or storage class ... (it goes on)... I get similar...
2004 Jul 02
1
Problem with CHAN_SCCP
...get the sources from cvs.sourceforge.net but when I try to compile, get the followings errors: [root@asterisk01 chan_sccp]# make Now compiling .... chan_sccp.c 695 lines In file included from chan_sccp.c:15: /usr/src/asterisk/include/asterisk/utils.h:22: redefinition of `struct ast_hostent' chan_sccp.c:50: warning: type defaults to `int' in declaration of `AST_MUTEX_DEFINE_STATIC' chan_sccp.c:50: warning: parameter names (without types) in function declaration chan_sccp.c:50: warning: data definition has no type or storage class chan_sccp.c:51: warning: type defaults...
2004 Aug 16
3
Problems compiling chan_capi-0.3.5
...-DCAPI_GAIN -DCAPI_SYNC -DUNSTABLE_CVS -Wno-missing-prototypes -Wno-missing-declarations -DCRYPTO -c -o chan_capi.o chan_capi.c chan_capi.c:23:31: asterisk/features.h: No such file or directory In file included from chan_capi.c:24: /usr/include/asterisk/utils.h:22: error: redefinition of `struct ast_hostent' In file included from /usr/include/linux/kernelcapi.h:13, from /usr/include/linux/capi.h:18, from chan_capi.c:35: /usr/include/linux/list.h:563:2: warning: #warning "don't include kernel headers in userspace" chan_capi.c:62: warning: type default...