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: Rod Boyce
Subject: [lwip-users] Re: [lwip] Web Server Question
Date: Wed, 08 Jan 2003 23:47:08 -0000

Tom,

By teh looks of the error message you are missing a file called fsdata.c I 
suppect you have taken the #include"fsdata.c" out of the file called fs.c 
there are a couple of hiden dependincies in here so I do not suggest editing 
the source until you have got it compiling.

Regards,
Rod Boyce
On Wed, 21 Aug 2002 13:15, Tom Hayes wrote:
> 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.]

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




reply via email to

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