1 Feb
2010
1 Feb
'10
5:06 a.m.
hi all, i got the latest freeRadius tree from git://git.freeradius.org/freeradius-server.git , and i try to compile it under these steps: 1. ./configure 2. make after that, i encountered an error: In file included from /home/wtg/develop/freeradius-server/src/freeradius-devel/radiusd.h:154, from frs_acct.c:30: /home/wtg/develop/freeradius-server/src/freeradius-devel/smodule.h:146: error: expected specifier-qualifier-list before ‘fr_tcp_radius_t’ git-log says after commit e04b62, fr_tcp_radius_t structure and API are deleted, but it still stay in src/main/listen.c src/include/smodule.h is it a bug?