[interhreads] Could not build the documentation

When I attempted to build the docs for the interthreads library up for review I received: "C:\Programming\VersionControl\sandbox\interthreads\libs\interthreads\doc\interth reads.qbk:1: warning: Invalid attributes for 'article document info': purpose, category reference/act_traits.qbk: error: Could not open input file. reference/fork.qbk: error: Could not open input file. reference/fork_after.qbk: error: Could not open input file. reference/fork_all.qbk: error: Could not open input file. reference/wait_for_all.qbk: error: Could not open input file. reference/wait_for_any.qbk: error: Could not open input file. reference/algorithm.qbk: error: Could not open input file. reference/wait.qbk: error: Could not open input file. reference/wait_until.qbk: error: Could not open input file. reference/get.qbk: error: Could not open input file. reference/is_ready.qbk: error: Could not open input file. reference/has_value.qbk: error: Could not open input file. reference/has_exception.qbk: error: Could not open input file. reference/wait_all.qbk: error: Could not open input file. reference/wait_all_until.qbk: error: Could not open input file. reference/get_all.qbk: error: Could not open input file. reference/are_all_ready.qbk: error: Could not open input file. reference/have_all_value.qbk: error: Could not open input file. reference/have_all_exception.qbk: error: Could not open input file. reference/detach.qbk: error: Could not open input file. reference/joinable.qbk: error: Could not open input file. reference/join.qbk: error: Could not open input file. reference/join_until.qbk: error: Could not open input file. reference/interrupt.qbk: error: Could not open input file. reference/interruption_requested.qbk: error: Could not open input file. reference/detach_all.qbk: error: Could not open input file. reference/join_all.qbk: error: Could not open input file. reference/are_all_joinable.qbk: error: Could not open input file. reference/join_all_until.qbk: error: Could not open input file. reference/interrupt_all.qbk: error: Could not open input file. reference/interruption_requested_all.qbk: error: Could not open input file. reference/basic_threader.qbk: error: Could not open input file. reference/launcher.qbk: error: Could not open input file. reference/threader.qbk: error: Could not open input file. reference/scheduler.qbk: error: Could not open input file. reference/typeof/futures.qbk: error: Could not open input file. reference/typeof/launcher.qbk: error: Could not open input file. reference/typeof/threader.qbk: error: Could not open input file. reference/typeof/basic_threader.qbk: error: Could not open input file. reference/typeof/scheduler.qbk: error: Could not open input file. reference/asynchronous_executor_decorator.qbk: error: Could not open input file. reference/basic_threader_decorator.qbk: error: Could not open input file. reference/launcher_decorator.qbk: error: Could not open input file. interthreads.qbk: error: Error count: 43."

----- Original Message ----- From: "Edward Diener" <eldiener@tropicsoft.com> To: <boost@lists.boost.org> Sent: Sunday, January 16, 2011 1:38 AM Subject: [boost] [interhreads] Could not build the documentation
When I attempted to build the docs for the interthreads library up for review I received:
"C:\Programming\VersionControl\sandbox\interthreads\libs\interthreads\doc\interth reads.qbk:1: warning: Invalid attributes for 'article document info': purpose, category reference/act_traits.qbk: error: Could not open input file. reference/fork.qbk: error: Could not open input file. <snip> interthreads.qbk: error: Error count: 43."
It is extrange all these files are associated to the lib Boost.Async. >From where you got the InterThreads package? I had not rebuilt the doc since 16th October 2009. I have copied the directory interthreads on the trunck/libs and I have an error I have converted to UNIX end of lines and it works now. Vicente

