$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-build] bjam errors during boost compilation with --toolset=intel
From: Vladimir Prus (vladimir_at_[hidden])
Date: 2009-09-23 10:35:06
Patryk Bukowinski wrote:
> I've found that the problem is caused by third party library, boost-log from
> boost.pro.
> With this library deleted from boost dir tree, everything compile correctly
> with intel-toolset.
> I just wanted to compile boost with that library, could You help me adjust
> the jamfile to use intel properly.
> File in attachment.
Patryk,
if you use third-party library, this explains the error. Can you try to
apply the attached patch to tools/build/v2/tools/intel-win.jam and
try again?
The Jamfile for the library has an unrelated issue, but I assume you're not
maintainer of it so it should not matter.
- Volodya