Simon Goldschmidt wrote: > Amir Shalem wrote: > >> 3. missing ENSRNOTFOUND >> lwip/src/api/netdb.c:203: error: ‘ENSRNOTFOUND’ undeclared > > I think I remember this being reported on one of the lists.
http://lists.gnu.org/archive/html/lwip-users/2011-08/msg00013.html > I guess there's an include missing on linux to the file that provides > this error code. It's not standard, as far as I could tell. So it should be defined by lwip headers. I can provide a patch this afternoon. > If not, you can just define the error codes > yourself. However, in this case, the correct solution would probably > be to split the definition of error codes in arch.h so that lwIP can > provide the 'h_errno' error codes (for DNS) while not providing the > 'errno' error codes. I'll look into it. -- Regards. _______________________________________________ lwip-users mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/lwip-users
