[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Help-gnu-radius] radius-1.2.92 doesn't compile with gcc 3.4.0
From: |
Dale |
Subject: |
[Help-gnu-radius] radius-1.2.92 doesn't compile with gcc 3.4.0 |
Date: |
Mon, 14 Jun 2004 11:53:56 -0700 (PDT) |
radius 1.2 compiles with only some of the "passing arg 3 of
`_debug_print' discards qualifiers from pointer target type" warnings,
but radius 1.2.92 errors out.
# gcc -v
Reading specs from /usr/lib/gcc/i686-pc-linux-gnu/3.4.0/specs
Configured with: ../gcc-3.4.0/configure --prefix=/usr --enable-shared
--enable-languages=c,c++,objc --enable-threads=posix
--enable-__cxa_atexit
Thread model: posix
gcc version 3.4.0
errors below:
--------------------------------------------------------
auth.c: In function `rad_check_password':
auth.c:513: warning: passing arg 3 of `_debug_print' discards
qualifiers from pointer target type
auth.c:520: warning: passing arg 3 of `_debug_print' discards
qualifiers from pointer target type
auth.c:546: warning: passing arg 3 of `_debug_print' discards
qualifiers from pointer target type
auth.c:557: warning: passing arg 3 of `_debug_print' discards
qualifiers from pointer target type
auth.c:562: warning: passing arg 3 of `_debug_print' discards
qualifiers from pointer target type
auth.c: In function `rad_authenticate':
auth.c:674: warning: passing arg 3 of `_debug_print' discards
qualifiers from pointer target type
auth.c: In function `sfn_init':
auth.c:755: warning: passing arg 3 of `_debug_print' discards
qualifiers from pointer target type
auth.c:797: warning: passing arg 3 of `_debug_print' discards
qualifiers from pointer target type
auth.c: In function `sfn_scheme':
auth.c:835: warning: passing arg 3 of `_debug_print' discards
qualifiers from pointer target type
auth.c: In function `auth_failure':
auth.c:864: error: label at end of compound statement
auth.c: In function `sfn_validate':
auth.c:904: warning: passing arg 3 of `_debug_print' discards
qualifiers from pointer target type
auth.c:912: warning: passing arg 3 of `_debug_print' discards
qualifiers from pointer target type
auth.c:919: warning: passing arg 3 of `_debug_print' discards
qualifiers from pointer target type
auth.c:930: warning: passing arg 3 of `_debug_print' discards
qualifiers from pointer target type
auth.c:936: warning: passing arg 3 of `_debug_print' discards
qualifiers from pointer target type
auth.c:947: warning: passing arg 3 of `_debug_print' discards
qualifiers from pointer target type
auth.c: In function `sfn_disable':
auth.c:968: warning: passing arg 3 of `_debug_print' discards
qualifiers from pointer target type
auth.c: In function `sfn_realmuse':
auth.c:983: warning: passing arg 3 of `_debug_print' discards
qualifiers from pointer target type
auth.c: In function `sfn_simuse':
auth.c:1011: warning: passing arg 3 of `_debug_print' discards
qualifiers from pointer target type
auth.c: In function `sfn_time':
auth.c:1045: warning: passing arg 3 of `_debug_print' discards
qualifiers from pointer target type
auth.c:1051: warning: passing arg 3 of `_debug_print' discards
qualifiers from pointer target type
auth.c: In function `sfn_exec_wait':
auth.c:1114: warning: passing arg 3 of `_debug_print' discards
qualifiers from pointer target type
auth.c: In function `sfn_ack':
auth.c:1194: warning: passing arg 3 of `_debug_print' discards
qualifiers from pointer target type
auth.c: In function `sfn_reject_cleanup':
auth.c:1216: warning: passing arg 3 of `_debug_print' discards
qualifiers from pointer target type
auth.c: In function `sfn_reject':
auth.c:1222: warning: passing arg 3 of `_debug_print' discards
qualifiers from pointer target type
make[4]: *** [auth.o] Error 1
make[4]: Leaving directory `/root/radius-1.2.92/radiusd'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/root/radius-1.2.92/radiusd'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/root/radius-1.2.92/radiusd'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/radius-1.2.92'
make: *** [all] Error 2
__________________________________
Do you Yahoo!?
Friends. Fun. Try the all-new Yahoo! Messenger.
http://messenger.yahoo.com/
- [Help-gnu-radius] radius-1.2.92 doesn't compile with gcc 3.4.0,
Dale <=