make pdf fails in 1.12.1
Brought to you by:
blep
I'm working from the 1.12.1 sources, with tetex-3.0.
When generating the PDF version of the documentation,
there is a LaTeX error. I've tracked it down to
the generated file
<builddir>/doc/latex/
class_dynamic_library_manager_exception.tex
where the first \begin{CompactItemize}
is never closed.
Appending
\end{CompactItemize} in the appropriate place, so
the relevant section reads as
\subsection*{Public Types}
\begin{CompactItemize}
\item
enum {\bf Cause} \{ {\bf loadingFailed} = 0,
{\bf symbolNotFound}
\}\end{CompactItemize}
makes the problem go away.
However, I can't identify the features of the source
tree which create this error in the generated file.
Someone else may have better luck.
Sorry, wrong patch - that was a preliminary (wrong) version.
I attach a much-improved patch.
Note, however, that this is applied at a useless moment
(it's still not a *source* patch).
File Added: cppunit-1.12.1-bl12_extra-1.patch