Advertisement
Guest User

Untitled

a guest
Sep 24th, 2017
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CMake 3.00 KB | None | 0 0
  1. 1>------ Build started: Project: wt, Configuration: Release x64 ------
  2. 1>Build started 20/07/2011 5:51:39 AM.
  3. 1>InitializeBuildStatus:
  4. 1>  Touching "wt.dir\Release\wt.unsuccessfulbuild".
  5. 1>CustomBuild:
  6. 1>  All outputs are up-to-date.
  7. 1>ClCompile:
  8. 1>  random_device.cpp
  9. 1>..\..\src\web\random_device.cpp(122): error C2039: 'default_token' : is not a member of 'boost::random::random_device'
  10. 1>          C:/boost/include/boost-1_47\boost/random/random_device.hpp(88) : see declaration of 'boost::random::random_device'
  11. 1>
  12. 1>Build FAILED.
  13. 1>
  14. 1>Time Elapsed 00:00:02.79
  15. 2>------ Build started: Project: wthttp, Configuration: Release x64 ------
  16. 2>Build started 20/07/2011 5:51:42 AM.
  17. 2>InitializeBuildStatus:
  18. 2>  Touching "wthttp.dir\Release\wthttp.unsuccessfulbuild".
  19. 2>CustomBuild:
  20. 2>  All outputs are up-to-date.
  21. 2>ClCompile:
  22. 2>  HTTPStream.C
  23. 2>  WServer.C
  24. 2>  WtReply.C
  25. 2>C:/boost/include/boost-1_47\boost/asio/detail/impl/signal_set_service.ipp(74): error C2955: 'boost::signal' : use of class template requires template argument list
  26. 2>          C:/boost/include/boost-1_47\boost/signal.hpp(329) : see declaration of 'boost::signal'
  27. 2>C:/boost/include/boost-1_47\boost/asio/detail/impl/signal_set_service.ipp(74): error C2955: 'boost::signal' : use of class template requires template argument list
  28. 2>          C:/boost/include/boost-1_47\boost/signal.hpp(329) : see declaration of 'boost::signal'
  29. 2>C:/boost/include/boost-1_47\boost/asio/detail/impl/signal_set_service.ipp(74): error C2955: 'boost::signal' : use of class template requires template argument list
  30. 2>          C:/boost/include/boost-1_47\boost/signal.hpp(329) : see declaration of 'boost::signal'
  31. 2>C:/boost/include/boost-1_47\boost/asio/detail/impl/signal_set_service.ipp(74): error C2955: 'boost::signal' : use of class template requires template argument list
  32. 2>          C:/boost/include/boost-1_47\boost/signal.hpp(329) : see declaration of 'boost::signal'
  33. 2>C:/boost/include/boost-1_47\boost/asio/detail/impl/signal_set_service.ipp(74): error C2955: 'boost::signal' : use of class template requires template argument list
  34. 2>          C:/boost/include/boost-1_47\boost/signal.hpp(329) : see declaration of 'boost::signal'
  35. 2>C:/boost/include/boost-1_47\boost/asio/detail/impl/signal_set_service.ipp(74): error C2955: 'boost::signal' : use of class template requires template argument list
  36. 2>          C:/boost/include/boost-1_47\boost/signal.hpp(329) : see declaration of 'boost::signal'
  37. 2>
  38. 2>Build FAILED.
  39. 2>
  40. 2>Time Elapsed 00:00:06.88
  41. 3>------ Build started: Project: hello.wt, Configuration: Release x64 ------
  42. 3>Build started 20/07/2011 5:51:49 AM.
  43. 3>InitializeBuildStatus:
  44. 3>  Touching "hello.wt.dir\Release\hello.wt.unsuccessfulbuild".
  45. 3>CustomBuild:
  46. 3>  All outputs are up-to-date.
  47. 3>ClCompile:
  48. 3>  All outputs are up-to-date.
  49. 3>LINK : fatal error LNK1181: cannot open input file '..\..\src\http\Release\wthttp.lib'
  50. 3>
  51. 3>Build FAILED.
  52. 3>
  53. 3>Time Elapsed 00:00:00.36
  54. ========== Build: 0 succeeded, 3 failed, 1 up-to-date, 0 skipped ==========
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement