Re: [Ekiga-list] Compile Problem Resolved sort of.

2009-01-01 Thread Brian
Brian, 1) I am still not able to compile. The libtool that gets generated in the ekiga-3.0.1 directory contains a mass of files that are hardcoded with /opt/gnome/lib. As mentioned previously on my particular system SUSE 11.1 32bit I do not have anything in /opt/gnome/lib. All the required

Re: [Ekiga-list] Compile Problem

2008-12-31 Thread ALPHONSO Fabrice
On Wed, December 31, 2008 12:58 am, Brian wrote: Fabrice, a quick mail to say I successfully compiled ekiga 3.0.1 on my OpenSUSE 11.1 (x86_64 version) at work past afternoon. just using the sources tarballs provided at www.ekiga.org I used standard ./configure command the only noticable

Re: [Ekiga-list] Compile Problem

2008-12-31 Thread Eugen Dedu
Brian wrote: Eugen, Only to discover that suse dropped support for resmgr after 10.3. It nolonger exists in 11.1. Suse now appears to use hal-resmgr. Once I figured out what libs were required where, I coped, but I do not understand how to proceed with this one. Is it possible to remove the

Re: [Ekiga-list] Compile Problem

2008-12-31 Thread Brian
Eugen, In the original version (sources only), I do not have these files. After compilation, I do have these files, but they do not reference resmgr. Yes it makes me think that I am picking up a file a I shouldn't, from the old 10.3 system. There should be no reference to resmgr in 11.1.

Re: [Ekiga-list] Compile Problem

2008-12-31 Thread Brian
Eugen, I am still getting these errors. libtool: link: cannot find the library `/opt/gnome/lib/libgnomevfs-2.la' or unhandled argument `/opt/gnome/lib/libgnomevfs-2.la' On doing a reinstall for the package that contains this file I see that it gets put into /usr/lib. Checking /opt/gnome/lib

Re: [Ekiga-list] Compile Problem

2008-12-30 Thread Brian
Eugen, Thanks this put me on the right track. I can confirm that suse 11.1 is the problem. In ekiga-3.0.1/lib/engine/ it still uses *.la files all these have been removed in 11.1, in addition there is practically nothing in /opt/gnome/lib. Most of those files have been moved to /usr/lib. There

Re: [Ekiga-list] Compile Problem

2008-12-30 Thread Brian
Damien, FYI I have just got on to the suse forum to see if I could get some help. Keyed in ekiga and the very first hit I get was somebody saying they have just upgraded to 11.1 and it does not work. Later, Brian PS. I will try to find out who the old packager was and see if they can help.

Re: [Ekiga-list] Compile Problem

2008-12-30 Thread Eugen Dedu
Brian wrote: Eugen, Thanks this put me on the right track. I can confirm that suse 11.1 is the problem. In ekiga-3.0.1/lib/engine/ it still uses *.la files all these have been removed in 11.1, in addition there is practically nothing in /opt/gnome/lib. Most of those files have been moved to

Re: [Ekiga-list] Compile Problem

2008-12-30 Thread Fabrice ALPHONSO
Hi guys, a quick mail to say I successfully compiled ekiga 3.0.1 on my OpenSUSE 11.1 (x86_64 version) at work past afternoon. just using the sources tarballs provided at www.ekiga.org I used standard ./configure command the only noticable thing is that I had to provide --libdir=/usr/lib64

Re: [Ekiga-list] Compile Problem

2008-12-30 Thread Brian
Eugen, Only to discover that suse dropped support for resmgr after 10.3. It nolonger exists in 11.1. Suse now appears to use hal-resmgr. Once I figured out what libs were required where, I coped, but I do not understand how to proceed with this one. Is it possible to remove the requirement

Re: [Ekiga-list] Compile Problem

2008-12-30 Thread Brian
Fabrice, a quick mail to say I successfully compiled ekiga 3.0.1 on my OpenSUSE 11.1 (x86_64 version) at work past afternoon. just using the sources tarballs provided at www.ekiga.org I used standard ./configure command the only noticable thing is that I had to provide

Re: [Ekiga-list] Compile Problem

2008-12-29 Thread Damien Sandras
Le lundi 29 décembre 2008 à 11:52 +1000, Brian a écrit : Damien, Can you provide a full log ? Do you mean from a ekiga -d 4? Yes -- _ Damien Sandras (o- //\Ekiga Softphone : http://www.ekiga.org/ v_/_ Be IP : http://www.beip.be/ FOSDEM :

Re: [Ekiga-list] Compile Problem

2008-12-29 Thread Eugen Dedu
Brian wrote: Damien, Can you provide a full log ? Do you mean from a ekiga -d 4? I fear the V4L2 plugin is not installed, but only the 'deprecated' V4L2 plugin... I agree, that is what it looks like and last time I got out of the same situation by installing the latest pwlib. I believe

Re: [Ekiga-list] Compile Problem

2008-12-29 Thread Brian
Eugen, pwlib-plugins-v4l2-1.10.10-56.2 - V4L2 support for pwlib This is the old plugin. Yes I agree, unfortunately emails do not convey levels of frustration:) ekiga 3.0 compiles only with the latest versions of ptlib (previously caled pwlib) and opal: ptlib 2.4.2 (you have here

Re: [Ekiga-list] Compile Problem

2008-12-28 Thread Damien Sandras
Hi, Le dimanche 28 décembre 2008 à 16:21 +1000, Brian a écrit : Damien, I have tried lots of options here( I have been working on this for two days), however, I am really stuck now. I think you are right it is probably due to me running a suse/kde system. So I have given up for now( I am

Re: [Ekiga-list] Compile Problem

2008-12-28 Thread Brian
Damien, Can you provide a full log ? Do you mean from a ekiga -d 4? I fear the V4L2 plugin is not installed, but only the 'deprecated' V4L2 plugin... I agree, that is what it looks like and last time I got out of the same situation by installing the latest pwlib. I believe I have the

Re: [Ekiga-list] Compile Problem

2008-12-27 Thread Damien Sandras
Hi, Le samedi 27 décembre 2008 à 11:30 +1000, Brian a écrit : Hi, I am trying to compile ekiga 3.0.1 on a SUSE 11.1 system. I am not sure if there are two problems or they are related. 1) My configure comes up with configure:5040: gcc -E conftest.c conftest.c:14:28: error:

Re: [Ekiga-list] Compile Problem

2008-12-27 Thread Brian
Damien, Lets tackle one problem at a time:) argument `/usr/lib/gcc/i586-suse-linux/4.3/../../../libsigc-2.0.la' Do you have the devel versions of libsigc++2 installed ? Yes I do, the libsigc-2.0.la is not in it. However, I think this may be a package problem(don't quote me:) I did a search

Re: [Ekiga-list] Compile Problem

2008-12-27 Thread Damien Sandras
Le samedi 27 décembre 2008 à 23:28 +1000, Brian a écrit : Damien, Lets tackle one problem at a time:) argument `/usr/lib/gcc/i586-suse-linux/4.3/../../../libsigc-2.0.la' Do you have the devel versions of libsigc++2 installed ? Yes I do, the libsigc-2.0.la is not in it. However, I

[Ekiga-list] Compile Problem

2008-12-26 Thread Brian
Hi, I am trying to compile ekiga 3.0.1 on a SUSE 11.1 system. I am not sure if there are two problems or they are related. 1) My configure comes up with configure:5040: gcc -E conftest.c conftest.c:14:28: error: ac_nonexistent.h: No such file or directory configure:5046: $? = 1 configure: