Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Aug 8th, 2012  |  syntax: None  |  size: 5.22 KB  |  hits: 13  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. $bash$ make
  2.  
  3. source='TorProxy.cpp' object='TorProxy.o' libtool=no \
  4.         DEPDIR=.deps depmode=none /bin/sh ./depcomp \
  5.         g++ -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"tortunnel\" -DVERSION=\"0.2\" -I.    -ggdb  -c -o TorProxy.o TorProxy.cpp
  6. In file included from TorProxy.cpp:30:
  7. TorProxy.h:33:32: error: boost/shared_ptr.hpp: No such file or directory
  8. TorProxy.h:34:26: error: boost/asio.hpp: No such file or directory
  9. TorProxy.h:35:26: error: boost/bind.hpp: No such file or directory
  10. In file included from TorProxy.h:40,
  11.                  from TorProxy.cpp:30:
  12. TorTunnel.h:33:30: error: boost/function.hpp: No such file or directory
  13. In file included from TorProxy.h:41,
  14.                  from TorProxy.cpp:30:
  15. SocksConnection.h:33:45: error: boost/enable_shared_from_this.hpp: No such file or directory
  16. ShuffleStream.h:43: error: ‘boost’ has not been declared
  17. ShuffleStream.h:43: error: expected initializer before ‘<’ token
  18. ShuffleStream.h:44: error: ‘boost’ has not been declared
  19. ShuffleStream.h:44: error: expected initializer before ‘<’ token
  20. ShuffleStream.h:50: error: ‘StreamReadHandler’ has not been declared
  21. ShuffleStream.h:51: error: ‘StreamWriteHandler’ has not been declared
  22. protocol/../util/Network.h:39: error: ‘boost’ has not been declared
  23. protocol/../util/Network.h:39: error: ‘asio’ is not a namespace-name
  24. protocol/../util/Network.h:39: error: expected namespace-name before ‘;’ token
  25. protocol/../util/Network.h:41: error: ‘boost’ has not been declared
  26. protocol/../util/Network.h:41: error: expected initializer before ‘<’ token
  27. protocol/../util/Network.h:46: error: ‘boost’ has not been declared
  28. protocol/../util/Network.h:46: error: expected ‘,’ or ‘...’ before ‘<’ token
  29. protocol/../util/Network.h:53: error: ‘boost’ has not been declared
  30. protocol/../util/Network.h:53: error: expected ‘,’ or ‘...’ before ‘<’ token
  31. protocol/../util/Network.h:58: error: ‘boost’ has not been declared
  32. protocol/../util/Network.h:58: error: expected ‘,’ or ‘...’ before ‘<’ token
  33. protocol/../util/Network.h:65: error: ‘boost’ has not been declared
  34. protocol/../util/Network.h:65: error: expected ‘,’ or ‘...’ before ‘<’ token
  35. protocol/../util/Network.h:72: error: ‘boost’ has not been declared
  36. protocol/../util/Network.h:72: error: expected ‘,’ or ‘...’ before ‘&’ token
  37. protocol/ServerListing.h:47: error: ‘boost’ has not been declared
  38. protocol/ServerListing.h:47: error: expected initializer before ‘<’ token
  39. protocol/ServerListing.h:59: error: ‘boost’ has not been declared
  40. protocol/ServerListing.h:59: error: ISO C++ forbids declaration of ‘io_service’ with no type
  41. protocol/ServerListing.h:59: error: expected ‘;’ before ‘&’ token
  42. protocol/ServerListing.h:67: error: ‘boost’ has not been declared
  43. protocol/ServerListing.h:67: error: expected `)' before ‘&’ token
  44. protocol/ServerListing.h:68: error: ‘boost’ has not been declared
  45. protocol/ServerListing.h:68: error: expected `)' before ‘&’ token
  46. protocol/ServerListing.h:75: error: ‘ServerListingHandler’ has not been declared
  47. protocol/Directory.h:51: error: ‘boost’ has not been declared
  48. protocol/Directory.h:51: error: ‘asio’ is not a namespace-name
  49. protocol/Directory.h:51: error: expected namespace-name before ‘;’ token
  50. protocol/Directory.h:53: error: ‘boost’ has not been declared
  51. protocol/Directory.h:53: error: expected initializer before ‘<’ token
  52. protocol/Directory.h:54: error: ‘boost’ has not been declared
  53. protocol/Directory.h:54: error: expected initializer before ‘<’ token
  54. protocol/Directory.h:71: error: ‘boost’ has not been declared
  55. protocol/Directory.h:71: error: ISO C++ forbids declaration of ‘io_service’ with no type
  56. protocol/Directory.h:71: error: expected ‘;’ before ‘&’ token
  57. protocol/Directory.h:75: error: ‘boost’ has not been declared
  58. protocol/Directory.h:75: error: expected `)' before ‘&’ token
  59. protocol/Directory.h:76: error: ‘DirectoryHandler’ has not been declared
  60. protocol/Directory.h:77: error: ‘RetrieveServerListingHandler’ has not been declared
  61. protocol/Directory.h:78: error: ‘RetrieveServerListingHandler’ has not been declared
  62. protocol/Directory.h:80: error: ‘RetrieveServerListingHandler’ has not been declared
  63. protocol/Directory.h:81: error: expected ‘,’ or ‘...’ before ‘::’ token
  64. protocol/Directory.h:81: error: ISO C++ forbids declaration of ‘boost’ with no type
  65. protocol/Directory.h:82: error: ‘RetrieveServerListingHandler’ has not been declared
  66. protocol/Directory.h:84: error: ‘boost’ has not been declared
  67. protocol/Directory.h:84: error: expected ‘,’ or ‘...’ before ‘<’ token
  68. protocol/Directory.h:100: error: ‘boost’ has not been declared
  69. protocol/Directory.h:100: error: ISO C++ forbids declaration of ‘shared_ptr’ with no type
  70. protocol/Directory.h:100: error: expected ‘;’ before ‘<’ token
  71. TorProxy.cpp:162: error: expected `;' at end of input
  72. TorProxy.cpp:162: error: expected `}' at end of input
  73. protocol/Directory.h:98: error: expected unqualified-id at end of input
  74. make: *** [TorProxy.o] Error 1