[Ekiga-list] Compiling opal-3.10.1

2011-07-17 Thread Antonio Trande
I've compiled and installed ptlib-2.10.1. $ locate libpt > /lib/libpthread-2.14.so > /lib/libpthread.so.0 > /lib/i686/nosegneg/libpthread-2.14.so > /lib/i686/nosegneg/libpthread.so.0 > /lib64/libpthread-2.14.so > /lib64/libpthread.so.0 > /usr/lib64/libpth.so.20 > /usr/lib64/libpth.so.20.0.27 > /us

Re: [Ekiga-list] Compiling opal-3.10.1

2011-07-17 Thread geo cherchetout
Le 17/07/2011 15:13, *Antonio Trande* wrote: > No package 'ptlib' found > > Consider adjusting the PKG_CONFIG_PATH environment variable if you > installed software in a non-standard prefix. Try this : $ PKG_CONFIG_PATH=/usr/local/lib/pkgconfig ./configure __

Re: [Ekiga-list] Compiling opal-3.10.1

2011-07-17 Thread Antonio Trande
Same output: $ PKG_CONFIG_PATH=/usr/local/lib/pkgconfig ./configure > checking for pkg-config... /usr/bin/pkg-config > checking pkg-config is at least version 0.9.0... yes > checking for g++... g++ > checking whether the C++ compiler works... yes > checking for C++ compiler default output file nam

Re: [Ekiga-list] Compiling opal-3.10.1

2011-07-17 Thread Antonio Trande
Solved with $ PKG_CONFIG_PATH=/usr/lib/pkgconfig ./configure . Thank you. 2011/7/17 Antonio Trande > Same output: > > $ PKG_CONFIG_PATH=/usr/local/lib/pkgconfig ./configure >> checking for pkg-config... /usr/bin/pkg-config >> checking pkg-config is at least version 0.9.0... yes >> checking for

Re: [Ekiga-list] Compiling opal-3.10.1

2011-07-17 Thread Antonio Trande
Another problem. *$ PKG_CONFIG_PATH=/usr/lib/pkgconfig ./configure --prefix=/usr --enable-FEATURE *stops with: checking for LIBAVCODEC... yes > checking filename of libavcodec library... libavcodec.so.52 > configure: libavcodec stack align hack disabled > checking libavcodec/avcodec.h usability.

Re: [Ekiga-list] Compiling opal-3.10.1

2011-07-18 Thread Eugen Dedu
On 17/07/11 18:30, Antonio Trande wrote: Solved with $ PKG_CONFIG_PATH=/usr/lib/pkgconfig ./configure . There is a problem with your machine. By default, pkg-config looks at /usr/lib/pkgconfig, there is no need to tell it so. From man pkg-config: pkg-config retrieves information abo

Re: [Ekiga-list] Compiling opal-3.10.1

2011-07-18 Thread Eugen Dedu
On 17/07/11 15:13, Antonio Trande wrote: I've compiled and installed ptlib-2.10.1. $ locate libpt /lib/libpthread-2.14.so /lib/libpthread.so.0 /lib/i686/nosegneg/libpthread-2.14.so /lib/i686/nosegneg/libpthread.so.0 /lib64/libpthread-2.14.so /lib64/libpthread.so.0 /usr/lib64/libpth.so.20 /usr/l

Re: [Ekiga-list] Compiling opal-3.10.1

2011-07-18 Thread Eugen Dedu
On 17/07/11 20:37, Antonio Trande wrote: Another problem. *$ PKG_CONFIG_PATH=/usr/lib/pkgconfig ./configure --prefix=/usr --enable-FEATURE *stops with: checking for LIBAVCODEC... yes checking filename of libavcodec library... libavcodec.so.52 configure: libavcodec stack align hack disabled ch

Re: [Ekiga-list] Compiling opal-3.10.1

2011-07-18 Thread geo cherchetout
Le 18/07/2011 19:11, *Eugen Dedu* wrote: > There is a problem with your machine. By default, pkg-config looks at > /usr/lib/pkgconfig, there is no need to tell it so. I had also to specify this path on Mandriva 2010.1. > Since with PKG_CONFIG_PATH=/usr/lib/pkgconfig ./configure it works, it >

Re: [Ekiga-list] Compiling opal-3.10.1

