$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-build] Problem compiling bjam with gcc-4.5.2
From: K. Noel Belcourt (kbelco_at_[hidden])
Date: 2011-02-08 13:16:07
On Feb 8, 2011, at 10:31 AM, K.Noel Belcourt wrote:
> I'm trying to use updated gcc-4.5.2 compilers to build bjam but I'm
> getting this error message. Looks like a conflict with struct option
> in option.h. The fix is probably just to rename the struct but
> wanted to make folks aware of it.
Here's a patch to fix this issue, look okay to commit?
-- Noel