Eric Niebler wrote:
Something with quickbook has changes so that "--output-file" is
required. The syntax that quickbook.jam is using (quickbook.exe
inputfile outputfile) now generates the very helpful error message
"Error: multiple_occurrences". :-/
The following patch to quickbook.jam fixes the problem for me. OK to
commit?
[...]
actions quickbook-to-boostbook
{
- $(QB-COMMAND) $(2) $(1) ;
+ $(QB-COMMAND) $(2) --output-file $(1)
}
But we already have that since 9/3/05, otherwise, I couldn't have
bjammed at all. I wonder why you still have an old version.
Regards,
--
Joel de Guzman
http://www.boost-consulting.com
http://spirit.sf.net
-------------------------------------------------------
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
_______________________________________________
Boost-docs mailing list
[email protected]
Unsubscribe and other administrative requests:
https://lists.sourceforge.net/lists/listinfo/boost-docs