Hi all
Error by compiling Elastix source:
Code:
chan_sip.c: In function âfind_peerâ:
chan_sip.c:2669: warning: unused variable âchanâ
chan_sip.c: In function âtransmit_state_notifyâ:
chan_sip.c:7178: error: âcid_numâ undeclared (first use in this function)
chan_sip.c:7178: error: (Each undeclared identifier is reported only once
chan_sip.c:7178: error: for each function it appears in.)
chan_sip.c:7179: error: âcid_nameâ undeclared (first use in this function)
chan_sip.c:7176: warning: unused variable ânpâ
chan_sip.c: In function âhandle_request_subscribeâ:
chan_sip.c:15040: warning: passing argument 2 of âast_extension_state_delâ from incompatible pointer type
chan_sip.c:15041: warning: passing argument 3 of âast_extension_state_addâ from incompatible pointer type
chan_sip.c: In function âhandle_requestâ:
chan_sip.c:15388: error: invalid initializer
chan_sip.c:15388: warning: comparison of distinct pointer types lacks a cast
chan_sip.c:15388: error: invalid operands to binary |
make[1]: *** [chan_sip.o] Error 1
make: *** [channels] Error 2
Verison 1.4.19, source from Link in this thread.
Any suggestion?
------[EDIT]--------
Ok, plain source compile correct. I think, the patch is corrupt.
Post edited by: Eisbaeeer, at: 2008/06/19 18:25<br><br>Post edited by: Eisbaeeer, at: 2008/06/19 18:42