On 1/16/2011 4:31 AM, vicente.botet wrote:
----- Original Message ----- From: "Edward Diener"<eldiener@tropicsoft.com> To:<boost@lists.boost.org> Sent: Sunday, January 16, 2011 1:38 AM Subject: [boost] [interhreads] Could not build the documentation
When I attempted to build the docs for the interthreads library up for review I received:
"C:\Programming\VersionControl\sandbox\interthreads\libs\interthreads\doc\interth reads.qbk:1: warning: Invalid attributes for 'article document info': purpose, category reference/act_traits.qbk: error: Could not open input file. reference/fork.qbk: error: Could not open input file. <snip> interthreads.qbk: error: Error count: 43."
It is extrange all these files are associated to the lib Boost.Async. From where you got the InterThreads package?
I retrieved interthreads from its link in the Boost vault on the Review Schedule page at http://www.boost.org/community/review_schedule.html.
I had not rebuilt the doc since 16th October 2009. I have copied the directory interthreads on the trunck/libs and I have an error
I have converted to UNIX end of lines and it works now.
I am building on Windows, not Unix, and I expect when I get a zip file, as opposed to a tar.gz, that I am getting the correct end of lines for Windows.

----- Original Message ----- From: "Edward Diener" <eldiener@tropicsoft.com> To: <boost@lists.boost.org> Sent: Sunday, January 16, 2011 2:16 PM Subject: Re: [boost] [interhreads] Could not build the documentation
On 1/16/2011 4:31 AM, vicente.botet wrote:
----- Original Message ----- From: "Edward Diener"<eldiener@tropicsoft.com> To:<boost@lists.boost.org> Sent: Sunday, January 16, 2011 1:38 AM Subject: [boost] [interhreads] Could not build the documentation
When I attempted to build the docs for the interthreads library up for review I received:
"C:\Programming\VersionControl\sandbox\interthreads\libs\interthreads\doc\interth reads.qbk:1: warning: Invalid attributes for 'article document info': purpose, category reference/act_traits.qbk: error: Could not open input file. reference/fork.qbk: error: Could not open input file. <snip> interthreads.qbk: error: Error count: 43."
It is extrange all these files are associated to the lib Boost.Async. >From where you got the InterThreads package?
I retrieved interthreads from its link in the Boost vault on the Review Schedule page at http://www.boost.org/community/review_schedule.html.
I had not rebuilt the doc since 16th October 2009. I have copied the directory interthreads on the trunck/libs and I have an error
I have converted to UNIX end of lines and it works now.
I am building on Windows, not Unix, and I expect when I get a zip file, as opposed to a tar.gz, that I am getting the correct end of lines for Windows.
Even for Windows we nee dto use UNIX end of lines with quickbook. Could you try with the uploaded files on the sandbox, please? Best, Vicente

AMDG On 1/16/2011 6:29 AM, vicente.botet wrote:
From: "Edward Diener"<eldiener@tropicsoft.com>
I am building on Windows, not Unix, and I expect when I get a zip file, as opposed to a tar.gz, that I am getting the correct end of lines for Windows. Even for Windows we nee dto use UNIX end of lines with quickbook.
That shouldn't be true. I have never had any problem with line endings with quickbook, and all the qbk files in the trunk should have native line endings. In Christ, Steven Watanabe

On 1/16/2011 4:31 AM, vicente.botet wrote:
----- Original Message ----- From: "Edward Diener"<eldiener@tropicsoft.com> To:<boost@lists.boost.org> Sent: Sunday, January 16, 2011 1:38 AM Subject: [boost] [interhreads] Could not build the documentation
When I attempted to build the docs for the interthreads library up for review I received:
"C:\Programming\VersionControl\sandbox\interthreads\libs\interthreads\doc\interth reads.qbk:1: warning: Invalid attributes for 'article document info': purpose, category reference/act_traits.qbk: error: Could not open input file. reference/fork.qbk: error: Could not open input file. <snip> interthreads.qbk: error: Error count: 43."
It is extrange all these files are associated to the lib Boost.Async. From where you got the InterThreads package?
I had not realized it was a sandbox library and I needed to update it. Once I did it built fine.
participants (3)
-
Edward Diener
-
Steven Watanabe
-
vicente.botet