2011-07-18 Thread geo cherchetout
Le 18/07/2011 19:58, I wrote : >> There is a problem with your machine. By default, pkg-config looks at >> /usr/lib/pkgconfig, there is no need to tell it so. > > I had also to specify this path on Mandriva 2010.1. Sorry, the path I had to specify is /usr/local/lib/pkgconfig while most of the

Re: [Ekiga-list] Compiling opal-3.10.1

2011-07-19 Thread Eugen Dedu
On 18/07/11 21:34, geo cherchetout wrote: Le 18/07/2011 19:58, I wrote : There is a problem with your machine. By default, pkg-config looks at /usr/lib/pkgconfig, there is no need to tell it so. I had also to specify this path on Mandriva 2010.1. Sorry, the path I had to specify is /usr/lo

Re: [Ekiga-list] Compiling opal-3.10.1

2011-07-19 Thread geo cherchetout
Le 19/07/2011 10:32, *Eugen Dedu* a écrit fort à propos : >> Sorry, the path I had to specify is /usr/local/lib/pkgconfig while most of >> the .pc files are in /usr/lib/pkgconfig. > > I see that opal plays with PKG_CONFIG_PATH, that could be the problem... > Could you tell where ptlib.pc was p

Re: [Ekiga-list] Compiling opal-3.10.1

2011-07-19 Thread Eugen Dedu
On 19/07/11 11:14, geo cherchetout wrote: Le 19/07/2011 10:32, *Eugen Dedu* a écrit fort à propos : Sorry, the path I had to specify is /usr/local/lib/pkgconfig while most of the .pc files are in /usr/lib/pkgconfig. I see that opal plays with PKG_CONFIG_PATH, that could be the problem... C

Re: [Ekiga-list] Compiling opal-3.10.1

2011-07-19 Thread geo cherchetout
Le 19/07/2011 11:29, *Eugen Dedu* a écrit fort à propos : > There were many changes in configure in opal 3.10.1, could you test with > that version? Just run ./configure and PKG_... ./configure while ptlib > 2.10.1 is installed. Yes, I shall in a few hours. ___

Re: [Ekiga-list] Compiling opal-3.10.1

2011-07-19 Thread Antonio Trande
2011/7/18 Eugen Dedu > On 17/07/11 18:30, Antonio Trande wrote: > >> Solved with $ PKG_CONFIG_PATH=/usr/lib/**pkgconfig ./configure . >> > > There is a problem with your machine. By default, pkg-config looks at > /usr/lib/pkgconfig, there is no need to tell it so. > > From man pkg-config: >

Re: [Ekiga-list] Compiling opal-3.10.1

2011-07-19 Thread Antonio Trande
Updating: ptlib compiled and installed opal compiled and installed ekiga compiled and installed I've done copy of the *libopal.so* and *libopal.so.3.10.1* libraries into*/usr/lib64 * directory (my system is fedora15 64bit) manually. Ekiga works fine with integrated webcam (Acer Aspire 6930G); ec

Re: [Ekiga-list] Compiling opal-3.10.1

2011-07-19 Thread geo cherchetout
Le 19/07/2011 11:29, *Eugen Dedu* wrote: > There were many changes in configure in opal 3.10.1, could you test with > that version? Just run ./configure and PKG_... ./configure while ptlib > 2.10.1 is installed. With only ./configure : http://cjoint.com/?0GtnR1L6rNW With PKG_CONFIG_PATH=/usr/

Re: [Ekiga-list] Compiling opal-3.10.1

2011-07-19 Thread geo cherchetout
Le 19/07/2011 13:48, *geo cherchetout* wrote: > With only ./configure : http://cjoint.com/?0GtnR1L6rNW > > With PKG_CONFIG_PATH=/usr/local/lib/pkgconfig ./configure : > http://cjoint.com/?0GtnV4CLU7B ptlib is only 2.10. I got it from here : https://opalvoip.svn.sourceforge.net/svnroot/opalvoip/

Re: [Ekiga-list] Compiling opal-3.10.1

2011-07-19 Thread geo cherchetout
Le 19/07/2011 11:29, *Eugen Dedu* wrote: > There were many changes in configure in opal 3.10.1, could you test with > that version? Just run ./configure and PKG_... ./configure while ptlib > 2.10.1 is installed. Now I am awaken. ;-) With only ./configure http://cjoint.com/?0GtoyANxJV3 With P

