Here are some patches and procedure I followed :
ekiga 3.1 7662 has the same comportment under Linux and Windows (for me). I use ekiga as SIP client on my asterisk. Both clients crash when accpting an incoming call. Unfortunately : No debug Thierry Simonnet wrote: I succeded to have an Ekiga win32 exe using trunk branch of svn. --
Thierry Simonnet ESIEE – Paris Par respect pour l’environnement, n’imprimez ce mail que si nécessaire |
--- ./src/ptlib/src/ptlib/common/ptime.cxx.orig 2009-02-16 11:01:41.000000000 +0100 +++ ./src/ptlib/src/ptlib/common/ptime.cxx 2009-02-16 11:02:34.000000000 +0100 @@ -549,7 +549,11 @@ #define STDAPICALLTYPE #endif -time_t STDAPICALLTYPE PTimeParse(void *, struct tm *, int); +time_t STDAPICALLTYPE PTimeParse(void *, struct tm *, int) +{ + return 0; +} + int STDAPICALLTYPE PTimeGetChar(void * stream) {
--- src/ptlib/include/ptlib/msos/ptlib/contain.h.orig 2009-02-16 09:19:23.000000000 +0100 +++ src/ptlib/include/ptlib/msos/ptlib/contain.h 2009-02-16 09:19:38.000000000 +0100 @@ -88,7 +88,7 @@ // At least Windows 2000 #ifndef WINVER - #define WINVER 0x0500 + #define WINVER 0x0501 #endif #if !defined(_WIN32_WINNT) && !defined(_WIN32_WCE)
4c4 < DEBUG := 1 --- > DEBUG := 0 21c21 < WGET := wget -nv -T 60 -N --no-proxy --- > WGET := wget -nv -T 60 -N 64c64 < EKIGA_VER = 2.9 --- > EKIGA_VER = 3.1_7662 75c75 < OPAL_VER:= 3.4.1 --- > OPAL_VER:= 3.5.2 77c77 < OPAL_URL:= https://opalvoip.svn.sourceforge.net/svnroot/opalvoip/opal/tags/v3_4_1 --- > OPAL_URL:= https://opalvoip.svn.sourceforge.net/svnroot/opalvoip/opal/tags/v3_5_2 81c81 < PTLIB_VER:= 2.4.1 --- > PTLIB_VER:= 2.5.2 83c83 < PTLIB_URL:= https://opalvoip.svn.sourceforge.net/svnroot/opalvoip/ptlib/tags/v2_4_1 --- > PTLIB_URL:= https://opalvoip.svn.sourceforge.net/svnroot/opalvoip/ptlib/tags/v2_5_2 87c87 < OPENLDAP_VER := 2.3.28 --- > OPENLDAP_VER := 2.3.43 107c107 < GTK_INSTALLER_URL := http://mesh.dl.sourceforge.net/gtk-win --- > GTK_INSTALLER_URL := http://freefr.dl.sourceforge.net/gtk-win 126c126 < XML2_VER := 2.6.26 --- > XML2_VER := 2.6.32 131,132c131,132 < LIBPNG_VER := 1.2.8 < GNUWIN32_URL := http://mesh.dl.sourceforge.net/gnuwin32 --- > LIBPNG_VER := 1.2.34-1 > GNUWIN32_URL := http://freefr.dl.sourceforge.net/sourceforge/gnuwin32 185c185 < ACLOCAL:=aclocal-1.9 --- > ACLOCAL:=aclocal-1.10 204,205c204,207 < --disable-dbus --disable-avahi --disable-xv --with-ldap-dir=$(OPENLDAP_DIR) \ < --enable-static-libs --- > --disable-dbus --disable-avahi --disable-xv \ > --enable-static-libs --disable-ldap > > #--with-ldap-dir=$(OPENLDAP_DIR) \ 233c235 < hash tar unzip zip wget $(ACLOCAL) autoheader libtoolize automake-1.9 autoconf pkg-config gnome-autogen.sh bison gdk-pixbuf-csource||(echo we need more binaries ;exit 1) --- > hash tar unzip zip wget $(ACLOCAL) autoheader libtoolize automake-1.10 autoconf pkg-config gnome-autogen.sh bison gdk-pixbuf-csource||(echo we need more binaries ;exit 1)