$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Van Nguyen (nguyenhaivan78_at_[hidden])
Date: 2004-11-15 00:15:40
I think there's a minor syntax error in intel-win.jam file. (I
downloaded boost-build-2.0-m10.zip from sourceforge.net.)
line 42:
local root = [ common.get-absolute-tool-path $(command[-1]) ] ;)
The closing parenthesis ")" at the end of the line is probably just a
typo, but it's still gotta be fixed. My first thought looking at it
was a wink smiley face ;)
Van