I tried to compile freeradius (latest snapshot) under solaris 9, but got
an parse error:

/usr/include/stdlib.h:193: warning: previous declaration of `optopt'
In file included from ../include/libradius.h:59,
                 from dict.c:35:
../include/sha1.h:34: parse error before `mk'
../include/sha1.h:34: warning: function declaration isn't a prototype
gmake[4]: *** [dict.o] Error 1
gmake[4]: Leaving directory `/usr/home/paffrath/radiusd/src/lib'
gmake[3]: *** [common] Error 1
gmake[3]: Leaving directory `/usr/home/paffrath/radiusd/src'
gmake[2]: *** [all] Error 2
gmake[2]: Leaving directory `/usr/home/paffrath/radiusd/src'
gmake[1]: *** [common] Error 1
gmake[1]: Leaving directory `/usr/home/paffrath/radiusd'
make: *** [all] Error 2

I found out there is an unknown type "u_int8_t" or a so called
typing error - maybe it must be "uint8_t"? But changing all occurrence of
u_int8_t into uint8_t doesn't fix the problem.

Any idea?

regards
 Ralf

- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Reply via email to