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 files have been put
into /usr/lib.
I cannot see how to change this setup, so I am going to leave it for
now( I may try a fresh install to see what happens).

2) I am able to leave it because I have just done yet another download
of the SUSE supplied package and this time it has worked.
This is because when you run the config assistant it now gives me the
option to select UVC (camera id) (PTLIBV4L2). This option was not
available previously.
See below for the version I am running.

Many thanks Eugen for your pointers.

Brian

Information for package ekiga:
Repository: @System
Name: ekiga
Version: 3.0.1-1.22
Arch: i586
Vendor: openSUSE
Installed: Yes
Status: up-to-date
Installed Size: 4.6 M
Summary: A Gnome based SIP/H323 teleconferencing application
___
ekiga-list mailing list
ekiga-list@gnome.org
http://mail.gnome.org/mailman/listinfo/ekiga-list


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 thing is that
 I
  had to provide --libdir=/usr/lib64 explicitelly.
 
 Great, at least we know it is possible.
 Can I ask if you did a new install of 11.1 or an upgrade?
 I am using the same tarballs as you but somehow I end up looking for
 resmgr.

It was indeed an upgrade from a 11.0 upgraded from a 10.X version...
But a search with zypper cli or even yast2's package manager doesn't show
me anything about resmgr...


  I'll resend a mail tomorrow with the exact ./configure command I used
  when I'll be back at work.
 
 Will give it another go as soon as I get it.
Here are the ./configure commands I used :

To compile ptlib :
./configure --enable-audio --enable-video --disable-avc --disable-dc
--enable-alsa --disable-oss --enable-v4l2 --enable-v4l  --enable-plugins
--enable-opal --prefix=/usr --sysconfdir=/etc --libdir=/usr/lib64

To compile opal :
./configure --prefix=/usr --sysconfdir=/etc --libdir=/usr/lib64
--enable-plugins --enable-video --enable-localspeex

To compile ekiga :
./configure --prefix=/usr --sysconfdir=/etc --libdir=/usr/lib64

I know it's not usual OpenSUSE pathes, official packages certainly put
things in some other pathes, but it seems to work as is for me as just
after installing, it started fine and I had a successfull connection with
another Ekiga 3.0.2beta for Windows installed on another PC in my LAN.


 Brian

Hth,

Fabrice



___
ekiga-list mailing list
ekiga-list@gnome.org
http://mail.gnome.org/mailman/listinfo/ekiga-list


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 requirement to load resmgr?

