Latest CVS - compilation error - conffile.c:902: error: conflicting types for 'cf_section_parse'
Hi ! I tried to install the latest cvs version of freeradius, I did make clean ./configure make - and here I got the following error: conffile.c:902: error: conflicting types for 'cf_section_parse' /home/radius/src/radiusd/src/freeradius-devel/conffile.h:56: error: previous declaration of 'cf_section_parse' was here conffile.c: In function 'cf_section_parse': conffile.c:933: warning: passing argument 1 of 'cf_section_parse' discards qualifiers from pointer target type conffile.c: In function 'cf_pair_find': conffile.c:1312: warning: assignment discards qualifiers from pointer target type conffile.c: In function 'cf_pair_find_next': conffile.c:1395: warning: passing argument 1 of 'cf_pairtoitem' discards qualifiers from pointer target type make[4]: *** [conffile.lo] Błąd 1 make[3]: *** [common] Błąd 2 make[2]: *** [all] Błąd 2 make[1]: *** [common] Błąd 2 make: *** [all] Błąd 2 I have never had such problem before. What did I miss?? Bests -Tomasz
tzieleniewski wrote:
Hi !
I tried to install the latest cvs version of freeradius, I did make clean ./configure make - and here I got the following error:
conffile.c:902: error: conflicting types for 'cf_section_parse' /home/radius/src/radiusd/src/freeradius-devel/conffile.h:56: error: previous declaration of 'cf_section_parse' was here conffile.c: In function 'cf_section_parse':
$ cvs update -A Pay attention to the conflicts. It looks like you did a partial update. Alan DeKok. -- http://deployingradius.com - The web site of the book http://deployingradius.com/blog/ - The blog
participants (2)
-
Alan DeKok -
tzieleniewski