- 论坛徽章:
- 0
|
[root@eyas l2tpd-0.70-pre20031121.orig]# make
cc -g -O2 -DDEBUG_PPPD -DDEBUG_CONTROL -DDEBUG_ENTROPY -Wall -DSANITY -DLINUX -DIP_ALLOCATION -c -o l2tpd.o l2tpd.c
In file included from l2tp.h:30,
from l2tpd.c:45:
misc.h:69: warning: conflicting types for built-in function 'log'
cc -g -O2 -DDEBUG_PPPD -DDEBUG_CONTROL -DDEBUG_ENTROPY -Wall -DSANITY -DLINUX -DIP_ALLOCATION -c -o pty.o pty.c
In file included from l2tp.h:30,
from pty.c:19:
misc.h:69: warning: conflicting types for built-in function 'log'
cc -g -O2 -DDEBUG_PPPD -DDEBUG_CONTROL -DDEBUG_ENTROPY -Wall -DSANITY -DLINUX -DIP_ALLOCATION -c -o misc.o misc.c
In file included from l2tp.h:30,
from misc.c:32:
misc.h:69: warning: conflicting types for built-in function 'log'
cc -g -O2 -DDEBUG_PPPD -DDEBUG_CONTROL -DDEBUG_ENTROPY -Wall -DSANITY -DLINUX -DIP_ALLOCATION -c -o control.o control.c
In file included from l2tp.h:30,
from control.c:25:
misc.h:69: warning: conflicting types for built-in function 'log'
control.c: In function `handle_packet':
control.c:1666: warning: unused variable `tv'
cc -g -O2 -DDEBUG_PPPD -DDEBUG_CONTROL -DDEBUG_ENTROPY -Wall -DSANITY -DLINUX -DIP_ALLOCATION -c -o avp.o avp.c
In file included from l2tp.h:30,
from avp.c:21:
misc.h:69: warning: conflicting types for built-in function 'log'
avp.c: In function `handle_avps':
avp.c:1614: error: syntax error before "__FUNCTION__"
make: *** [avp.o] Error 1 |
|