RE: Compiling freeradius on Solaris 8

2004-06-08 Thread Adam Atkinson
Alan DeKok said: A simple make CC=gcc produces a lot of warnings and errors. Warnings? Sure. Errors? I doubt it. Since you didn't post the errors to the list, there's no way to tell what's wrong. And PLEASE don't post the warning messages to the list, they're useless. Ok.

RE: Compiling freeradius on Solaris 8

2004-06-08 Thread Adam Atkinson
Actually, I missed some make CC=gcc gcc -Wall -fPIC -c pam_radius_auth.c -o pam_radius_auth.o In file included from pam_radius_auth.h:23, from pam_radius_auth.c:63: md5.h:21: error: parse error before u_int32_t md5.h:24: error: parse error before '}' token md5.h:29: error: parse

RE: Compiling freeradius on Solaris 8

2004-06-08 Thread Lam, Eric
In md5.h, change u_int32_t to uint32_t It is because the /usr/include/sys/types.h only has uint32_t. -Original Message- From: Adam Atkinson [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 08, 2004 9:44 AM To: [EMAIL PROTECTED] Subject: RE: Compiling freeradius on Solaris 8 Actually, I