On Monday 22 November 2010, Dirk Mueller wrote: > On Monday 22 November 2010, Rex Dieter wrote: > > kget fail, > > > > kdenetwork-4.5.80/kget/transfer-plugins/bittorrent/bttransferfactory.cpp: > > 28 > > > > :10: error: 'InitLibKTorrent' is not a member of 'bt' > > > > Using latest libktorrent-1.0.4, seems to come from this commit, > > http://websvn.kde.org/?view=revision&revision=1172082 > > > > Need a newer libktorrent release too? > > apparently.this part builds for me.
You probably don't have libktorrent installed at all. Because there's no way this can build with any released libktorrent. The InitLibKTorrent function was added only in libktorrent master (trunk), by this commit: http://gitweb.kde.org/libktorrent.git/commitdiff/455666929e36028b3bba52016a9e7e58eb02ef86 libktorrent 1.0.x doesn't need any initialization and it doesn't have that function. Lukas, if you want to support 1.0.x, you must use a CMake symbol test or something like that. Kevin Kofler _______________________________________________ release-team mailing list [email protected] https://mail.kde.org/mailman/listinfo/release-team
