Advertisement
Guest User

Untitled

a guest
Feb 20th, 2011
332
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.15 KB | None | 0 0
  1.  
  2. D:\boost_1_46_0\tools>..\bjam -j2
  3. Performing configuration checks
  4.  
  5. - has_icu builds : yes
  6. ...patience...
  7. ...patience...
  8. ...found 3168 targets...
  9. ...updating 3 targets...
  10. compile-c-c++ regression\build\bin\msvc-10.0\release\link-static\threading-multi
  11. \library_status.obj
  12. library_status.cpp
  13. regression\src\library_status.cpp(633) : error C2440: 'initializing' : cannot co
  14. nvert from 'const boost::filesystem3::path::string_type' to 'std::basic_string<_
  15. Elem,_Traits,_Ax>'
  16. with
  17. [
  18. _Elem=char,
  19. _Traits=std::char_traits<char>,
  20. _Ax=std::allocator<char>
  21. ]
  22. No constructor could take the source type, or constructor overload resol
  23. ution was ambiguous
  24. regression\src\library_status.cpp(761) : error C2664: 'std::basic_string<_Elem,_
  25. Traits,_Ax> &std::basic_string<_Elem,_Traits,_Ax>::append(const std::basic_strin
  26. g<_Elem,_Traits,_Ax> &)' : cannot convert parameter 1 from 'const boost::filesys
  27. tem3::path::string_type' to 'const std::basic_string<_Elem,_Traits,_Ax> &'
  28. with
  29. [
  30. _Elem=char,
  31. _Traits=std::char_traits<char>,
  32. _Ax=std::allocator<char>
  33. ]
  34. Reason: cannot convert from 'const boost::filesystem3::path::string_type
  35. ' to 'const std::basic_string<_Elem,_Traits,_Ax>'
  36. with
  37. [
  38. _Elem=char,
  39. _Traits=std::char_traits<char>,
  40. _Ax=std::allocator<char>
  41. ]
  42. No user-defined-conversion operator available that can perform this conv
  43. ersion, or the operator cannot be called
  44. ..\boost/test/impl/execution_monitor.ipp(948) : warning C4535: calling _set_se_t
  45. ranslator() requires /EHa
  46. regression\src\library_status.cpp(899) : error C2679: binary '=' : no operator f
  47. ound which takes a right-hand operand of type 'const boost::filesystem3::path::s
  48. tring_type' (or there is no acceptable conversion)
  49. D:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\INCLUDE\xstring(7
  50. 07): could be 'std::basic_string<_Elem,_Traits,_Ax> &std::basic_string<_Elem,_Tr
  51. aits,_Ax>::operator =(std::basic_string<_Elem,_Traits,_Ax> &&)'
  52. with
  53. [
  54. _Elem=char,
  55. _Traits=std::char_traits<char>,
  56. _Ax=std::allocator<char>
  57. ]
  58. D:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\INCLUDE\xstring(7
  59. 62): or 'std::basic_string<_Elem,_Traits,_Ax> &std::basic_string<_Elem,_Tr
  60. aits,_Ax>::operator =(const std::basic_string<_Elem,_Traits,_Ax> &)'
  61. with
  62. [
  63. _Elem=char,
  64. _Traits=std::char_traits<char>,
  65. _Ax=std::allocator<char>
  66. ]
  67. D:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\INCLUDE\xstring(7
  68. 67): or 'std::basic_string<_Elem,_Traits,_Ax> &std::basic_string<_Elem,_Tr
  69. aits,_Ax>::operator =(const _Elem *)'
  70. with
  71. [
  72. _Elem=char,
  73. _Traits=std::char_traits<char>,
  74. _Ax=std::allocator<char>
  75. ]
  76. D:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\INCLUDE\xstring(7
  77. 72): or 'std::basic_string<_Elem,_Traits,_Ax> &std::basic_string<_Elem,_Tr
  78. aits,_Ax>::operator =(_Elem)'
  79. with
  80. [
  81. _Elem=char,
  82. _Traits=std::char_traits<char>,
  83. _Ax=std::allocator<char>
  84. ]
  85. while trying to match the argument list '(std::string, const boost::file
  86. system3::path::string_type)'
  87.  
  88. call "D:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\vcvarsall.bat"
  89. x86 >nul
  90. cl /Zm800 -nologo @"regression\build\bin\msvc-10.0\release\link-static\threading
  91. -multi\library_status.obj.rsp"
  92.  
  93. ...failed compile-c-c++ regression\build\bin\msvc-10.0\release\link-static\threa
  94. ding-multi\library_status.obj...
  95. ...skipped <pregression\build\bin\msvc-10.0\release\link-static\threading-multi>
  96. library_status.exe for lack of <pregression\build\bin\msvc-10.0\release\link-sta
  97. tic\threading-multi>library_status.obj...
  98. ...skipped <p..\dist\bin>library_status.exe for lack of <pregression\build\bin\m
  99. svc-10.0\release\link-static\threading-multi>library_status.exe...
  100. ...failed updating 1 target...
  101. ...skipped 2 targets...
  102.  
  103. D:\boost_1_46_0\tools>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement