Re: [Ekiga-devel-list] Ekiga 3 on FreeBSD
- From: Eugen Dedu <Eugen Dedu pu-pm univ-fcomte fr>
- To: Ekiga development mailing list <ekiga-devel-list gnome org>
- Subject: Re: [Ekiga-devel-list] Ekiga 3 on FreeBSD
- Date: Sat, 02 May 2009 18:20:02 +0200
Aragon Gouveia wrote:
Hi
Eugen Dedu wrote:
Aragon Gouveia wrote:
Hi,
I would like to try get Ekiga 3 running on FreeBSD with the hope of
getting a working port together.
I have got it sort of working. I'm using Ekiga 3.0.2, Opal 3.4.4,
and Ptlib 2.4.4 (which is already ported).
Couldn't you please use ekiga 3.2.0? It fixed several issues compared
to 3.0...
I've finally managed to try 3.2.0 with Ptlib 2.6.1 and Opal 3.6.1.
I am experiencing the same core dump as before. (gdb output below)
It seems to be originating from Ptlib. When porting Ptlib, there were
quite a few type definition changes needed to get it to compile, and
maybe that's causing the problem now. I've attached the ptlib patch
that I needed to apply to get it compiling.
Any ideas?
Could you please inform opal-voip mailing list about all that?
For the patches: are all the changes to be applied upstream, or some of
them are only cosmetic? For ex.:
- $(INSTALL) -m 444
$(PT_LIBDIR)/$(PTLIB_FILE) MAJOR_VERSION@ MINOR_VERSION@@BUILD_TYPE@@BUILD_NUMBER@
$(DESTDIR)$(LIBDIR)
+ $(INSTALL) -m 444 $(PT_LIBDIR)/$(PTLIB_FILE) MAJOR_VERSION@
$(DESTDIR)$(LIBDIR)
- mkdir -p $(DESTDIR)$(LIBDIR)/pkgconfig
- chmod 755 $(DESTDIR)$(LIBDIR)/pkgconfig
- $(INSTALL) -m 644 ptlib.pc $(DESTDIR)$(LIBDIR)/pkgconfig/
+ mkdir -p $(DESTDIR)$(PREFIX)/libdata/pkgconfig
+ chmod 755 $(DESTDIR)$(PREFIX)/libdata/pkgconfig
+ $(INSTALL) -m 644 ptlib.pc $(DESTDIR)$(PREFIX)/libdata/pkgconfig/
[has location of pkgconfig changed?]
As far as I understood, configure is generated, so you have to patch
configure.in instead.
-#ifdef P_MACOSX
#define environ (NULL)
-#endif
[Does not this break other OS compilation?]
Cheers,
--
Eugen
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]