Hi,
 
I am trying to compile MIT kerberos - krb5-1.2.6
on Solaris 8 running on Sun Fire 280R server
with dual UltraSparc III 900 MHz CPUs.
 
I am doing this as the pam_krb5 from Solaris is not
compatible with ssh and compiling new pam_krb5
from www.sourceforge.net requires MIT kerberos.
 
I am getting  the following errors while compiling ( while
running make ). The configure script runs fine.
 
Errors -
 
--------------------------------------------------------------------------
cc -DHAVE_LIBNSL=1 -DHAVE_LIBSOCKET=1 -DKRB5_DNS_LOOKUP_KDC=1 -DKRB5_DNS_LOOKUP=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_FTIME=1 -DHAVE_TIMEZONE=1 -DHAVE_GETCWD=1 -DHAVE_STRSTR=1 -DHAVE_WAITPID=1 -DHAVE_VSPRINTF=1 -DHAVE_MEMMOVE=1 -DHAVE_STRFTIME=1 -DTIME_WITH_SYS_TIME=1 -DPOSIX_SIGNALS=1 -DWAIT_USES_INT=1 -DPOSIX_SETJMP=1   -I../../../include -I./../../../include -I../../../include/krb5 -I./../../../include/krb5 -I/usr/local/include  -c tcl_ovsec_kadm.c
cc1: warning: changing search order for system directory "/usr/local/include"
cc1: warning:   as it has already been specified as a non-system directory
tcl_ovsec_kadm.c:78: parse error before '*' token
tcl_ovsec_kadm.c:78: warning: data definition has no type or storage class
tcl_ovsec_kadm.c:80: parse error before '*' token
|
|
| --------- SIMILAR ERRORS IN BETWEEN -----------
|
tcl_ovsec_kadm.c: At top level:
tcl_ovsec_kadm.c:1968: parse error before '*' token
tcl_ovsec_kadm.c: In function `Tcl_ovsec_kadm_init':
tcl_ovsec_kadm.c:1972: `interp' undeclared (first use in this function)
tcl_ovsec_kadm.c:1973: `TCL_GLOBAL_ONLY' undeclared (first use in this function)
make[3]: *** [tcl_ovsec_kadm.o] Error 1
make[3]: Leaving directory `/opt/paragg/krb5/krb5-1.2.6/src/kadmin/testing/util'
make[2]: *** [all-recurse] Error 1
make[2]: Leaving directory `/opt/paragg/krb5/krb5-1.2.6/src/kadmin/testing'
make[1]: *** [all-recurse] Error 1
make[1]: Leaving directory `/opt/paragg/krb5/krb5-1.2.6/src/kadmin'
make: *** [all-recurse] Error 1
-----------------------------------------------------------------------------
 
NOTE - THIS IS ONLY THE HEAD AND TRAILING PART OF THE ERROR.
            I AM ATTACHING A FILE CONTAINING THE ENTIRE ERROR
            LISTING. EVERYTHING APPEARS TO BE RELATED TO
            tcl_ovsec_kadm.c.
 
Can someone Guide please.
 
