Hi Pete,
I just checked in a fix for the breakages..
Let me know if there are any more issues...
thanks,
Murali
>
> I get this:
>
> ../pvfs2/src/common/misc/digest.c: In function 'digest':
> ../pvfs2/src/common/misc/digest.c:134: warning: passing argument 3
> of 'EVP_DigestFinal_ex' from incompatible pointer type
>
> You're feeding it a pointer to a size_t, but my system-installed
> prototype is unsigned int.  On x86_64, size_t is unsigned long.
>
> Similarly in test/posix/sha1.c.
>
> Also test/posix/getdents.c does not compile due to missing
> definition of struct stat64_lite.  Any way to disable compilation
> if my system doesn't know these things?
>
> Thought I'd leave it up to you to figure out what's best here.
>
>               -- Pete
>
>
_______________________________________________
Pvfs2-developers mailing list
[email protected]
http://www.beowulf-underground.org/mailman/listinfo/pvfs2-developers

Reply via email to