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?
Hi,
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
I recall that you've submitted some patches for these files - in which case you have local copies of those files that you have played with and are therefore locked and so you wont get new versions - you need to use the tools in GIT to make our own branch for your work.... ie download a fresh GIT copy and you'll get the new versions of those... alan
on Mon, 01 Feb 2010 10:24:48AM +0000 Alan Buxey (A.L.M.Buxey@lboro.ac.uk) wrote:
Hi,
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
I recall that you've submitted some patches for these files - in which case you have local copies of those files that you have played with and are therefore locked and so you wont get new versions - you need to use the tools in GIT to make our own branch for your work.... after fetch the branch "v2.1.x", this error fixed and no build errors any more. thanks!
Tinggong
ie download a fresh GIT copy and you'll get the new versions of those...
alan
participants (2)
-
Alan Buxey -
WANG Tinggong