Here is the output of the emerge command: test_commands.cc: In function `int main(int, char**)': test_commands.cc:240: error: no matching function for call to `KioSMTP::AuthCommand::AuthCommand(SMTPProtocol*, QStrIList&, const char[5], const char[5])' command.h:176: note: candidates are: KioSMTP::AuthCommand::AuthCommand(const KioSMTP::AuthCommand&) command.h:179: note: KioSMTP::AuthCommand::AuthCommand(SMTPProtocol*, const char*, const QString&, KIO::AuthInfo&) test_commands.cc:266: error: no matching function for call to `KioSMTP::AuthCommand::AuthCommand(SMTPProtocol*, QStrIList&, const char[5], const char[5])' command.h:176: note: candidates are: KioSMTP::AuthCommand::AuthCommand(const KioSMTP::AuthCommand&) command.h:179: note: KioSMTP::AuthCommand::AuthCommand(SMTPProtocol*, const char*, const QString&, KIO::AuthInfo&) test_commands.cc:283: error: no matching function for call to `KioSMTP::AuthCommand::AuthCommand(SMTPProtocol*, QStrIList&, const char[5], const char[5])' command.h:176: note: candidates are: KioSMTP::AuthCommand::AuthCommand(const KioSMTP::AuthCommand&) command.h:179: note: KioSMTP::AuthCommand::AuthCommand(SMTPProtocol*, const char*, const QString&, KIO::AuthInfo&) test_commands.cc:721:1: warning: "NDEBUG" redefined <command line>:8:1: warning: this is the location of the previous definition In file included from test_commands.cc:723: command.cc: In constructor `KioSMTP::AuthCommand::AuthCommand(SMTPProtocol*, const char*, const QString&, KIO::AuthInfo&)': command.cc:201: error: `conn' undeclared (first use this function) command.cc:201: error: (Each undeclared identifier is reported only once for each function it appears in.) command.cc:202: error: `client_interact' undeclared (first use this function) command.cc:207: error: `sasl_client_new' undeclared (first use this function) command.cc:208: error: `SASL_OK' undeclared (first use this function) command.cc:209: error: `sasl_errdetail' undeclared (first use this function) command.cc:214: error: `sasl_client_start' undeclared (first use this function) command.cc:216: error: `SASL_INTERACT' undeclared (first use this function) command.cc:221: error: `SASL_CONTINUE' undeclared (first use this function) command.cc: In destructor `virtual KioSMTP::AuthCommand::~AuthCommand()': command.cc:236: error: `conn' undeclared (first use this function) command.cc:238: error: `sasl_dispose' undeclared (first use this function) command.cc: In member function `bool KioSMTP::AuthCommand::saslInteract(void*)': command.cc:248: error: `sasl_interact_t' undeclared (first use this function) command.cc:248: error: `interact' undeclared (first use this function) command.cc:248: error: expected primary-expression before ')' token command.cc:248: error: expected `;' before "in" command.cc:252: error: `SASL_CB_LIST_END' undeclared (first use this function) command.cc:253: error: `SASL_CB_AUTHNAME' undeclared (first use this function) command.cc:254: error: `SASL_CB_PASS' undeclared (first use this function) command.cc:257: error: 'class SMTPProtocol' has no member named 'openPassDlg' command.cc:266: error: expected primary-expression before ')' token command.cc:266: error: expected `;' before "in" command.cc:269: error: `SASL_CB_USER' undeclared (first use this function) command.cc: In member function `virtual QCString KioSMTP::AuthCommand::nextCommandLine(KioSMTP::TransactionState*)': command.cc:330: error: `conn' undeclared (first use this function) command.cc:332: error: `client_interact' undeclared (first use this function) command.cc:333: error: `sasl_client_step' undeclared (first use this function) command.cc:334: error: `SASL_INTERACT' undeclared (first use this function) command.cc:339: error: `SASL_CONTINUE' undeclared (first use this function) command.cc:339: error: `SASL_OK' undeclared (first use this function) command.cc:341: error: `sasl_errdetail' undeclared (first use this function) command.cc: At global scope: command.cc:245: warning: unused parameter 'in'
Does anyone know how to solve this? Thanx, Claudio. -- gentoo-user@gentoo.org mailing list