Re: radius-1.5 / gcc-4.1.1 no compile
"Sergey Poznyakoff" <[email protected]> Tue, 03 Jul 2007 12:05:23 +0300
| Newsgroups | gmane.comp.gnu.radius.bugs |
|---|---|
| Organization | Err, what do you mean? |
| Message-ID | <[email protected]> |
Dale Mellor <[email protected]> ha escrit: > scheme.c:34: error: static declaration of 'scheme_gc_interval' follows > non-static declaration > ../include/radiusd.h:343: error: previous declaration of > 'scheme_gc_interval' was here Thank you. > > Need to remove the static keyword from scheme.c:34. I did the other way around: removed the extern from the header. It was not needed, actually. Regards, Sergey