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

Untitled

By: a guest on May 22nd, 2012  |  syntax: None  |  size: 1.77 KB  |  hits: 16  |  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. 0# make
  2. make  all-recursive
  3. make[1]: Entering directory `/var/thrift/thrift-0.5.0'
  4. Making all in compiler/cpp
  5. make[2]: Entering directory `/var/thrift/thrift-0.5.0/compiler/cpp'
  6. make  all-am
  7. make[3]: Entering directory `/var/thrift/thrift-0.5.0/compiler/cpp'
  8. make[3]: Nothing to be done for `all-am'.
  9. make[3]: Leaving directory `/var/thrift/thrift-0.5.0/compiler/cpp'
  10. make[2]: Leaving directory `/var/thrift/thrift-0.5.0/compiler/cpp'
  11. Making all in lib
  12. make[2]: Entering directory `/var/thrift/thrift-0.5.0/lib'
  13. Making all in cpp
  14. make[3]: Entering directory `/var/thrift/thrift-0.5.0/lib/cpp'
  15. Making all in .
  16. make[4]: Entering directory `/var/thrift/thrift-0.5.0/lib/cpp'
  17. make[4]: Nothing to be done for `all-am'.
  18. make[4]: Leaving directory `/var/thrift/thrift-0.5.0/lib/cpp'
  19. Making all in test
  20. make[4]: Entering directory `/var/thrift/thrift-0.5.0/lib/cpp/test'
  21. make[4]: Nothing to be done for `all'.
  22. make[4]: Leaving directory `/var/thrift/thrift-0.5.0/lib/cpp/test'
  23. make[3]: Leaving directory `/var/thrift/thrift-0.5.0/lib/cpp'
  24. Making all in py
  25. make[3]: Entering directory `/var/thrift/thrift-0.5.0/lib/py'
  26. /usr/bin/python setup.py build
  27. running build
  28. running build_py
  29. running build_ext
  30. make[3]: Leaving directory `/var/thrift/thrift-0.5.0/lib/py'
  31. Making all in hs
  32. make[3]: Entering directory `/var/thrift/thrift-0.5.0/lib/hs'
  33. /usr/bin/runhaskell Setup.lhs configure
  34. Configuring Thrift-0.2.0...
  35. Setup.lhs: At least the following dependencies are missing:
  36. binary -any
  37. make[3]: *** [all-local] Error 1
  38. make[3]: Leaving directory `/var/thrift/thrift-0.5.0/lib/hs'
  39. make[2]: *** [all-recursive] Error 1
  40. make[2]: Leaving directory `/var/thrift/thrift-0.5.0/lib'
  41. make[1]: *** [all-recursive] Error 1
  42. make[1]: Leaving directory `/var/thrift/thrift-0.5.0'
  43. make: *** [all] Error 2