[Ekiga-devel-list] 3.2.0 Win32
- From: Michael Cronenworth <mike cchtml com>
- To: Ekiga development mailing list <ekiga-devel-list gnome org>
- Subject: [Ekiga-devel-list] 3.2.0 Win32
- Date: Thu, 19 Mar 2009 02:26:45 -0500
I've made an initial build of 3.2.0. It's just like my previous trunk
build. It will not register and crashes on exit. VFW support is still
not visible even though ptlib is built with VFW enabled.
I had to perform just two new patches to get it to build. The PTimeParse
issue is still around... one of these days I'll take time to figure it
out. I'm attaching the patches. The ptlib patch is to move the IPv6
define around another struct since MinGW doesn't have the IPv6 include
headers. The ekiga patch is to let the icon file be found since it was
moved.
I can make the build available to people who want to try and help debug
figure out why it's not working right.
Mike
--- ekiga/ekiga.rc.orig 2009-03-19 01:03:44.399840219 -0500
+++ ekiga/ekiga.rc 2009-03-19 01:54:23.719965502 -0500
@@ -26,4 +26,4 @@
}
}
-2 ICON DISCARDABLE "ico/ekiga.ico"
+2 ICON DISCARDABLE "win32/ico/ekiga.ico"
--- ptlib/src/ptlib/msos/ethsock.cxx.orig 2009-03-19 01:38:33.293970865 -0500
+++ ptlib/src/ptlib/msos/ethsock.cxx 2009-03-19 01:33:21.764006837 -0500
@@ -1369,6 +1369,7 @@
};
+#if IPv6_ENABLED
class PIPAdaptersAddressTable
{
public:
@@ -1399,7 +1400,6 @@
};
-#if IPv6_ENABLED
#include <tchar.h>
class PIPRouteTableIPv6 : public PIPRouteTable
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]