Sorry for the large logs but I thought I'd better keep it all together in
case I missed something important.

I'm trying to patch pppd ver 2.3.11 for mppe support but I get these
messages when compiling and I have a good feeling it didn't work...

Anybody done this with 2.2.16-3 kernel and pppd 2.3.11?

George.


Here's my compiled messages:

[root@linuxdev ppp-2.3.11]# cd ..
[root@linuxdev src]# cd linux
[root@linuxdev linux]# make modules SUBDIRS=drivers/net
scripts/split-include include/linux/autoconf.h include/config
make -C  drivers/net CFLAGS="-Wall -Wstrict-prototypes -O2
-fomit-frame-pointer -fno-strict-aliasing -pipe -fno-strength-reduce -m486
-malign-loops=2 -malign-jumps=2 -malign-functions=2 -DCPU=586 -DMODULE
-DMODVERSIONS -include /usr/src/linux-2.2.16/include/linux/modversions.h"
MAKING_MODULES=1 modules
make[1]: Entering directory `/usr/src/linux-2.2.16/drivers/net'
gcc -D__KERNEL__ -I/usr/src/linux-2.2.16/include -Wall -Wstrict-prototypes
-O2 -fomit-frame-pointer -fno-strict-aliasing -pipe -fno-strength-reduce
-m486 -malign-loops=2 -malign-jumps=2 -malign-functions=2 -DCPU=586 -DMODULE
-DMODVERSIONS -include /usr/src/linux-2.2.16/include/linux/modversions.h
-DEXPORT_SYMTAB -c ppp.c
ppp.c:188: warning: static declaration for
`ppp_register_compressor_R9682e733' follows non-static
ppp.c:189: warning: static declaration for
`ppp_unregister_compressor_Ra1b928df' follows non-static
ppp.c: In function `ppp_async_init':
ppp.c:443: structure has no member named `tty_pushing'
ppp.c: In function `ppp_tty_open':
ppp.c:502: `PPP_MAGIC' undeclared (first use in this function)
ppp.c:502: (Each undeclared identifier is reported only once
ppp.c:502: for each function it appears in.)
ppp.c: In function `ppp_tty_close':
ppp.c:547: `PPP_MAGIC' undeclared (first use in this function)
ppp.c: In function `ppp_tty_read':
ppp.c:595: `PPP_MAGIC' undeclared (first use in this function)
ppp.c: In function `ppp_tty_write':
ppp.c:684: `PPP_MAGIC' undeclared (first use in this function)
ppp.c: In function `ppp_tty_ioctl':
ppp.c:744: `PPP_MAGIC' undeclared (first use in this function)
ppp.c: In function `ppp_tty_poll':
ppp.c:947: `PPP_MAGIC' undeclared (first use in this function)
ppp.c: In function `ppp_tty_wakeup':
ppp.c:976: `PPP_MAGIC' undeclared (first use in this function)
ppp.c: In function `ppp_sync_send':
ppp.c:1000: `PPP_MAGIC' undeclared (first use in this function)
ppp.c: In function `ppp_tty_sync_push':
ppp.c:1054: `PPP_MAGIC' undeclared (first use in this function)
ppp.c:1062: structure has no member named `tty_pushing'
ppp.c:1065: structure has no member named `woke_up'
ppp.c:1069: structure has no member named `tty_pushing'
ppp.c:1076: structure has no member named `woke_up'
ppp.c:1092: structure has no member named `woke_up'
ppp.c:1099: structure has no member named `tty_pushing'
ppp.c:1109: structure has no member named `tty_pushing'
ppp.c: In function `ppp_async_send':
ppp.c:1124: `PPP_MAGIC' undeclared (first use in this function)
ppp.c: In function `ppp_tty_push':
ppp.c:1149: `PPP_MAGIC' undeclared (first use in this function)
ppp.c:1150: structure has no member named `tty_pushing'
ppp.c:1151: structure has no member named `woke_up'
ppp.c:1157: structure has no member named `tty_pushing'
ppp.c:1159: structure has no member named `woke_up'
ppp.c:1170: structure has no member named `tty_pushing'
ppp.c:1172: structure has no member named `woke_up'
ppp.c:1180: structure has no member named `tty_pushing'
ppp.c:1185: structure has no member named `tty_pushing'
ppp.c:1195: structure has no member named `tty_pushing'
ppp.c: In function `ppp_async_encode':
ppp.c:1214: `PPP_MAGIC' undeclared (first use in this function)
ppp.c: In function `ppp_tty_flush_output':
ppp.c:1320: structure has no member named `tty_pushing'
ppp.c:1329: structure has no member named `tty_pushing'
ppp.c: In function `ppp_tty_receive':
ppp.c:1358: `PPP_MAGIC' undeclared (first use in this function)
ppp.c: In function `ppp_dev_close':
ppp.c:1733: `PPP_MAGIC' undeclared (first use in this function)
ppp.c: In function `ppp_dev_ioctl':
ppp.c:1767: `PPP_MAGIC' undeclared (first use in this function)
ppp.c: In function `ppp_ioctl':
ppp.c:1815: `PPP_MAGIC' undeclared (first use in this function)
ppp.c: In function `ppp_receive_error':
ppp.c:2413: `PPP_MAGIC' undeclared (first use in this function)
ppp.c: In function `rcv_proto_ip':
ppp.c:2444: `PPP_MAGIC' undeclared (first use in this function)
ppp.c: In function `rcv_proto_ipv6':
ppp.c:2457: `PPP_MAGIC' undeclared (first use in this function)
ppp.c: In function `rcv_proto_ipx':
ppp.c:2470: `PPP_MAGIC' undeclared (first use in this function)
ppp.c: In function `rcv_proto_at':
ppp.c:2483: `PPP_MAGIC' undeclared (first use in this function)
ppp.c: In function `rcv_proto_vjc_comp':
ppp.c:2498: `PPP_MAGIC' undeclared (first use in this function)
ppp.c: In function `rcv_proto_vjc_uncomp':
ppp.c:2523: `PPP_MAGIC' undeclared (first use in this function)
ppp.c: In function `rcv_proto_ccp':
ppp.c:2538: `PPP_MAGIC' undeclared (first use in this function)
ppp.c: In function `rcv_proto_unknown':
ppp.c:2549: `PPP_MAGIC' undeclared (first use in this function)
ppp.c:2563: too few arguments to function `kill_fasync_Rb2b77a95'
ppp.c: In function `ppp_send_frame':
ppp.c:2596: `PPP_MAGIC' undeclared (first use in this function)
ppp.c: In function `ppp_output_wakeup':
ppp.c:2772: `PPP_MAGIC' undeclared (first use in this function)
ppp.c: In function `ppp_send_ctrl':
ppp.c:2788: `PPP_MAGIC' undeclared (first use in this function)
ppp.c: In function `ppp_alloc':
ppp.c:3048: `PPP_MAGIC' undeclared (first use in this function)
ppp.c: In function `ppp_release':
ppp.c:3139: `PPP_MAGIC' undeclared (first use in this function)
ppp.c: In function `cleanup_module':
ppp.c:3345: `PPP_MAGIC' undeclared (first use in this function)
make[1]: *** [ppp.o] Error 1
make[1]: Leaving directory `/usr/src/linux-2.2.16/drivers/net'
make: *** [_mod_drivers/net] Error 2


-- 
SLUG - Sydney Linux User Group Mailing List - http://slug.org.au/
More Info: http://slug.org.au/lists/listinfo/slug

Reply via email to