make error with kdenetwork-3.0.5a: no such file or directory
I have Suse 7.3 on a thinkpad and am trying to update kmail so that it will send mail through my isp.
I downloaded kdenetwork-3.0.5a, which contains kmail. I compiled it, got error messages, one of which led me to copy a kde2 directory to kde3 so that the configure would find the right files. Don't know if that is part of my present problem. Anyway, ./configure then went through.
I then performed 'make' and it gave an error that looked like: (end of output listed here.)
g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/kde3/include -I/usr/local/qt/include/ -I/usr/X11R6/i
nclude -DQT_THREAD_SUPPORT -D_REENTRANT -O2 -fno-exceptions -fno-check-new -DQT_NO_COMPAT -D
QT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DKDE_NO_COMPAT -DKDE_NO_COMPAT_H -c kscoring.cpp -Wp,
-MD,.deps/kscoring.TPlo -fPIC -DPIC -o .libs/kscoring.o
kscoring.cpp:35: kstandarddirs.h: No such file or directory
make[3]: *** [kscoring.lo] Error 1
make[3]: Leaving directory `/usr/local/kdenetwork-3.0.5a/libkdenetwork'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/usr/local/kdenetwork-3.0.5a/libkdenetwork'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/local/kdenetwork-3.0.5a'
make: *** [all] Error 2
-Any hints on how to get through this?
|