
On Thu, 15 Jul 2004 07:55:44 -0700, Jeff Garland wrote
Mike -
This is also failing on my mini-Linux test with the same issue.
http://boost.sourceforge.net/regression-logs/cs-LinuxMandrake.html
It's interesting that if I change to the libs/thread/build directory and type bjam the library builds, so it seems like maybe this is some new change in the bjam system causing this. That said in date_time there is
<sysinclude>$(BOOST_ROOT)
in the Jamfile to make sure the appropriate include path is available. I've locally modified the thread Jamfile to include a this sysinclude and I'm re-running the regression now. I'll let you know...
replies to self.... Adding the sysinclude indeed fixes the initial compilation problem. I've attached a patch of the change I made and I'll reupload the regression results -- there's more errors :-( Jeff