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



On 20/05/11 20:04, Matthias Apitz wrote:
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

This means that you have not installed aclocal from FreeBSD repository, but you instaleld it manually. I am not sure, but I think people should use the first method, is that right?

--
Eugen


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