Skip to content

Instantly share code, notes, and snippets.

@dionyziz
Created January 1, 2014 03:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dionyziz/8204841 to your computer and use it in GitHub Desktop.
Save dionyziz/8204841 to your computer and use it in GitHub Desktop.
[0] dionyziz@gunther ~/workspace/twister/twister-core/libtorrent (master*) % make
Making all in include/libtorrent
make[1]: Entering directory `/home/dionyziz/workspace/twister/twister-core/libtorrent/include/libtorrent'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/dionyziz/workspace/twister/twister-core/libtorrent/include/libtorrent'
Making all in src
make[1]: Entering directory `/home/dionyziz/workspace/twister/twister-core/libtorrent/src'
CXX policy.lo
policy.cpp: In function ‘uint32_t libtorrent::peer_priority(boost::asio::ip::basic_endpoint<boost::asio::ip::tcp>, boost::asio::ip::basic_endpoint<boost::asio::ip::tcp>)’:
policy.cpp:172: error: no match for ‘operator>’ in ‘e1 > e2’
../include/libtorrent/ptime.hpp:87: note: candidates are: bool libtorrent::operator>(libtorrent::ptime, libtorrent::ptime)
../include/libtorrent/ptime.hpp:105: note: bool libtorrent::operator>(libtorrent::time_duration, libtorrent::time_duration)
policy.cpp:191: error: no match for ‘operator>’ in ‘e1 > e2’
../include/libtorrent/ptime.hpp:87: note: candidates are: bool libtorrent::operator>(libtorrent::ptime, libtorrent::ptime)
../include/libtorrent/ptime.hpp:105: note: bool libtorrent::operator>(libtorrent::time_duration, libtorrent::time_duration)
make[1]: *** [policy.lo] Error 1
make[1]: Leaving directory `/home/dionyziz/workspace/twister/twister-core/libtorrent/src'
make: *** [all-recursive] Error 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment