[Boost][Spirit] Missing libs/spirit/test directory?

Hi, The nightly builds are broken because the boost/status/Jamfile.v2 contains this line build-project ../libs/spirit/test ; # test-suite spirit but this directory doesn't appear to exist in the repository. Bjam fails with the this message. error: Unable to find file or target named error: '../libs/spirit/test' error: referred from project at error: '.' Could someone fix this? Thanks. -- Noel

The nightly builds are broken because the boost/status/Jamfile.v2 contains this line
build-project ../libs/spirit/test ; # test-suite spirit
but this directory doesn't appear to exist in the repository. Bjam fails with the this message.
error: Unable to find file or target named error: '../libs/spirit/test' error: referred from project at error: '.'
Could someone fix this?
Fixed. Regards Hartmut

Hartmut Kaiser wrote:
The nightly builds are broken because the boost/status/Jamfile.v2 contains this line
build-project ../libs/spirit/test ; # test-suite spirit
but this directory doesn't appear to exist in the repository. Bjam fails with the this message.
error: Unable to find file or target named error: '../libs/spirit/test' error: referred from project at error: '.'
Could someone fix this?
Fixed.
Thanks, Hartmut. Had a big power interruption yesterday while moving things. Regards, -- Joel de Guzman http://www.boost-consulting.com http://spirit.sf.net
participants (3)
-
Hartmut Kaiser
-
Joel de Guzman
-
K. Noel Belcourt