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

Build fails on both Windows and Fedora Rawhide #68

Closed zovt closed 10 years ago

zovt commented 10 years ago

Compiler output: http://pastebin.com/WqeB938U

Note: This is being built from the gtorrent-ncurses repository, if that changes anything

fuyukaidesu commented 10 years ago

That's because you're probably compiling with the svn version of libtorrent and not a stable release. SVN deprecated get_torrent_info() and made resume_data a vector<char> instead of a vector<char>*

nyanpasu commented 10 years ago

I think we can get rid of the "Core" label ever since we split the gt-gtk from gt-core.

zovt commented 10 years ago

@fuyukaidesu: I'm using the 1.0 release of libtorrent

zovt commented 10 years ago

Please refer here: #69