Advertisement
Narayan

libtorrent error

Sep 17th, 2011
474
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Perl 6 6.12 KB | None | 0 0
  1. root@xxxxxxxxx:~/src/libtorrent-svn# make
  2. make  all-recursive
  3. make[1]: Entering directory `/root/src/libtorrent-svn'
  4. Making all in src
  5. make[2]: Entering directory `/root/src/libtorrent-svn/src'
  6. Making all in torrent
  7. make[3]: Entering directory `/root/src/libtorrent-svn/src/torrent'
  8. Making all in data
  9. make[4]: Entering directory `/root/src/libtorrent-svn/src/torrent/data'
  10. make[4]: Nothing to be done for `all'.
  11. make[4]: Leaving directory `/root/src/libtorrent-svn/src/torrent/data'
  12. Making all in download
  13. make[4]: Entering directory `/root/src/libtorrent-svn/src/torrent/download'
  14. make[4]: Nothing to be done for `all'.
  15. make[4]: Leaving directory `/root/src/libtorrent-svn/src/torrent/download'
  16. Making all in peer
  17. make[4]: Entering directory `/root/src/libtorrent-svn/src/torrent/peer'
  18. make[4]: Nothing to be done for `all'.
  19. make[4]: Leaving directory `/root/src/libtorrent-svn/src/torrent/peer'
  20. Making all in utils
  21. make[4]: Entering directory `/root/src/libtorrent-svn/src/torrent/utils'
  22. /bin/sh ../../../libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../.. -I. -I./.. -I./../.. -I../../..    -g -O2 -g -DDEBUG -fvisibility=hidden   -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include   -MT log.lo -MD -MP -MF .deps/log.Tpo -c -o log.lo log.cc
  23. libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../../.. -I. -I./.. -I./../.. -I../../.. -g -O2 -g -DDEBUG -fvisibility=hidden -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -MT log.lo -MD -MP -MF .deps/log.Tpo -c log.cc  -fPIC -DPIC -o .libs/log.o
  24. log.cc: In function 'int torrent::popcount_wrapper(T)':
  25. log.cc:76: error: 'numeric_limits' is not a member of 'std'
  26. log.cc:76: error: expected primary-expression before '>' token
  27. log.cc:76: error: '::digits' has not been declared
  28. log.cc:76: error: 'numeric_limits' is not a member of 'std'
  29. log.cc:76: error: expected primary-expression before 'unsigned'
  30. log.cc:76: error: expected ')' before 'unsigned'
  31. In file included from /usr/include/c++/4.4/bits/stl_algobase.h:66,
  32.                 from /usr/include/c++/4.4/tr1/array:38,
  33.                 from log.h:41,
  34.                 from log.cc:39:
  35. /usr/include/c++/4.4/bits/stl_pair.h: At global scope:
  36. /usr/include/c++/4.4/bits/stl_pair.h: In instantiation of 'std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::tr1::function<void(const char*)> >':
  37. log.cc:130:   instantiated from here
  38. /usr/include/c++/4.4/bits/stl_pair.h:72: error: 'std::pair<_T1, _T2>::first' has incomplete type
  39. /usr/include/c++/4.4/bits/stringfwd.h:52: error: declaration of 'struct std::basic_string<char, std::char_traits<char>, std::allocator<char> >'
  40. make[4]: *** [log.lo] Error 1
  41. make[4]: Leaving directory `/root/src/libtorrent-svn/src/torrent/utils'
  42. make[3]: *** [all-recursive] Error 1
  43. make[3]: Leaving directory `/root/src/libtorrent-svn/src/torrent'
  44. make[2]: *** [all-recursive] Error 1
  45. make[2]: Leaving directory `/root/src/libtorrent-svn/src'
  46. make[1]: *** [all-recursive] Error 1
  47. make[1]: Leaving directory `/root/src/libtorrent-svn'
  48. make: *** [all] Error 2
  49. root@ks3096170:~/src/libtorrent-svn# clear
  50. root@ks3096170:~/src/libtorrent-svn# make
  51. make  all-recursive
  52. make[1]: Entering directory `/root/src/libtorrent-svn'
  53. Making all in src
  54. make[2]: Entering directory `/root/src/libtorrent-svn/src'
  55. Making all in torrent
  56. make[3]: Entering directory `/root/src/libtorrent-svn/src/torrent'
  57. Making all in data
  58. make[4]: Entering directory `/root/src/libtorrent-svn/src/torrent/data'
  59. make[4]: Nothing to be done for `all'.
  60. make[4]: Leaving directory `/root/src/libtorrent-svn/src/torrent/data'
  61. Making all in download
  62. make[4]: Entering directory `/root/src/libtorrent-svn/src/torrent/download'
  63. make[4]: Nothing to be done for `all'.
  64. make[4]: Leaving directory `/root/src/libtorrent-svn/src/torrent/download'
  65. Making all in peer
  66. make[4]: Entering directory `/root/src/libtorrent-svn/src/torrent/peer'
  67. make[4]: Nothing to be done for `all'.
  68. make[4]: Leaving directory `/root/src/libtorrent-svn/src/torrent/peer'
  69. Making all in utils
  70. make[4]: Entering directory `/root/src/libtorrent-svn/src/torrent/utils'
  71. /bin/sh ../../../libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../.. -I. -I./.. -I./../.. -I../../..    -g -O2 -g -DDEBUG -fvisibility=hidden   -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include   -MT log.lo -MD -MP -MF .deps/log.Tpo -c -o log.lo log.cc
  72. libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../../.. -I. -I./.. -I./../.. -I../../.. -g -O2 -g -DDEBUG -fvisibility=hidden -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -MT log.lo -MD -MP -MF .deps/log.Tpo -c log.cc  -fPIC -DPIC -o .libs/log.o
  73. log.cc: In function 'int torrent::popcount_wrapper(T)':
  74. log.cc:76: error: 'numeric_limits' is not a member of 'std'
  75. log.cc:76: error: expected primary-expression before '>' token
  76. log.cc:76: error: '::digits' has not been declared
  77. log.cc:76: error: 'numeric_limits' is not a member of 'std'
  78. log.cc:76: error: expected primary-expression before 'unsigned'
  79. log.cc:76: error: expected ')' before 'unsigned'
  80. In file included from /usr/include/c++/4.4/bits/stl_algobase.h:66,
  81.                  from /usr/include/c++/4.4/tr1/array:38,
  82.                  from log.h:41,
  83.                  from log.cc:39:
  84. /usr/include/c++/4.4/bits/stl_pair.h: At global scope:
  85. /usr/include/c++/4.4/bits/stl_pair.h: In instantiation of 'std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::tr1::function<void(const char*)> >':
  86. log.cc:130:   instantiated from here
  87. /usr/include/c++/4.4/bits/stl_pair.h:72: error: 'std::pair<_T1, _T2>::first' has incomplete type
  88. /usr/include/c++/4.4/bits/stringfwd.h:52: error: declaration of 'struct std::basic_string<char, std::char_traits<char>, std::allocator<char> >'
  89. make[4]: *** [log.lo] Error 1
  90. make[4]: Leaving directory `/root/src/libtorrent-svn/src/torrent/utils'
  91. make[3]: *** [all-recursive] Error 1
  92. make[3]: Leaving directory `/root/src/libtorrent-svn/src/torrent'
  93. make[2]: *** [all-recursive] Error 1
  94. make[2]: Leaving directory `/root/src/libtorrent-svn/src'
  95. make[1]: *** [all-recursive] Error 1
  96. make[1]: Leaving directory `/root/src/libtorrent-svn'
  97. make: *** [all] Error 2
  98. root@xxxxxxxxx:~/src/libtorrent-svn#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement