
24 Apr
2005
24 Apr
'05
9:49 a.m.
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.