Hi All,

The below error is because I forgot to add the header structure declaration
in sip_extra.h.in file.
After adding this code got compiled successfully.
But when I am compiling my sip application it is resulted in a compilation
error.
*`sip_history_info_t' was not declared in this scope*

when i included the header file in my local path, the it is resulting in
the linker error

*undefined reference to `sip_history_info_class'*

when i grep the symbol table it is showing that the object files are
containing the sip_history_info_class in a similar way to that of
sip_p_asserted_identity_class.

Can any one suggest me where I am missing.

Thanks,
Kiran.


On Sat, Mar 3, 2012 at 5:41 PM, kiran kumar <g.kiranredd...@gmail.com>wrote:

> Hi All,
> I am using Sofia-sip stact 1.12.11 for a B2BUA.
> There is a requirement for me to parse new headers like History-Info where
> Sofia stack is not supporting currently.
> I added the typedef struct and the structure body in
> "sofia-sip/sip_extra.h"
> and also documented the same in "sip_extra_headers.txt"
> For simplicity I implemented all the bodies of the corresponding functions
> in sip_extra.c
> Before compiling I enabled the enable-maintainer-mode.
>
> while compiling I am getting the following problems.
>
> 1) The auto generated sip_extra.h does not contain the added typedef and
> structure body.
> 2) this is resulting the compilation errors for all the function
> declarations that were auto generated.
>
> Can you please suggest me where I am making the mistake while adding the
> new parser.
>
> Thanks,
> Kiran .
>
------------------------------------------------------------------------------
Virtualization & Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
_______________________________________________
Sofia-sip-devel mailing list
Sofia-sip-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel

Reply via email to