[xpressive] Failures on the release branch

It looks like a lot of the xpressive test fails come from missing files. See: *http://tinyurl.com/276jfw* eg. ../boost/xpressive/detail/static/compile.hpp:26:65: error: boost/xpressive/detail/static/productions/visitor.hpp: No such file or directory ../boost/xpressive/detail/static/compile.hpp:27:69: error: boost/xpressive/detail/static/productions/domain_tags.hpp: No such file or directory In file included from ../boost/xpressive/xpressive_static.hpp:24, from ../boost/xpressive/xpressive.hpp:18, from ../libs/xpressive/test/misc1.cpp:9: ../boost/xpressive/regex_primitives.hpp:24:69: error: boost/xpressive/detail/static/productions/productions.hpp: No such file or directory These three particular files are in svn release branch (and always seem to have been), but they're not all in the trunk. The fails are for the release branch apparently, so I'm not sure why they break. visitor.hpp is in the trunk, but is 'one directory up' (ie. cp visitor.hpp..), while the 'productions' dir isn't in the trunk at all. Regards, Darren

Darren Garvey wrote:
It looks like a lot of the xpressive test fails come from missing files. See: *http://tinyurl.com/276jfw*
eg.
../boost/xpressive/detail/static/compile.hpp:26:65: error: boost/xpressive/detail/static/productions/visitor.hpp: No such file or directory
IIUC, this was a bug in the CVS->SVN conversion that was fixed on HEAD but not on the tags. It it fixed as of yesterday, and we're just waiting for the tests to cycle. -- Eric Niebler Boost Consulting www.boost-consulting.com

On 23/10/2007, Eric Niebler <eric@boost-consulting.com> wrote:
Darren Garvey wrote:
It looks like a lot of the xpressive test fails come from missing files. See: *http://tinyurl.com/276jfw*
IIUC, this was a bug in the CVS->SVN conversion that was fixed on HEAD but not on the tags. It it fixed as of yesterday, and we're just waiting for the tests to cycle.
Ah ok, I must have missed that. *retracts noise* -- Darren
participants (2)
-
Darren Garvey
-
Eric Niebler