Yesterday I updated rexxutil to remove all the new functions I had added
recently. So the xattr stuff is no longer in rexxutil.
Instead, I will be creating a new function library for *nix systems for
use by ooRexx. It will be included in the ooRexx *nix distributions
sometime in the future (4.1
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hi there,
by coincidence I noticed that the ooRexx build unconditionally requires
xattr.h to be present if building on unix-like machines. I didn't have
that installed, thus the build failed.
Here is a small patch to resolve the issue, I just want to