I didn't know what resmgr is, so I took a look at
http://www.lst.de/~okir/resmgr.  In debian, my machine, resmgr does not
exist.  I searched resmgr in ekiga, ptlib and opal, and I haven't found
it either.  So I imagine it's suse which adds it to the command line??
Look at the parameters of gcc (gcc -v or other flags, I don't know).
Also, try to install the package providing resmgr library.


On my system the following files reference resmgr.
file:///Documents/SOURCE/SUSE11/ekiga-3.0.1/lib/engine/libekiga_engine.la
file:///Documents/SOURCE/SUSE11/ekiga-3.0.1/lib/engine/.libs/libekiga_engine.la
file:///Documents/SOURCE/SUSE11/ekiga-3.0.1/lib/libekiga.la
file:///Documents/SOURCE/SUSE11/ekiga-3.0.1/lib/.libs/libekiga.la
file:///Documents/SOURCE/SUSE11/ekiga-3.0.1/lib/engine/gui/gtk-core/libgmgtk-core.la
file:///Documents/SOURCE/SUSE11/ekiga-3.0.1/lib/engine/gui/gtk-core/.libs/libgmgtk-core.la
file:///Documents/SOURCE/SUSE11/ekiga-3.0.1/lib/engine/gui/gtk-frontend/libgmgtk-frontend.la
file:///Documents/SOURCE/SUSE11/ekiga-3.0.1/lib/engine/gui/gtk-frontend/.libs/libgmgtk-frontend.la
file:///Documents/SOURCE/SUSE11/ekiga-3.0.1/lib/gui/libgmwidgets.la
file:///Documents/SOURCE/SUSE11/ekiga-3.0.1/lib/gui/.libs/libgmwidgets.la
file:///Documents/SOURCE/SUSE11/ekiga-3.0.1/lib/toolbox/libtoolbox.la
file:///Documents/SOURCE/SUSE11/ekiga-3.0.1/lib/toolbox/.libs/libtoolbox.la

On your debian system do you use *.la files at all?
If not then I need to look at why I do.


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.

--
Eugen
___
ekiga-list mailing list
ekiga-list@gnome.org
http://mail.gnome.org/mailman/listinfo/ekiga-list


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.

I did a  make clean and then started again with your configure options,
except I used /user/lib.
I think PTLIB and OPAL went a lot better, I definitely saw messages that
seemed to be including V4L2 this time.

However, on recompiling ekiga I ended up with the same resmgr problem.
Next I thing I will try re extracting the tarball and start with a clean
slate, but it is 03.00 and I am falling asleep.

Later,
Brian
___
ekiga-list mailing list
ekiga-list@gnome.org
http://mail.gnome.org/mailman/listinfo/ekiga-list


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 there is literally nothing in there.

Is that the case with your system?
If so how do I tell the libtool to go look in /usr/lib?

Thanks,
Brian
___
ekiga-list mailing list
ekiga-list@gnome.org
http://mail.gnome.org/mailman/listinfo/ekiga-list


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 were about 6 other files that were deleted altogether.
What a mess!
Anyway I got over all of them, and engine compiled ok.

Now I get to
/usr/lib/gcc/i586-suse-linux/4.3/../../../../i586-suse-linux/bin/ld:
cannot find -lresmgr
collect2: ld returned 1 exit status
make[3]: *** [ekiga] Error 1
make[3]: Leaving directory `/Documents/SOURCE/SUSE11/ekiga-3.0.1/src'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/Documents/SOURCE/SUSE11/ekiga-3.0.1/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/Documents/SOURCE/SUSE11/ekiga-3.0.1'
make: *** [all] Error 2

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 to load resmgr?

Thanks,
Brian



Eugen Dedu wrote:
 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 I have the latest installed, see below.

 Brian


 pwlib-plugins-v4l2 - V4L2 support for pwlib

 This plugin enables 'video for linux' (version 2) support (e.g. for USB
 cameras) for pwlib.
 The level of support is unspecified


 pwlib-plugins-v4l2-1.10.10-56.2 - V4L2 support for pwlib
 
 This is the old plugin.
 
 ekiga 3.0 compiles only with the latest versions of ptlib (previously
 caled pwlib) and opal: ptlib 2.4.2 (you have here 1.10.10) and opal 3.4.2.
 
___
ekiga-list mailing list
ekiga-list@gnome.org
http://mail.gnome.org/mailman/listinfo/ekiga-list


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.
___
ekiga-list mailing list
ekiga-list@gnome.org
http://mail.gnome.org/mailman/listinfo/ekiga-list


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 /usr/lib.
There were about 6 other files that were deleted altogether.
What a mess!
Anyway I got over all of them, and engine compiled ok.

Now I get to
/usr/lib/gcc/i586-suse-linux/4.3/../../../../i586-suse-linux/bin/ld:
cannot find -lresmgr
collect2: ld returned 1 exit status
make[3]: *** [ekiga] Error 1
make[3]: Leaving directory `/Documents/SOURCE/SUSE11/ekiga-3.0.1/src'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/Documents/SOURCE/SUSE11/ekiga-3.0.1/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/Documents/SOURCE/SUSE11/ekiga-3.0.1'
make: *** [all] Error 2

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 to load resmgr?


Hi,

I didn't know what resmgr is, so I took a look at 
http://www.lst.de/~okir/resmgr.  In debian, my machine, resmgr does not 
exist.  I searched resmgr in ekiga, ptlib and opal, and I haven't found 
it either.  So I imagine it's suse which adds it to the command line?? 
Look at the parameters of gcc (gcc -v or other flags, I don't know). 
Also, try to install the package providing resmgr library.


--
Eugen
___
ekiga-list mailing list
ekiga-list@gnome.org
http://mail.gnome.org/mailman/listinfo/ekiga-list


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 explicitelly.

I'll resend a mail tomorrow with the exact ./configure command I used
when I'll be back at work.

Hth,

Fabrice

 
Le mardi 30 décembre 2008 à 18:17 +0100, Eugen Dedu a écrit :
 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 /usr/lib.
  There were about 6 other files that were deleted altogether.
  What a mess!
  Anyway I got over all of them, and engine compiled ok.
  
  Now I get to
  /usr/lib/gcc/i586-suse-linux/4.3/../../../../i586-suse-linux/bin/ld:
  cannot find -lresmgr
  collect2: ld returned 1 exit status
  make[3]: *** [ekiga] Error 1
  make[3]: Leaving directory `/Documents/SOURCE/SUSE11/ekiga-3.0.1/src'
  make[2]: *** [all] Error 2
  make[2]: Leaving directory `/Documents/SOURCE/SUSE11/ekiga-3.0.1/src'
  make[1]: *** [all-recursive] Error 1
  make[1]: Leaving directory `/Documents/SOURCE/SUSE11/ekiga-3.0.1'
  make: *** [all] Error 2
  
  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 to load resmgr?
 
 Hi,
 
 I didn't know what resmgr is, so I took a look at 
 http://www.lst.de/~okir/resmgr.  In debian, my machine, resmgr does not 
 exist.  I searched resmgr in ekiga, ptlib and opal, and I haven't found 
 it either.  So I imagine it's suse which adds it to the command line?? 
 Look at the parameters of gcc (gcc -v or other flags, I don't know). 
 Also, try to install the package providing resmgr library.
 
-- 
ALPHONSO Fabrice

http://alphonso.dyndns.org/blog/
http://alphonso.dyndns.org/gallery2/
sip:fabr...@ekiga.net


___
ekiga-list mailing list
ekiga-list@gnome.org
http://mail.gnome.org/mailman/listinfo/ekiga-list

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 to load resmgr?
 
 I didn't know what resmgr is, so I took a look at
 http://www.lst.de/~okir/resmgr.  In debian, my machine, resmgr does not
 exist.  I searched resmgr in ekiga, ptlib and opal, and I haven't found
 it either.  So I imagine it's suse which adds it to the command line??
 Look at the parameters of gcc (gcc -v or other flags, I don't know).
 Also, try to install the package providing resmgr library.
 
On my system the following files reference resmgr.
file:///Documents/SOURCE/SUSE11/ekiga-3.0.1/lib/engine/libekiga_engine.la
file:///Documents/SOURCE/SUSE11/ekiga-3.0.1/lib/engine/.libs/libekiga_engine.la
file:///Documents/SOURCE/SUSE11/ekiga-3.0.1/lib/libekiga.la
file:///Documents/SOURCE/SUSE11/ekiga-3.0.1/lib/.libs/libekiga.la
file:///Documents/SOURCE/SUSE11/ekiga-3.0.1/lib/engine/gui/gtk-core/libgmgtk-core.la
file:///Documents/SOURCE/SUSE11/ekiga-3.0.1/lib/engine/gui/gtk-core/.libs/libgmgtk-core.la
file:///Documents/SOURCE/SUSE11/ekiga-3.0.1/lib/engine/gui/gtk-frontend/libgmgtk-frontend.la
file:///Documents/SOURCE/SUSE11/ekiga-3.0.1/lib/engine/gui/gtk-frontend/.libs/libgmgtk-frontend.la
file:///Documents/SOURCE/SUSE11/ekiga-3.0.1/lib/gui/libgmwidgets.la
file:///Documents/SOURCE/SUSE11/ekiga-3.0.1/lib/gui/.libs/libgmwidgets.la
file:///Documents/SOURCE/SUSE11/ekiga-3.0.1/lib/toolbox/libtoolbox.la
file:///Documents/SOURCE/SUSE11/ekiga-3.0.1/lib/toolbox/.libs/libtoolbox.la

On your debian system do you use *.la files at all?
If not then I need to look at why I do.


Thanks,
Brian

___
ekiga-list mailing list
ekiga-list@gnome.org
http://mail.gnome.org/mailman/listinfo/ekiga-list


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 --libdir=/usr/lib64 explicitelly.
 
Great, at least we know it is possible.
Can I ask if you did a new install of 11.1 or an upgrade?
I am using the same tarballs as you but somehow I end up looking for resmgr.

  I'll resend a mail tomorrow with the exact ./configure command I used
  when I'll be back at work.
 
Will give it another go as soon as I get it.

Brian


___
ekiga-list mailing list
ekiga-list@gnome.org
http://mail.gnome.org/mailman/listinfo/ekiga-list


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  : http://www.fosdem.org/
   SIP Phone   : sip:dsand...@ekiga.net
   

___
ekiga-list mailing list
ekiga-list@gnome.org
http://mail.gnome.org/mailman/listinfo/ekiga-list

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 I have the latest installed, see below.

Brian


pwlib-plugins-v4l2 - V4L2 support for pwlib

This plugin enables 'video for linux' (version 2) support (e.g. for USB
cameras) for pwlib.
The level of support is unspecified


pwlib-plugins-v4l2-1.10.10-56.2 - V4L2 support for pwlib


This is the old plugin.

ekiga 3.0 compiles only with the latest versions of ptlib (previously 
caled pwlib) and opal: ptlib 2.4.2 (you have here 1.10.10) and opal 3.4.2.


--
Eugen
___
ekiga-list mailing list
ekiga-list@gnome.org
http://mail.gnome.org/mailman/listinfo/ekiga-list


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 1.10.10) and opal 3.4.2.
 
I have 3.0.1 plus Opal 3.4.3 plus ptlib 2.4.2 here each in a separate
directory.
I compiled opal and ptlib with no apparent problem.
However, try as I might I could not get 3.0.1 to compile.
Is there some subtle  thing I am missing like putting opal and ptlib in
some directory? Telling ekiga where to find the other two?
Also not I am running a kde system, so I think it even money that I am
missing some gnome stuff.

After about two days I have up and went back to the supplied suse
version, with as you correctly say pwlib problems.
With this the echo test to 5...@ekiga.net works but no video etc.

In a nutshell I know I really need to get 3.0.1 going.

The frustrating thing is that a friend dropped it in on a deb system and
was making calls within 30mins:)

Thanks,
Brian

___
ekiga-list mailing list
ekiga-list@gnome.org
http://mail.gnome.org/mailman/listinfo/ekiga-list


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 going to try and get some local
 help).
 In the meantime I have installed  the 3.0.1-1.22 binary I found on rpmfind.
 This works fine except that it cannot open the camera, see below.
 The camera( a v4l2) works fine in 3 other applications.
 Other messages say that PTLIB recogised that the camera was v4l2.
 However, when I get to the part in the wizard to select the camera, it
 does not give me any choices it just says  (046d:08c1PTLIB/V4L).

Can you provide a full log ?
I fear the V4L2 plugin is not installed, but only the 'deprecated' V4L2
plugin...

-- 
 _ Damien Sandras
(o-  
//\Ekiga Softphone : http://www.ekiga.org/
v_/_   Be IP   : http://www.beip.be/
   FOSDEM  : http://www.fosdem.org/
   SIP Phone   : sip:dsand...@ekiga.net
   

___
ekiga-list mailing list
ekiga-list@gnome.org
http://mail.gnome.org/mailman/listinfo/ekiga-list

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 latest installed, see below.

Brian


pwlib-plugins-v4l2 - V4L2 support for pwlib

This plugin enables 'video for linux' (version 2) support (e.g. for USB
cameras) for pwlib.
The level of support is unspecified


pwlib-plugins-v4l2-1.10.10-56.2 - V4L2 support for pwlib

/usr/lib/pwlib/devices/videoinput
/usr/lib/pwlib/devices/videoinput/v4l2_pwplugin.so

2 files total


pwlib-plugins-v4l2 - V4L2 support for pwlib



Alternate Version 1.10.10-56.2
Installed Version 1.10.10-120.55
Build Time: Wed Dec 10 12:02:58 2008

Wed Dec 3 20:36:20 2008
Install Time: Fri Dec 26 15:29:35 2008
Package Group:
System/Libraries
License:
MOZILLA PUBLIC LICENSE (MPL/NPL)
Installed Size:
105.0 K
83.0 K
Download Size:
34.0 K
0 B
Distribution:

openSUSE 11.1
Vendor:
openSUSE Build Service
openSUSE
Packager:

http://bugs.opensuse.org
Architecture:
i586
i586
Build Host:


URL:
http://www.openh323.org/
http://www.openh323.org/
Media No.:
0
0
Authors:
Equivalence Pty. Ltd. supp...@equival.com.au

Equivalence Pty. Ltd. supp...@equival.com.au


___
ekiga-list mailing list
ekiga-list@gnome.org
http://mail.gnome.org/mailman/listinfo/ekiga-list


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: ac_nonexistent.h: No such file or directory
 configure:5046: $? = 1
 configure: failed program was:
 | /* confdefs.h.  */
 | #define PACKAGE_NAME ekiga
 | #define PACKAGE_TARNAME ekiga
 | #define PACKAGE_VERSION 3.0.1
 | #define PACKAGE_STRING ekiga 3.0.1
 | #define PACKAGE_BUGREPORT
 http://bugzilla.gnome.org/enter_bug.cgi?product=ekiga;
 | #define PACKAGE ekiga
 | #define VERSION 3.0.1
 | #define MAJOR_VERSION 3
 | #define MINOR_VERSION 0
 | #define BUILD_TYPE ReleaseCode
 | #define BUILD_NUMBER 1
 | /* end confdefs.h.  */
 | #include ac_nonexistent.h
 configure:5079: result: gcc -E
 configure:5108: gcc -E  conftest.c
 configure:5114: $? = 0
 configure:5145: gcc -E  conftest.c
 conftest.c:14:28: error: ac_nonexistent.h: No such file or directory
 configure:5151: $? = 1
 configure: failed program was:
 | /* confdefs.h.  */
 | #define PACKAGE_NAME ekiga
 | #define PACKAGE_TARNAME ekiga
 | #define PACKAGE_VERSION 3.0.1
 | #define PACKAGE_STRING ekiga 3.0.1
 | #define PACKAGE_BUGREPORT
 http://bugzilla.gnome.org/enter_bug.cgi?product=ekiga;
 | #define PACKAGE ekiga
 | #define VERSION 3.0.1
 | #define MAJOR_VERSION 3
 | #define MINOR_VERSION 0
 | #define BUILD_TYPE ReleaseCode
 | #define BUILD_NUMBER 1
 | /* end confdefs.h.  */


Not sure what it means.

 2) The make fails with
 libtool: link: cannot find the library
 `/usr/lib/gcc/i586-suse-linux/4.3/../../../libsigc-2.0.la' or unhandled
 argument `/usr/lib/gcc/i586-suse-linux/4.3/../../../libsigc-2.0.la'
 make[6]: *** [liblocal-roster.la] Error 1
 make[6]: Leaving directory
 `/Documents/SOURCE/SUSE11/ekiga-3.0.1/lib/engine/presence/local-roster'
 make[5]: *** [all-recursive] Error 1
 make[5]: Leaving directory
 `/Documents/SOURCE/SUSE11/ekiga-3.0.1/lib/engine/presence'
 make[4]: *** [all-recursive] Error 1
 make[4]: Leaving directory `/Documents/SOURCE/SUSE11/ekiga-3.0.1/lib/engine'
 make[3]: *** [all-recursive] Error 1
 make[3]: Leaving directory `/Documents/SOURCE/SUSE11/ekiga-3.0.1/lib'
 make[2]: *** [all] Error 2
 make[2]: Leaving directory `/Documents/SOURCE/SUSE11/ekiga-3.0.1/lib'
 make[1]: *** [all-recursive] Error 1
 make[1]: Leaving directory `/Documents/SOURCE/SUSE11/ekiga-3.0.1'
 make: *** [all] Error 2
 

Do you have the devel versions of libsigc++2 installed ?

[...]

 I tried to use the supplied ekiga from suse 11.1 but it would not give
 me the option to use a V4L2 camera.

I think there is a separate plugin. That is weird it is not installed by
default, but go figure!

 Also I nolonger get the option to do a test during the config wizard.

It has been removed.
-- 
 _ Damien Sandras
(o-  
//\Ekiga Softphone : http://www.ekiga.org/
v_/_   Be IP   : http://www.beip.be/
   FOSDEM  : http://www.fosdem.org/
   SIP Phone   : sip:dsand...@ekiga.net
   

___
ekiga-list mailing list
ekiga-list@gnome.org
http://mail.gnome.org/mailman/listinfo/ekiga-list

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 for libsigc-2.0.la across my whole system(I have a 10.0 a
10.3 and a 11.1 of suse) and it was only found in the old 10.0 system.
So either I have not installed some gnome requirement or the file is no
longer valid on newer systems.

Then I noticed that this file is called by libtool.
I had to install libtool on my system, but you have a shell script
called libtool in the /ekiga-3.0.1 directory. I renamed this to see if
it would pick up my system libtool and it said

/bin/sh: ../../../../libtool: No such file or directory
make[6]: *** [liblocal-roster.la] Error 127
make[6]: Leaving directory
`/Documents/SOURCE/SUSE11/ekiga-3.0.1/lib/engine/presence/local-roster'

etc.

Which is correct as I had just renamed it.
I guess my question is, should it be using my system libtool?
If not what do I have to install to satisfy your libtool so that it can
find libsigc-2.0.la, if it is still valid?


BTW I am running the normal ./configure make with no flags on either

Thanks,
Brian





___
ekiga-list mailing list
ekiga-list@gnome.org
http://mail.gnome.org/mailman/listinfo/ekiga-list


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 think this may be a package problem(don't quote me:)
 
 I did a search for libsigc-2.0.la across my whole system(I have a 10.0 a
 10.3 and a 11.1 of suse) and it was only found in the old 10.0 system.
 So either I have not installed some gnome requirement or the file is no
 longer valid on newer systems.
 
 Then I noticed that this file is called by libtool.
 I had to install libtool on my system, but you have a shell script
 called libtool in the /ekiga-3.0.1 directory. I renamed this to see if
 it would pick up my system libtool and it said
 
 /bin/sh: ../../../../libtool: No such file or directory
 make[6]: *** [liblocal-roster.la] Error 127
 make[6]: Leaving directory
 `/Documents/SOURCE/SUSE11/ekiga-3.0.1/lib/engine/presence/local-roster'
 
 etc.
 
 Which is correct as I had just renamed it.
 I guess my question is, should it be using my system libtool?
 If not what do I have to install to satisfy your libtool so that it can
 find libsigc-2.0.la, if it is still valid?

I'm sorry, but I have no idea at all. Using libsigc-2.0.la does not look
logical, I do not think it uses it here on Debian.
-- 
 _ Damien Sandras
(o-  
//\Ekiga Softphone : http://www.ekiga.org/
v_/_   Be IP   : http://www.beip.be/
   FOSDEM  : http://www.fosdem.org/
   SIP Phone   : sip:dsand...@ekiga.net
   

___
ekiga-list mailing list
ekiga-list@gnome.org
http://mail.gnome.org/mailman/listinfo/ekiga-list

[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: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME ekiga
| #define PACKAGE_TARNAME ekiga
| #define PACKAGE_VERSION 3.0.1
| #define PACKAGE_STRING ekiga 3.0.1
| #define PACKAGE_BUGREPORT
http://bugzilla.gnome.org/enter_bug.cgi?product=ekiga;
| #define PACKAGE ekiga
| #define VERSION 3.0.1
| #define MAJOR_VERSION 3
| #define MINOR_VERSION 0
| #define BUILD_TYPE ReleaseCode
| #define BUILD_NUMBER 1
| /* end confdefs.h.  */
| #include ac_nonexistent.h
configure:5079: result: gcc -E
configure:5108: gcc -E  conftest.c
configure:5114: $? = 0
configure:5145: gcc -E  conftest.c
conftest.c:14:28: error: ac_nonexistent.h: No such file or directory
configure:5151: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME ekiga
| #define PACKAGE_TARNAME ekiga
| #define PACKAGE_VERSION 3.0.1
| #define PACKAGE_STRING ekiga 3.0.1
| #define PACKAGE_BUGREPORT
http://bugzilla.gnome.org/enter_bug.cgi?product=ekiga;
| #define PACKAGE ekiga
| #define VERSION 3.0.1
| #define MAJOR_VERSION 3
| #define MINOR_VERSION 0
| #define BUILD_TYPE ReleaseCode
| #define BUILD_NUMBER 1
| /* end confdefs.h.  */


2) The make fails with
libtool: link: cannot find the library
`/usr/lib/gcc/i586-suse-linux/4.3/../../../libsigc-2.0.la' or unhandled
argument `/usr/lib/gcc/i586-suse-linux/4.3/../../../libsigc-2.0.la'
make[6]: *** [liblocal-roster.la] Error 1
make[6]: Leaving directory
`/Documents/SOURCE/SUSE11/ekiga-3.0.1/lib/engine/presence/local-roster'
make[5]: *** [all-recursive] Error 1
make[5]: Leaving directory
`/Documents/SOURCE/SUSE11/ekiga-3.0.1/lib/engine/presence'
make[4]: *** [all-recursive] Error 1
make[4]: Leaving directory `/Documents/SOURCE/SUSE11/ekiga-3.0.1/lib/engine'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/Documents/SOURCE/SUSE11/ekiga-3.0.1/lib'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/Documents/SOURCE/SUSE11/ekiga-3.0.1/lib'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/Documents/SOURCE/SUSE11/ekiga-3.0.1'
make: *** [all] Error 2


I have libsigc(2.2.2-40.25) installed.
/usr/lib/libsigc-2.0.so.0
/usr/lib/libsigc-2.0.so.0.0.0

Would I be better off trying to use the head version?
If so what is the svn command for it?

FYI,

I tried to use the supplied ekiga from suse 11.1 but it would not give
me the option to use a V4L2 camera.

Also I nolonger get the option to do a test during the config wizard.



Thanks,
Brian

___
ekiga-list mailing list
ekiga-list@gnome.org
http://mail.gnome.org/mailman/listinfo/ekiga-list