
Guys, The Jamfile for the iterator tests is currently rather badly broken: don't know how to make <@boost!libs!iterator!test>../../utility/iterator_traits_test.cpp don't know how to make <@boost!libs!iterator!test>../../utility/transform_iterator_example.cpp don't know how to make <@boost!libs!iterator!test>../../utility/reverse_iterator_example.cpp don't know how to make <@boost!libs!iterator!test>../../utility/projection_iterator_example.cpp don't know how to make <@boost!libs!iterator!test>../../utility/indirect_iterator_example.cpp don't know how to make <@boost!libs!iterator!test>../../utility/fun_out_iter_example.cpp don't know how to make <@boost!libs!iterator!test>../../utility/filter_iterator_example.cpp don't know how to make <@boost!libs!iterator!test>../../utility/counting_iterator_example.cpp don't know how to make <@boost!libs!iterator!test>../../utility/iterator_adaptor_examples.cpp and so on. Any chance of a fix? Thanks! John.

"John Maddock" <john@johnmaddock.co.uk> writes:
Guys,
The Jamfile for the iterator tests is currently rather badly broken:
don't know how to make <@boost!libs!iterator!test>../../utility/iterator_traits_test.cpp don't know how to make <@boost!libs!iterator!test>../../utility/transform_iterator_example.cpp don't know how to make <@boost!libs!iterator!test>../../utility/reverse_iterator_example.cpp don't know how to make <@boost!libs!iterator!test>../../utility/projection_iterator_example.cpp don't know how to make <@boost!libs!iterator!test>../../utility/indirect_iterator_example.cpp don't know how to make <@boost!libs!iterator!test>../../utility/fun_out_iter_example.cpp don't know how to make <@boost!libs!iterator!test>../../utility/filter_iterator_example.cpp don't know how to make <@boost!libs!iterator!test>../../utility/counting_iterator_example.cpp don't know how to make <@boost!libs!iterator!test>../../utility/iterator_adaptor_examples.cpp
and so on.
Any chance of a fix?
I guess we need to ask Aleksey why they were killed. Aleksey? keyword substitution: kv total revisions: 10; selected revisions: 10 description: ---------------------------- revision 1.7 date: 2004/11/28 04:32:37; author: agurtovoy; state: dead; lines: +0 -0 ^^^^ merge RC_1_32_0 fixes ... -- Dave Abrahams Boost Consulting www.boost-consulting.com

David Abrahams writes:
The Jamfile for the iterator tests is currently rather badly broken:
don't know how to make <@boost!libs!iterator!test>../../utility/iterator_traits_test.cpp don't know how to make <@boost!libs!iterator!test>../../utility/transform_iterator_example.cpp don't know how to make <@boost!libs!iterator!test>../../utility/reverse_iterator_example.cpp
[...]
Any chance of a fix?
I guess we need to ask Aleksey why they were killed. Aleksey?
The files were killed in 1.32 release branch as duplicate: you already have them in "libs/iterator/example". Apparently I failed to merge the corresponding Jamfile changes into the main trunk. Done now. -- Aleksey Gurtovoy MetaCommunications Engineering

The files were killed in 1.32 release branch as duplicate: you already have them in "libs/iterator/example". Apparently I failed to merge the corresponding Jamfile changes into the main trunk. Done now.
There is still one error: don't know how to make <@boost!libs!iterator!test>iterator_traits_test.cpp Regards, John.

John Maddock writes:
The files were killed in 1.32 release branch as duplicate: you already have them in "libs/iterator/example". Apparently I failed to merge the corresponding Jamfile changes into the main trunk. Done now.
There is still one error:
don't know how to make <@boost!libs!iterator!test>iterator_traits_test.cpp
Fixed now, thanks for following this up. -- Aleksey Gurtovoy MetaCommunications Engineering
participants (3)
-
Aleksey Gurtovoy
-
David Abrahams
-
John Maddock