Menu

#213 compile failure

trunk
closed-fixed
nobody
modules (454)
5
2009-11-09
2009-11-06
No

In file included from records.h:36,
from b2b_logic.c:41:
b2b_logic.h: In function ‘b2b_get_request_id’:
b2b_logic.h:104: error: ‘REFER_LEN’ undeclared (first use in this function)
b2b_logic.h:104: error: (Each undeclared identifier is reported only once
b2b_logic.h:104: error: for each function it appears in.)
b2b_logic.h:104: error: ‘REFER’ undeclared (first use in this function)
b2b_logic.h:110: error: ‘SUBSCRIBE_LEN’ undeclared (first use in this function)
b2b_logic.h:110: error: ‘SUBSCRIBE’ undeclared (first use in this function)
b2b_logic.h:113: error: ‘NOTIFY_LEN’ undeclared (first use in this function)
b2b_logic.h:113: error: ‘NOTIFY’ undeclared (first use in this function)
b2b_logic.h:116: error: ‘MESSAGE_LEN’ undeclared (first use in this function)
b2b_logic.h:116: error: ‘MESSAGE’ undeclared (first use in this function)
make[1]: *** [b2b_logic.o] Error 1

Discussion

  • Norm Brandinger

    Norm Brandinger - 2009-11-07

    Add missing METHODS

     
  • Norm Brandinger

    Norm Brandinger - 2009-11-07

    Added patch to include all METHODs defined by http://www.iana.org/assignments/sip-parameters.

    Applying the patch fixes the compile problem.

     
  • Anca Vamanu

    Anca Vamanu - 2009-11-09

    Hi Norm,

    I had that file modified but forgot to commit it. I applied your patch since it contained all methods(mine contained only the ones I used).
    Thanks,
    Anca

     
  • Anca Vamanu

    Anca Vamanu - 2009-11-09
    • status: open --> closed-fixed
     

Log in to post a comment.