Hi all,

A friend of mine has a problem compiling the source on Fedora Core 1.
This are a few line from the compile command:

[EMAIL PROTECTED] l2tpd-0.69]# make
cc -g -O2 -DDEBUG_PPPD -DDEBUG_CONTROL -DDEBUG_ENTROPY -Wall -DSANITY -DLINU
X -I/usr/include -DIP_ALLOCATION    -c -o l2tpd.o l2tpd.c
In file included from l2tp.h:28,
                 from l2tpd.c:42:
misc.h:67: warning: conflicting types for built-in function `log'
cc -g -O2 -DDEBUG_PPPD -DDEBUG_CONTROL -DDEBUG_ENTROPY -Wall -DSANITY -DLINU
X -I/usr/include -DIP_ALLOCATION    -c -o pty.o pty.c
In file included from l2tp.h:28,
                 from pty.c:17:
misc.h:67: warning: conflicting types for built-in function `log'
cc -g -O2 -DDEBUG_PPPD -DDEBUG_CONTROL -DDEBUG_ENTROPY -Wall -DSANITY -DLINU
X -I/usr/include -DIP_ALLOCATION    -c -o misc.o misc.c
In file included from l2tp.h:28,
                 from misc.c:30:
misc.h:67: warning: conflicting types for built-in function `log'
..................
..................
cc -g -O2 -DDEBUG_PPPD -DDEBUG_CONTROL -DDEBUG_ENTROPY -Wall -DSANITY -DLINU
X -I/usr/include -DIP_ALLOCATION    -c -o avp.o avp.c
In file included from l2tp.h:28,
                 from avp.c:19:
misc.h:67: warning: conflicting types for built-in function `log'
avp.c: In function `handle_avps':
avp.c:1612: warning: concatenation of string literals with __FUNCTION__ is
deprecated
avp.c:1596: warning: `hidlen' might be used uninitialized in this function
cc -g -O2 -DDEBUG_PPPD -DDEBUG_CONTROL -DDEBUG_ENTROPY -Wall -DSANITY -DLINU
X -I/usr/include -DIP_ALLOCATION    -c -o call.o call.c
In file included from l2tp.h:28,
                 from call.c:27:
misc.h:67: warning: conflicting types for built-in function `log'
call.c:196:20: missing terminating " character
call.c: In function `read_packet':
call.c:197: error: syntax error before "enter"
make: *** [call.o] Error 1

What could the problem be?

Grtz,
Hugo


Reply via email to