C:\Boost Releases\boost>bjam -sTOOLS=vc7
...patience...
...patience...
...patience...
...found 3082 targets...
...updating 153 targets...
[
deleted LOTS of log and error messages most of the form:
C:\Boost Releases\boost\boost\iterator_adaptors.hpp(1237) : error C2039:
'value_type' : is not a member of 'boost::detail::iterator_traits<Iterator>'
C:\Boost Releases\boost\boost\iterator_adaptors.hpp(1237) : error C2065:
'value_type' : undeclared identifier
C:\Boost Releases\boost\boost\iterator_adaptors.hpp(1237) : error C2974:
'boost::reverse_iterator_generator' : invalid template argument for
'Value', type expected
C:\Boost Releases\boost\boost\iterator_adaptors.hpp(1234) : see
declaration of 'boost::reverse_iterator_generator'
C:\Boost Releases\boost\boost\iterator_adaptors.hpp(1237) : error C2039:
'iterator_category' : is not a member of
'boost::detail::iterator_traits<Iterator>'
C:\Boost Releases\boost\boost\iterator_adaptors.hpp(1237) : error C2065:
'iterator_category' : undeclared identifier
C:\Boost Releases\boost\boost\iterator_adaptors.hpp(1237) : error C2974:
'boost::reverse_iterator_generator' : invalid template argument for
'Category', type expected
]
...failed updating 51 targets...
...skipped 100 targets...
...updated 2 targets...
it affects my project also, tho I'm not sure where I even need iterator
_adaptors:
C:\Boost Releases\boost\boost\detail\iterator.hpp(99) : error C2061: syntax
error : identifier 'value_type'
C:\Boost Releases\boost\boost\detail\iterator.hpp(131) : error C2061:
syntax error : identifier 'value_type'
C:\Boost Releases\boost\boost\detail\iterator.hpp(136) : error C2059:
syntax error : ')'
C:\Boost Releases\boost\boost\detail\iterator.hpp(136) : error C2143:
syntax error : missing ')' before '<end Parse>'
C:\Program Files\Microsoft Visual Studio .NET\Vc7\include\xlocmon(227) :
fatal error C1903: unable to recover from previous error(s); stopping
compilation
Victor A. Wagner Jr. http://rudbek.com
PGP RSA fingerprint = 4D20 EBF6 0101 B069 3817 8DBF C846 E47A
PGP D-H fingerprint = 98BC 65E3 1A19 43EC 3908 65B9 F755 E6F4 63BB 9D93
The five most dangerous words in the English language:
"There oughta be a law"
_______________________________________________
Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost
- Re: [boost] CVS mainline broken badly Victor A. Wagner, Jr.
- Re: [boost] CVS mainline broken badly David Abrahams
- Re: [boost] CVS mainline broken badly David Abrahams
- Re: [boost] CVS mainline broken badly Victor A. Wagner, Jr.
- Re: [boost] CVS mainline broken badly David Abrahams
- [boost] date-time tests on rebuild [was... Beman Dawes
- RE: [boost] date-time tests on rebu... Jeff Garland
- Re: [boost] date-time tests on... David Abrahams