Advertisement
Guest User

Untitled

a guest
Jan 4th, 2012
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.22 KB | None | 0 0
  1. make all-recursive
  2. make[1]: Wejście do katalogu `/home/kszksz/libtorrent-0.12.6'
  3. Making all in src
  4. make[2]: Wejście do katalogu `/home/kszksz/libtorrent-0.12.6/src'
  5. Making all in torrent
  6. make[3]: Wejście do katalogu `/home/kszksz/libtorrent-0.12.6/src/torrent'
  7. Making all in data
  8. make[4]: Wejście do katalogu `/home/kszksz/libtorrent-0.12.6/src/torrent/data'
  9. make[4]: Nie ma nic do zrobienia w `all'.
  10. make[4]: Opuszczenie katalogu `/home/kszksz/libtorrent-0.12.6/src/torrent/data'
  11. Making all in peer
  12. make[4]: Wejście do katalogu `/home/kszksz/libtorrent-0.12.6/src/torrent/peer'
  13. if /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -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 peer.lo -MD -MP -MF ".deps/peer.Tpo" -c -o peer.lo peer.cc; \
  14. then mv -f ".deps/peer.Tpo" ".deps/peer.Plo"; else rm -f ".deps/peer.Tpo"; exit 1; fi
  15. libtool: compile: g++ -DHAVE_CONFIG_H -I. -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 peer.lo -MD -MP -MF .deps/peer.Tpo -c peer.cc -fPIC -DPIC -o .libs/peer.o
  16. In file included from ./../data/block.h:42:0,
  17. from peer.cc:39:
  18. ./../../torrent/data/block_transfer.h: In member function 'bool torrent::BlockTransfer::is_valid() const':
  19. ./../../torrent/data/block_transfer.h:60:73: error: 'NULL' was not declared in this scope
  20. In file included from peer.cc:39:0:
  21. ./../data/block.h: In constructor 'torrent::Block::Block()':
  22. ./../data/block.h:57:39: error: 'NULL' was not declared in this scope
  23. ./../data/block.h: In member function 'bool torrent::Block::is_finished() const':
  24. ./../data/block.h:61:95: error: 'NULL' was not declared in this scope
  25. In file included from peer.cc:39:0:
  26. ./../data/block.h: In member function 'bool torrent::Block::is_transfering() const':
  27. ./../data/block.h:62:95: error: 'NULL' was not declared in this scope
  28. ./../data/block.h: In member function 'bool torrent::Block::is_peer_queued(const torrent::PeerInfo*) const':
  29. ./../data/block.h:64:101: error: 'NULL' was not declared in this scope
  30. ./../data/block.h: In member function 'bool torrent::Block::is_peer_transfering(const torrent::PeerInfo*) const':
  31. ./../data/block.h:65:103: error: 'NULL' was not declared in this scope
  32. ./../data/block.h: In member function 'torrent::BlockTransfer* torrent::Block::find(const torrent::PeerInfo*)':
  33. ./../data/block.h:149:38: error: 'NULL' was not declared in this scope
  34. ./../data/block.h: In member function 'const torrent::BlockTransfer* torrent::Block::find(const torrent::PeerInfo*) const':
  35. ./../data/block.h:159:38: error: 'NULL' was not declared in this scope
  36. make[4]: *** [peer.lo] Błąd 1
  37. make[4]: Opuszczenie katalogu `/home/kszksz/libtorrent-0.12.6/src/torrent/peer'
  38. make[3]: *** [all-recursive] Błąd 1
  39. make[3]: Opuszczenie katalogu `/home/kszksz/libtorrent-0.12.6/src/torrent'
  40. make[2]: *** [all-recursive] Błąd 1
  41. make[2]: Opuszczenie katalogu `/home/kszksz/libtorrent-0.12.6/src'
  42. make[1]: *** [all-recursive] Błąd 1
  43. make[1]: Opuszczenie katalogu `/home/kszksz/libtorrent-0.12.6'
  44. make: *** [all] Błąd 2
  45. kszksz@mexico:~/libtorrent-0.12.6$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement