<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2900.2180" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT size=2><FONT size=3>Hi, I got following error,<BR>so I made changes
in chan_sccp.c and sccp_device.c and replace "pthread_create" function with
"ast_pthread_create"<BR>the module now loading fine with asterisk
:o)<BR>PJ<BR><BR><BR>[root@pj0 chan_sccp]# make<BR>Now compiling ....
chan_sccp.c 706
lines<BR>chan_sccp.c: In function `reload_config':<BR>chan_sccp.c:552: warning:
implicit declaration of function `__use_ast_pthread_create_instead__'<BR>Now
compiling .... sccp_actions.c 790
lines<BR>Now compiling .... sccp_channel.c
279 lines<BR>Now compiling ....
sccp_device.c 641
lines<BR>sccp_device.c: In function
`sccp_dev_allocate_channel':<BR>sccp_device.c:444: warning: implicit declaration
of function `__use_ast_pthread_create_instead__'<BR>Now compiling ....
sccp_line.c 61
lines</FONT><BR></FONT></DIV></BODY></HTML>