This is Samba3.0.2a ./configure is working correctly and i am getting this compile error when i try and run make
/usr/include/gssapi.h:383:1: warning: this is the location of the previous definition In file included from include/includes.h:425, from dynconfig.c:21: /usr/local/include/gssapi/gssapi.h:322:1: warning: "GSS_S_NO_CRED" redefined In file included from include/includes.h:421, from dynconfig.c:21: /usr/include/gssapi.h:385:1: warning: this is the location of the previous definition In file included from include/includes.h:425, from dynconfig.c:21: /usr/local/include/gssapi/gssapi.h:323:1: warning: "GSS_S_NO_CONTEXT" redefined In file included from include/includes.h:421, from dynconfig.c:21: /usr/include/gssapi.h:386:1: warning: this is the location of the previous definition In file included from include/includes.h:425, from dynconfig.c:21: /usr/local/include/gssapi/gssapi.h:324:1: warning: "GSS_S_DEFECTIVE_TOKEN" redefined In file included from include/includes.h:421, from dynconfig.c:21: /usr/include/gssapi.h:387:1: warning: this is the location of the previous definition In file included from include/includes.h:425, from dynconfig.c:21: /usr/local/include/gssapi/gssapi.h:325:1: warning: "GSS_S_DEFECTIVE_CREDENTIAL" redefined In file included from include/includes.h:421, from dynconfig.c:21: /usr/include/gssapi.h:388:1: warning: this is the location of the previous definition In file included from include/includes.h:425, from dynconfig.c:21: /usr/local/include/gssapi/gssapi.h:327:1: warning: "GSS_S_CREDENTIALS_EXPIRED" redefined In file included from include/includes.h:421, from dynconfig.c:21: /usr/include/gssapi.h:389:1: warning: this is the location of the previous definition In file included from include/includes.h:425, from dynconfig.c:21: /usr/local/include/gssapi/gssapi.h:329:1: warning: "GSS_S_CONTEXT_EXPIRED" redefined In file included from include/includes.h:421, from dynconfig.c:21: /usr/include/gssapi.h:390:1: warning: this is the location of the previous definition In file included from include/includes.h:425, from dynconfig.c:21: /usr/local/include/gssapi/gssapi.h:331:1: warning: "GSS_S_FAILURE" redefined In file included from include/includes.h:421, from dynconfig.c:21: /usr/include/gssapi.h:391:1: warning: this is the location of the previous definition In file included from include/includes.h:425, from dynconfig.c:21: /usr/local/include/gssapi/gssapi.h:332:1: warning: "GSS_S_BAD_QOP" redefined In file included from include/includes.h:421, from dynconfig.c:21: /usr/include/gssapi.h:392:1: warning: this is the location of the previous definition In file included from include/includes.h:425, from dynconfig.c:21: /usr/local/include/gssapi/gssapi.h:333:1: warning: "GSS_S_UNAUTHORIZED" redefined In file included from include/includes.h:421, from dynconfig.c:21: /usr/include/gssapi.h:393:1: warning: this is the location of the previous definition In file included from include/includes.h:425, from dynconfig.c:21: /usr/local/include/gssapi/gssapi.h:334:1: warning: "GSS_S_UNAVAILABLE" redefined In file included from include/includes.h:421, from dynconfig.c:21: /usr/include/gssapi.h:394:1: warning: this is the location of the previous definition In file included from include/includes.h:425, from dynconfig.c:21: /usr/local/include/gssapi/gssapi.h:335:1: warning: "GSS_S_DUPLICATE_ELEMENT" redefined In file included from include/includes.h:421, from dynconfig.c:21: /usr/include/gssapi.h:395:1: warning: this is the location of the previous definition In file included from include/includes.h:425, from dynconfig.c:21: /usr/local/include/gssapi/gssapi.h:337:1: warning: "GSS_S_NAME_NOT_MN" redefined In file included from include/includes.h:421, from dynconfig.c:21: /usr/include/gssapi.h:396:1: warning: this is the location of the previous definition In file included from include/includes.h:425, from dynconfig.c:21: /usr/local/include/gssapi/gssapi.h:343:1: warning: "GSS_S_CONTINUE_NEEDED" redefined In file included from include/includes.h:421, from dynconfig.c:21: /usr/include/gssapi.h:401:1: warning: this is the location of the previous definition In file included from include/includes.h:425, from dynconfig.c:21: /usr/local/include/gssapi/gssapi.h:344:1: warning: "GSS_S_DUPLICATE_TOKEN" redefined In file included from include/includes.h:421, from dynconfig.c:21: /usr/include/gssapi.h:402:1: warning: this is the location of the previous definition In file included from include/includes.h:425, from dynconfig.c:21: /usr/local/include/gssapi/gssapi.h:345:1: warning: "GSS_S_OLD_TOKEN" redefined In file included from include/includes.h:421, from dynconfig.c:21: /usr/include/gssapi.h:403:1: warning: this is the location of the previous definition In file included from include/includes.h:425, from dynconfig.c:21: /usr/local/include/gssapi/gssapi.h:346:1: warning: "GSS_S_UNSEQ_TOKEN" redefined In file included from include/includes.h:421, from dynconfig.c:21: /usr/include/gssapi.h:404:1: warning: this is the location of the previous definition In file included from include/includes.h:425, from dynconfig.c:21: /usr/local/include/gssapi/gssapi.h:347:1: warning: "GSS_S_GAP_TOKEN" redefined In file included from include/includes.h:421, from dynconfig.c:21: /usr/include/gssapi.h:405:1: warning: this is the location of the previous definition /usr/local/include/gssapi/gssapi.h:469: error: conflicting types for `gss_acquire_cred' /usr/include/gssapi.h:466: error: previous declaration of `gss_acquire_cred' /usr/local/include/gssapi/gssapi.h:474: error: conflicting types for `gss_release_cred' /usr/include/gssapi.h:471: error: previous declaration of `gss_release_cred' /usr/local/include/gssapi/gssapi.h:490: error: conflicting types for `gss_init_sec_context' /usr/include/gssapi.h:487: error: previous declaration of `gss_init_sec_context' /usr/local/include/gssapi/gssapi.h:504: error: conflicting types for `gss_accept_sec_context' /usr/include/gssapi.h:501: error: previous declaration of `gss_accept_sec_context' /usr/local/include/gssapi/gssapi.h:510: error: conflicting types for `gss_process_context_token' /usr/include/gssapi.h:507: error: previous declaration of `gss_process_context_token' /usr/local/include/gssapi/gssapi.h:516: error: conflicting types for `gss_delete_sec_context' /usr/include/gssapi.h:513: error: previous declaration of `gss_delete_sec_context' /usr/local/include/gssapi/gssapi.h:522: error: conflicting types for `gss_context_time' /usr/include/gssapi.h:519: error: previous declaration of `gss_context_time' /usr/local/include/gssapi/gssapi.h:531: error: conflicting types for `gss_get_mic' /usr/include/gssapi.h:527: error: previous declaration of `gss_get_mic' /usr/local/include/gssapi/gssapi.h:540: error: conflicting types for `gss_verify_mic' /usr/include/gssapi.h:535: error: previous declaration of `gss_verify_mic' /usr/local/include/gssapi/gssapi.h:551: error: conflicting types for `gss_wrap' /usr/include/gssapi.h:545: error: previous declaration of `gss_wrap' /usr/local/include/gssapi/gssapi.h:561: error: conflicting types for `gss_unwrap' /usr/include/gssapi.h:554: error: previous declaration of `gss_unwrap' /usr/local/include/gssapi/gssapi.h:582: error: conflicting types for `gss_compare_name' /usr/include/gssapi.h:575: error: previous declaration of `gss_compare_name' /usr/local/include/gssapi/gssapi.h:589: error: conflicting types for `gss_display_name' /usr/include/gssapi.h:582: error: previous declaration of `gss_display_name' /usr/local/include/gssapi/gssapi.h:596: error: conflicting types for `gss_import_name' /usr/include/gssapi.h:589: error: previous declaration of `gss_import_name' /usr/local/include/gssapi/gssapi.h:601: error: conflicting types for `gss_release_name' /usr/include/gssapi.h:600: error: previous declaration of `gss_release_name' /usr/local/include/gssapi/gssapi.h:620: error: conflicting types for `gss_inquire_cred' /usr/include/gssapi.h:619: error: previous declaration of `gss_inquire_cred' /usr/local/include/gssapi/gssapi.h:633: error: conflicting types for `gss_inquire_context' /usr/include/gssapi.h:631: error: previous declaration of `gss_inquire_context' /usr/local/include/gssapi/gssapi.h:643: error: conflicting types for `gss_wrap_size_limit' /usr/include/gssapi.h:640: error: previous declaration of `gss_wrap_size_limit' /usr/local/include/gssapi/gssapi.h:674: error: conflicting types for `gss_add_cred' /usr/include/gssapi.h:654: error: previous declaration of `gss_add_cred' /usr/local/include/gssapi/gssapi.h:685: error: conflicting types for `gss_inquire_cred_by_mech' /usr/include/gssapi.h:664: error: previous declaration of `gss_inquire_cred_by_mech' /usr/local/include/gssapi/gssapi.h:692: error: conflicting types for `gss_export_sec_context' /usr/include/gssapi.h:670: error: previous declaration of `gss_export_sec_context' /usr/local/include/gssapi/gssapi.h:699: error: conflicting types for `gss_import_sec_context' /usr/include/gssapi.h:676: error: previous declaration of `gss_import_sec_context' /usr/local/include/gssapi/gssapi.h:762: error: conflicting types for `gss_sign' /usr/include/gssapi.h:738: error: previous declaration of `gss_sign' /usr/local/include/gssapi/gssapi.h:770: error: conflicting types for `gss_verify' /usr/include/gssapi.h:746: error: previous declaration of `gss_verify' /usr/local/include/gssapi/gssapi.h:780: error: conflicting types for `gss_seal' /usr/include/gssapi.h:756: error: previous declaration of `gss_seal' /usr/local/include/gssapi/gssapi.h:789: error: conflicting types for `gss_unseal' /usr/include/gssapi.h:765: error: previous declaration of `gss_unseal' /usr/local/include/gssapi/gssapi.h:796: error: conflicting types for `gss_export_name' /usr/include/gssapi.h:595: error: previous declaration of `gss_export_name' /usr/local/include/gssapi/gssapi.h:803: error: conflicting types for `gss_duplicate_name' /usr/include/gssapi.h:719: error: previous declaration of `gss_duplicate_name' /usr/local/include/gssapi/gssapi.h:811: error: conflicting types for `gss_canonicalize_name' /usr/include/gssapi.h:713: error: previous declaration of `gss_canonicalize_name' *** Error code 1 has anyone else seen or delt with this my configure command was ./configure --with-acl-support --with-ads any help would be greatly appreciated. _______________________________________________ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"