gtorrent / gtorrent-core

Core library of gTorrent which handles everything but UI/UX
GNU General Public License v3.0
39 stars 12 forks source link

Fix compatability with libtorrent 1.1/svn without breaking 1.0 #96

Closed shinigamichan closed 10 years ago

shinigamichan commented 10 years ago

Please test before merging, also see https://github.com/gtorrent/gtorrent-core/blob/master/src/Torrent.cpp#L91 for similar problem and solution.

benwaffle commented 10 years ago

tested, it compiles

edit: works with gt-gtk

fuyukaidesu commented 10 years ago

pls come on the IRC and teach us how did you get it to build on windows. Or write a guide. Please.

shinigamichan commented 10 years ago

fuyukaidesu, I'll might come on the IRC a little later, no Windows builds because of missing things in platform in core, but it looked like somebody was already working on that. GTK is a pain in the ass and isn't worth writing a guide over since we want native eventually and getting it to build was very hackey and build system dependent, nothing as simple as patches unfortunately.

fuyukaidesu commented 10 years ago

So I take it we are dropping -gtk on windows ?