I am using CentOS 4.4. I recently downloaded the kopete-0.12.2 source code. In the terminal I entered the directory, executed "./configure" and what I get is:
You have disabled Jabber Jingle voice support or you are missing required libraries required to compile it.
Jingle is a new Jabber standard that define a signaling protocol via XMPP for peer-to-peer applications.
Jingle audio is compatible with the Google Talk voice service.
Required Jingle dependencies are listed on this page:
http://wiki.kde.org/tiki-index.php?page=Kopete+Jabber+Jingle
Also when adding "--enable-jingle" to the configuration the same message appears. When I try continuing with "make" some scipt runs for some 5-10 minutes and ends with:
dummy.cpp:2: error: visibility arg must be one of "default", "hidden", "protected" or "internal"
dummy.cpp:3: error: visibility arg must be one of "default", "hidden", "protected" or "internal"
make[5]: *** [dummy.lo] Error 1
make[5]: Leaving directory `/usr/local/src/kopete-0.12.2/kopete/protocols/msn'
make[4]: *** [all-recursive] Error 1
make[4]: Leaving directory `/usr/local/src/kopete-0.12.2/kopete/protocols/msn'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/usr/local/src/kopete-0.12.2/kopete/protocols'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/usr/local/src/kopete-0.12.2/kopete'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/local/src/kopete-0.12.2'
make: *** [all] Error 2
And help will be greatly appreciated.