[Oorexx-devel] Wha

2018-09-16 Thread P.O. Jonsson
What is the "right" place for installing ooRexx on a Mac? With the risk of being flamed I ask the question: where should the official installer go on a Mac? I have created a „BSD Centric“ installer/uninstaller for /usr/local but there seems to be many opinions so better get it all out in the op

Re: [Oorexx-devel] Current state ad memory enhancements, state of ooRexx 5.0 beta?

2018-09-16 Thread P.O. Jonsson
Dear all, I will create a new thread for this discussion, ok? Hälsningar/Regards/Grüsse, P.O. Jonsson oor...@jonases.se > Am 16.09.2018 um 18:37 schrieb Enrico Sorichetti via Oorexx-devel > : > > Hello Rony, P.O > > Why not consider Apple OS as a member of the *ix/*BSD family > and install

Re: [Oorexx-devel] Current state ad memory enhancements, state of ooRexx 5.0 beta?

2018-09-16 Thread Enrico Sorichetti via Oorexx-devel
Hello Rony, P.O Why not consider Apple OS as a member of the *ix/*BSD family and install as it was done once into /opt/oorexx ? after all even SUSE - IIRC - suggest to install USER things in /opt I am against installing into /usr/local , too many are using homebrew and You all know how it clobbe

Re: [Oorexx-devel] Current state ad memory enhancements, state of ooRexx 5.0 beta?

2018-09-16 Thread Rony G. Flatscher
Dear P.O.: On 16.09.2018 18:01, P.O. Jonsson wrote: > This may be the explanation. Indeed „my“ installation now goes into > /usr/local/ > > With the information from Enrico, I have also managed to create a pkg > installer using pkgbuild > that can install to /usr/local so in principle this step

Re: [Oorexx-devel] Current state ad memory enhancements, state of ooRexx 5.0 beta?

2018-09-16 Thread P.O. Jonsson
Dear Rony, This may be the explanation. Indeed „my“ installation now goes into /usr/local/ With the information from Enrico, I have also managed to create a pkg installer using pkgbuild that can install to /usr/local so in principle this step could be added to the build process. There are a nu

Re: [Oorexx-devel] Current state ad memory enhancements, state of ooRexx 5.0 beta?

2018-09-16 Thread Rick McGuire
On Sun, Sep 16, 2018 at 11:33 AM Rony G. Flatscher wrote: > > On 15.09.2018 15:14, Rick McGuire wrote: > > On Fri, Sep 14, 2018 at 9:48 AM Rony G. Flatscher > wrote: > >> Two quick questions: >> >>- what is the current state of the ooRexx interpreter in the trunk: >>does it have all the

Re: [Oorexx-devel] Current state ad memory enhancements, state of ooRexx 5.0 beta?

2018-09-16 Thread Rony G. Flatscher
On 15.09.2018 15:14, Rick McGuire wrote: > On Fri, Sep 14, 2018 at 9:48 AM Rony G. Flatscher > wrote: > > Two quick questions: > > * what is the current state of the ooRexx interpreter in the trunk: > does it have all the > garbage collection enh

Re: [Oorexx-devel] Current state ad memory enhancements, state of ooRexx 5.0 beta?

2018-09-16 Thread Rony G. Flatscher
On 16.09.2018 11:30, P.O. Jonsson wrote: ... cut ... > Regarding the performance I think that would need to be treated in another > thread. I have created > a LOT of various builds, also comparing with builds from bsf4ooRexx. I have > had different builds > from the same build date testeds where

Re: [Oorexx-devel] Current state ad memory enhancements, state of ooRexx 5.0 beta?

2018-09-16 Thread P.O. Jonsson
Hello again Enrico, I also use a tweaked CMakelists.txt but there are no fundamental differences. I have always assumed that I needed to control the pkg build from CMake, I understood pkgbuild to need files created by CMake. Now when I have read your mail there seems indeed to be a way forward.

Re: [Oorexx-devel] Current state ad memory enhancements, state of ooRexx 5.0 beta?

2018-09-16 Thread Enrico Sorichetti via Oorexx-devel
Hello P.OI am using a slightly modified CMakeLists find attached the diffs the command line used is ( naturally after having created the build directory at the same level of oorexx.alt )cmake ../oorexx.alt -DCMAKE_INSTALL_PREFIX=/opt/oorexx -DCMAKE_BUILD_TYPE=Releasebut I am considering to build us

Re: [Oorexx-devel] Current state ad memory enhancements, state of ooRexx 5.0 beta?

2018-09-16 Thread P.O. Jonsson
Dear Enrico, can you please share with me your CMake command line? It would help me a lot. I use your CMakeLists.txt so I should be able to reproduce what you did. Von meinen Macbook gesendet Hälsningar/Regards/Grüsse, P.O. Jonsson oor...@jonases.se > Am 15.09.2018 um 23:28 schrieb Enrico So