A few files have the problem: init.c, memp.c, pbuf.c, timers.c, ppp.c, api_lib.c, api_msg.c, pppapi.c, sockets.c and tcpip.c
Charles -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Sylvain Rochet Sent: Friday, April 04, 2014 1:33 PM To: Mailing list for lwIP users Subject: Re: [lwip-users] Missing typedef in vj.h fsm.h ppp.h etc Hello Charles, On Fri, Apr 04, 2014 at 03:54:07PM +0000, [email protected] wrote: > Sylvain, > > I try to compile ppp-new and my compiler(Keil) gave compiling errors > like this: > > I find the missing typedefs are defined in ppp_impl.h file. It seems > vj.h etc doesn't include ppp_impl.h. Am I doing something wrong? Well, but vj.c includes "netif/ppp/ppp_impl.h" before "netif/ppp/vj.h", so this should not happen. Looks like a buggy preprocessor/compiler at first sight, could you tell on which .c files it happens ? Sylvain _______________________________________________ lwip-users mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/lwip-users