Re: [Ekiga-list] Compiling opal-3.10.1

2011-07-19 Thread Eugen Dedu
On 19/07/11 12:27, Antonio Trande wrote: Updating: ptlib compiled and installed opal compiled and installed ekiga compiled and installed I've done copy of the *libopal.so* and *libopal.so.3.10.1* libraries into*/usr/lib64 * directory (my system is fedora15 64bit) manually. Ekiga works fine wit

Re: [Ekiga-list] Compiling opal-3.10.1

2011-07-19 Thread Eugen Dedu
On 19/07/11 14:27, geo cherchetout wrote: Le 19/07/2011 11:29, *Eugen Dedu* wrote: There were many changes in configure in opal 3.10.1, could you test with that version? Just run ./configure and PKG_... ./configure while ptlib 2.10.1 is installed. Now I am awaken. ;-) With only ./configure

Re: [Ekiga-list] Compiling opal-3.10.1

2011-07-19 Thread geo cherchetout
Le 19/07/2011 14:40, *Eugen Dedu* wrote: > pkg-config --exists --print-errors ptlib $ pkg-config --exists --print-errors ptlib Package ptlib was not found in the pkg-config search path. Perhaps you should add the directory containing `ptlib.pc' to the PKG_CONFIG_PATH environment variable No packa

Re: [Ekiga-list] Compiling opal-3.10.1

2011-07-19 Thread Eugen Dedu
On 19/07/11 15:14, geo cherchetout wrote: Le 19/07/2011 14:40, *Eugen Dedu* wrote: pkg-config --exists --print-errors ptlib $ pkg-config --exists --print-errors ptlib Package ptlib was not found in the pkg-config search path. Perhaps you should add the directory containing `ptlib.pc' to the P

Re: [Ekiga-list] Compiling opal-3.10.1

2011-07-19 Thread Eugen Dedu
On 19/07/11 11:59, Antonio Trande wrote: 2011/7/18 Eugen Dedu On 17/07/11 18:30, Antonio Trande wrote: Solved with $ PKG_CONFIG_PATH=/usr/lib/**pkgconfig ./configure . There is a problem with your machine. By default, pkg-config looks at /usr/lib/pkgconfig, there is no need to tell it so

Re: [Ekiga-list] Compiling opal-3.10.1

2011-07-19 Thread Antonio Trande
Sure. > $ pkg-config --exists --print-errors ptlib > Package ptlib was not found in the pkg-config search path. > Perhaps you should add the directory containing `ptlib.pc' > to the PKG_CONFIG_PATH environment variable > No package 'ptlib' found > $ PKG_CONFIG_PATH=/usr/local/lib/pkgconfig pkg-con

Re: [Ekiga-list] Compiling opal-3.10.1

2011-07-20 Thread Eugen Dedu
On 19/07/11 11:59, Antonio Trande wrote: 2011/7/18 Eugen Dedu On 17/07/11 18:30, Antonio Trande wrote: Solved with $ PKG_CONFIG_PATH=/usr/lib/**pkgconfig ./configure . There is a problem with your machine. By default, pkg-config looks at /usr/lib/pkgconfig, there is no need to tell it so

Re: [Ekiga-list] Compiling opal-3.10.1

2011-07-20 Thread Eugen Dedu
On 18/07/11 21:34, geo cherchetout wrote: Le 18/07/2011 19:58, I wrote : There is a problem with your machine. By default, pkg-config looks at /usr/lib/pkgconfig, there is no need to tell it so. I had also to specify this path on Mandriva 2010.1. Sorry, the path I had to specify is /usr/lo

Re: [Ekiga-list] Compiling opal-3.10.1

2011-07-20 Thread Antonio Trande
Ok Eugen, wait your news. Thank you. 2011/7/20 Eugen Dedu > On 19/07/11 11:59, Antonio Trande wrote: > >> 2011/7/18 Eugen >> Dedu >> > >> >> On 17/07/11 18:30, Antonio Trande wrote: >>> >>> Solved with $ PKG_CONFIG_PATH=/usr/lib/pkgconfig ./configure . >>> There is a problem w