Advertisement
Guest User

Untitled

a guest
Jul 24th, 2014
234
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.43 KB | None | 0 0
  1. [ 18%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/lib/workers/WorkerThread.cpp.o
  2. In file included from /usr/include/c++/4.9/ctime:42:0,
  3. from /usr/include/c++/4.9/chrono:41,
  4. from /usr/include/c++/4.9/thread:38,
  5. from /opt/hhvm/third-party/proxygen/lib/workers/WorkerThread.h:5,
  6. from /opt/hhvm/third-party/proxygen/lib/workers/WorkerThread.cpp:2:
  7. /usr/include/boost/thread/xtime.hpp:23:5: error: expected identifier before numeric constant
  8. TIME_UTC=1
  9. ^
  10. /usr/include/boost/thread/xtime.hpp:23:5: error: expected '}' before numeric constant
  11. /usr/include/boost/thread/xtime.hpp:23:5: error: expected unqualified-id before numeric constant
  12. In file included from /usr/include/boost/thread/pthread/mutex.hpp:14:0,
  13. from /usr/include/boost/thread/mutex.hpp:16,
  14. from /usr/include/boost/thread/pthread/thread_data.hpp:12,
  15. from /usr/include/boost/thread/thread.hpp:17,
  16. from /usr/include/boost/thread.hpp:13,
  17. from /opt/hhvm/third-party/proxygen/lib/workers/WorkerThread.cpp:4:
  18. /usr/include/boost/thread/xtime.hpp:46:14: error: expected type-specifier before 'system_time'
  19. operator system_time() const
  20. ^
  21. In file included from /usr/include/boost/thread/pthread/mutex.hpp:14:0,
  22. from /usr/include/boost/thread/mutex.hpp:16,
  23. from /usr/include/boost/thread/pthread/thread_data.hpp:12,
  24. from /usr/include/boost/thread/thread.hpp:17,
  25. from /usr/include/boost/thread.hpp:13,
  26. from /opt/hhvm/third-party/proxygen/lib/workers/WorkerThread.cpp:4:
  27. /usr/include/boost/thread/xtime.hpp: In function 'int xtime_get(xtime*, int)':
  28. /usr/include/boost/thread/xtime.hpp:73:40: error: 'get_system_time' was not declared in this scope
  29. *xtp=get_xtime(get_system_time());
  30. ^
  31. /usr/include/boost/thread/xtime.hpp:73:40: note: suggested alternative:
  32. In file included from /usr/include/boost/thread/locks.hpp:12:0,
  33. from /usr/include/boost/thread/pthread/mutex.hpp:12,
  34. from /usr/include/boost/thread/mutex.hpp:16,
  35. from /usr/include/boost/thread/pthread/thread_data.hpp:12,
  36. from /usr/include/boost/thread/thread.hpp:17,
  37. from /usr/include/boost/thread.hpp:13,
  38. from /opt/hhvm/third-party/proxygen/lib/workers/WorkerThread.cpp:4:
  39. /usr/include/boost/thread/thread_time.hpp:19:24: note: 'boost::get_system_time'
  40. inline system_time get_system_time()
  41. ^
  42. In file included from /usr/include/boost/thread/pthread/mutex.hpp:14:0,
  43. from /usr/include/boost/thread/mutex.hpp:16,
  44. from /usr/include/boost/thread/pthread/thread_data.hpp:12,
  45. from /usr/include/boost/thread/thread.hpp:17,
  46. from /usr/include/boost/thread.hpp:13,
  47. from /opt/hhvm/third-party/proxygen/lib/workers/WorkerThread.cpp:4:
  48. /usr/include/boost/thread/xtime.hpp: At global scope:
  49. /usr/include/boost/thread/xtime.hpp:88:1: error: expected declaration before '}' token
  50. } // namespace boost
  51. ^
  52. make[2]: *** [third-party/proxygen/CMakeFiles/hphp_proxygen.dir/lib/workers/WorkerThread.cpp.o] Error 1
  53. make[1]: *** [third-party/proxygen/CMakeFiles/hphp_proxygen.dir/all] Error 2
  54. make: *** [all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement