Re: [Ekiga-list] Ekiga 3.2.0 compiling error

2009-04-15 Thread Mounir Lamouri
Bent wrote:
> 2009/3/18 Damien Sandras :
[snip]
> ekiga.o:(.rodata._ZTV12GnomeMeeting[vtable for GnomeMeeting]+0x7c):
> undefined reference to `PProcess::GetConfigurationFile()'
> collect2: ld returned 1 exit status
> make[3]: *** [ekiga] Error 1
Did you build ptlib with config-file support ? May be it's linked.

About --disable-xcap and --enable-xcap, the Gentoo ebuild is fixing it
since ekiga-3.1.0. So no worries about that.

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


Re: [Ekiga-list] Ekiga 3.2.0 compiling error

2009-04-14 Thread Julien Puydt

Eugen Dedu a écrit :

Bent wrote:

2009/4/12 Eugen Dedu :

There was a bug with some --disable-... flags.  In fact, you have put
--disable-xcap and ekiga has wrongly taken it as --enable-xcap (which
enables xcap and resource-list).  So you have to remove 
--disable-xcap flag,

because by default it is off (or apply the patch
http://svn.gnome.org/viewvc/ekiga?view=revision&revision=7793 and 
regenerate

configure).



I'll leave this one to Mounir. It appears that the Gentoo ebuild
script explicitly either enables or disables all possible **ables.


I think that --enable-xcap in fact disables it, to be checked...


Yes, there was a bug in 3.2.0 where --enable-foo and --disable-foo where 
just... enabling foo !


Don't tell anything about XCAP, and it will default to disabled.

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


Re: [Ekiga-list] Ekiga 3.2.0 compiling error

2009-04-14 Thread Eugen Dedu

Bent wrote:

2009/4/12 Eugen Dedu :

There was a bug with some --disable-... flags.  In fact, you have put
--disable-xcap and ekiga has wrongly taken it as --enable-xcap (which
enables xcap and resource-list).  So you have to remove --disable-xcap flag,
because by default it is off (or apply the patch
http://svn.gnome.org/viewvc/ekiga?view=revision&revision=7793 and regenerate
configure).



I'll leave this one to Mounir. It appears that the Gentoo ebuild
script explicitly either enables or disables all possible **ables.


I think that --enable-xcap in fact disables it, to be checked...

[...]

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


Re: [Ekiga-list] Ekiga 3.2.0 compiling error

2009-04-14 Thread Bent
2009/4/12 Eugen Dedu :
>
> There was a bug with some --disable-... flags.  In fact, you have put
> --disable-xcap and ekiga has wrongly taken it as --enable-xcap (which
> enables xcap and resource-list).  So you have to remove --disable-xcap flag,
> because by default it is off (or apply the patch
> http://svn.gnome.org/viewvc/ekiga?view=revision&revision=7793 and regenerate
> configure).
>

I'll leave this one to Mounir. It appears that the Gentoo ebuild
script explicitly either enables or disables all possible **ables.

> Also, the compilation problems have been fixed in trunk (soon in branch
> too).
>
Same thing.

>
> I do not know about this one.  Are you sure you have compiled debug
> version of ptlib and debug version of opal?
>
Yes. The library names are different ( the debug version has an
appended '-d' in the name, so you have to build all three either with
or without debug enabled.

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

Re: [Ekiga-list] Ekiga 3.2.0 compiling error

2009-04-12 Thread Eugen Dedu

Bent wrote:

2009/3/18 Damien Sandras :

Ressource-list is an experimental module : don't build it.



First question: how do you avoid it being built. I can't find a
configure option to disable it.


There was a bug with some --disable-... flags.  In fact, you have put 
--disable-xcap and ekiga has wrongly taken it as --enable-xcap (which 
enables xcap and resource-list).  So you have to remove --disable-xcap 
flag, because by default it is off (or apply the patch 
http://svn.gnome.org/viewvc/ekiga?view=revision&revision=7793 and 
regenerate configure).


Also, the compilation problems have been fixed in trunk (soon in branch 
too).



Second, I get this when I try to compile the debug version of ekiga
3.2.0 from sources:

...
g++ -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include
-I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0
-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
-I/usr/include/pixman-1 -I/usr/include/freetype2
-I/usr/include/libpng12 -pthread -I/usr/include/glib-2.0
-I/usr/lib/glib-2.0/include -I/usr/include/dbus-1.0
-I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0
-I/usr/lib/glib-2.0/include -DPTRACING=1 -D_REENTRANT -fexceptions
-I/usr/include/opal -DPTRACING=1 -D_REENTRANT -fexceptions
-I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include
-I/usr/include/libxml2 -I/usr/include/gtk-2.0 -I/usr/include/glib-2.0
-I/usr/lib/glib-2.0/include -I/usr/include/dbus-1.0
-I/usr/lib/dbus-1.0/include -I/usr/lib/gtk-2.0/include
-I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0
-I/usr/include/pixman-1 -I/usr/include/freetype2
-I/usr/include/libpng12 -g -O2 -Wall -Wextra -Winit-self
-Wswitch-default -Wswitch-enum -Wstrict-aliasing=2 -Wfloat-equal
-Wshadow -o ekiga accounts.o callbacks.o conf.o dialpad.o assistant.o
main.o misc.o preferences.o statusicon.o statusmenu.o ekiga.o dbus.o
-Wl,--export-dynamic -pthread  ../lib/.libs/libekiga.a
/usr/lib/libgconf-2.so /usr/lib/libORBit-2.so -lm
../lib/engine/.libs/libekiga_engine.a /usr/lib/libXv.so
/usr/lib/libXext.so -lnsl /usr/lib/libpixman-1.so /usr/lib/libpng12.so
/usr/lib/libXrender.so /usr/lib/libX11.so /usr/lib/libXau.so
/usr/lib/libXdmcp.so /usr/lib/libexpat.so /usr/lib/libgthread-2.0.so
-lrt -lopal_d /usr/lib/libspeexdsp.so -lpt_d -lpthread -lssl -lcrypto
-ldl /usr/lib/libsigc-2.0.so /usr/lib/libxml2.so /usr/lib/libnotify.so
/usr/lib/libgtk-x11-2.0.so /usr/lib/libdbus-glib-1.so
/usr/lib/libgdk-x11-2.0.so /usr/lib/libatk-1.0.so
/usr/lib/libgio-2.0.so /usr/lib/libpangoft2-1.0.so
/usr/lib/libgdk_pixbuf-2.0.so /usr/lib/libpangocairo-1.0.so
/usr/lib/libcairo.so /usr/lib/libpango-1.0.so /usr/lib/libfreetype.so
-lz /usr/lib/libfontconfig.so /usr/lib/libgmodule-2.0.so
/usr/lib/libdbus-1.so /usr/lib/libgobject-2.0.so
/usr/lib/libglib-2.0.so
ekiga.o:(.rodata._ZTV12GnomeMeeting[vtable for GnomeMeeting]+0x7c):
undefined reference to `PProcess::GetConfigurationFile()'
collect2: ld returned 1 exit status
make[3]: *** [ekiga] Error 1