Regards,
Parag Godkar
cc -DHAVE_LIBNSL=1 -DHAVE_LIBSOCKET=1 -DKRB5_DNS_LOOKUP_KDC=1 -DKRB5_DNS_LOOKUP=1 
-DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_SYS_TIME_H=1 
-DHAVE_SYS_SELECT_H=1 -DHAVE_FTIME=1 -DHAVE_TIMEZONE=1 -DHAVE_GETCWD=1 -DHAVE_STRSTR=1 
-DHAVE_WAITPID=1 -DHAVE_VSPRINTF=1 -DHAVE_MEMMOVE=1 -DHAVE_STRFTIME=1 
-DTIME_WITH_SYS_TIME=1 -DPOSIX_SIGNALS=1 -DWAIT_USES_INT=1 -DPOSIX_SETJMP=1   
-I../../../include -I./../../../include -I../../../include/krb5 
-I./../../../include/krb5 -I/usr/local/include  -c tcl_ovsec_kadm.c
cc1: warning: changing search order for system directory "/usr/local/include"
cc1: warning:   as it has already been specified as a non-system directory
tcl_ovsec_kadm.c:78: parse error before '*' token
tcl_ovsec_kadm.c:78: warning: data definition has no type or storage class
tcl_ovsec_kadm.c:80: parse error before '*' token
tcl_ovsec_kadm.c: In function `put_server_handle':
tcl_ovsec_kadm.c:84: `Tcl_HashEntry' undeclared (first use in this function)
tcl_ovsec_kadm.c:84: (Each undeclared identifier is reported only once
tcl_ovsec_kadm.c:84: for each function it appears in.)
tcl_ovsec_kadm.c:84: `entry' undeclared (first use in this function)
tcl_ovsec_kadm.c:92: `TCL_STRING_KEYS' undeclared (first use in this function)
tcl_ovsec_kadm.c:108: `handle' undeclared (first use in this function)
tcl_ovsec_kadm.c:110: `name' undeclared (first use in this function)
tcl_ovsec_kadm.c:112: `TCL_OK' undeclared (first use in this function)
tcl_ovsec_kadm.c: At top level:
tcl_ovsec_kadm.c:115: parse error before '*' token
tcl_ovsec_kadm.c: In function `get_server_handle':
tcl_ovsec_kadm.c:117: `Tcl_HashEntry' undeclared (first use in this function)
tcl_ovsec_kadm.c:117: `entry' undeclared (first use in this function)
tcl_ovsec_kadm.c:119: `name' undeclared (first use in this function)
tcl_ovsec_kadm.c:120: `handle' undeclared (first use in this function)
tcl_ovsec_kadm.c:125: `interp' undeclared (first use in this function)
tcl_ovsec_kadm.c:129: `TCL_ERROR' undeclared (first use in this function)
tcl_ovsec_kadm.c:133: `TCL_OK' undeclared (first use in this function)
tcl_ovsec_kadm.c: At top level:
tcl_ovsec_kadm.c:136: parse error before '*' token
tcl_ovsec_kadm.c: In function `remove_server_handle':
tcl_ovsec_kadm.c:138: `Tcl_HashEntry' undeclared (first use in this function)
tcl_ovsec_kadm.c:138: `entry' undeclared (first use in this function)
tcl_ovsec_kadm.c:141: `name' undeclared (first use in this function)
tcl_ovsec_kadm.c:142: `interp' undeclared (first use in this function)
tcl_ovsec_kadm.c:143: `TCL_ERROR' undeclared (first use in this function)
tcl_ovsec_kadm.c:147: `TCL_OK' undeclared (first use in this function)
tcl_ovsec_kadm.c: At top level:
tcl_ovsec_kadm.c:177: parse error before '*' token
tcl_ovsec_kadm.c: In function `create_flag_table':
tcl_ovsec_kadm.c:179: `Tcl_HashTable' undeclared (first use in this function)
tcl_ovsec_kadm.c:179: `table' undeclared (first use in this function)
tcl_ovsec_kadm.c:180: `Tcl_HashEntry' undeclared (first use in this function)
tcl_ovsec_kadm.c:180: `entry' undeclared (first use in this function)
tcl_ovsec_kadm.c:183: parse error before ')' token
tcl_ovsec_kadm.c: At top level:
tcl_ovsec_kadm.c:188: warning: parameter names (without types) in function declaration
tcl_ovsec_kadm.c:188: warning: data definition has no type or storage class
tcl_ovsec_kadm.c:190: parse error before "for"
tcl_ovsec_kadm.c:195: parse error before numeric constant
tcl_ovsec_kadm.c:195: conflicting types for `exit'
/usr/local/lib/gcc-lib/sparc-sun-solaris2.8/3.2/include/iso/stdlib_iso.h:113: previous 
declaration of `exit'
tcl_ovsec_kadm.c:195: warning: data definition has no type or storage class
tcl_ovsec_kadm.c:198: parse error before '&' token
tcl_ovsec_kadm.c:198: warning: data definition has no type or storage class
tcl_ovsec_kadm.c:205: parse error before '*' token
tcl_ovsec_kadm.c: In function `unparse_str':
tcl_ovsec_kadm.c:207: `Tcl_DString' undeclared (first use in this function)
tcl_ovsec_kadm.c:207: `str' undeclared (first use in this function)
tcl_ovsec_kadm.c: At top level:
tcl_ovsec_kadm.c:228: parse error before '*' token
tcl_ovsec_kadm.c: In function `parse_str':
tcl_ovsec_kadm.c:230: `in_str' undeclared (first use in this function)
tcl_ovsec_kadm.c:231: `out_str' undeclared (first use in this function)
tcl_ovsec_kadm.c:239: `TCL_OK' undeclared (first use in this function)
tcl_ovsec_kadm.c: At top level:
tcl_ovsec_kadm.c:243: parse error before '*' token
tcl_ovsec_kadm.c: In function `set_ok':
tcl_ovsec_kadm.c:245: `interp' undeclared (first use in this function)
tcl_ovsec_kadm.c:245: `TCL_STATIC' undeclared (first use in this function)
tcl_ovsec_kadm.c:247: `string' undeclared (first use in this function)
tcl_ovsec_kadm.c: At top level:
tcl_ovsec_kadm.c:252: parse error before '*' token
tcl_ovsec_kadm.c: In function `unparse_err':
tcl_ovsec_kadm.c:255: `Tcl_DString' undeclared (first use in this function)
tcl_ovsec_kadm.c:255: `dstring' undeclared (first use in this function)
tcl_ovsec_kadm.c:380: parse error before ')' token
tcl_ovsec_kadm.c: At top level:
tcl_ovsec_kadm.c:387: warning: parameter names (without types) in function declaration
tcl_ovsec_kadm.c:387: warning: data definition has no type or storage class
tcl_ovsec_kadm.c:389: parse error before "if"
tcl_ovsec_kadm.c:393: parse error before numeric constant
tcl_ovsec_kadm.c:393: warning: data definition has no type or storage class
tcl_ovsec_kadm.c:401: parse error before '*' token
tcl_ovsec_kadm.c: In function `stash_error':
tcl_ovsec_kadm.c:403: `Tcl_DString' undeclared (first use in this function)
tcl_ovsec_kadm.c:403: `dstring' undeclared (first use in this function)
tcl_ovsec_kadm.c:403: `code' undeclared (first use in this function)
tcl_ovsec_kadm.c:404: `interp' undeclared (first use in this function)
tcl_ovsec_kadm.c: At top level:
tcl_ovsec_kadm.c:411: parse error before '*' token
tcl_ovsec_kadm.c: In function `unparse_flags':
tcl_ovsec_kadm.c:415: `Tcl_DString' undeclared (first use in this function)
tcl_ovsec_kadm.c:415: `str' undeclared (first use in this function)
tcl_ovsec_kadm.c: At top level:
tcl_ovsec_kadm.c:434: parse error before '*' token
tcl_ovsec_kadm.c: In function `parse_flags':
tcl_ovsec_kadm.c:438: `TCL_OK' undeclared (first use in this function)
tcl_ovsec_kadm.c:440: `Tcl_HashEntry' undeclared (first use in this function)
tcl_ovsec_kadm.c:440: `entry' undeclared (first use in this function)
tcl_ovsec_kadm.c:442: `interp' undeclared (first use in this function)
tcl_ovsec_kadm.c:442: `str' undeclared (first use in this function)
tcl_ovsec_kadm.c:443: `flags' undeclared (first use in this function)
tcl_ovsec_kadm.c:449: `TCL_ERROR' undeclared (first use in this function)
tcl_ovsec_kadm.c:452: `table' undeclared (first use in this function)
tcl_ovsec_kadm.c:453: `array' undeclared (first use in this function)
tcl_ovsec_kadm.c:453: `size' undeclared (first use in this function)
tcl_ovsec_kadm.c: At top level:
tcl_ovsec_kadm.c:471: parse error before '*' token
tcl_ovsec_kadm.c:478: parse error before '*' token
tcl_ovsec_kadm.c:484: parse error before '*' token
tcl_ovsec_kadm.c: In function `parse_krb5_flags':
tcl_ovsec_kadm.c:487: syntax error before '*' token
tcl_ovsec_kadm.c:490: `interp' undeclared (first use in this function)
tcl_ovsec_kadm.c:490: `table' undeclared (first use in this function)
tcl_ovsec_kadm.c:493: `str' undeclared (first use in this function)
tcl_ovsec_kadm.c:493: `TCL_OK' undeclared (first use in this function)
tcl_ovsec_kadm.c:497: `flags' undeclared (first use in this function)
tcl_ovsec_kadm.c: At top level:
tcl_ovsec_kadm.c:501: parse error before '*' token
tcl_ovsec_kadm.c:508: parse error before '*' token
tcl_ovsec_kadm.c: In function `parse_aux_attributes':
tcl_ovsec_kadm.c:511: syntax error before '*' token
tcl_ovsec_kadm.c:514: `interp' undeclared (first use in this function)
tcl_ovsec_kadm.c:514: `table' undeclared (first use in this function)
tcl_ovsec_kadm.c:517: `str' undeclared (first use in this function)
tcl_ovsec_kadm.c:517: `TCL_OK' undeclared (first use in this function)
tcl_ovsec_kadm.c:521: `flags' undeclared (first use in this function)
tcl_ovsec_kadm.c: At top level:
tcl_ovsec_kadm.c:525: parse error before '*' token
tcl_ovsec_kadm.c: In function `parse_principal_mask':
tcl_ovsec_kadm.c:528: syntax error before '*' token
tcl_ovsec_kadm.c:531: `interp' undeclared (first use in this function)
tcl_ovsec_kadm.c:531: `table' undeclared (first use in this function)
tcl_ovsec_kadm.c:534: `str' undeclared (first use in this function)
tcl_ovsec_kadm.c:534: `TCL_OK' undeclared (first use in this function)
tcl_ovsec_kadm.c:538: `flags' undeclared (first use in this function)
tcl_ovsec_kadm.c: At top level:
tcl_ovsec_kadm.c:543: parse error before '*' token
tcl_ovsec_kadm.c: In function `parse_policy_mask':
tcl_ovsec_kadm.c:546: syntax error before '*' token
tcl_ovsec_kadm.c:549: `interp' undeclared (first use in this function)
tcl_ovsec_kadm.c:549: `table' undeclared (first use in this function)
tcl_ovsec_kadm.c:552: `str' undeclared (first use in this function)
tcl_ovsec_kadm.c:552: `TCL_OK' undeclared (first use in this function)
tcl_ovsec_kadm.c:556: `flags' undeclared (first use in this function)
tcl_ovsec_kadm.c: At top level:
tcl_ovsec_kadm.c:561: parse error before '*' token
tcl_ovsec_kadm.c: In function `unparse_principal_ent':
tcl_ovsec_kadm.c:563: `Tcl_DString' undeclared (first use in this function)
tcl_ovsec_kadm.c:563: `str' undeclared (first use in this function)
tcl_ovsec_kadm.c:563: `tmp_dstring' undeclared (first use in this function)
tcl_ovsec_kadm.c: At top level:
tcl_ovsec_kadm.c:645: parse error before '*' token
tcl_ovsec_kadm.c: In function `parse_principal_ent':
tcl_ovsec_kadm.c:654: `TCL_OK' undeclared (first use in this function)
tcl_ovsec_kadm.c:656: `interp' undeclared (first use in this function)
tcl_ovsec_kadm.c:656: `list' undeclared (first use in this function)
tcl_ovsec_kadm.c:663: `TCL_ERROR' undeclared (first use in this function)
tcl_ovsec_kadm.c:777: `out_princ' undeclared (first use in this function)
tcl_ovsec_kadm.c: At top level:
tcl_ovsec_kadm.c:790: parse error before '*' token
tcl_ovsec_kadm.c: In function `unparse_policy_ent':
tcl_ovsec_kadm.c:792: `Tcl_DString' undeclared (first use in this function)
tcl_ovsec_kadm.c:792: `str' undeclared (first use in this function)
tcl_ovsec_kadm.c:792: `tmp_dstring' undeclared (first use in this function)
tcl_ovsec_kadm.c: At top level:
tcl_ovsec_kadm.c:830: parse error before '*' token
tcl_ovsec_kadm.c: In function `parse_policy_ent':
tcl_ovsec_kadm.c:838: `TCL_OK' undeclared (first use in this function)
tcl_ovsec_kadm.c:840: `interp' undeclared (first use in this function)
tcl_ovsec_kadm.c:840: `list' undeclared (first use in this function)
tcl_ovsec_kadm.c:847: `TCL_ERROR' undeclared (first use in this function)
tcl_ovsec_kadm.c:926: `out_policy' undeclared (first use in this function)
tcl_ovsec_kadm.c: At top level:
tcl_ovsec_kadm.c:937: parse error before '*' token
tcl_ovsec_kadm.c: In function `unparse_keytype':
tcl_ovsec_kadm.c:939: `Tcl_DString' undeclared (first use in this function)
tcl_ovsec_kadm.c:939: `str' undeclared (first use in this function)
tcl_ovsec_kadm.c: At top level:
tcl_ovsec_kadm.c:964: parse error before '*' token
tcl_ovsec_kadm.c: In function `unparse_keyblock':
tcl_ovsec_kadm.c:966: `Tcl_DString' undeclared (first use in this function)
tcl_ovsec_kadm.c:966: `str' undeclared (first use in this function)
tcl_ovsec_kadm.c:967: `keytype' undeclared (first use in this function)
tcl_ovsec_kadm.c: At top level:
tcl_ovsec_kadm.c:998: parse error before "clientData"
tcl_ovsec_kadm.c: In function `tcl_ovsec_kadm_init':
tcl_ovsec_kadm.c:1008: `argv' undeclared (first use in this function)
tcl_ovsec_kadm.c:1010: `argc' undeclared (first use in this function)
tcl_ovsec_kadm.c:1015: `interp' undeclared (first use in this function)
tcl_ovsec_kadm.c:1016: `TCL_ERROR' undeclared (first use in this function)
tcl_ovsec_kadm.c:1019: `TCL_OK' undeclared (first use in this function)
tcl_ovsec_kadm.c:1034: `TCL_STATIC' undeclared (first use in this function)
tcl_ovsec_kadm.c:1051: `TCL_LEAVE_ERR_MSG' undeclared (first use in this function)
tcl_ovsec_kadm.c: At top level:
tcl_ovsec_kadm.c:1061: parse error before "clientData"
tcl_ovsec_kadm.c: In function `tcl_ovsec_kadm_destroy':
tcl_ovsec_kadm.c:1067: `argv' undeclared (first use in this function)
tcl_ovsec_kadm.c:1067: `argc' undeclared (first use in this function)
tcl_ovsec_kadm.c:1067: `interp' undeclared (first use in this function)
tcl_ovsec_kadm.c:1067: `TCL_ERROR' undeclared (first use in this function)
tcl_ovsec_kadm.c:1067: `TCL_OK' undeclared (first use in this function)
tcl_ovsec_kadm.c: At top level:
tcl_ovsec_kadm.c:1084: parse error before "clientData"
tcl_ovsec_kadm.c: In function `tcl_ovsec_kadm_create_principal':
tcl_ovsec_kadm.c:1089: `TCL_OK' undeclared (first use in this function)
tcl_ovsec_kadm.c:1098: `argv' undeclared (first use in this function)
tcl_ovsec_kadm.c:1098: `argc' undeclared (first use in this function)
tcl_ovsec_kadm.c:1098: `interp' undeclared (first use in this function)
tcl_ovsec_kadm.c:1098: `TCL_ERROR' undeclared (first use in this function)
tcl_ovsec_kadm.c: At top level:
tcl_ovsec_kadm.c:1153: parse error before "clientData"
tcl_ovsec_kadm.c: In function `tcl_ovsec_kadm_delete_principal':
tcl_ovsec_kadm.c:1162: `argv' undeclared (first use in this function)
tcl_ovsec_kadm.c:1162: `argc' undeclared (first use in this function)
tcl_ovsec_kadm.c:1162: `interp' undeclared (first use in this function)
tcl_ovsec_kadm.c:1162: `TCL_ERROR' undeclared (first use in this function)
tcl_ovsec_kadm.c:1162: `TCL_OK' undeclared (first use in this function)
tcl_ovsec_kadm.c: At top level:
tcl_ovsec_kadm.c:1190: parse error before "clientData"
tcl_ovsec_kadm.c: In function `tcl_ovsec_kadm_modify_principal':
tcl_ovsec_kadm.c:1197: `TCL_OK' undeclared (first use in this function)
tcl_ovsec_kadm.c:1200: `argv' undeclared (first use in this function)
tcl_ovsec_kadm.c:1200: `argc' undeclared (first use in this function)
tcl_ovsec_kadm.c:1200: `interp' undeclared (first use in this function)
tcl_ovsec_kadm.c:1200: `TCL_ERROR' undeclared (first use in this function)
tcl_ovsec_kadm.c: At top level:
tcl_ovsec_kadm.c:1236: parse error before "clientData"
tcl_ovsec_kadm.c: In function `tcl_ovsec_kadm_rename_principal':
tcl_ovsec_kadm.c:1242: `TCL_OK' undeclared (first use in this function)
tcl_ovsec_kadm.c:1244: `argv' undeclared (first use in this function)
tcl_ovsec_kadm.c:1244: `argc' undeclared (first use in this function)
tcl_ovsec_kadm.c:1244: `interp' undeclared (first use in this function)
tcl_ovsec_kadm.c:1244: `TCL_ERROR' undeclared (first use in this function)
tcl_ovsec_kadm.c: At top level:
tcl_ovsec_kadm.c:1276: parse error before "clientData"
tcl_ovsec_kadm.c: In function `tcl_ovsec_kadm_chpass_principal':
tcl_ovsec_kadm.c:1286: `TCL_OK' undeclared (first use in this function)
tcl_ovsec_kadm.c:1289: `argv' undeclared (first use in this function)
tcl_ovsec_kadm.c:1289: `argc' undeclared (first use in this function)
tcl_ovsec_kadm.c:1289: `interp' undeclared (first use in this function)
tcl_ovsec_kadm.c:1289: `TCL_ERROR' undeclared (first use in this function)
tcl_ovsec_kadm.c: At top level:
tcl_ovsec_kadm.c:1333: parse error before "clientData"
tcl_ovsec_kadm.c: In function `tcl_ovsec_kadm_chpass_principal_util':
tcl_ovsec_kadm.c:1347: `TCL_OK' undeclared (first use in this function)
tcl_ovsec_kadm.c:1349: `argv' undeclared (first use in this function)
tcl_ovsec_kadm.c:1349: `argc' undeclared (first use in this function)
tcl_ovsec_kadm.c:1349: `interp' undeclared (first use in this function)
tcl_ovsec_kadm.c:1349: `TCL_ERROR' undeclared (first use in this function)
tcl_ovsec_kadm.c:1392: `TCL_LEAVE_ERR_MSG' undeclared (first use in this function)
tcl_ovsec_kadm.c: At top level:
tcl_ovsec_kadm.c:1419: parse error before "clientData"
tcl_ovsec_kadm.c: In function `tcl_ovsec_kadm_randkey_principal':
tcl_ovsec_kadm.c:1425: `Tcl_DString' undeclared (first use in this function)
tcl_ovsec_kadm.c:1425: `keyblock_dstring' undeclared (first use in this function)
tcl_ovsec_kadm.c:1432: `TCL_OK' undeclared (first use in this function)
tcl_ovsec_kadm.c:1434: `argv' undeclared (first use in this function)
tcl_ovsec_kadm.c:1434: `argc' undeclared (first use in this function)
tcl_ovsec_kadm.c:1434: `interp' undeclared (first use in this function)
tcl_ovsec_kadm.c:1434: `TCL_ERROR' undeclared (first use in this function)
tcl_ovsec_kadm.c:1468: `TCL_LEAVE_ERR_MSG' undeclared (first use in this function)
tcl_ovsec_kadm.c: At top level:
tcl_ovsec_kadm.c:1494: parse error before "clientData"
tcl_ovsec_kadm.c: In function `tcl_ovsec_kadm_get_principal':
tcl_ovsec_kadm.c:1499: `Tcl_DString' undeclared (first use in this function)
tcl_ovsec_kadm.c:1499: `ent_dstring' undeclared (first use in this function)
tcl_ovsec_kadm.c:1505: `TCL_OK' undeclared (first use in this function)
tcl_ovsec_kadm.c:1507: `argv' undeclared (first use in this function)
tcl_ovsec_kadm.c:1507: `argc' undeclared (first use in this function)
tcl_ovsec_kadm.c:1507: `interp' undeclared (first use in this function)
tcl_ovsec_kadm.c:1507: `TCL_ERROR' undeclared (first use in this function)
tcl_ovsec_kadm.c:1532: `Tcl_HashEntry' undeclared (first use in this function)
tcl_ovsec_kadm.c:1532: `entry' undeclared (first use in this function)
tcl_ovsec_kadm.c:1540: `TCL_STRING_KEYS' undeclared (first use in this function)
tcl_ovsec_kadm.c:1552: `TCL_LEAVE_ERR_MSG' undeclared (first use in this function)
tcl_ovsec_kadm.c: At top level:
tcl_ovsec_kadm.c:1597: parse error before "clientData"
tcl_ovsec_kadm.c: In function `tcl_ovsec_kadm_create_policy':
tcl_ovsec_kadm.c:1602: `TCL_OK' undeclared (first use in this function)
tcl_ovsec_kadm.c:1607: `argv' undeclared (first use in this function)
tcl_ovsec_kadm.c:1607: `argc' undeclared (first use in this function)
tcl_ovsec_kadm.c:1607: `interp' undeclared (first use in this function)
tcl_ovsec_kadm.c:1607: `TCL_ERROR' undeclared (first use in this function)
tcl_ovsec_kadm.c: At top level:
tcl_ovsec_kadm.c:1645: parse error before "clientData"
tcl_ovsec_kadm.c: In function `tcl_ovsec_kadm_delete_policy':
tcl_ovsec_kadm.c:1654: `argv' undeclared (first use in this function)
tcl_ovsec_kadm.c:1654: `argc' undeclared (first use in this function)
tcl_ovsec_kadm.c:1654: `interp' undeclared (first use in this function)
tcl_ovsec_kadm.c:1654: `TCL_ERROR' undeclared (first use in this function)
tcl_ovsec_kadm.c:1654: `TCL_OK' undeclared (first use in this function)
tcl_ovsec_kadm.c: At top level:
tcl_ovsec_kadm.c:1675: parse error before "clientData"
tcl_ovsec_kadm.c: In function `tcl_ovsec_kadm_modify_policy':
tcl_ovsec_kadm.c:1682: `TCL_OK' undeclared (first use in this function)
tcl_ovsec_kadm.c:1685: `argv' undeclared (first use in this function)
tcl_ovsec_kadm.c:1685: `argc' undeclared (first use in this function)
tcl_ovsec_kadm.c:1685: `interp' undeclared (first use in this function)
tcl_ovsec_kadm.c:1685: `TCL_ERROR' undeclared (first use in this function)
tcl_ovsec_kadm.c: At top level:
tcl_ovsec_kadm.c:1721: parse error before "clientData"
tcl_ovsec_kadm.c: In function `tcl_ovsec_kadm_get_policy':
tcl_ovsec_kadm.c:1725: `Tcl_DString' undeclared (first use in this function)
tcl_ovsec_kadm.c:1725: `ent_dstring' undeclared (first use in this function)
tcl_ovsec_kadm.c:1730: `TCL_OK' undeclared (first use in this function)
tcl_ovsec_kadm.c:1732: `argv' undeclared (first use in this function)
tcl_ovsec_kadm.c:1732: `argc' undeclared (first use in this function)
tcl_ovsec_kadm.c:1732: `interp' undeclared (first use in this function)
tcl_ovsec_kadm.c:1732: `TCL_ERROR' undeclared (first use in this function)
tcl_ovsec_kadm.c:1751: `Tcl_HashEntry' undeclared (first use in this function)
tcl_ovsec_kadm.c:1751: `entry' undeclared (first use in this function)
tcl_ovsec_kadm.c:1759: `TCL_STRING_KEYS' undeclared (first use in this function)
tcl_ovsec_kadm.c:1771: `TCL_LEAVE_ERR_MSG' undeclared (first use in this function)
tcl_ovsec_kadm.c: At top level:
tcl_ovsec_kadm.c:1816: parse error before "clientData"
tcl_ovsec_kadm.c: In function `tcl_ovsec_kadm_free_principal_ent':
tcl_ovsec_kadm.c:1825: `argv' undeclared (first use in this function)
tcl_ovsec_kadm.c:1825: `argc' undeclared (first use in this function)
tcl_ovsec_kadm.c:1825: `interp' undeclared (first use in this function)
tcl_ovsec_kadm.c:1825: `TCL_ERROR' undeclared (first use in this function)
tcl_ovsec_kadm.c:1825: `TCL_OK' undeclared (first use in this function)
tcl_ovsec_kadm.c:1838: `Tcl_HashEntry' undeclared (first use in this function)
tcl_ovsec_kadm.c:1838: `entry' undeclared (first use in this function)
tcl_ovsec_kadm.c:1850: `TCL_STRING_KEYS' undeclared (first use in this function)
tcl_ovsec_kadm.c: At top level:
tcl_ovsec_kadm.c:1872: parse error before "clientData"
tcl_ovsec_kadm.c: In function `tcl_ovsec_kadm_free_policy_ent':
tcl_ovsec_kadm.c:1881: `argv' undeclared (first use in this function)
tcl_ovsec_kadm.c:1881: `argc' undeclared (first use in this function)
tcl_ovsec_kadm.c:1881: `interp' undeclared (first use in this function)
tcl_ovsec_kadm.c:1881: `TCL_ERROR' undeclared (first use in this function)
tcl_ovsec_kadm.c:1881: `TCL_OK' undeclared (first use in this function)
tcl_ovsec_kadm.c:1894: `Tcl_HashEntry' undeclared (first use in this function)
tcl_ovsec_kadm.c:1894: `entry' undeclared (first use in this function)
tcl_ovsec_kadm.c:1906: `TCL_STRING_KEYS' undeclared (first use in this function)
tcl_ovsec_kadm.c: At top level:
tcl_ovsec_kadm.c:1928: parse error before "clientData"
tcl_ovsec_kadm.c: In function `tcl_ovsec_kadm_get_privs':
tcl_ovsec_kadm.c:1937: `argv' undeclared (first use in this function)
tcl_ovsec_kadm.c:1937: `argc' undeclared (first use in this function)
tcl_ovsec_kadm.c:1937: `interp' undeclared (first use in this function)
tcl_ovsec_kadm.c:1937: `TCL_ERROR' undeclared (first use in this function)
tcl_ovsec_kadm.c:1937: `TCL_OK' undeclared (first use in this function)
tcl_ovsec_kadm.c:1948: `Tcl_DString' undeclared (first use in this function)
tcl_ovsec_kadm.c:1948: `str' undeclared (first use in this function)
tcl_ovsec_kadm.c:1950: `TCL_LEAVE_ERR_MSG' undeclared (first use in this function)
tcl_ovsec_kadm.c:1950: warning: assignment makes pointer from integer without a cast
tcl_ovsec_kadm.c: At top level:
tcl_ovsec_kadm.c:1968: parse error before '*' token
tcl_ovsec_kadm.c: In function `Tcl_ovsec_kadm_init':
tcl_ovsec_kadm.c:1972: `interp' undeclared (first use in this function)
tcl_ovsec_kadm.c:1973: `TCL_GLOBAL_ONLY' undeclared (first use in this function)
make[3]: *** [tcl_ovsec_kadm.o] Error 1
make[3]: Leaving directory `/opt/paragg/krb5/krb5-1.2.6/src/kadmin/testing/util'
make[2]: *** [all-recurse] Error 1
make[2]: Leaving directory `/opt/paragg/krb5/krb5-1.2.6/src/kadmin/testing'
make[1]: *** [all-recurse] Error 1
make[1]: Leaving directory `/opt/paragg/krb5/krb5-1.2.6/src/kadmin'
make: *** [all-recurse] Error 1


Reply via email to