mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
755fd01b62
In file included from app/application.cpp:70: In file included from ./base/bittorrent/session.h:43: ./base/bittorrent/torrentinfo.h:50:37: error: no type named 'intrusive_ptr' in namespace 'boost' explicit TorrentInfo(boost::intrusive_ptr<const libtorrent::torrent_info> nativeInfo = boost::intrusive_ptr<const libtorrent::torrent_info>()); ~~~~~~~^ ./base/bittorrent/torrentinfo.h:50:50: error: expected ')' explicit TorrentInfo(boost::intrusive_ptr<const libtorrent::torrent_info> nativeInfo = boost::intrusive_ptr<const libtorrent::torrent_info>()); ^ ./base/bittorrent/torrentinfo.h:50:29: note: to match this '(' explicit TorrentInfo(boost::intrusive_ptr<const libtorrent::torrent_info> nativeInfo = boost::intrusive_ptr<const libtorrent::torrent_info>()); ^ ./base/bittorrent/torrentinfo.h:80:16: error: no type named 'intrusive_ptr' in namespace 'boost' boost::intrusive_ptr<libtorrent::torrent_info> nativeInfo() const; ~~~~~~~^ ./base/bittorrent/torrentinfo.h:80:29: error: expected member name or ';' after declaration specifiers boost::intrusive_ptr<libtorrent::torrent_info> nativeInfo() const; ~~~~~~~~~~~~~~~~~~~~^ ./base/bittorrent/torrentinfo.h:83:16: error: no type named 'intrusive_ptr' in namespace 'boost' boost::intrusive_ptr<libtorrent::torrent_info> m_nativeInfo; ~~~~~~~^ ./base/bittorrent/torrentinfo.h:83:29: error: expected member name or ';' after declaration specifiers boost::intrusive_ptr<libtorrent::torrent_info> m_nativeInfo; ~~~~~~~~~~~~~~~~~~~~^ In file included from app/application.cpp:70: ./base/bittorrent/session.h:291:63: error: no matching constructor for initialization of 'BitTorrent::TorrentInfo' const TorrentInfo &torrentInfo = TorrentInfo(), ^ ./base/bittorrent/torrentinfo.h:51:9: note: candidate constructor not viable: requires single argument 'other', but no arguments were provided TorrentInfo(const TorrentInfo &other); ^ In file included from app/application.cpp:71: ./base/bittorrent/torrenthandle.h:386:36: error: field has incomplete type 'libtorrent::torrent_status' libtorrent::torrent_status m_nativeStatus; ^ /usr/local/include/libtorrent/torrent_handle.hpp:72:9: note: forward declaration of 'libtorrent::torrent_status' struct torrent_status; ^ Reported by: pkg-fallout |
||
---|---|---|
.. | ||
files | ||
distinfo | ||
Makefile | ||
pkg-descr | ||
pkg-plist |