When building Samba with ADS support (heimdal-0.6.3,openldap-2.2.17), I get this error: Compiling libsmb/clikrb5.c (...) libsmb/clikrb5.c: In function `krb5_locate_kdc': libsmb/clikrb5.c:225: dereferencing pointer to incomplete type libsmb/clikrb5.c:226: dereferencing pointer to incomplete type libsmb/clikrb5.c: In function `krb5_princ_component': libsmb/clikrb5.c:470: warning: assignment discards qualifiers from pointer target type make: *** [libsmb/clikrb5.o] Error 1
Created attachment 829 [details] Including roken.h in the beginning of clikrb5.c fixes the problem
BTW, it works for me...