[OpenAFS] Re: Build samba 3.2.2 with openafs 1.4.7

Derrick Brashear shadow@gmail.com
Sat, 6 Sep 2008 07:28:33 -0400


On Sat, Sep 6, 2008 at 2:23 AM, G=E9mes G=E9za <geza@kzsdabas.hu> wrote:
> Derrick Brashear =EDrta:
>> On Fri, Sep 5, 2008 at 3:35 PM, G=E9mes G=E9za <geza@kzsdabas.hu> wrote:
>>
>>> Hi, sorry for cross posting, but it seems to be an interoperability pro=
blem.
>>>
>>> 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
>> OpenAFS-info@openafs.org
>> 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