[Ekiga-devel-list] small patch for FreeBSD HEAD, but ekiga crashes on start



El día Tuesday, May 17, 2011 a las 11:43:39AM +0200, Matthias Apitz escribió:

> I have time to re-make Ekiga on FreeBSD and to update my page in the
> Wiki http://wiki.ekiga.org/index.php/Compile_your_own_SVN_version_of_Ekiga_on_FreeBSD
> 
> I fetched the sources of the master/trunk as stated in the Wiki about
> 'Download Ekiga sources'; PTlib compiles nearly fine (will send a small
> patch), but Opal failed with;
> 

With the help of the opal mailing list I have now compiled and installed
PTlib and Opal from SVN;

ekiga from git itself needs a small patch to be configured:

*** autogen.sh.OLD      2011-05-15 18:28:50.000000000 +0200
--- autogen.sh  2011-05-20 07:41:33.000000000 +0200
***************
*** 43,46 ****
    exit 1
  fi
  
! ACLOCAL_FLAGS="$ACLOCAL_FLAGS -I /usr/share/aclocal" GNOME_DATADIR="$gnome_datadir" USE_GNOME2_MACROS=1 . $gnome_autogen
--- 43,48 ----
    exit 1
  fi
  
! test -d /usr/local/share/aclocal && ACLOCAL_DIR="-I /usr/local/share/aclocal"
! test -d /usr/share/aclocal       && ACLOCAL_DIR="-I /usr/share/aclocal"
! ACLOCAL_FLAGS="$ACLOCAL_FLAGS $ACLOCAL_DIR" GNOME_DATADIR="$gnome_datadir" USE_GNOME2_MACROS=1 . $gnome_autogen

with this it compiles (with a lot of warnings) and installes fine; but
it crashes on start without any other message or windows:

guru@tinyCurrent:~/Ekiga/ekiga> ekiga --version
terminate called after throwing an instance of '__gnu_cxx::__concurrence_unlock_error'
  what():  __gnu_cxx::__concurrence_unlock_error
Abort trap: 6 (`core' generado)

I run it with truss and it seems to be in the phase of dynamic loading
of it shared libs...

Any hints?

	matthias
-- 
Matthias Apitz
t +49-89-61308 351 - f +49-89-61308 399 - m +49-170-4527211


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