Project

General

Profile

Actions

Bug #2062

closed

Version 0.6.70 fails to build with libtorrent-rasterbar-1.1.10

Added by yurivict about 6 years ago. Updated almost 6 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Category:
-
Target version:
Start date:
10/06/2018
Due date:
% Done:

100%

Estimated time:
Reported in:
master

Description

In file included from plugins/bittorrent/torrentplugin.h:51:
plugins/bittorrent/torrentinfo.h:48:32: error: field has incomplete type 'libtorrent::torrent_status'
libtorrent::torrent_status Status_;
^
/usr/local/include/libtorrent/torrent_handle.hpp:73:9: note: forward declaration of 'libtorrent::torrent_status'
struct torrent_status;
^
plugins/bittorrent/torrentplugin.cpp:832:18: error: member access into incomplete type 'const libtorrent::announce_entry' { return l.url < r.url; });
^
/usr/local/include/libtorrent/torrent_handle.hpp:68:9: note: forward declaration of 'libtorrent::announce_entry'
struct announce_entry;
^
plugins/bittorrent/torrentplugin.cpp:836:18: error: member access into incomplete type 'const libtorrent::announce_entry' { return l.url == r.url; });
^
etc. etc.

Found in the FreeBSD port while updating the libtorrent-rasterbar to the latest version.

Actions #1

Updated by 0xd34df00d about 6 years ago

  • Status changed from New to Resolved
  • Target version set to 0.6.75
  • % Done changed from 0 to 100

0.6.70 is pretty old at this point. HEAD seems to build against 1.1.10 just fine.

Actions #2

Updated by 0xd34df00d almost 6 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF