$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Holger Grund (h.grund_at_[hidden])
Date: 2003-05-22 05:22:44
> I'm getting internal compiler errors with VC 7.1 for cmdfile.cpp.
> (Building with jam file and 3077 [RTM] ) Is this a known issue?
>
Seems to be related to the version check in ln. 343 which
references the final beta only. RC3 & RTM should be
included to. >= 13102292 fixes the problem for me.
-hg