
On Wed, Jul 14, 2004 at 11:47:57AM -0400, Michael Glassford wrote:
I certainly hope that Boost.Threads finally settle down in a stable form. The MetaComm results show that it is in such a poor state. http://tinyurl.com/4s58j indicates that not a single test passes. A lot of libraries (including Spirit) rely on this library and time is running out.
Yes, I just noticed this yesterday and was rather surprised: I had expected at least MSVC++ 6 and 7.1 to work, since I tested both of those. It's not in as bad shape as it looks, though, since almost all of the errors are the same:
Cannot open include file: 'boost/thread/detail/config.hpp': No such file or directory
This file is in CVS, and has been included in some files for quite a long time; the change I made was to include it in all files. Apparently I'm missing something, but I don't understand why the file isn't being found.
Is it possible it's the stray DOS newline on line 12 of libs/thread/src/barrier.cpp ? The rest of the file is in UNIX format, but that line is DOS. jon -- "The whole problem with the world is that fools and fanatics are always so certain of themselves, but wiser people so full of doubts." - Bertrand Russell