Subject: [Boost-build] Intel toolset breakage?
From: John Maddock (john_at_[hidden])
Date: 2009-01-17 13:43:48


For some reason the Intel-win toolset in trunk appears to be broken (again),
a while ago I committed a fix to allow Intel-11's new batch file names to be
found, but for some reason it's no longer working. Since there are no
changes to the toolset itself, it appears some change elsewhere has broken
the line:

    setup = [ GLOB $(root) : iclvars_*.bat ] ;

So that iclvars_ia32.bat is no longer being found by this rule,

Any ideas anyone?

Thanks, John.