$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: digiharmon (digiharmon_at_[hidden])
Date: 2002-03-21 16:24:08
I am building a project with boost.build on Win2K using MSVC and am
getting the following error because my commands are longer than
MAXLINE.
vc-C++ actions too long (max 2047)!
In a previous post I saw that a possible solution to this was to set
the JAMSHELL to "%", but it seems like you would have to modify the
msvc-tools.jam file to make this work.
What is the best solution to this problem?
Sorry if this question has been asked a million times.
Jerry
P.S. Is there a Boost FAQ anywhere?