error compiling component 'exceptions/development/compile.chtml
'
exceptions/development/compile.chtml
- 1 <html>
- 2 <head>
- 3 <title>I'm gonna make a number of mistakes!</title>
- 4 </head>
- 5 <body>
- 6 % ind a = 2;
- 7 % #include "erroneous.h"
- 8 % unsigned int a = -1;
- 9 % int j = k;
- 10 </body>
- 11 </html>
exceptions/development/compile.chtml: In member function `virtual void _SCC_exceptions_development_compile_chtml::main(int, char*)':
exceptions/development/compile.chtml:6: error: `ind' undeclared (first use this function)
exceptions/development/compile.chtml:6: error: (Each undeclared identifier is reported only once for each function it appears in.)
exceptions/development/compile.chtml:6: error: expected `;' before "a"
exceptions/development/compile.chtml
- 2 <head>
- 3 <title>I'm gonna make a number of mistakes!</title>
- 4 </head>
- 5 <body>
- 6 % ind a = 2;
- 7 % #include "erroneous.h"
- 8 % unsigned int a = -1;
- 9 % int j = k;
- 10 </body>
- 11 </html>
- 12 % /* vim:set ft=sitecing: */
In file included from exceptions/development/compile.chtml:7:
exceptions/development/erroneous.h
./erroneous.h:1: error: `a' undeclared (first use this function)
exceptions/development/compile.chtml
- 3 <title>I'm gonna make a number of mistakes!</title>
- 4 </head>
- 5 <body>
- 6 % ind a = 2;
- 7 % #include "erroneous.h"
- 8 % unsigned int a = -1;
- 9 % int j = k;
- 10 </body>
- 11 </html>
- 12 % /* vim:set ft=sitecing: */
- 13
exceptions/development/compile.chtml:8: warning: converting of negative value `-0x000000001' to `unsigned int'
exceptions/development/compile.chtml
- 4 </head>
- 5 <body>
- 6 % ind a = 2;
- 7 % #include "erroneous.h"
- 8 % unsigned int a = -1;
- 9 % int j = k;
- 10 </body>
- 11 </html>
- 12 % /* vim:set ft=sitecing: */
- 13
exceptions/development/compile.chtml:9: error: `k' undeclared (first use this function)