Click to See Complete Forum and Search --> : watchdog


m3rlin
10-02-2002, 08:27 PM
Hi, im trying to install the watchdog so that i can see at real time what is happening with the firewall(guarddog 2.0)
But after i ./configure, i try to do "make", and it returns an error:
main.cpp:21: kuniqueapp.h: No such file or directory
main.cpp:22: kaboutdata.h: No such file or directory
main.cpp:23: kcmdlineargs.h: No such file or directory
main.cpp:25: dcopclient.h: No such file or directory
In file included from main.cpp:26:
viewerapp.h:25: kmainwindow.h: No such file or directory
viewerapp.h:27: dcopobject.h: No such file or directory
In file included from viewerapp.h:28,
from main.cpp:26:
watchdogviewerIface.h:20: dcopobject.h: No such file or directory
In file included from viewerapp.h:29,
from main.cpp:26:
viewerwin.h:25: klistview.h: No such file or directory
In file included from viewerapp.h:30,
from main.cpp:26:
viewertrayicon.h:25: ksystemtray.h: No such file or directory
viewertrayicon.h:26: kpopupmenu.h: No such file or directory
viewertrayicon.h:27: kaction.h: No such file or directory
viewertrayicon.h:28: kaboutapplication.h: No such file or directory
In file included from viewerapp.h:32,
from main.cpp:26:
viewerprefs.h:25: kdialogbase.h: No such file or directory
viewerprefs.h:26: kcombobox.h: No such file or directory
viewerprefs.h:27: kcolorbutton.h: No such file or directory
In file included from viewerapp.h:32,
from main.cpp:26:
viewerprefs.h:31: knuminput.h: No such file or directory
make[2]: *** [main.o] Error 1
make[2]: Leaving directory `/home/user/downloads/software/watchdog-0.1.2/watchdogviewer'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/user/downloads/software/watchdog-0.1.2'
make: *** [all-recursive-am] Error 2
What could be wrong here?
Thanks
Im using Suse 7.3 with KDE 2.0

mdwatts
10-03-2002, 06:16 AM
Could it be you require the kde development package?

kdelib2-devel ??

m3rlin
10-04-2002, 01:54 AM
well i do have kdelibs installed, and i tried a search for those names that during the installation he says that doesn't find, and here they are
/opt/kde2/include/dcopobject.h, all the files that he claims not found are there! Im newbie on using prefix, but i triyed something like
./configure --prefix=/opt/kde2/include
but it returns the same error, so since i know that i have the files, what should i do?
Thanks