
Joel de Guzman wrote:
Michael Glassford wrote:
[...]
Fixed.
*** There are also no newlines at the end of these files. ***
Fixed.
Fixing all those above, Spirit compiles now with only one test failing. The failure is again because of boost.threads (again on MinGW, g++3.2) :
[...]
No ideas at the moment.
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. Mike