Re: [Sofia-sip-devel] Compiling Sofia-Sip with MinGW

2009-06-15 Thread Jonas Jalminger
Dear Marcelo! What the makefile fails to include is the file su_win32_port.c. There are a bunch of ways to accomplish this. The simplest is to just add it to the makefile. However this is not the only problem when building sofia-sip on mingw. Have a look at older posts in the mailing list.

[Sofia-sip-devel] Compiling Sofia-Sip with MinGW

2009-06-12 Thread Marcelo de Sá Mendoza
Hi all, I am having a problem to compile Sofia for windows. I'm getting the following errors: ../su/ .libs/libsu.a( su_port.o ): In function 'su_default_port_create': C:/mysys/1.0/home/marcelo.mendoza/sofia-sip-1.12.10/libsofia-sip-ua/su/su_port.c:63: undefined reference to

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

2008-11-27 Thread Tiago Katcipis
with Paulo Pizarro's help i was able to compile sofia-sip with TLS support. Im sendig the patch with the diffs. The changes where the following: The hint that pekka gave was right, but that was sufficient to compile only tport_tls.c, it was also needed to change tport_type_tls.c, the problem was

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

2008-11-27 Thread Michael Jerris
To simplify this patch and make it more consistent with the rest of the code, add the following at the top of tport_type_tls, this should solve all the issues in that file without your patch, can you confirm? #if HAVE_FUNC #elif HAVE_FUNCTION #define __func__ __FUNCTION__ #else static char

[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'

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

2008-11-26 Thread Pekka Pessi
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 following error: C:\ARQUIVOS DE PROGRAMAS\MICROSOFT

Re: [Sofia-sip-devel] Compiling Sofia-SIP on Cygwin

2007-06-01 Thread Pekka Pessi
2007/5/27, Toufik Ahmed [EMAIL PROTECTED]: I want to compile Sofia SIP on cygwin to integrate it in a VLC (VideoLan) which was compiled on cygwin to generate an EXE file. My sofia SIP version is sofia-sip-1.12.5 The main issue when compiling Sofia-SIP is related to pthread. Has any body

[Sofia-sip-devel] Compiling Sofia-SIP on Cygwin

2007-05-27 Thread Toufik Ahmed
Hello I want to compile Sofia SIP on cygwin to integrate it in a VLC (VideoLan) which was compiled on cygwin to generate an EXE file. My sofia SIP version is sofia-sip-1.12.5 The main issue when compiling Sofia-SIP is related to pthread. Has any body succeed to compile it on Cygwin ? is there

Re: [Sofia-sip-devel] Compiling sofia-sip

2007-03-16 Thread Deniz Koçak
On 3/16/07, Miguel Freitas [EMAIL PROTECTED] wrote: autogen.cmd for %f in (config.h..\libsofia-sip-ua\features\sofia-sip\sofia_features.h) do gawk -v BINMODE=rw -f version.awk ..\configure.ac OUT=1 %f.in 1%f gawk -v BINMODE=rw -f version.awk ..\configure.ac OUT=1 config.h.in 1 config.h

Re: [Sofia-sip-devel] Compiling sofia-sip

2007-03-16 Thread Miguel Freitas
Thanks for your detailed tutorial! :) I did see that comment before when I started looking into sofia-sip, but somehow I forgot it :( The autogen.cmd now concludes (using gawk 3.1.0) and I already have the pthreadVC2.dll (http://sources.redhat.com/pthreads-win32/) installed in the system PATH. I

Re: [Sofia-sip-devel] Compiling sofia-sip

2007-03-15 Thread Kai Vehmanen
Hi, On Thu, 15 Mar 2007, Deniz Koçak wrote: _su_wsaevent_port_create su_port.obj : error LNK2001: unresolved external symbol _su_wsaevent_clone_start Debug/libsofia_sip_ua.dll : fatal error LNK1120: 2 unresolved externals Error executing link.exe. libsofia_sip_ua.dll - 3 error(s), 0