dirk <dirk@watsjit.com> writes:
Hi All,
I get the following error when building my source tree with bjam v2 m11 / vc7.1:
testing.capture-output actions too long (max 2047):
It happens on the last unittest of the whole build, which is a 'run' directive. And i dont
really understand why ...
I read the following articles:
http://comments.gmane.org/gmane.comp.lib.boost.build/8453
http://lists.boost.org/MailArchives/boost/msg20819.php
http://article.gmane.org/gmane.comp.lib.boost.build/1681
So I edited my 'testing.jam' like so:
actions capture-output bind INPUT_FILES output-file
{
JAMSHELL on $(<) = % ;
That *only* works when the run command doesn't need any shell
facilities, but capture-output certainly does.