[Ekiga-devel-list] CVS HEAD compilation porblem

2006-09-28 Thread Matthias Schneider
i all, trying to compile ekiga, opal and pwlib from cvs I run into the following error on the compilation of ekiga: g++ -g -O2 -o ekiga accounts.o addressbook.o callbacks.o callshistory.o chat.o config.o druid.o history.o main.o misc.o preferences.o tools.o statusicon.o contacts.o audio.o fakev

Re: [Ekiga-devel-list] CVS HEAD compilation porblem

2006-09-28 Thread Jan Schampera
On Thu, 28 Sep 2006 22:34:30 +0200 (CEST) Matthias Schneider <[EMAIL PROTECTED]> wrote: > i all, > trying to compile ekiga, opal and pwlib from cvs I run into the > following error on the compilation of ekiga: > > [some compilation error] Looks like wrong OPAL and/or PWLib: use HEAD of them. J.

Re: [Ekiga-devel-list] CVS HEAD compilation porblem

2006-09-28 Thread Matthias Schneider
Hello, sorry, forgot to mention, I am using latest HEAD version of OPAL and PWLIB. I configure ekiga given it the --with-pwlib-dir and --with-opal-dir options pointing to the respective HEAD libraries. Matthias --- Jan Schampera <[EMAIL PROTECTED]> schrieb: > On Thu, 28 Sep 2006 22:34:30 +0200

Re: [Ekiga-devel-list] CVS HEAD compilation porblem

2006-09-29 Thread Damien Sandras
Hi; Probably your library path is wrong and it tries to link to an older version of the libs located in /usr/lib/. Le jeudi 28 septembre 2006 à 23:07 +0200, Matthias Schneider a écrit : > Hello, > sorry, forgot to mention, I am using latest HEAD version of OPAL and PWLIB. I > configure ekiga >

Re: [Ekiga-devel-list] CVS HEAD compilation porblem

2006-09-29 Thread Matthias Schneider
Hello, thank you very much deleting an abandoned opal library in /usr/lib solved my problem. I still however do not understand why ekiga tried to compile against this library when handed explicitly the path by the --with-opal-dir option Bye Matthias --- Damien Sandras <[EMAIL PROTECTED]>

Re: [Ekiga-devel-list] CVS HEAD compilation porblem

2006-09-29 Thread Jan Schampera
On Fri, 29 Sep 2006 23:19:06 +0200 (CEST) Matthias Schneider <[EMAIL PROTECTED]> wrote: > thank you very much deleting an abandoned opal library in /usr/lib > solved my problem. I still however do not understand why ekiga tried > to compile against this library when handed explicitly the path by >

Re: [Ekiga-devel-list] CVS HEAD compilation porblem

2006-09-30 Thread Damien Sandras
Le vendredi 29 septembre 2006 à 23:19 +0200, Matthias Schneider a écrit : > Hello, > thank you very much deleting an abandoned opal library in /usr/lib solved my > problem. I still > however do not understand why ekiga tried to compile against this library > when handed explicitly > the path by