[Sofia-sip-devel] Compiling sofia-sip with TLS on windows

2008-11-26 Thread Tiago Katcipis
Im trying to compile sofia-sip on windows with TLS support and im having a little trouble on doing that. When i include the tport_tls.c and the tport_tls.h on the project i got the following error: C:\ARQUIVOS DE PROGRAMAS\MICROSOFT SDK\INCLUDE\winsock2.h(109) : error C2011: 'fd_set' : 'struct' ty

Re: [Sofia-sip-devel] Compiling sofia-sip with TLS on windows

2008-11-27 Thread Tiago Katcipis
ROTECTED]> wrote: > 2008/11/26 Tiago Katcipis <[EMAIL PROTECTED]>: > > Im trying to compile sofia-sip on windows with TLS support and im having > a > > little trouble on doing that. When i include the tport_tls.c and the > > tport_tls.h on the project i got the followin

Re: [Sofia-sip-devel] Compiling sofia-sip with TLS on windows

2008-11-27 Thread Tiago Katcipis
CTION__ > #else > static char const __func__[] = "tport_type_tls"; > #endif > > #if HAVE_WIN32 > #include > #define access(_filename, _mode) _access(_filename, _mode) > #endif > > > On Nov 27, 2008, at 8:13 AM, Tiago Katcipis wrote: > > with Paulo Piz

Re: [Sofia-sip-devel] Compiling sofia-sip with TLS on windows

2008-11-28 Thread Tiago Katcipis
> #if HAVE_WIN32 > #include > #define access(_filename, _mode) _access(_filename, _mode) > #endif > > > On Nov 27, 2008, at 8:13 AM, Tiago Katcipis wrote: > > with Paulo Pizarro's help i was able to compile sofia-sip with TLS support. > Im sendig the patch with t

Re: [Sofia-sip-devel] Compiling sofia-sip with TLS on windows

2008-11-28 Thread Tiago Katcipis
i hope i can help more on the future. best regards Tiago On Fri, Nov 28, 2008 at 1:01 PM, Pekka Pessi <[EMAIL PROTECTED]> wrote: > 2008/11/28 Tiago Katcipis <[EMAIL PROTECTED]>: > > i had to make a slight change on the code because the R_OK that is only > > defin