On Wed, 30 Sep 2009 15:19:38 +0200 Eugen Dedu <[email protected]> wrote:
> Just look at http://wiki.ekiga.org/index.php/Compiling_Ekiga. Eugen, Just wanted to thank you for the above tip. It could be that my past problems were caused by not unloading the previous versions of ekiga. The compiles were not plain sailing as I was missing a lot of stuff, but the ./configure highlighted them and I then went and installed. them. Took me a few goes but I got there:) This is on a SUSE 11.2 system running kde. Below is some of the output I recorded as i did it. Unfortunately running the new version did not change the situation so I will switch back to my DNS thread. Thanks, Brian 1) Errors during compile of OPAL data/SOURCE/opal-3.6.6/src/sip/sipcon.cxx: In member function ‘virtual void SIPConnection::OnReceivedACK(SIP_PDU&)’: /data/SOURCE/opal-3.6.6/src/sip/sipcon.cxx:1954: warning: enumeration value ‘UninitialisedPhase’ not handled in switch /data/SOURCE/opal-3.6.6/src/sip/sipcon.cxx:1954: warning: enumeration value ‘SetUpPhase’ not handled in switch /data/SOURCE/opal-3.6.6/src/sip/sipcon.cxx:1954: warning: enumeration value ‘ProceedingPhase’ not handled in switch /data/SOURCE/opal-3.6.6/src/sip/sipcon.cxx:1954: warning: enumeration value ‘AlertingPhase’ not handled in switch /data/SOURCE/opal-3.6.6/src/sip/sipcon.cxx:1954: warning: enumeration value ‘ReleasingPhase’ not handled in switch /data/SOURCE/opal-3.6.6/src/sip/sipcon.cxx:1954: warning: enumeration value ‘ReleasedPhase’ not handled in switch /data/SOURCE/opal-3.6.6/src/sip/sipcon.cxx:1954: warning: enumeration value ‘NumPhases’ not handled in switch /data/SOURCE/opal-3.6.6/src/codec/opalpluginmgr.cxx: In member function ‘virtual PBoolean OpalPluginVideoTranscoder::ConvertFrames(const RTP_DataFrame&, RTP_DataFrameList&)’: /data/SOURCE/opal-3.6.6/src/codec/opalpluginmgr.cxx:984: warning: suggest explicit braces to avoid ambiguous ‘else’ /data/SOURCE/opal-3.6.6/src/codec/speex/libspeex/kiss_fft.c: In function ‘kf_bfly4’: /data/SOURCE/opal-3.6.6/src/codec/speex/libspeex/kiss_fft.c:96: warning: comparison between signed and unsigned integ 2) Packages I had missing No package 'gtk+-2.0' found No package 'sigc++-2.0' found No package 'libxml-2.0' found No package 'gconf-2.0' found No package 'libebook-1.2' found I could not get over the libebook problem so I ran with ./configure --prefix=/usr --disable-eds No package 'avahi-client' found No package 'avahi-glib' found hecking for scrollkeeper-config... no configure: error: Couldn't find scrollkeeper-config. Please install the scrollkeeper package: http://scrollkeerceforge.net Actually installed the YAST package. 3) Got this error during make of ekiga. Making all in help make[2]: Entering directory `/data/SOURCE/ekiga-3.2.6/help' xsltproc -o ekiga-C.omf --stringparam db2omf.basename ekiga --stringparam db2omf.format 'docbook' --stringparam db2omf.dtd "-//OASIS//DTD DocBook XML V4.1.2//EN" --stringparam db2omf.lang C --stringparam db2omf.omf_dir "/usr/share/omf" --stringparam db2omf.help_dir "/usr/share/gnome/help" --stringparam db2omf.omf_in "/data/SOURCE/ekiga-3.2.6/help/ekiga.omf.in" `/usr/bin/pkg-config --variable db2omf gnome-doc-utils` C/ekiga.xml || { rm -f "ekiga-C.omf"; exit 1; } compilation error: file C/ekiga.xml line 10 element article xsltParseStylesheetProcess : document is not a stylesheet I could not get over it, the disable doc ./configure --prefix=/usr --disable-eds --disable-doc did not seem to work. Ended up installing gnome-doc-utils _______________________________________________ ekiga-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/ekiga-list
