krun.cpp:977: error: 'KStringHandler' has not
been declared
Does krun.cpp need an include statement to kstringhandler.h?
I notice a similar recent patch with konq_mainwindow.cc using
KStringHandler. I'll guess that one will fail to compile too without the
same patch?
Latest SVN now includes both patches.
I'm curious how these SVN changes pass muster for
Debian and not
Slackware. Same basic tool chain.
I have no idea, sorry.
Do your Debian build scripts contain "make ||
exit 1" as a mechanism to
force the make process to terminate? That is what I use to force the build
process to terminate.
I believe so, as any error from Make will immediately halt the build.
Tim