"alok verma" <[EMAIL PROTECTED]> wrote: > This is alok here.I'm facing a problem while compiling the free radius > server.While compiling I got messages about some parse errors in a file > "libradius.h".The message I got while compilation is attached here. > > In file included from radclient.c:28: > libradius.h:118: parse error before `uint32_t'
Did you run 'configure' before trying to build the server? If uint32_t isn't defined, the configure script takes care of defining it. > In file included from radclient.c:56: > missing.h:12: conflicting types for `strncasecmp' > /usr/include/string.h:64: previous declaration of `strncasecmp' > missing.h:16: conflicting types for `strcasecmp' Yeah, you probably didn't run 'configure'. Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
