This issue is fixed in the latest darcs tree.  The tpipv6.h is from the preview ipv6 code that in newer sdk’s (ie the ones that come with vs 2005) have all that code in Winsock2.h.

 

To fix this in your local copy, change su.h to be like:

 

#  if defined(IPPROTO_IPV6)

/* IPv6 defined in ws2tcpip.h */

#  elif SU_HAVE_IN6

#    include <tpipv6.h>       /* From "IPv6 Tech Preview"  */

#  else

#    error Winsock with IPv6 support required

#  endif

 

 

And sres.c to be like

 

#if !defined(IPPROTO_IPV6)

#if HAVE_SIN6

#include <tpipv6.h>

#else

#if !defined(__MINGW32__)

struct sockaddr_storage {

    short ss_family;

    char ss_pad[126];

};

#endif

#endif

#endif

 

 

Mike

 

 

 


From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of PICT BEPROJECT
Sent: Wednesday, September 13, 2006 7:13 AM
To: sofia-sip-devel@lists.sourceforge.net
Subject: [Sofia-sip-devel] (no subject)

 

 
hi!..
we are working on sofia stack based on windows platform .
we are facing a lot of errors in the file SIP_DIG.C . Th errrors are attached in file ERRORS SOFIA.TXT  attached here with .
Looking for your support
Thnax..

Mayur Toshniwal
Varun Jain
Ameya Swar

PICT

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Sofia-sip-devel mailing list
Sofia-sip-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel

Reply via email to