You are not logged in.

Dear visitor, welcome to KDE-Forum.org. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.

1

Friday, February 27th 2004, 1:54am

error when compiling kopete from cvs

else rm -f ".deps/kopeteglobal.Tpo"; exit 1; \
fi
kopeteglobal.cpp:150:28: kopeteglobal.moc: No such file or directory
make[4]: *** [kopeteglobal.lo] Error 1
make[4]: Leaving directory `/home/adam/Desktop/Downloads/Source/Pkgs/kdenetwork/kopete/libkopete'


could anyone help me resolve this issue?

2

Friday, February 27th 2004, 2:42am

Open libkopete/kopeteglobal.cpp
go to the end of the file and comment out the line (line number 150)
#include "kopeteglobal.moc" and try compiling again

3

Friday, February 27th 2004, 2:24pm

Quoted

Original von campusloop

Open libkopete/kopeteglobal.cpp
go to the end of the file and comment out the line (line number 150)
#include "kopeteglobal.moc" and try compiling again

tanks will try again

4

Saturday, February 28th 2004, 3:51am

.libs/nowlisteningprefs.o(.gnu.linkonce.d._ZTI19NowListeningPrefsUI+0x8): undefined reference to `typeinfo for QWidget'
collect2: ld returned 1 exit status
make[2]: *** [kcm_kopete_nowlistening.la.closure] Error 1
make[2]: Leaving directory `/home/adam/Desktop/Downloads/Source/Pkgs/kdenetwork/kopete/plugins/nowlistening'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/adam/Desktop/Downloads/Source/Pkgs/kdenetwork/kopete/plugins'
make: *** [all-recursive] Error 1


how do i get rid of that now? i know its just a silly little plugin :)

5

Saturday, February 28th 2004, 9:48am

Try "make clean" in nowlistening directory and rerun make

6

Saturday, February 28th 2004, 10:58pm

still a no go

7

Monday, March 1st 2004, 9:34am

It compiles fine for me.. I am also not sure how to get rid of the problem .I am using qt 3.3 though. I guess you might have to do without the plugin.