every time I get following error when running make :
(my system is a mandrake 9.1)
make[2]: Leaving directory `/home/Downloads/kdenetwork/kopete/kopete/addcontactwizard'
Making all in contactlist
make[2]: Entering directory `/home/Downloads/kdenetwork/kopete/kopete/contactlist'
source='kopetemetacontactlvi.cpp' object='kopetemetacontactlvi.lo' libtool=yes \
depfile='.deps/kopetemetacontactlvi.Plo' tmpdepfile='.deps/kopetemetacontactlvi.TPlo' \
depmode=gcc3 /bin/sh ../../../admin/depcomp \
/bin/sh ../../../libtool --silent --mode=compile --tag=CXX g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../kopete/libkopete -I../../../kopete/libkopete/ui -I../../../kopete/libkopete/ui -I../../../kopete/libkopete/compat -I../../../kopete/libkopete/compat/kcdialog -I../../../kopete/libkopete/private -I../../../kopete/kopete -I../../../kopete/kopete/chatwindow -I../../../kopete/kopete/addcontactwizard -I../../../kopete/kopete/addcontactwizard -I/usr/lib/qt3/include -I/usr/X11R6/include -DQT_THREAD_SUPPORT -D_REENTRANT -D_FILE_OFFSET_BITS=64 -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -pedantic -W -Wpointer-arith -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -O2 -fno-exceptions -fno-check-new -DQT_NO_COMPAT -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DKDE_NO_COMPAT -DKDE_NO_COMPAT_H -c -o kopetemetacontactlvi.lo `test -f 'kopetemetacontactlvi.cpp' || echo './'`kopetemetacontactlvi.cpp
kopetemetacontactlvi.cpp: In member function `void KopeteMetaContactLVI::slotContactStatusChanged(KopeteContact*)':
kopetemetacontactlvi.cpp:195: no matching function for call to `event(const char[14], QString&, QString, KopeteMetaContactLVI* const, const char[11])'
/usr/include/knotifyclient.h:181: candidates are: bool KNotifyClient::event(const QString&, const QString& = QString::null)
/usr/include/knotifyclient.h:190: bool KNotifyClient::event(KNotifyClient:
tandardEvent, const QString& = QString::null)
/usr/include/knotifyclient.h:223: bool KNotifyClient::event(int, const QString&, const QString& = QString::null)
/usr/include/knotifyclient.h:237: bool KNotifyClient::event(int, KNotifyClient:
tandardEvent, const QString& = QString::null)
../../../kopete/libkopete/kopetenotifyclient.h:49: int KNotifyClient::event(int, const QString&, const QString&, const KGuiItem&, QObject*, const char*)
kopetemetacontactlvi.cpp:199: no matching function for call to `event(const char[21], QString&, QString, KopeteMetaContactLVI* const, const char[11])'
/usr/include/knotifyclient.h:181: candidates are: bool KNotifyClient::event(const QString&, const QString& = QString::null)
/usr/include/knotifyclient.h:190: bool KNotifyClient::event(KNotifyClient:
tandardEvent, const QString& = QString::null)
/usr/include/knotifyclient.h:223: bool KNotifyClient::event(int, const QString&, const QString& = QString::null)
/usr/include/knotifyclient.h:237: bool KNotifyClient::event(int, KNotifyClient:
tandardEvent, const QString& = QString::null)
../../../kopete/libkopete/kopetenotifyclient.h:49: int KNotifyClient::event(int, const QString&, const QString&, const KGuiItem&, QObject*, const char*)
kopetemetacontactlvi.cpp:183: warning: unused variable `int winId'
make[2]: *** [kopetemetacontactlvi.lo] Error 1
make[2]: Leaving directory `/home/Downloads/kdenetwork/kopete/kopete/contactlist'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/Downloads/kdenetwork/kopete/kopete'
make: *** [all-recursive] Error 1