Re: [Oorexx-devel] xattr issue

2010-05-11 Thread David Ashley
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

[Oorexx-devel] xattr issue

2010-05-11 Thread Moritz Hoffmann
-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