$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Larry Evans (cppljevans_at_[hidden])
Date: 2004-06-14 11:14:16
On 06/14/2004 10:47 AM, Larry Evans wrote:
[snip]
> Thanks. I tried that by searching for como in both files. Then, in
> build.sh, changed:
>
> como)
> BOOST_JAM_CC=como
> ;;
>
> to:
>
> como)
> BOOST_JAM_CC=como --c99
> ;;
>
The to: should be:
como)
BOOST_JAM_CC="como --c99"
;;
However, that didn't work, and neither did:
BOOST_JAM_CC="como --old_style_preprocessing"