I do not know about this one.  Are you sure you have compiled debug
version of ptlib and debug version of opal?

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


Re: [Ekiga-list] Ekiga 3.2.0 compiling error

2009-04-11 Thread Bent
2009/3/18 Damien Sandras :
> Ressource-list is an experimental module : don't build it.
>

First question: how do you avoid it being built. I can't find a
configure option to disable it.

Second, I get this when I try to compile the debug version of ekiga
3.2.0 from sources:

...
g++ -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include
-I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0
-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
-I/usr/include/pixman-1 -I/usr/include/freetype2
-I/usr/include/libpng12 -pthread -I/usr/include/glib-2.0
-I/usr/lib/glib-2.0/include -I/usr/include/dbus-1.0
-I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0
-I/usr/lib/glib-2.0/include -DPTRACING=1 -D_REENTRANT -fexceptions
-I/usr/include/opal -DPTRACING=1 -D_REENTRANT -fexceptions
-I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include
-I/usr/include/libxml2 -I/usr/include/gtk-2.0 -I/usr/include/glib-2.0
-I/usr/lib/glib-2.0/include -I/usr/include/dbus-1.0
-I/usr/lib/dbus-1.0/include -I/usr/lib/gtk-2.0/include
-I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0
-I/usr/include/pixman-1 -I/usr/include/freetype2
-I/usr/include/libpng12 -g -O2 -Wall -Wextra -Winit-self
-Wswitch-default -Wswitch-enum -Wstrict-aliasing=2 -Wfloat-equal
-Wshadow -o ekiga accounts.o callbacks.o conf.o dialpad.o assistant.o
main.o misc.o preferences.o statusicon.o statusmenu.o ekiga.o dbus.o
-Wl,--export-dynamic -pthread  ../lib/.libs/libekiga.a
/usr/lib/libgconf-2.so /usr/lib/libORBit-2.so -lm
../lib/engine/.libs/libekiga_engine.a /usr/lib/libXv.so
/usr/lib/libXext.so -lnsl /usr/lib/libpixman-1.so /usr/lib/libpng12.so
/usr/lib/libXrender.so /usr/lib/libX11.so /usr/lib/libXau.so
/usr/lib/libXdmcp.so /usr/lib/libexpat.so /usr/lib/libgthread-2.0.so
-lrt -lopal_d /usr/lib/libspeexdsp.so -lpt_d -lpthread -lssl -lcrypto
-ldl /usr/lib/libsigc-2.0.so /usr/lib/libxml2.so /usr/lib/libnotify.so
/usr/lib/libgtk-x11-2.0.so /usr/lib/libdbus-glib-1.so
/usr/lib/libgdk-x11-2.0.so /usr/lib/libatk-1.0.so
/usr/lib/libgio-2.0.so /usr/lib/libpangoft2-1.0.so
/usr/lib/libgdk_pixbuf-2.0.so /usr/lib/libpangocairo-1.0.so
/usr/lib/libcairo.so /usr/lib/libpango-1.0.so /usr/lib/libfreetype.so
-lz /usr/lib/libfontconfig.so /usr/lib/libgmodule-2.0.so
/usr/lib/libdbus-1.so /usr/lib/libgobject-2.0.so
/usr/lib/libglib-2.0.so
ekiga.o:(.rodata._ZTV12GnomeMeeting[vtable for GnomeMeeting]+0x7c):
undefined reference to `PProcess::GetConfigurationFile()'
collect2: ld returned 1 exit status
make[3]: *** [ekiga] Error 1


What should I do to prevent this? If this isn't information enough,
please don't hesitate to ask for more.

Kind regards,

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


Re: [Ekiga-list] Ekiga 3.2.0 compiling error

2009-03-18 Thread Damien Sandras
Ressource-list is an experimental module : don't build it.

Le mercredi 18 mars 2009 à 04:06 -0700, Ren Min a écrit :
> Hi All,
> 
> 
> ekiga-3.2.0 doesn't build for me. see attached config.log and build.log for 
> more.
> 
> 
> 
> x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../../../.. 
> -I../../../../lib/gmconf -I../../../../lib/engine/framework 
> -I../../../../lib/engine/presence -I../../../../lib/engine/account 
> -I../../../../lib/engine/components/xcap -I/usr/include/sigc++-2.0 
> -I/usr/lib64/sigc++-2.0/include -pthread -I/usr/include/glib-2.0 
> -I/usr/lib64/glib-2.0/include -I/usr/include/libxml2 -g -O2 -Wall -Wextra 
> -Winit-self -Wswitch-default -Wswitch-enum -Wstrict-aliasing=2 -Wfloat-equal 
> -Wshadow -MT rl-entry.lo -MD -MP -MF .deps/rl-entry.Tpo -c 
> ../../../../lib/engine/components/resource-list//rl-entry.cpp  -fPIC -DPIC -o 
> .libs/rl-entry.o
> ../../../../lib/engine/components/resource-list//rl-entry.cpp: In member 
> function 'virtual const std::string RL::Entry::get_name() const':
> ../../../../lib/engine/components/resource-list//rl-entry.cpp:130: error: '_' 
> was not declared in this scope
> ../../../../lib/engine/components/resource-list//rl-entry.cpp: In member 
> function 'virtual bool RL::Entry::populate_menu(Ekiga::MenuBuilder&)':
> ../../../../lib/engine/components/resource-list//rl-entry.cpp:143: error: '_' 
> was not declared in this scope
> ../../../../lib/engine/components/resource-list//rl-entry.cpp:148: error: no 
> matching function for call to 
> 'Ekiga::PresenceCore::populate_presentity_menu(RL::Entry&, std::string&, 
> Ekiga::MenuBuilder&)'
> ../../../../lib/engine/presence/presence-core.h:230: note: candidates are: 
> bool 
> Ekiga::PresenceCore::populate_presentity_menu(gmref_ptr, 
> std::string, Ekiga::MenuBuilder&)
> ../../../../lib/engine/components/resource-list//rl-entry.cpp: In member 
> function 'void RL::Entry::refresh()':
> ../../../../lib/engine/components/resource-list//rl-entry.cpp:163: error: '_' 
> was not declared in this scope
> ../../../../lib/engine/components/resource-list//rl-entry.cpp: In member 
> function 'void RL::Entry::on_xcap_answer(bool, std::string)':
> ../../../../lib/engine/components/resource-list//rl-entry.cpp:186: error: '_' 
> was not declared in this scope
> make[6]: *** [rl-entry.lo] Error 1
> make[6]: Leaving directory 
> `/var/tmp/portage/net-im/ekiga-3.2.0/work/ekiga-3.2.0/lib/engine/components/resource-list'
> make[5]: *** [all-recursive] Error 1
> make[5]: Leaving directory 
> `/var/tmp/portage/net-im/ekiga-3.2.0/work/ekiga-3.2.0/lib/engine/components'
> make[4]: *** [all-recursive] Error 1
> make[4]: Leaving directory 
> `/var/tmp/portage/net-im/ekiga-3.2.0/work/ekiga-3.2.0/lib/engine'
> make[3]: *** [all-recursive] Error 1
> make[3]: Leaving directory 
> `/var/tmp/portage/net-im/ekiga-3.2.0/work/ekiga-3.2.0/lib'
> make[2]: *** [all] Error 2
> make[2]: Leaving directory 
> `/var/tmp/portage/net-im/ekiga-3.2.0/work/ekiga-3.2.0/lib'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory 
> `/var/tmp/portage/net-im/ekiga-3.2.0/work/ekiga-3.2.0'
> make: *** [all] Error 2
> ___ ekiga-list mailing list 
> ekiga-list@gnome.org http://mail.gnome.org/mailman/listinfo/ekiga-list
-- 
 _ 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] Ekiga 3.2.0 compiling error

2009-03-18 Thread Ren Min
Hi All,


ekiga-3.2.0 doesn't build for me. see attached config.log and build.log for 
more.



x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../../../.. 
-I../../../../lib/gmconf -I../../../../lib/engine/framework 
-I../../../../lib/engine/presence -I../../../../lib/engine/account 
-I../../../../lib/engine/components/xcap -I/usr/include/sigc++-2.0 
-I/usr/lib64/sigc++-2.0/include -pthread -I/usr/include/glib-2.0 
-I/usr/lib64/glib-2.0/include -I/usr/include/libxml2 -g -O2 -Wall -Wextra 
-Winit-self -Wswitch-default -Wswitch-enum -Wstrict-aliasing=2 -Wfloat-equal 
-Wshadow -MT rl-entry.lo -MD -MP -MF .deps/rl-entry.Tpo -c 
../../../../lib/engine/components/resource-list//rl-entry.cpp  -fPIC -DPIC -o 
.libs/rl-entry.o
../../../../lib/engine/components/resource-list//rl-entry.cpp: In member 
function 'virtual const std::string RL::Entry::get_name() const':
../../../../lib/engine/components/resource-list//rl-entry.cpp:130: error: '_' 
was not declared in this scope
../../../../lib/engine/components/resource-list//rl-entry.cpp: In member 
function 'virtual bool RL::Entry::populate_menu(Ekiga::MenuBuilder&)':
../../../../lib/engine/components/resource-list//rl-entry.cpp:143: error: '_' 
was not declared in this scope
../../../../lib/engine/components/resource-list//rl-entry.cpp:148: error: no 
matching function for call to 
'Ekiga::PresenceCore::populate_presentity_menu(RL::Entry&, std::string&, 
Ekiga::MenuBuilder&)'
../../../../lib/engine/presence/presence-core.h:230: note: candidates are: bool 
Ekiga::PresenceCore::populate_presentity_menu(gmref_ptr, 
std::string, Ekiga::MenuBuilder&)
../../../../lib/engine/components/resource-list//rl-entry.cpp: In member 
function 'void RL::Entry::refresh()':
../../../../lib/engine/components/resource-list//rl-entry.cpp:163: error: '_' 
was not declared in this scope
../../../../lib/engine/components/resource-list//rl-entry.cpp: In member 
function 'void RL::Entry::on_xcap_answer(bool, std::string)':
../../../../lib/engine/components/resource-list//rl-entry.cpp:186: error: '_' 
was not declared in this scope
make[6]: *** [rl-entry.lo] Error 1
make[6]: Leaving directory 
`/var/tmp/portage/net-im/ekiga-3.2.0/work/ekiga-3.2.0/lib/engine/components/resource-list'
make[5]: *** [all-recursive] Error 1
make[5]: Leaving directory 
`/var/tmp/portage/net-im/ekiga-3.2.0/work/ekiga-3.2.0/lib/engine/components'
make[4]: *** [all-recursive] Error 1
make[4]: Leaving directory 
`/var/tmp/portage/net-im/ekiga-3.2.0/work/ekiga-3.2.0/lib/engine'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory 
`/var/tmp/portage/net-im/ekiga-3.2.0/work/ekiga-3.2.0/lib'
make[2]: *** [all] Error 2
make[2]: Leaving directory 
`/var/tmp/portage/net-im/ekiga-3.2.0/work/ekiga-3.2.0/lib'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory 
`/var/tmp/portage/net-im/ekiga-3.2.0/work/ekiga-3.2.0'
make: *** [all] Error 2

error-logs.tbz
Description: application/bzip-compressed-tar
___
ekiga-list mailing list
ekiga-list@gnome.org
http://mail.gnome.org/mailman/listinfo/ekiga-list