$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Vladimir Prus (ghost_at_[hidden])
Date: 2004-09-08 09:57:01
Hi Jürgen,
> > > I think I should better create a special test-config.jam for the
> > > tests, right ?
> >
> > Yes, that's exactly what I do for my own tests.
>
> Good. I've run Win32 NT (on Win2k) and I'm getting the following results
> for msvc-7.1 and msvc-8.0. But I'd concentrate on the msvc-7.1
> failures ;-)
As for railsys failure, it seems to be related to the lack of
declspec(dllimport). No wonder, since the test was never run on Windows
before. I've corrected that.
- Volodya