[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Help-gnu-radius] Can't compile localtime_r.c
From: |
Sergey Poznyakoff |
Subject: |
Re: [Help-gnu-radius] Can't compile localtime_r.c |
Date: |
Sun, 5 Oct 2003 19:40:19 +0300 |
> Can't to build radius 1.1 at old system - FreeBSD-2.2.8
Oh, that's going to be a real challenge...
> localtime_r.c: In function `LOCK_DECLARE':
> localtime_r.c:8: parse error before `{'
> localtime_r.c:8: declaration for parameter `localtime_r' but no such parameter
OK, open lib/localtime_r.c and before line saying
#include <time.h>
add the following three lines:
#if defined(HAVE_CONFIG_H)
# include <config.h>
#endif
Regards,
Sergey