
"val salamakha" <v_s_ha@yahoo.com> wrote in message news:20040617225340.24707.qmail@web52305.mail.yahoo.com...
--- David Abrahams <dave@boost-consulting.com> wrote:
There are no errors in what you posted; it's all warnings. You can ignore them, or turn them off in your compiler options.
The following text
"(BOOST_ROOT)\include\stdexcept(14): see declaration of 'std::logic_error' c:\Boost\include\boost-1_31\boost\thread\exceptions.hpp(28) : see declaration of 'boost::lock_error'"
marked as error by VC71.
I believe this is a VC71 bug, in which a compile error is reported with no CXXXX code -- the error msg just starts in the middle, with 'see declaration'. The same thing has happened to me when building Boost.Threads from the IDE. I think after trying to build it a number of times the errors finally disappeared, for no apparent reason. I believe when I switched to bjam I had no further problems. Jonathan