Re: [GnomeMeeting-list] BETA2 - autoconf problem with pwlib detection
- From: "David Corking" <lists dcorking com>
- To: "GnomeMeeting mailing list" <gnomemeeting-list gnome org>
- Subject: Re: [GnomeMeeting-list] BETA2 - autoconf problem with pwlib detection
- Date: Wed, 8 Mar 2006 01:25:30 +0000
On 3/7/06, Damien Sandras <dsandras seconix com> wrote:
> Le mardi 07 mars 2006 à 11:46 +0000, David Corking a écrit :
> > I am compiling Ekiga BETA 2 (1.99.1 on SuSE 9.3) I downloaded and
> > successfully compiled the pwlib and opal tarballs that come in the
> > BETA 2 distribution.
> >
> > What does this output mean?
> >
> > checking for PWLib includes in /home/dcorking/pwlib/include/...
> > checking for /home/dcorking/pwlib/include/ptlib/pprocess.h... yes
> > checking for read in -lpt... no
> > configure: error: You need the PWLib library to compile Ekiga
> > >
> >
>
> Is libpt.so present in your LIBRARY_PATH?
No. Thanks - that fixed it. I have no LIBRARY_PATH in my
environment, but doing
make install
in pwlib had the same effect.
To find the header files configure still needed
--with-pwlib-dir=/home/dcorking/pwlib
Then I needed
dcorking seahouses:~/pwlib> mkdir bin
dcorking seahouses:~/pwlib> cd bin
dcorking seahouses:~/pwlib/bin> ln -sv ../make/ptlib-config
Did anyone else need that? It seems that
(cd /usr/local/bin; rm -f ptlib-config ; ln -snf
../share/pwlib/make/ptlib-config ptlib-config)
in the pwlib install target failed to do its job.
Now I find other dependencies that are not listed in INSTALL.
configure does not seem to respond to the options
--without-avahi-glib --without-avahi-client
so I am compiling those as I write, even though I don't need
autodiscovery afaik. I seem to have an incomplete pkg-config database
so it is an uphill struggle. Is avahi mandatory?
However I am on the right track. Thanks again.
David
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]