Re: [Oorexx-devel] Welcome to the Haiku shell.

2019-01-15 Thread Jason Martin
I will try that. Just my first few tries. On 01/15/19 12:37 PM, Enrico Sorichetti via Oorexx-devel wrote: For a cleaner stat64 and friends handling I would consider trying Like has been done for apple , something along the lines of #if defined(__APPLE__) || defined(__HAIKU__) # define lseek64

Re: [Oorexx-devel] Welcome to the Haiku shell.

2019-01-15 Thread Enrico Sorichetti via Oorexx-devel
For a cleaner stat64 and friends handling I would consider trying Like has been done for apple , something along the lines of #if defined(__APPLE__) || defined(__HAIKU__) # define lseek64 lseek # define open64 open // avoid warning: '(f)stat64' is deprecated: first deprecated in macOS 10.6 #

Re: [Oorexx-devel] Welcome to the Haiku shell.

2019-01-15 Thread Jason Martin
By the way, NetRexx is also running here. ___ Oorexx-devel mailing list Oorexx-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/oorexx-devel

Re: [Oorexx-devel] Welcome to the Haiku shell.

2019-01-15 Thread Jason Martin
Starting patch for anyone who wants to fool around with it. https://github.com/agrellum/NetRexx-Samples/blob/master/haiku-oorexx.patch ___ Oorexx-devel mailing list Oorexx-devel@lists.sourceforge.net

Re: [Oorexx-devel] Welcome to the Haiku shell.

2019-01-15 Thread Jason Martin
Still working on the CMakeLists patch ___ Oorexx-devel mailing list Oorexx-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/oorexx-devel

Re: [Oorexx-devel] Welcome to the Haiku shell.

2019-01-15 Thread Jason Martin
I am running on hardware. 2009 HP G60 laptop, amd64, 3 gigs (Everything works) I was running in Virtual Box on OpenIndiana ___ Oorexx-devel mailing list Oorexx-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/oorexx-devel

Re: [Oorexx-devel] Welcome to the Haiku shell.

2019-01-15 Thread René Jansen
Hi Jason, great work, as ever. To save us some googling: does it run in qemu, Virtual Box? Does it have a docker image? Can you set up (maybe in cooperation) a CMakeLists patch? best regards, René. > On 15 Jan 2019, at 11:44, Jason Martin wrote: > > ~> rexx -v > Open Object Rexx Version

[Oorexx-devel] Welcome to the Haiku shell.

2019-01-15 Thread Jason Martin
~> rexx -v Open Object Rexx Version 5.0.0 r11668 Build date: Jan 15 2019 Addressing mode: 64 Copyright (c) 1995, 2004 IBM Corporation. All rights reserved. Copyright (c) 2005-2019 Rexx Language Association. All rights reserved. This program and the accompanying materials are made available under