AMDG On 01/12/2018 09:26 AM, James E. King, III via Boost wrote:
The rule to collect files is:
local date_time_files = [ glob ../../../boost/date_time/*.hpp ] ;
I added an echo to print $(date_time_files) it and it is empty. While in the the libs/date_time/xmldoc directory however I can list it fine:
jking@ubuntu:~/boost/libs/date_time/xmldoc$ ls ../../../boost/date_time/*.hpp ../../../boost/date_time/adjust_functors.hpp ../../../boost/date_time/date_parsing.hpp ../../../boost/date_time/string_parse_tree.hpp etc...
Seems like glob is somehow broken here. Not sure why, yet...
I'll look into it shortly. The use of toolset.using might be suspicious though. (It should be just `using`, but I think if that actually caused a problem it should cause a hard error at the end of the Jamfile.) In Christ, Steven Watanabe