Hi,

This is the gcc version on Fedora Core 1:
gcc (GCC) 3.3.2 20031022 (Red Hat Linux 3.3.2-1)

We downloaded this:
http://www.l2tpd.com/downloads/l2tpd-0.69.tar.gz

Grtz,
Hugo



----- Original Message ----- 
From: "Jean-Francois Dive" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Tuesday, January 13, 2004 9:01 AM
Subject: Re: Compile error


> Hello,
>
> What's the gcc version and where does the source tarball comes from ?
>
> Cheers,
>
> J.
>
> On Tue, Jan 13, 2004 at 12:54:36AM +0100, Hugo Koren wrote:
> > 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
>
> -- 
>
> -> Jean-Francois Dive
> --> [EMAIL PROTECTED]
>
>   I think that God in creating Man somewhat overestimated his ability.
>   -- Oscar Wilde


Reply via email to