view docs/ccguide/errors.appendix @ 545:32f33a35f57a

All "See Also" implemented
author roug
date Mon, 14 Oct 2002 19:08:34 +0000
parents 60b821f18853
children fcb97f0ba24b
line wrap: on
line source

<appendix>
<title>Compiler Generated Error Messages</title>
<para>
The error codes are shown in both hexadecimal (first column) and
decimal (second column). Error codes other than those listed are
generated by programming languages or user programs.
</para>
<variablelist>
<varlistentry><term>already a local variable</term>
<listitem>
<para>
Variable has already been declared at the current block level.
(8.1, 9.2)
</para>
</listitem>
</varlistentry>

<varlistentry><term>argument : &lt;text&gt;</term>
<listitem>
<para>
Error from preprocessor. Self-explanatory. Most common cause
of this error is not being able to find an include file.
</para>
</listitem>
</varlistentry>

</variablelist>
</appendix>