Re: [Sofia-sip-devel] [PATCH] Fix configuration under MinGW

2010-07-08 Thread Stefano Sabatini
On date Tuesday 2010-07-06 19:35:38 +0300, Pekka Pessi phoned this: > 2010/7/6 Stefano Sabatini : > > this patch fixes the configuration problem as reported here: > > http://thread.gmane.org/gmane.comp.telephony.sofia-sip.devel/3853 > > Thanks for the patch. > > >-CFLAGS="$CFLAGS -I\$(top_srcdir)

Re: [Sofia-sip-devel] su/su_win32_port.c compilation in MinGW

2010-07-08 Thread Stefano Sabatini
On date Thursday 2010-07-08 10:43:28 +0200, Stefano Sabatini phoned this: > Hi all, > > I cannot find a way of getting su_win32_port.c compiled and added to > libsofia_sip in MinGW. > > This is causing the following failure: > > gcc -Wall -g -O2 "-I./win32/pthread" -DWINVER=0x0501 > -D_WIN32_WIN

Re: [Sofia-sip-devel] [PATCH] Fix gai_strerror re-declaration in MinGW

2010-07-08 Thread Pekka Pessi
2010/7/8 Stefano Sabatini : > Exactly, this way the patch is much simpler. Thanks! Applied. -- Pekka.Pessi mail at nokia.com -- This SF.net email is sponsored by Sprint What will you do first with EVO, the first 4G phon

[Sofia-sip-devel] su/su_win32_port.c compilation in MinGW

2010-07-08 Thread Stefano Sabatini
Hi all, I cannot find a way of getting su_win32_port.c compiled and added to libsofia_sip in MinGW. This is causing the following failure: gcc -Wall -g -O2 "-I./win32/pthread" -DWINVER=0x0501 -D_WIN32_WINNT=0x0501 -DIN_LIBSOFIA_SIP_UA -DIN_LIBSOFIA_SRES -mms-bitfields -pipe -mno-cygwin -mwindow

Re: [Sofia-sip-devel] [PATCH] Fix gai_strerror re-declaration in MinGW

2010-07-08 Thread Stefano Sabatini
On date Wednesday 2010-07-07 17:30:57 +0300, Pekka Pessi phoned this: > 2010/7/6 Stefano Sabatini : > > Hi, as in subject. > > > > The patch requires to run autoheader to re-generate the config.h.in > > file. > > Thanks for patch. I wonder if it is enough just to #undef > gai_strerror? No need to