>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.
_______________________________________________
OpenAFS-devel mailing list
[EMAIL PROTECTED]
https://lists.openafs.org/mailman/listinfo/openafs-devel

Reply via email to