[Ekiga-devel-list] win32 build



Hi Torsten,

the win32 build has been fixed. In order to verify your build environment, you
can try the following patch to switch to my reference revisions which I have
tested.

There are two issues that might appear:
- break of compilation of openldap if concurrency > 1
- break of ffmpeg installation

Both can be safely ignored and compilation resumed with "make".
My setup looks like this (its a little outdated I think)

nsis             2.33-1 Nullsoft Scriptable Install System (modified
mingw32          4.2.1.dfsg-1 Minimalist GNU win32 (cross) compiler
mingw32-binutils 2.17.50-20070129.1-1 minimalist GNU win32 (cross) binutils
mingw32-runtime  3.13-1 Minimalist GNU win32 (cross) runtim

I have fixed the wchar issue in ptlib, it actually was only one #define. Thus no
 more patches are required.

Best regards,
Matthias


----------------------------------------------------------------
This message was sent using IMP, the Internet Messaging Program.
Index: Makefile
===================================================================
--- Makefile	(revision 6181)
+++ Makefile	(working copy)
@@ -59,7 +59,7 @@
 
 
 EKIGA_VER = 2.9
-EKIGA_REV = HEAD
+EKIGA_REV = 6181
 EKIGA_URL = http://svn.gnome.org/svn/ekiga/trunk
 EKIGA_ARCHIVE := ekiga
 EKIGA_DIR = $(BUILDROOT)/ekiga
@@ -70,13 +70,13 @@
 EKIGA_INSTALLER := ekiga-setup-${EKIGA_VER}.exe
 
 OPAL_VER:= 3.3.0
-OPAL_REV:= HEAD
+OPAL_REV:= 19980
 OPAL_URL:= https://opalvoip.svn.sourceforge.net/svnroot/opalvoip/opal/trunk
 OPAL_ARCHIVE := opal
 OPAL_DIR:= $(BUILDROOT)/opal
 
 PTLIB_VER:= 2.3.0
-PTLIB_REV:= HEAD
+PTLIB_REV:= 19980
 PTLIB_URL:= https://opalvoip.svn.sourceforge.net/svnroot/opalvoip/ptlib/trunk
 PTLIB_DIR:= $(BUILDROOT)/ptlib
 PTLIB_ARCHIVE := ptlib


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]