lwip-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lwip-users] Re: [lwip] Web Server Question


From: Tom Hayes
Subject: [lwip-users] Re: [lwip] Web Server Question
Date: Thu, 09 Jan 2003 00:14:54 -0000

Hi!!!

>On Tue, 2002-07-30 at 17:57, Tom Hayes wrote:
> > 1. Where information I can find to near the form how the static const 
>char
> > vectors is generated, declared in the file fsdata.c.
>
>There is a perl script called makefsdata that produces an fsdata.c file
>from the files in the fs/ directory. On a Unix machine, you should be
>able to just put the files you would like to have in fs/ (removing the
>old ones first), and the run ./makefsdata in the httpd directory.
>
> > 2. Where can I find information to near the Web Server implemented in 
>the
> > uIP Stack?, (httpd.c, fs.c, cgi.c, fsdata.c).  My compiler shows errors 
>with
> > the functions fs_open and fs_count (belonging to fs.c)
>
>The httpd is, regrattably, a bit too undocumented. What errors do you
>get?
>
>/adam
>--
>Adam Dunkels <address@hidden>
>http://www.dunkels.com/adam/

Hi to all,

My compiler show the next errors:

for(f = (struct fsdata_file_noconst *)FS_ROOT; //illegal cast-operation

      f != NULL;  //1. f not declared (or typename)
                  //2. type mismatch (expected 'int ', given 'error *')
      f = (struct fsdata_file_noconst *)f->next) //1. f not declared  (or 
typename)
                  //2. undefined class/struct/union
                  //3. type mismatch (expected 'int ', given 'error *')

please, somebody can tell me: what can I make to solve these errors?

Thank's

Tom
***************************
UNIVERSIDAD DE ANTIOQUIA
LABORATORIO DE PROCESADORES
MEDELLÍN - COLOMBIA
***************************




_________________________________________________________________
Únase al mayor servicio mundial de correo electrónico: 
http://www.hotmail.com/es

[This message was sent through the lwip discussion list.]




reply via email to

[Prev in Thread] Current Thread [Next in Thread]