hi, I'm getting the following when trying to compile samba 3.0.2
Compiling libsmb/clikrb5.c
libsmb/clikrb5.c: In function `krb5_locate_kdc':
libsmb/clikrb5.c:188: error: `krb5_krbhst_handle' undeclared (first use in this function)
libsmb/clikrb5.c:188: error: (Each undeclared identifier is reported only once
libsmb/clikrb5.c:188: error: for each function it appears in.)
libsmb/clikrb5.c:188: error: parse error before "hnd"
libsmb/clikrb5.c:189: error: `krb5_krbhst_info' undeclared (first use in this function)
libsmb/clikrb5.c:189: error: `hinfo' undeclared (first use in this function)
libsmb/clikrb5.c:197: error: `KRB5_KRBHST_KDC' undeclared (first use in this function)
libsmb/clikrb5.c:197: error: `hnd' undeclared (first use in this function)
make: *** [libsmb/clikrb5.o] Error 1
I'm assuming it's because I'm using the wrong compiler. Can someone help get it to use the right one?

Thanks