GIT master does not currently compile
Alan Buxey
a.l.m.buxey at lboro.ac.uk
Tue Jun 7 23:14:18 CEST 2011
hi,
gmake[4]: Entering directory `/usr/src/freeradius-server/src/main'
/usr/src/freeradius-server/libtool --mode=compile gcc -g -O2 -Wall -D_GNU_SOURCE -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -g -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -W -Wredundant-decls -Wundef -I/usr/src/freeradius-server/src -DHOSTINFO=\"i686-pc-linux-gnu\" -DRADIUSD_VERSION=\"3.0.0\" -DOPENSSL_NO_KRB5 -c process.c
gcc -g -O2 -Wall -D_GNU_SOURCE -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -g -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -W -Wredundant-decls -Wundef -I/usr/src/freeradius-server/src -DHOSTINFO=\"i686-pc-linux-gnu\" -DRADIUSD_VERSION=\"3.0.0\" -DOPENSSL_NO_KRB5 -c process.c -fPIC -DPIC -o .libs/process.o
process.c: In function 'request_receive':
process.c:1276: error: too few arguments to function 'request_insert'
gmake[4]: *** [process.lo] Error 1
the line is
return request_insert(listener, packet, client, fun);
alan
More information about the Freeradius-Devel
mailing list