$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Michael Glassford (glassfordm_at_[hidden])
Date: 2004-07-19 09:48:25
Aleksey Gurtovoy wrote:
> Michael Glassford writes:
>
>>Jeff Garland wrote:
>>
>>>On Fri, 16 Jul 2004 09:24:00 -0400, Michael Glassford wrote
>>>
>>>
>>>
>>>>I've fixed these errors (in read_write_mutex.cpp) as well, but the
>>>>LinuxMandrake tests haven't re-run yet. Ditto for the Darwin tests,
>>>>which are failing with these same errors.
>>>
>>>
>>>New results are on sourceforge now. Looks like you didn't quite slay it. But
>>>at least down to one failure now :-)
>>>
>>>http://boost.sourceforge.net/regression-logs/cs-LinuxMandrake-links.html#thread-test_read_write_mutex-gcc
>>
>>I've fixed some, perhaps all, of these too, now.
>
>
> Thank you, Win32 results look *much* better now! "test_read_write_mutex"
> is failing on all compilers, though -- http://tinyurl.com/4s58j, and
> "test_thread" shows a regression on VC7 -- http://tinyurl.com/5y8yh.
Yes, I was aware of this and hope to work on it soon.
The meta-como-win32-4.3.3-vc7 regression tests are giving the error:
"C:\Users\Administrator\boost\main\boost\boost/config/requires_threads.hpp",
line 29: catastrophic error #35:
#error directive: "Threading support unavailable: it has been
explicitly disabled with BOOST_DISABLE_THREADS"
# error "Threading support unavailable: it has been explicitly
disabled with BOOST_DISABLE_THREADS"
This is because -dBOOST_DISABLE_WIN32 is being passed on the compiler's
command line. Does anyone know why this is so?
Thanks,
Mike