On Sat, Sep 6, 2008 at 2:23 AM, Gémes Géza <[EMAIL PROTECTED]> wrote: > Derrick Brashear írta: >> On Fri, Sep 5, 2008 at 3:35 PM, Gémes Géza <[EMAIL PROTECTED]> wrote: >> >>> Hi, sorry for cross posting, but it seems to be an interoperability problem. >>> >>> I've modified the afs/afs.h and afs/com_err.h header files to include >>> "afs/param.h", >>> >> >> Not helpful. Undo it and modify *the thing including afs.h or >> com_err.h* to include afs/param.h. >> _______________________________________________ >> OpenAFS-info mailing list >> [email protected] >> https://lists.openafs.org/mailman/listinfo/openafs-info >> > I' ve tried it now, but it doesn't help either, the build still fails at > Compiling auth/pass_check.c > as previously, but in this case the configure warning is the same as > originaly
configure presumably tests whether com_err.h is useful by including it directly, and not first including afs/param.h; you should be able to fix e.g. configure.in and then have configure regenerated (run autoconf) and have it work right too. Derrick _______________________________________________ OpenAFS-info mailing list [email protected] https://lists.openafs.org/mailman/listinfo/openafs-info
