Hello, I just tried to compile ooRexx trunk on AIX There is one small problem in common/platform/unix/SysFile.cpp which I just fixed (not yet committed).
And there are other problems in extensions/rexxutil/platform/unix/rexxutil.cpp: * AIX dos not have #include <sys/syscall.h> -> I have to teach configure to handle this * SysGettid is not working because AIX does not have syscall(SYS_gettid); -> I will look for an replacement Q: Is this function supposed to get the current thread id ? * SysEuidaccess is not working because AIX does not have euidaccess -> I do have currently no idea how to fix this Bye Rainer ------------------------------------------------------------------------------ _______________________________________________ Oorexx-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/oorexx-devel
