bug-gnu-radius
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug-gnu-radius] function/macro name conflict in radck.c


From: Antonio Querubin
Subject: [Bug-gnu-radius] function/macro name conflict in radck.c
Date: Tue, 30 Jul 2002 15:03:51 -1000 (HST)

I ran into a problem building GNU RADIUS 0.96.3 under BSDI 4.3.  When
running 'make' eventually one gets an error:

gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include/snmp
-I../radlib -g -O2 -c radck.c
radck.c:65: macro `setbit' used with too many (4) args
radck.c:94: macro `setbit' used with too many (4) args
*** Error code 1

Apparently, in radiusd/radck.c, gcc sees a name conflict between the
setbit() function and the SETBIT macro.  Giving either one a different
name fixes the build problem.


Antonio Querubin
address@hidden




reply via email to

[Prev in Thread] Current Thread [Next in Thread]