tosi was right, I was wrong. I just downloaded kwintv 0.8.5 (where did you find .6?) and it has no option to specify where kde is, just where qt is. A bit odd but there you go. What you need to do is export KDEDIR=/opt/kde2 make distclean ./configure and then the make should work without make distclean, the wrong location of kde is cached, and will be used regardless of what KDEDIR is at the moment. regards Anders On Thursday 02 August 2001 02:25, StarTux wrote:
Tor Sigurdsson wrote:
export KDEDIR=/opt/kde2 ./configure
works fine.
-tosi
Þann fimmtudagur 02 ágúst 2001 00:11 skrifaðir þú:
./configure --with-kde-dir=/opt/kde2
not completely certain that is the option, but it's something very similar. ./configure --help will tell you, if the above doesn't work
Assuming you're using suse's version of the kde rpms, of course
Regards Anders
On Thursday 02 August 2001 02:05, StarTux wrote:
I know its the headers, and yes I think I installed all the dev packages:
g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/kde/include -I/usr/lib/qt2//include -I/usr/X11R6/include -O2 -c wintv.cpp In file included from wintv.cpp:34: wintvmain.h:43: kdockwidget.h: No such file or directory In file included from wintvmain.h:55, from wintv.cpp:34: wintvscreen.h:37: kpopupmenu.h: No such file or directory wintv.cpp:46: khelpmenu.h: No such file or directory wintv.cpp:47: kglobal.h: No such file or directory wintv.cpp:48: kstddirs.h: No such file or directory wintv.cpp:49: kcmdlineargs.h: No such file or directory wintv.cpp:50: kaboutdata.h: No such file or directory make[3]: *** [wintv.o] Error 1 make[3]: Leaving directory `/home/matthew/Source/kwintv-0.8.6/kwintv' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/home/matthew/Source/kwintv-0.8.6/kwintv' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/matthew/Source/kwintv-0.8.6' make: *** [all-recursive-am] Error 2
I cannot remember how to fix this? Anyone remember? Pretty, pretty please? :-)
Matt PS This is for kwintv 8.6
Did both, but still blows up. ./configure works, but it dies during make.
Thanks for the help though :-).
Matt