GNOME Bugzilla – Bug 678836
check for newer versions of ptlib & opal
Last modified: 2012-06-27 09:43:04 UTC
This commit in ekiga: commit e259f10439a1b1bb32931547401ad958a2f5bf8e Author: Eugen Dedu <Eugen.Dedu@pu-pm.univ-fcomte.fr> Date: Mon Apr 23 18:00:29 2012 +0200 Use a fourth registration mode (useful when firewall has ALG) Included the use of the SIPRegister::e_HasApplicationLayerGateway symbol, which was introduced in Opal at version 3.10.4 But the configure script checks for Opal version 3.10.2, which, naturally, fails. This patch updates the configure.ac script to verify the 3.10.4 Opal version and 2.10.4 Ptlib version
Created attachment 217266 [details] [review] check for newer versions of ptlib (2.10.4) & opal (3.10.4)
There are other changes (http://git.gnome.org/browse/ekiga/commit/?id=026f54b2 for ex.) which need even the current branch, not only the latest release, so even using what you wrote is not sufficient. But if you really prefer, we increase it. Do you prefer it?
Fixxed with http://git.gnome.org/browse/ekiga/commit/?id=1bb1fc8e6af4, thank you!
-PTLIB_REC_VERSION="2.10.2" -OPAL_REC_VERSION="3.10.2" +PTLIB_REC_VERSION="2.10.6" +OPAL_REC_VERSION="3.10.6" But, those versions don't exist yet. So, practically is not possible to compile Ekiga right now. This doesn't seem right.
Well, you need branches (i.e. .10.6), not last release (.10.5), as per comment #2.
I've added the bug #678958 with a patch for jhbuild in order to use the svn version of these libraries.