[v3] Update C++11 status table.
Jonathan Wakely
jwakely.gcc@gmail.com
Fri Feb 10 00:07:00 GMT 2012
On 9 February 2012 17:43, Benjamin Kosnik wrote:
> Thanks for cleaning up after my late-night hacking..... If you can, I'd
> appreciate you trying to generate the PDF doxygen manual with the
> memory-increasing change to TeX. I understand the doc toolchain for
> doing this is non-trivial.
I don't get the any pdf output, the process ends with:
Patching output file 590/592
Patching output file 591/592
Patching output file 592/592
finished...
error: option "-w latex" does not have enough arguments
::
:: LaTeX pages begin with
:: /home/redi/src/gcc/build/x86_64-unknown-linux-gnu/libstdc++-v3/doc/doxygen/latex/refman.tex
::
echo timestamp > stamp-latex-doxygen
mkdir -p /home/redi/src/gcc/build/x86_64-unknown-linux-gnu/libstdc++-v3/doc/doxygen/pdf
(cd /home/redi/src/gcc/build/x86_64-unknown-linux-gnu/libstdc++-v3/doc/doxygen/latex
&& make -i pdf;)
make[1]: Entering directory
`/home/redi/src/gcc/build/x86_64-unknown-linux-gnu/libstdc++-v3/doc/doxygen/latex'
rm -f *.ps *.dvi *.aux *.toc *.idx *.ind *.ilg *.log *.out refman.pdf
pdflatex refman.tex
This is pdfTeXk, Version 3.141592-1.40.3 (Web2C 7.5.6)
%&-line parsing enabled.
entering extended mode
(./refman.tex
LaTeX2e <2005/12/01>
Babel <v3.8h> and hyphenation patterns for english, usenglishmax, dumylang, noh
yphenation, arabic, basque, bulgarian, coptic, welsh, czech, slovak, german, ng
erman, danish, esperanto, spanish, catalan, galician, estonian, farsi, finnish,
french, greek, monogreek, ancientgreek, croatian, hungarian, interlingua, ibyc
us, indonesian, icelandic, italian, latin, mongolian, dutch, norsk, polish, por
tuguese, pinyin, romanian, russian, slovenian, uppersorbian, serbian, swedish,
turkish, ukenglish, ukrainian, loaded.
make[1]: [refman.pdf] Error 1 (ignored)
makeindex refman.idx
This is makeindex, version 2.14 [02-Oct-2002] (kpathsea + Thai support).
Scanning input file refman.idx.............done (9043 entries
accepted, 220 rejected).
Sorting entries..........................................................................................done
(129355 comparisons).
Generating output file refman.ind...........done (8145 lines written,
0 warnings).
Output written in refman.ind.
Transcript written in refman.ilg.
pdflatex refman.tex
This is pdfTeXk, Version 3.141592-1.40.3 (Web2C 7.5.6)
%&-line parsing enabled.
entering extended mode
(./refman.tex
LaTeX2e <2005/12/01>
Babel <v3.8h> and hyphenation patterns for english, usenglishmax, dumylang, noh
yphenation, arabic, basque, bulgarian, coptic, welsh, czech, slovak, german, ng
erman, danish, esperanto, spanish, catalan, galician, estonian, farsi, finnish,
french, greek, monogreek, ancientgreek, croatian, hungarian, interlingua, ibyc
us, indonesian, icelandic, italian, latin, mongolian, dutch, norsk, polish, por
tuguese, pinyin, romanian, russian, slovenian, uppersorbian, serbian, swedish,
turkish, ukenglish, ukrainian, loaded.
make[1]: [refman.pdf] Error 1 (ignored)
latex_count=5 ; \
while egrep -s 'Rerun (LaTeX|to get cross-references right)'
refman.log && [ $latex_count -gt 0 ] ;\
do \
echo "Rerunning latex...." ;\
pdflatex refman.tex ;\
latex_count=`expr $latex_count - 1` ;\
done
make[1]: Leaving directory
`/home/redi/src/gcc/build/x86_64-unknown-linux-gnu/libstdc++-v3/doc/doxygen/latex'
echo "Generating doxygen pdf file...";
Generating doxygen pdf file...
if [ -f /home/redi/src/gcc/build/x86_64-unknown-linux-gnu/libstdc++-v3/doc/doxygen/latex/refman.pdf
]; then \
mv /home/redi/src/gcc/build/x86_64-unknown-linux-gnu/libstdc++-v3/doc/doxygen/latex/refman.pdf
/home/redi/src/gcc/build/x86_64-unknown-linux-gnu/libstdc++-v3/doc/doxygen/pdf/libstdc++-api.pdf
; \
echo ":: PDF file is
/home/redi/src/gcc/build/x86_64-unknown-linux-gnu/libstdc++-v3/doc/doxygen/pdf/libstdc++-api.pdf";
\
else \
echo "... error"; \
exit 12; \
fi
... error
make: *** [stamp-pdf-doxygen] Error 12
More information about the Libstdc++
mailing list