Re: [Ekiga-list] Ekiga from git : No configure file & autogen.sh issue



On 08/02/12 15:57, geo cherchetout wrote:
Hello

I have just installed ptlib v2_10 and opal v3_10 from svn and should
like to install ekiga from git. In ekiga directory there is no configure
file, so I guess perhaps I have to run autogen.sh, though this is not
mentioned in README ?

Unfortunately, this is what I get :

$ cd ekiga
$ ./autogen.sh
checking for autoconf >= 2.53...
testing autoconf2.50... not found.
testing autoconf... found 2.68
checking for automake >= 1.8...
testing automake-1.11... found 1.11.1
checking for libtool >= 1.4.3...
testing libtoolize... found 2.4
checking for glib-gettext >= 2.2.0...
testing glib-gettextize... found 2.28.6
checking for intltool >= 0.25...
testing intltoolize... found 0.41.1
checking for pkg-config >= 0.14.0...
testing pkg-config... found 0.25
checking for gnome-doc-utils >= 0.4.2...
testing gnome-doc-prepare... found 0.20.5
Checking for required M4 macros...
Checking for forbidden M4 macros...
**Warning**: I am going to run `configure' with no arguments.
If you wish to pass any to it, please specify them on the
`./autogen.sh' command line.

skipping . -- directory is read only

I think the problem is here. What does 'ls -ld ekiga' shows? If only w is not shown (why have you removed it?), execute 'chmod u+rwx ekiga'. For info, the code in gnome-autogen.sh is the following:
    elif [ ! -w $dirname ]; then
        echo skipping $dirname -- directory is read only

Running ./configure --enable-maintainer-mode ...
/usr/bin/gnome-autogen.sh: ligne502: ./configure: Aucun fichier ou
dossier de ce type

--
Eugen


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