[OpenAFS-devel] Re: AFS & IA-64?

chas williams chas@cmf.nrl.navy.mil
Thu, 14 Mar 2002 10:35:10 -0500


>There are lots of warnings from the type
>warning: passing arg 2 of `makecontext' from incompatible pointer
>type
>warning: cast from pointer to integer of different size

yeah stuff like that is bad.  you need to include some .h files somewhere.
i see others that will give you grief:

assert.c: In function `AssertionFailed':
assert.c:36: warning: passing arg 2 of `strcpy' makes pointer from integer without a cast

>The flag AFS_64BITPOINTER_ENV is set to 1 in param.ia64_linux24.h. So in
>principle the build process should be aware that it runs on a 64 bit
>machine?

the ia64 seems to be somewhat sensitive about mixing int and pointer types.