[fpc-pascal] Building fpcdocs from svn release
Michael Van Canneyt
michael at freepascal.org
Mon Apr 14 09:18:33 CEST 2014
On Fri, 11 Apr 2014, Seweryn Walentynowicz wrote:
> I want to build docs from latest svn version :
>
> $ svn co http://svn.freepascal.org/svn/fpcbuild/trunk/
> $ cd trunk
> $ svn update
> Updating '.':
> Fetching external item into 'fpcsrc':
> External at revision 27536.
> Fetching external item into 'fpcdocs':
> External at revision 1098.
> At revision 1105.
> $ make NOGDB=1 fpcdocs
> ...
>
> ! LaTeX Error: Lonely \item--perhaps a missing list environment.
>
> See the LaTeX manual or LaTeX Companion for explanation.
> Type H <return> for immediate help.
> ...
>
> l.2598 ...compiled for another i8086 memory model]
>
> something went wrong :o( I don't understand Tex so much, but
> looks like in autogenerated fpcdocs/messages.inc \end{description}
> tag should be moved after \item section.
That is correct.
The file compiler/msg/errore.msg compiler sources need to be modified for this.
The compiler devs do their best to keep this file correct, but sometimes there
is a lapsus...
Michael.
More information about the fpc-pascal
mailing list