3.5.6 'make check' problems (base)
Matthew Woehlke
mw_triad at users.sourceforge.net
Mon Feb 5 19:04:15 GMT 2007
Moving on to kdebase... kioslave/smtp can't build its test. I already
applied the following:
Index: test_commands.cc
===================================================================
--- test_commands.cc (revision 630558)
+++ test_commands.cc (working copy)
@@ -73,6 +73,7 @@
#define _SMTP_H
#define KIOSMTP_COMPARATORS // for TransactionState::operator==
+#include <config.h>
#include "command.h"
#include "response.h"
#include "transactionstate.h"
...and now I get:
In file included from test_commands.cc:727:
command.cc: In member function `bool
KioSMTP::AuthCommand::saslInteract(void*)':
command.cc:257: error: 'class SMTPProtocol' has no member named
'openPassDlg'
...but I can't figure out why. openPassDlg is a member of
KIO::SlaveBase. SMTPProtocol is derived from KIO::TCPSlaveBase which in
turn is derived from KIO::SlaveBase, so I don't see offhand what the
problem is. Guesses?
--
Matthew
This message is non-smoking
More information about the kde-core-devel
mailing list