Okay, I just read the Kopete. Looks like Kopete is short on developers. I would love to help out a bit, might improve my C++ language skills.
For now, to get version 0.10.1 working, we need to remove/change:
doc/fr/index.docbook 101 put comments around <!--&traducteurPatricePawlak; -->
doc/fr/index.docbook 1878 put comments around <!--&traducteurPatricePawlak; -->
doc/nl/index.docbook 101 put comments around <!--&Sander.Koning; -->
Then this whole mess:
.libs/addaccountwizard.o(.text+0x99): In function `AddAccountWizard::accept()':
: undefined reference to `Kopete::AccountManager::self()'
.libs/addaccountwizard.o(.text+0xa1): In function `AddAccountWizard::accept()':
: undefined reference to `Kopete::AccountManager::registerAccount(Kopete::Account*)'
.libs/addaccountwizard.o(.text+0x10f): In function `AddAccountWizard::accept()':
: undefined reference to `Kopete:
lugin::pluginId() const'
.libs/addaccountwizard.o(.text+0x14
: In function `AddAccountWizard::accept()':
: undefined reference to `Kopete:
luginManager::self()'
.libs/addaccountwizard.o(.text+0x150): In function `AddAccountWizard::accept()':
: undefined reference to `Kopete:
luginManager::setPluginEnabled(QString const&, bool)'
.libs/addaccountwizard.o(.text+0x1a4): In function `AddAccountWizard::accept()':
: undefined reference to `Kopete::Account::setColor(QColor const&)'
.libs/addaccountwizard.o(.text+0x1bd): In function `AddAccountWizard::accept()':
: undefined reference to `Kopete:
nlineStatus:
nlineStatus()'
.libs/addaccountwizard.o(.text+0x1ce): In function `AddAccountWizard::accept()':
: undefined reference to `Kopete:
nlineStatus::~OnlineStatus()'
.libs/addaccountwizard.o(.text+0x266): In function `AddAccountWizard::back()':
: undefined reference to `typeinfo for KopeteEditAccountWidget'
.libs/addaccountwizard.o(.text+0x82e): In function `AddAccountWizard::reject()':
: undefined reference to `Kopete::AccountManager::self()'
.libs/addaccountwizard.o(.text+0x83a): In function `AddAccountWizard::reject()':
: undefined reference to `Kopete::AccountManager::accounts(Kopete:
rotocol const*) const'
.libs/addaccountwizard.o(.text+0x87b): In function `AddAccountWizard::reject()':
: undefined reference to `Kopete:
lugin::pluginId() const'
.libs/addaccountwizard.o(.text+0x8af): In function `AddAccountWizard::reject()':
: undefined reference to `Kopete:
luginManager::self()'
.libs/addaccountwizard.o(.text+0x8b7): In function `AddAccountWizard::reject()':
: undefined reference to `Kopete:
luginManager::unloadPlugin(QString const&)'
.libs/addaccountwizard.o(.text+0xbaa): In function `AddAccountWizard::next()':
: undefined reference to `Kopete:
luginManager::self()'
.libs/addaccountwizard.o(.text+0xbb2): In function `AddAccountWizard::next()':
: undefined reference to `Kopete:
luginManager::loadPlugin(QString const&, Kopete:
luginManager:
luginLoadMode)'
.libs/addaccountwizard.o(.text+0xbc5): In function `AddAccountWizard::next()':
: undefined reference to `typeinfo for Kopete:
rotocol'
.libs/addaccountwizard.o(.text+0xbcb): In function `AddAccountWizard::next()':
: undefined reference to `typeinfo for Kopete:
lugin'
.libs/addaccountwizard.o(.text+0xd55): In function `AddAccountWizard::next()':
: undefined reference to `Kopete::AccountManager::self()'
.libs/addaccountwizard.o(.text+0xd63): In function `AddAccountWizard::next()':
: undefined reference to `Kopete::AccountManager::guessColor(Kopete:
rotocol*) const'
.libs/addaccountwizard.o(.text+0xe83): In function `AddAccountWizard::next()':
: undefined reference to `typeinfo for KopeteEditAccountWidget'
.libs/addaccountwizard.o(.text+0x1cfa): In function `AddAccountWizard::AddAccountWizard(QWidget*, char const*, bool)':
: undefined reference to `Kopete:
luginManager::self()'
<snip>
make[5]: *** [kcm_kopete_accountconfig.la] Error 1
make[5]: Leaving directory `/root/Desktop/kopete-0.10.1/kopete/kopete/config/accounts'
make[4]: *** [all-recursive] Error 1
make[4]: Leaving directory `/root/Desktop/kopete-0.10.1/kopete/kopete/config'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/root/Desktop/kopete-0.10.1/kopete/kopete'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/root/Desktop/kopete-0.10.1/kopete'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/Desktop/kopete-0.10.1'
make: *** [all] Error 2
I guess the linker could not find the object files to acounts or something....bah