Successfully building ekiga
Jean-Baptiste Quenot
jbq at caraldi.com
Tue Apr 4 10:55:10 UTC 2006
* Steve Ames:
>
> I'm prepping a patch and will send a PR to update the versions of
> pwlib and openh323 in the FreeBSD ports tree. I expect to have the
> patches complete, tested and submitted sometime today. I'll send
> you the PR numbers and links to the patches at that time.
OK, with the pwlib update, I can compile ekiga successfully:
1) patch pwlib using Steve's patch and install
2) install devel/dbus
3) install opal (from ekiga.org) with attached patch
opal-patch-libspeex and then ./configure && gmake && gmake install
4) install ekiga (from ekiga.org) with attached patch
20060404-freebsd-ekiga and the following configure magic:
SDL_CONFIG=/usr/local/bin/sdl11-config LDFLAGS="-L/usr/local/lib -pthread" ./configure --prefix=/usr/X11R6 --with-pwlib-dir=/usr/local --with-opal-dir=/usr/local
then gmake && gmake install
We should be able to make a port now, one for opal and another for
ekiga. Shall the maintainer be gnome at FreeBSD.org?
Best regards,
--
Jean-Baptiste Quenot
aka John Banana Qwerty
http://caraldi.com/jbq/
-------------- next part --------------
--- src/codec/speex/libspeex/kiss_fft.h.orig Tue Apr 4 10:58:34 2006
+++ src/codec/speex/libspeex/kiss_fft.h Tue Apr 4 10:58:57 2006
@@ -6,10 +6,6 @@
#include <math.h>
#include <memory.h>
-#ifndef P_MACOSX
-#include <malloc.h> // RMF
-#endif
-
#ifdef __cplusplus
extern "C" {
#endif
-------------- next part --------------
diff -ru ekiga-2.0.1/src/gui/addressbook.cpp ekiga-2.0.1-patched/src/gui/addressbook.cpp
--- ekiga-2.0.1/src/gui/addressbook.cpp Sun Mar 12 20:11:33 2006
+++ ekiga-2.0.1-patched/src/gui/addressbook.cpp Tue Apr 4 12:17:23 2006
@@ -38,6 +38,7 @@
#include "../../config.h"
+#include <libintl.h>
#include "addressbook.h"
#include "main.h"
#include "chat.h"
diff -ru ekiga-2.0.1/src/gui/main.cpp ekiga-2.0.1-patched/src/gui/main.cpp
--- ekiga-2.0.1/src/gui/main.cpp Sun Mar 12 20:11:34 2006
+++ ekiga-2.0.1-patched/src/gui/main.cpp Tue Apr 4 12:17:27 2006
@@ -38,6 +38,7 @@
#include "../../config.h"
+#include <libintl.h>
#include "main.h"
#include "callshistory.h"
@@ -78,10 +79,6 @@
#include <gdk/gdkx.h>
#else
#include "winpaths.h"
-#endif
-
-#if defined(P_FREEBSD) || defined (P_MACOSX)
-#include <libintl.h>
#endif
#include <libxml/parser.h>
More information about the freebsd-gnome
mailing list