hamedramzi / libtorrent

Automatically exported from code.google.com/p/libtorrent
Other
0 stars 0 forks source link

libtorrent RC_0_16 does not build on Linux #339

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. libtorrent RC_0_16 does not build on Linux:

  CXX    utp_stream.lo
../../src/utp_stream.cpp: In member function 'void 
libtorrent::utp_socket_impl::do_ledbat(int, int, int, libtorrent::ptime)':
../../src/utp_stream.cpp:2797:21: error: 'INT64_MAX' was not declared in this 
scope
make[3]: *** [utp_stream.lo] Error 1

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?
Ubuntu precise v12.04 and oneiric v11.10.

Please provide any additional information below.

Original issue reported on code.google.com by dch...@gmail.com on 24 Jun 2012 at 3:54

GoogleCodeExporter commented 9 years ago
This patch fixes the compilation on Linux.

Original comment by christop...@intel.com on 24 Jun 2012 at 4:09

Attachments:

GoogleCodeExporter commented 9 years ago
thanks, fixed!

Original comment by arvid.no...@gmail.com on 24 Jun 2012 at 7:59