On 14/02/11 18:48, Pedro wrote:
Hey all,I thought about posting in the dev list, but since it's so basic I think it can go on this list as compiling is a part of the installation process. My system appears to have all necessary dependencies, here's the configure's output: ================ Final configuration =================== Installing into prefix : /usr/local GNOME support : disabled GConf support : enabled Evolution-Data-Server support : enabled NOTIFY support : disabled LDAP support : enabled XVideo support : enabled H.323 support : yes SIP support : yes DBUS support : enabled DBUS service support : enabled mDNS/DNS-SD support : enabled GStreamer support : disabled KAddressBook support : disabled KDE support : disabled XCAP support : disabled OS Type : linux-gnu Machine Type : i686 Byte Order : little endian If all settings are OK, type make and make install ======================================================== But the, When I run make, at some time compilation fails: ... mkdir .libs g++ -DHAVE_CONFIG_H -I. -I../../../../../ekiga-3.2.0/lib/engine/components/opal -I../../../.. -I../../../../../ekiga-3.2.0/lib -I../../../../../ekiga-3.2.0/lib/gmconf -I../../../../../ekiga-3.2.0/lib/toolbox/ -I../../../../../ekiga-3.2.0/lib/engine/ -I../../../../../ekiga-3.2.0/lib/engine/account -I../../../../../ekiga-3.2.0/lib/engine/addressbook -I../../../../../ekiga-3.2.0/lib/engine/chat -I../../../../../ekiga-3.2.0/lib/engine/hal -I../../../../../ekiga-3.2.0/lib/engine/presence -I../../../../../ekiga-3.2.0/lib/engine/protocol -I../../../../../ekiga-3.2.0/lib/engine/videooutput -I../../../../../ekiga-3.2.0/lib/engine/videoinput -I../../../../../ekiga-3.2.0/lib/engine/audioinput -I../../../../../ekiga-3.2.0/lib/engine/audiooutput -I../../../../../ekiga-3.2.0/lib/engine/framework -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DPTRACING=1 -D_REENTRANT -D_GNU_SOURCE=1 -fexceptions -I/usr/include/opal -I/usr/include/SDL -DPTRACING=1 -D_REENTRANT -D_GNU_SOURCE=1 -fexceptions -I/usr/include/SDL -g -O2 -Wall -Wextra -Winit-self -Wswitch-default -Wswitch-enum -Wstrict-aliasing=2 -Wfloat-equal -Wshadow -MT opal-call-manager.lo -MD -MP -MF .deps/opal-call-manager.Tpo -c ../../../../../ekiga-3.2.0/lib/engine/components/opal/opal-call-manager.cpp -fPIC -DPIC -o .libs/opal-call-manager.o ../../../../../ekiga-3.2.0/lib/engine/components/opal/opal-call-manager.cpp: In member function ‘void Opal::CallManager::set_video_options(const Opal::CallManager::VideoOptions&)’: ../../../../../ekiga-3.2.0/lib/engine/components/opal/opal-call-manager.cpp:565: error: ‘RateControlWindowSizeOption’ is not a member of ‘OpalVideoFormat’ ../../../../../ekiga-3.2.0/lib/engine/components/opal/opal-call-manager.cpp:567: error: ‘RateControlMaxFramesSkipOption’ is not a member of ‘OpalVideoFormat’ make[6]: *** [opal-call-manager.lo] Error 1 make[6]: Leaving directory `/home/p/Desktop/ekigabin/lib/engine/components/opal' make[5]: *** [all-recursive] Error 1 make[5]: Leaving directory `/home/p/Desktop/ekigabin/lib/engine/components' make[4]: *** [all-recursive] Error 1 make[4]: Leaving directory `/home/p/Desktop/ekigabin/lib/engine' make[3]: *** [all-recursive] Error 1 make[3]: Leaving directory `/home/p/Desktop/ekigabin/lib' make[2]: *** [all] Error 2 make[2]: Leaving directory `/home/p/Desktop/ekigabin/lib' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/p/Desktop/ekigabin' make: *** [all] Error 2 I'm not so familiar with autotools, What am I doing wrong here? I'm on ubuntu 10.10, I have installed ekiga from the repositories and it works fine. Before you ask, the reason why I need to compile ekiga myself is because I need to define the user agent in order to be compatible with my sip provider.
Use ekiga 3.2.7 (or the most recent possible to you) instead of 3.2.0. -- Eugen Dedu http://eugen.dedu.free.fr _______________________________________________ ekiga-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/ekiga-list
