[sr-dev] Sipcapture fails to compile on Solaris

Alexandr Dubovikov voip at start4.info
Fri Oct 14 10:59:19 CEST 2011


Hi Jason,

perfect. I will make a patch ASAP.

Thank you for the report and testing :-)

Wbr,
Alexandr


14.10.2011, в 10:56, Jason Penton написал(а):

> Hi Alex, 
> 
> yes that works perfectly! ;)
> 
> Cheers
> Jason
> 
> 2011/10/14 Alexandr Dubovikov <alexandr.dubovikov at gmail.com>
> Hi Jason,
> 
> Can you check it with typedef ? I want to leave structure as is ….
> 
> #ifdef __OS_solaris
> typedef uint8_t u_int8_t;
> typedef uint16_t u_int16_t;
> typedef uint32_t u_int32_t;
> typedef uint64_t u_int64_t;
> #define IPPROTO_IPIP IPPROTO_ENCAP /* Solaris fix */
> #endif
> 
> Wbr,
> Alexandr
> 
> 14.10.2011, в 10:33, Jason Penton написал(а):
> 
>> Yes, Alexandr - I changed the uints already. IPPROTO works! Maybe you can stick a define in for Solaris ;)
>> 
>> Cheers
>> Jason
>> 
>> 2011/10/14 Alexandr Dubovikov <alexandr.dubovikov at gmail.com>
>> Hi Jason,
>> 
>> ok, Solaris has uint type, not u_int, and IPPROTO_IPIP can be fixed in this way:
>> 
>> #ifndef IPPROTO_IPIP
>> #define IPIPPROTO_IPIP 4
>> #endif
>> 
>> Can you check it please, i don't have any Solaris here….
>> 
>> 
>> Wbr,
>> Alexandr
>> 
>> 14.10.2011, в 08:01, Jason Penton написал(а):
>> 
>> > Hey Guys,
>> >
>> > sipcapture is failing to build on Solaris. I am just dumping the trace here as I don't have time to look at it now. I will however take a look when I get a chance.
>> >
>> > CC (gcc) [M sipcapture.so]              sipcapture.o
>> > In file included from sipcapture.c:76:
>> > sipcapture.h:28: error: syntax error before "u_int8_t"
>> > sipcapture.h:28: warning: no semicolon at end of struct or union
>> > sipcapture.h:29: warning: type defaults to `int' in declaration of `hp_l'
>> > sipcapture.h:29: warning: data definition has no type or storage class
>> > sipcapture.h:30: error: syntax error before "hp_f"
>> > sipcapture.h:30: warning: type defaults to `int' in declaration of `hp_f'
>> > sipcapture.h:30: warning: data definition has no type or storage class
>> > sipcapture.h:31: error: syntax error before "hp_p"
>> > sipcapture.h:31: warning: type defaults to `int' in declaration of `hp_p'
>> > sipcapture.h:31: warning: data definition has no type or storage class
>> > sipcapture.h:32: error: syntax error before "hp_sport"
>> > sipcapture.h:32: warning: type defaults to `int' in declaration of `hp_sport'
>> > sipcapture.h:32: warning: data definition has no type or storage class
>> > sipcapture.h:33: error: syntax error before "hp_dport"
>> > sipcapture.h:33: warning: type defaults to `int' in declaration of `hp_dport'
>> > sipcapture.h:33: warning: data definition has no type or storage class
>> > sipcapture.c: In function `mod_init':
>> > sipcapture.c:469: error: `IPPROTO_IPIP' undeclared (first use in this function)
>> > sipcapture.c:469: error: (Each undeclared identifier is reported only once
>> > sipcapture.c:469: error: for each function it appears in.)
>> > sipcapture.c: In function `hep_msg_received':
>> > sipcapture.c:638: error: invalid application of `sizeof' to incomplete type `hep_hdr'
>> > sipcapture.c:648: error: dereferencing pointer to incomplete type
>> > sipcapture.c:658: error: dereferencing pointer to incomplete type
>> > sipcapture.c:658: error: dereferencing pointer to incomplete type
>> > sipcapture.c:658: error: dereferencing pointer to incomplete type
>> > sipcapture.c:658: error: dereferencing pointer to incomplete type
>> > sipcapture.c:658: error: dereferencing pointer to incomplete type
>> > sipcapture.c:663: error: dereferencing pointer to incomplete type
>> > sipcapture.c:663: error: dereferencing pointer to incomplete type
>> > sipcapture.c:664: error: dereferencing pointer to incomplete type
>> > sipcapture.c:664: error: dereferencing pointer to incomplete type
>> > sipcapture.c:664: error: dereferencing pointer to incomplete type
>> > sipcapture.c:664: error: dereferencing pointer to incomplete type
>> > sipcapture.c:664: error: dereferencing pointer to incomplete type
>> > sipcapture.c:664: error: dereferencing pointer to incomplete type
>> > sipcapture.c:664: error: dereferencing pointer to incomplete type
>> > sipcapture.c:664: error: dereferencing pointer to incomplete type
>> > sipcapture.c:664: error: dereferencing pointer to incomplete type
>> > sipcapture.c:664: error: dereferencing pointer to incomplete type
>> > sipcapture.c:670: error: dereferencing pointer to incomplete type
>> > sipcapture.c:671: error: dereferencing pointer to incomplete type
>> > sipcapture.c:672: error: dereferencing pointer to incomplete type
>> > sipcapture.c:677: error: dereferencing pointer to incomplete type
>> > sipcapture.c:677: error: dereferencing pointer to incomplete type
>> > sipcapture.c:677: error: dereferencing pointer to incomplete type
>> > sipcapture.c:677: error: dereferencing pointer to incomplete type
>> > sipcapture.c:677: error: dereferencing pointer to incomplete type
>> > sipcapture.c:681: error: invalid application of `sizeof' to incomplete type `hep_hdr'
>> > sipcapture.c:688: error: dereferencing pointer to incomplete type
>> > sipcapture.c:712: error: dereferencing pointer to incomplete type
>> > sipcapture.c:733: error: dereferencing pointer to incomplete type
>> > sipcapture.c:736: error: dereferencing pointer to incomplete type
>> > sipcapture.c: In function `raw_capture_socket':
>> > sipcapture.c:1333: error: `IPPROTO_IPIP' undeclared (first use in this function)
>> > make[1]: *** [sipcapture.o] Error 1
>> > make: *** [modules] Error 1
>> >
>> >
>> > Cheers
>> > Jason
>> > _______________________________________________
>> > sr-dev mailing list
>> > sr-dev at lists.sip-router.org
>> > http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev
>> 
>> 
>> _______________________________________________
>> sr-dev mailing list
>> sr-dev at lists.sip-router.org
>> http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev
>> 
>> _______________________________________________
>> sr-dev mailing list
>> sr-dev at lists.sip-router.org
>> http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev
> 
> 
> _______________________________________________
> sr-dev mailing list
> sr-dev at lists.sip-router.org
> http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev
> 
> 
> _______________________________________________
> sr-dev mailing list
> sr-dev at lists.sip-router.org
> http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.sip-router.org/pipermail/sr-dev/attachments/20111014/1bfd037c/attachment.htm>


More information about the sr-dev mailing list