Remco Barende
2005-Mar-21 12:40 UTC
[Asterisk-Users] chan-sccp-easter2005 make error with stable 1.0.6?
When I try to compile the new chan-sccp-easter2005 with asterisk 1.0.6 I get the following error on make: Now compiling .... chan_sccp.c 744 lines chan_sccp.c:67: conflicting types for `sccp_request' chan_sccp.h:1723: previous declaration of `sccp_request' sccp_pbx.h:5: storage size of `sccp_tech' isn't known make: *** [.tmp/chan_sccp.o] Error 1 I tried looking in the lines in the source that make reports but it doesn't make any sense to me at all. Anyone got this to compile? Thanks!! Remco
Kevin P. Fleming
2005-Mar-21 12:45 UTC
[Asterisk-Users] chan-sccp-easter2005 make error with stable 1.0.6?
Remco Barende wrote:> Now compiling .... chan_sccp.c 744 lines > chan_sccp.c:67: conflicting types for `sccp_request' > chan_sccp.h:1723: previous declaration of `sccp_request' > sccp_pbx.h:5: storage size of `sccp_tech' isn't known > make: *** [.tmp/chan_sccp.o] Error 1That module is designed for Asterisk CVS HEAD, not stable. It will not work on stable Asterisk at all.