[2285] in linux-net channel archive
ppp compile
daemon@ATHENA.MIT.EDU (Russell Berry)
Fri Mar 29 11:40:00 1996
Date: Fri, 29 Mar 1996 10:41:20 -0500
From: Russell Berry <rberry@albany.net>
To: longyear@netcom.com
CC: linux-net@vger.rutgers.edu, rberry@albany.net
This is a multi-part message in MIME format.
--------------429012CE27A05A23960DA88
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Greetings,
I have pppd version 2.2.0c working properly, which was compiled under
linux 1.3.52. Now I have upgraded to 1.3.80, and downloaded 2.2.0e.
Now when I attempt to compile I get the attached messages, I get same
when I try to recompile 2.2.0c. Any suggestions anyone?
--------------429012CE27A05A23960DA88
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Content-Disposition: inline; filename="maklog"
In file included from main.c:43:
lcp.h:58: parse error before `u_int32_t'
lcp.h:58: warning: no semicolon at end of struct or union
lcp.h:59: warning: data definition has no type or storage class
lcp.h:61: parse error before `lqr_period'
lcp.h:61: warning: data definition has no type or storage class
lcp.h:62: warning: data definition has no type or storage class
lcp.h:64: parse error before `lcp_fsm'
lcp.h:64: warning: data definition has no type or storage class
lcp.h:65: parse error before `lcp_wantoptions'
lcp.h:65: warning: data definition has no type or storage class
lcp.h:66: parse error before `lcp_gotoptions'
lcp.h:66: warning: data definition has no type or storage class
lcp.h:67: parse error before `lcp_allowoptions'
lcp.h:67: warning: data definition has no type or storage class
lcp.h:68: parse error before `lcp_hisoptions'
lcp.h:68: warning: data definition has no type or storage class
lcp.h:69: parse error before `xmit_accm'
lcp.h:69: warning: data definition has no type or storage class
In file included from main.c:44:
ipcp.h:55: parse error before `u_int32_t'
ipcp.h:55: warning: no semicolon at end of struct or union
ipcp.h:59: warning: data definition has no type or storage class
ipcp.h:61: parse error before `ipcp_fsm'
ipcp.h:61: warning: data definition has no type or storage class
ipcp.h:62: parse error before `ipcp_wantoptions'
ipcp.h:62: warning: data definition has no type or storage class
ipcp.h:63: parse error before `ipcp_gotoptions'
ipcp.h:63: warning: data definition has no type or storage class
ipcp.h:64: parse error before `ipcp_allowoptions'
ipcp.h:64: warning: data definition has no type or storage class
ipcp.h:65: parse error before `ipcp_hisoptions'
ipcp.h:65: warning: data definition has no type or storage class
In file included from main.c:45:
pppd.h:69: parse error before `netmask'
pppd.h:69: warning: data definition has no type or storage class
pppd.h:114: parse error before `GetMask'
pppd.h:114: warning: parameter names (without types) in function declaration
pppd.h:114: warning: data definition has no type or storage class
In file included from main.c:46:
magic.h:23: parse error before `magic'
magic.h:23: warning: data definition has no type or storage class
main.c: In function `get_input':
main.c:490: request for member `state' in something not a structure or union
make[1]: *** [main.o] Error 1
make: *** [all] Error 2
--------------429012CE27A05A23960DA88--