Version: (using Devel) Compiler: gcc-4.4.3 OS: Linux Installed from: Compiled sources The bittorrent plugin for kget depends on a library from extragear called libbtcore which had an API change in the last few weeks. They introduced UTP support and renamed a bunch of the external functions. They also removed the "isOk" function from the server class (instead the init function returns a bool). This broke compilation of kget which is still using the old function names and isOK.
Created attachment 41340 [details] Uses the new function names This patch fixes the problem for me. I've tested it and kget (all of kdenetwork in fact) compiles. I've also run kget and used it to torrent an Archlinux boot image, so it seems to be working fine. Should I commit to svn?
*** This bug has been marked as a duplicate of bug 229425 ***