Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- D:\boost_1_46_0\tools>..\bjam -j2
- Performing configuration checks
- - has_icu builds : yes
- ...patience...
- ...patience...
- ...found 3168 targets...
- ...updating 3 targets...
- compile-c-c++ regression\build\bin\msvc-10.0\release\link-static\threading-multi
- \library_status.obj
- library_status.cpp
- regression\src\library_status.cpp(633) : error C2440: 'initializing' : cannot co
- nvert from 'const boost::filesystem3::path::string_type' to 'std::basic_string<_
- Elem,_Traits,_Ax>'
- with
- [
- _Elem=char,
- _Traits=std::char_traits<char>,
- _Ax=std::allocator<char>
- ]
- No constructor could take the source type, or constructor overload resol
- ution was ambiguous
- regression\src\library_status.cpp(761) : error C2664: 'std::basic_string<_Elem,_
- Traits,_Ax> &std::basic_string<_Elem,_Traits,_Ax>::append(const std::basic_strin
- g<_Elem,_Traits,_Ax> &)' : cannot convert parameter 1 from 'const boost::filesys
- tem3::path::string_type' to 'const std::basic_string<_Elem,_Traits,_Ax> &'
- with
- [
- _Elem=char,
- _Traits=std::char_traits<char>,
- _Ax=std::allocator<char>
- ]
- Reason: cannot convert from 'const boost::filesystem3::path::string_type
- ' to 'const std::basic_string<_Elem,_Traits,_Ax>'
- with
- [
- _Elem=char,
- _Traits=std::char_traits<char>,
- _Ax=std::allocator<char>
- ]
- No user-defined-conversion operator available that can perform this conv
- ersion, or the operator cannot be called
- ..\boost/test/impl/execution_monitor.ipp(948) : warning C4535: calling _set_se_t
- ranslator() requires /EHa
- regression\src\library_status.cpp(899) : error C2679: binary '=' : no operator f
- ound which takes a right-hand operand of type 'const boost::filesystem3::path::s
- tring_type' (or there is no acceptable conversion)
- D:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\INCLUDE\xstring(7
- 07): could be 'std::basic_string<_Elem,_Traits,_Ax> &std::basic_string<_Elem,_Tr
- aits,_Ax>::operator =(std::basic_string<_Elem,_Traits,_Ax> &&)'
- with
- [
- _Elem=char,
- _Traits=std::char_traits<char>,
- _Ax=std::allocator<char>
- ]
- D:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\INCLUDE\xstring(7
- 62): or 'std::basic_string<_Elem,_Traits,_Ax> &std::basic_string<_Elem,_Tr
- aits,_Ax>::operator =(const std::basic_string<_Elem,_Traits,_Ax> &)'
- with
- [
- _Elem=char,
- _Traits=std::char_traits<char>,
- _Ax=std::allocator<char>
- ]
- D:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\INCLUDE\xstring(7
- 67): or 'std::basic_string<_Elem,_Traits,_Ax> &std::basic_string<_Elem,_Tr
- aits,_Ax>::operator =(const _Elem *)'
- with
- [
- _Elem=char,
- _Traits=std::char_traits<char>,
- _Ax=std::allocator<char>
- ]
- D:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\INCLUDE\xstring(7
- 72): or 'std::basic_string<_Elem,_Traits,_Ax> &std::basic_string<_Elem,_Tr
- aits,_Ax>::operator =(_Elem)'
- with
- [
- _Elem=char,
- _Traits=std::char_traits<char>,
- _Ax=std::allocator<char>
- ]
- while trying to match the argument list '(std::string, const boost::file
- system3::path::string_type)'
- call "D:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\vcvarsall.bat"
- x86 >nul
- cl /Zm800 -nologo @"regression\build\bin\msvc-10.0\release\link-static\threading
- -multi\library_status.obj.rsp"
- ...failed compile-c-c++ regression\build\bin\msvc-10.0\release\link-static\threa
- ding-multi\library_status.obj...
- ...skipped <pregression\build\bin\msvc-10.0\release\link-static\threading-multi>
- library_status.exe for lack of <pregression\build\bin\msvc-10.0\release\link-sta
- tic\threading-multi>library_status.obj...
- ...skipped <p..\dist\bin>library_status.exe for lack of <pregression\build\bin\m
- svc-10.0\release\link-static\threading-multi>library_status.exe...
- ...failed updating 1 target...
- ...skipped 2 targets...
- D:\boost_1_46_0\tools>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement