lwip-devel
[Top][All Lists]
Advanced

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

Re: [lwip-devel] Converting to git


From: Wojciech A. Koszek
Subject: Re: [lwip-devel] Converting to git
Date: Sun, 24 Jul 2011 17:38:58 +0100
User-agent: Opera Mail/11.50 (Linux)

Dnia 24-07-2011 o 16:18:19 address@hidden <address@hidden> napisał(a):

Wojciech A. Koszek wrote:
I don't know. Typically when I have project "X" I just fetch "X" from
the repository and that's it. When I want FreeBSD, I just fetch one
thing and it works. The same with other projects.
Well, FreeBSD is a ready-to-use product, while lwIP is a library that cannot be used on its own. The 'lwip' and 'contrib' code was originally separated to emphasize this and to prevent implying false assumptions (about the code in contrib). However, I also think that providing an example port (whether it's win32 or unix) is a good idea to help new users having an easy start with lwIP..

Exactly. Starting with lwIP is much easier in the user-space.


pbuf.c was unhappy due to not knowing about pbuf_free_ooseq() with default
   configuration settings (just typing 'make'), so I had to move
   pbuf_free_ooseq() out of the #ifdef'ed block in pbuf.h.
   This needs reviewing

I don't see what's the problem here: it works for me with the default config in opt.h and with some other configs I tried.

It shouts because it can't find a function prototype:

./../src/core/pbuf.c
cc1: warnings being treated as errors
../../../../src/core/pbuf.c:115:1: error: no previous prototype for ‘pbuf_free_ooseq’
make[1]: *** [pbuf.o] Błąd 1
make[1]: Opuszczenie katalogu `/home/wkoszek/r/sw/kos/net/lwip/ports/unix/proj/unixsim'
make: *** [all] Błąd 2

Thanks,

--
Wojciech A. Koszek
address@hidden
http://FreeBSD.czest.pl/~wkoszek/



reply via email to

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