At 11:12 AM 6/1/2003, David Abrahams wrote:
>
>I just checked in some improvements to intel-win32 support for
>Boost.Build version 1.  This includes a hack which works around our
>inability to detect wchar_t support for intel6.  It also includes
>automatic version detection and resulting customization to the
>command-line options.  Please see http://tinyurl.com/d6kw to review
>the new configuration.

Looks much improved, thanks!

Two of the config_info macros look a bit questionable:

    BOOST_NO_ARGUMENT_DEPENDENT_LOOKUP       [no value]
    BOOST_NO_INTRINSIC_WCHAR_T               [no value]

Perhaps BOOST_NO_ARGUMENT_DEPENDENT_LOOKUP is needed to be able to use the Microsoft library?

BOOST_NO_INTRINSIC_WCHAR_T seems completely wrong. That isn't even set for VC++7.0. Or am I missing something? (The command line is below.)

Regardless, I'm now rerunning the full regression tests for intel-win32, and will let you know if it turns up anything interesting.

Thanks,

--Beman

"D:\Program Files\Intel\Compiler70\IA32\bin\icl" /Zm800 -nologo -GX -c /Z7 /Od /Ob0 /GX /GR /MDd /Op /Zc:wchar_t,forScope /Qwn5 /Qwd985 /Qansi_alias /Qvc7 -I"d:\boost-regr\status" -I"C:\boost\site" -Fo"d:\boost-regr\status\bin\config_info.test\intel-win32\debug\runtime-link-dynamic\config_info.obj" -Tp"C:\boost\site\libs/config/test\config_info.cpp"


_______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost

Reply via email to