Bug 68474

Summary: new nowlisteningplugin.cpp won't compile because nlamarok.h is missing
Product: [Applications] kopete Reporter: Jeffrey McGee <jeffreym>
Component: generalAssignee: Kopete Developers <kopete-bugs-null>
Status: RESOLVED NOT A BUG    
Severity: normal    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:

Description Jeffrey McGee 2003-11-18 07:45:26 UTC
Version:            (using KDE Devel)
Installed from:    Compiled sources
Compiler:          gcc version 3.2.3 20030422 (Gentoo Linux 1.4 3.2.3-r2, propolice) 
OS:          Linux

16 hours ago the following line was added to kdenetwork/kopete/plugins/nowlistening/nowlisteningplugin.cpp :
#include "nlamarok.h"

When I run make I get the following output:

...
Making all in nowlistening
/home/jeff/docs/make/cp/build/kdenetwork/kopete/plugins/nowlistening
make[4]: Entering directory `/home/jeff/docs/make/cp/build/kdenetwork/kopete/plugins/nowlistening'
source='nowlisteningplugin.cpp' object='nowlisteningplugin.lo' libtool=yes \
depfile='.deps/nowlisteningplugin.Plo' tmpdepfile='.deps/nowlisteningplugin.TPlo' \
depmode=gcc3 /bin/sh ../../../admin/depcomp \
/bin/sh ../../../libtool --silent --mode=compile --tag=CXX i686-pc-linux-gnu-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/usr/include/xmms -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/X11R6/include -I/usr/kde/cvs/include -I/home/jeff/docs/make/cp/build/qt-copy/include -I/usr/X11R6/include  -DQT_THREAD_SUPPORT  -D_REENTRANT -D_FILE_OFFSET_BITS=64  -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -W -Wpointer-arith -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -fno-builtin -g -O2 -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -c -o nowlisteningplugin.lo `test -f 'nowlisteningplugin.cpp' || echo './'`nowlisteningplugin.cpp
nowlisteningplugin.cpp:37:22: nlamarok.h: No such file or directory
make[4]: *** [nowlisteningplugin.lo] Error 1
make[4]: Leaving directory `/home/jeff/docs/make/cp/build/kdenetwork/kopete/plugins/nowlistening'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/home/jeff/docs/make/cp/build/kdenetwork/kopete/plugins'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/jeff/docs/make/cp/build/kdenetwork/kopete'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/jeff/docs/make/cp/build/kdenetwork'
make: *** [all] Error 2
Error during make!

I could not find a file named nlamarok.h in webcvs.kde.org or google.  It looks like nlamarok.h should be in kdenetwork/kopete/plugins/nowlistening .  Do you need to cvs add the files?
Comment 1 Matt Rogers 2003-11-18 07:48:36 UTC
yes, we do. ::glares at Will:: I'm sure he'll add them when he sees this. :)

Comment 2 Stefan Gehn 2003-11-18 08:27:36 UTC
This should be sent directly to kopete-devel instead of clutterring the bug database.
Comment 3 Will Stephenson 2003-11-18 08:54:06 UTC
Subject: kdenetwork/kopete/plugins/nowlistening

CVS commit by wstephens: 

Committed the wrong code.  This restores compilation.
CCMAIL: 68474@bugs.kde.org


  M +1 -1      nowlisteningplugin.cpp   1.33


--- kdenetwork/kopete/plugins/nowlistening/nowlisteningplugin.cpp  #1.32:1.33
@@ -35,5 +35,5 @@
 #include "nlnoatun.h"
 #include "nljuk.h"
-#include "nlamarok.h"
+//#include "nlamarok.h"
 #include "nowlisteningguiclient.h"