|
View:
New views
2 Messages
—
Rating Filter:
Alert me
|
|
|
Fail to build 4.3 branchHi
KGet in4.3 branch fail to build on cuurrent update of kdenetwork. Build fails with: /home/knut/kde/sources/trunk/KDE/kdenetwork/kget/transfer-plugins/bittorrent/bttransfer.cpp: In member function 'void BTTransfer::stopTorrent()': /home/knut/kde/sources/trunk/KDE/kdenetwork/kget/transfer-plugins/bittorrent/bttransfer.cpp:221: error: no matching function for call to 'bt::TorrentControl::stop(bool)' /home/knut/kde/sources/trunk/KDE/kdenetwork/kget/transfer-plugins/bittorrent/libbtcore/torrent/torrentcontrol.h:280: note: candidates are: virtual void bt::TorrentControl::stop(bt::WaitJob*) /home/knut/kde/sources/trunk/KDE/kdenetwork/kget/transfer-plugins/bittorrent/bttransfer.cpp: In member function 'void BTTransfer::updateTorrent()': /home/knut/kde/sources/trunk/KDE/kdenetwork/kget/transfer-plugins/bittorrent/bttransfer.cpp:250: warning: comparison between signed and unsigned integer expressions /home/knut/kde/sources/trunk/KDE/kdenetwork/kget/transfer-plugins/bittorrent/bttransfer.cpp:256: warning: comparison between signed and unsigned integer expressions /home/knut/kde/sources/trunk/KDE/kdenetwork/kget/transfer-plugins/bittorrent/bttransfer.cpp: In member function 'void BTTransfer::init(const KUrl&, const QByteArray&)': /home/knut/kde/sources/trunk/KDE/kdenetwork/kget/transfer-plugins/bittorrent/bttransfer.cpp:317: error: no matching function for call to 'bt::TorrentControl::init(int, QString, const QString, QString, int)' /home/knut/kde/sources/trunk/KDE/kdenetwork/kget/transfer-plugins/bittorrent/libbtcore/torrent/torrentcontrol.h:105: note: candidates are: void bt::TorrentControl::init(bt::QueueManagerInterface*, const QString&, const QString&, const QString&) /home/knut/kde/sources/trunk/KDE/kdenetwork/kget/transfer-plugins/bittorrent/libbtcore/torrent/torrentcontrol.h:119: note: void bt::TorrentControl::init(bt::QueueManagerInterface*, const QByteArray&, const QString&, const QString&) /home/knut/kde/sources/trunk/KDE/kdenetwork/kget/transfer-plugins/bittorrent/bttransfer.cpp: In member function 'KUrl::List BTTransfer::trackersList() const': /home/knut/kde/sources/trunk/KDE/kdenetwork/kget/transfer-plugins/bittorrent/bttransfer.cpp:363: error: 'class bt::TrackersList' has no member named 'getTrackerURLs' make[2]: *** [kget/transfer-plugins/bittorrent/CMakeFiles/kget_bittorrentfactory.dir/bttransfer.o] Error 1 make[1]: *** [kget/transfer-plugins/bittorrent/CMakeFiles/kget_bittorrentfactory.dir/all] Error 2 make: *** [all] Error 2 makeobj[0]: Leaving directory `/home/knut/kde/build/trunk/KDE/kdenetwork' knut@Oppon:~/kde/build/trunk/KDE/kdenetwork> Best regards Knut _______________________________________________ Kget mailing list Kget@... https://mail.kde.org/mailman/listinfo/kget |
|
|
Re: Fail to build 4.3 branchHey!
http://websvn.kde.org/?view=revision&revision=1038263 This is the revision which fixes it in trunk... Do you know if there will be an additionally KDE 4.3 release? If so, I will apply this patch to the branch... Lukas Am Samstag 31 Oktober 2009 21:13:00 schrieb Knut Morten Johansson: > Hi > > KGet in4.3 branch fail to build on cuurrent update of kdenetwork. > > Build fails with: > /home/knut/kde/sources/trunk/KDE/kdenetwork/kget/transfer-plugins/bittorren > t/bttransfer.cpp: In member function 'void BTTransfer::stopTorrent()': > /home/knut/kde/sources/trunk/KDE/kdenetwork/kget/transfer-plugins/bittorre > nt/bttransfer.cpp:221: error: no matching function for call to > 'bt::TorrentControl::stop(bool)' > /home/knut/kde/sources/trunk/KDE/kdenetwork/kget/transfer-plugins/bittorre > nt/libbtcore/torrent/torrentcontrol.h:280: note: candidates are: virtual > void bt::TorrentControl::stop(bt::WaitJob*) > /home/knut/kde/sources/trunk/KDE/kdenetwork/kget/transfer-plugins/bittorre > nt/bttransfer.cpp: In member function 'void BTTransfer::updateTorrent()': > /home/knut/kde/sources/trunk/KDE/kdenetwork/kget/transfer-plugins/bittorre > nt/bttransfer.cpp:250: warning: comparison between signed and unsigned > integer expressions > /home/knut/kde/sources/trunk/KDE/kdenetwork/kget/transfer-plugins/bittorre > nt/bttransfer.cpp:256: warning: comparison between signed and unsigned > integer expressions > /home/knut/kde/sources/trunk/KDE/kdenetwork/kget/transfer-plugins/bittorre > nt/bttransfer.cpp: In member function 'void BTTransfer::init(const KUrl&, > const QByteArray&)': > /home/knut/kde/sources/trunk/KDE/kdenetwork/kget/transfer-plugins/bittorre > nt/bttransfer.cpp:317: error: no matching function for call to > 'bt::TorrentControl::init(int, QString, const QString, QString, int)' > /home/knut/kde/sources/trunk/KDE/kdenetwork/kget/transfer-plugins/bittorre > nt/libbtcore/torrent/torrentcontrol.h:105: note: candidates are: void > bt::TorrentControl::init(bt::QueueManagerInterface*, const QString&, const > QString&, const QString&) > /home/knut/kde/sources/trunk/KDE/kdenetwork/kget/transfer-plugins/bittorre > nt/libbtcore/torrent/torrentcontrol.h:119: note: void > bt::TorrentControl::init(bt::QueueManagerInterface*, const QByteArray&, > const QString&, const QString&) > /home/knut/kde/sources/trunk/KDE/kdenetwork/kget/transfer-plugins/bittorre > nt/bttransfer.cpp: In member function 'KUrl::List > BTTransfer::trackersList() const': > /home/knut/kde/sources/trunk/KDE/kdenetwork/kget/transfer-plugins/bittorre > nt/bttransfer.cpp:363: error: 'class bt::TrackersList' has no member named > 'getTrackerURLs' make[2]: *** > [kget/transfer-plugins/bittorrent/CMakeFiles/kget_bittorrentfactory.dir/bt > transfer.o] Error 1 make[1]: *** > [kget/transfer-plugins/bittorrent/CMakeFiles/kget_bittorrentfactory.dir/al > l] Error 2 make: *** [all] Error 2 > makeobj[0]: Leaving directory `/home/knut/kde/build/trunk/KDE/kdenetwork' > knut@Oppon:~/kde/build/trunk/KDE/kdenetwork> > > > Best regards > Knut > _______________________________________________ > Kget mailing list > Kget@... > https://mail.kde.org/mailman/listinfo/kget > Kget mailing list Kget@... https://mail.kde.org/mailman/listinfo/kget |
| Free embeddable forum powered by Nabble | Forum Help |