$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: John Maddock (john_at_[hidden])
Date: 2005-04-24 04:49:58
>I think that big part of failures in como toolset are due to --a (strict
>mode) option. This unfortunatelly prevents windows headers from being
>included. Or more precisely, the exact reasult of including windows headers
>with --a option on is that compiler chokes on __declspec, which is exactly
>what I see in results. I'd rather not update como toolset to remove this
>option, maybe someone more familiar with bjam will do this.
I would prefer to see -a applied more or less uniformly, with whatever
config changes we may need to make to disable Win32 support in that case.
John.