$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [context] [windows] Intel C++ and GCC Support?
From: Joshua Boyce (raptorfactor_at_[hidden])
Date: 2012-04-22 04:17:45
On Sun, Apr 22, 2012 at 2:03 AM, Oliver Kowalke <oliver.kowalke_at_[hidden]>wrote:
> Am 21.04.2012 17:45, schrieb Lars Viklund:
>
> The intel toolchain has some strange file association madness going on,
>> where it's unusable outside of the environment that the command prompt
>> produces. It might be worthwhile investigating what the command prompt does
>> and reproduce it in Boost.Build, so that you don't have the strange
>> environmental dependency that BB tends to want to avoid.
>>
>
> the only requirement is that you have the compiler, required libs and MASM
> in the search path (usually MSVC command line sets this values).
>
>
> ______________________________**_________________
> Unsubscribe & other changes: http://listarchives.boost.org/**
> mailman/listinfo.cgi/boost<http://listarchives.boost.org/mailman/listinfo.cgi/boost>
>
Okay, given I can't use the MSVC command line (and that's not a perfect
solution either, but I digress...) I'll just add MASM to my search path in
the script I use to build Boost.
Thanks.