<html xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns="http://www.w3.org/TR/REC-html40">
<head>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=us-ascii">
<meta name=Generator content="Microsoft Word 11 (filtered medium)">
<style>
<!--
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
{margin:0cm;
margin-bottom:.0001pt;
font-size:12.0pt;
font-family:"Times New Roman";}
a:link, span.MsoHyperlink
{color:blue;
text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
{color:purple;
text-decoration:underline;}
span.EmailStyle17
{mso-style-type:personal-compose;
font-family:Arial;
color:windowtext;}
@page Section1
{size:612.0pt 792.0pt;
margin:72.0pt 90.0pt 72.0pt 90.0pt;}
div.Section1
{page:Section1;}
-->
</style>
</head>
<body lang=EN-US link=blue vlink=purple>
<div class=Section1>
<p class=MsoNormal><font size=2 color=black face="Courier New"><span
style='font-size:10.0pt;font-family:"Courier New";color:black'>When I compile httpserv.c,
I receive the following compile message.<o:p></o:p></span></font></p>
<p class=MsoNormal><font size=2 color=black face="Courier New"><span
style='font-size:10.0pt;font-family:"Courier New";color:black'><o:p> </o:p></span></font></p>
<p class=MsoNormal><font size=2 color=black face="Courier New"><span
style='font-size:10.0pt;font-family:"Courier New";color:black'>What is wrong? I
did not modify any code.<o:p></o:p></span></font></p>
<p class=MsoNormal><font size=2 color=black face="Courier New"><span
style='font-size:10.0pt;font-family:"Courier New";color:black'><o:p> </o:p></span></font></p>
<p class=MsoNormal><font size=2 color=black face="Courier New"><span
style='font-size:10.0pt;font-family:"Courier New";color:black'><o:p> </o:p></span></font></p>
<p class=MsoNormal><font size=2 color=black face="Courier New"><span
style='font-size:10.0pt;font-family:"Courier New";color:black'>C:\iccavr\bin\imakew
-f deneme.mak<br>
iccavr -c -I..\..\include -IC:\iccavr\include\ -Ic:\ethernut\nut\include -e
-D_MCU_enhanced -DATMEGA -l -g -Mavr_enhanced C:\ethernut\nut\app\httpd\httpserv.c<br>
!E c:/ethernut/nut/include/pro/httpd.h(41): syntax error; found `stream'
expecting `)'<br>
!E c:/ethernut/nut/include/pro/httpd.h(41): skipping `stream'<br>
!E c:/ethernut/nut/include/pro/httpd.h(41): extraneous old-style parameter list<br>
!W c:/ethernut/nut/include/pro/httpd.h(41):[warning] declaring a function
without prototype may cause errors<br>
!E c:/ethernut/nut/include/pro/httpd.h(43): syntax error; found `*' expecting
`)'<br>
!E c:/ethernut/nut/include/pro/httpd.h(43): skipping `*' `stream' `,' `REQUEST'
`*' `req' `,'<br>
!E c:/ethernut/nut/include/pro/httpd.h(43): missing identifier<br>
!E c:/ethernut/nut/include/pro/httpd.h(43): syntax error; found `char'
expecting `;'<br>
!E c:/ethernut/nut/include/pro/httpd.h(43): syntax error; found `)' expecting
`;'<br>
!E c:/ethernut/nut/include/pro/httpd.h(43): skipping `)'<br>
!E c:/ethernut/nut/include/pro/httpd.h(44): syntax error; found `*' expecting
`)'<br>
!E c:/ethernut/nut/include/pro/httpd.h(44): skipping `*' `stream' `,'<br>
!E c:/ethernut/nut/include/pro/httpd.h(44): extraneous old-style parameter list<br>
!W c:/ethernut/nut/include/pro/httpd.h(44):[warning] declaring a function
without prototype may cause errors<br>
!E c:/ethernut/nut/include/pro/httpd.h(44): invalid storage class `extern' for
`pointer to void function NutHttpSendHeaderBot'<br>
!E c:/ethernut/nut/include/pro/httpd.h(44): syntax error; found `char'
expecting `;'<br>
!E c:/ethernut/nut/include/pro/httpd.h(44): missing identifier<br>
!E c:/ethernut/nut/include/pro/httpd.h(44): syntax error; found `long'
expecting `;'<br>
!E c:/ethernut/nut/include/pro/httpd.h(44): syntax error; found `)' expecting
`;'<br>
!E c:/ethernut/nut/include/pro/httpd.h(44): skipping `)'<br>
!E c:/ethernut/nut/include/pro/httpd.h(45): syntax error; found `*' expecting
`)'<br>
!E c:/ethernut/nut/include/pro/httpd.h(45): skipping `*' `stream' `,' `REQUEST'
`*' `req' `,'<br>
!E c:/ethernut/nut/include/pro/httpd.h(45): too many errors<br>
C:\iccavr\bin\imakew.exe: Error code 1<br>
Done: there are error(s). Exit code: 1</span></font><font size=2 face=Arial><span
style='font-size:10.0pt;font-family:Arial'><o:p></o:p></span></font></p>
</div>
</body>
</html>