Hello, Since the commit 9d68ae8af7d32 kdepim no longer compiles because of the change of the EmalAddressList base class from QList to QVector. I suppose that the commit should have included also the corresponding alarm.h. Perhaps you forgot the right "git add" ? :-) Or should I fix it? (I tried to join you on IRC)
Here are the errors on my system: [ 27%] Building CXX object kontact/plugins/summary/CMakeFiles/kontact_summaryplugin.dir/summaryview_plugin.o /home/kde/src/kdepim/kalarm/cal/kaevent.cpp: In member function ‘void KAEvent::Private::set(const KCal::Event*)’: /home/kde/src/kdepim/kalarm/cal/kaevent.cpp:753:76: error: no match for ‘operator=’ in ‘((KAEvent::Private*)this)->KAEvent::Private::mEmailAddresses = KCal::Alarm::mailAddresses() const()’ /home/kde/src/kdepim/kalarm/cal/kaevent.h:75:27: note: candidates are: EmailAddressList& EmailAddressList::operator=(const QVector<KCal::Person>&) /home/kde/src/kdepim/kalarm/cal/kaevent.h:66:1: note: EmailAddressList& EmailAddressList::operator=(const EmailAddressList&) /home/kde/src/kdepim/kalarm/cal/kaevent.cpp: In member function ‘KCal::Alarm* KAEvent::Private::initKCalAlarm(KCal::Event*, int, const QStringList&, KAAlarm::Type) const’: /home/kde/src/kdepim/kalarm/cal/kaevent.cpp:2490:98: error: no matching function for call to ‘KCal::Alarm::setEmailAlarm(const QString&, const QString&, const EmailAddressList&, const QStringList&)’ /home/kde/include/kcal/alarm.h:289:10: note: candidate is: void KCal::Alarm::setEmailAlarm(const QString&, const QString&, const QList<KCal::Person>&, const QStringList&) Scanning dependencies of target kontact_knotesplugin -- Valentin Rusu (IRC valir, KDE vrusu) KSecretsService (former KSecretService, KWallet replacement) >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<