On 18.01.2017 18:27, CVBruce wrote:
> The only big stumbling block was having the correct version of cmake. 
Using cmake 3.7.1 from macports, seemed to have worked!

Still, have to experiment a little bit, also wondering about binaries and 
libraries being in the
same directory. Intend to split and link them to /usr/local.

Also, probably using "~/Framework" instead of "~/Application" should be 
discussed as Framework in
the Apple world is meant for dynamic libraries and header files, eventually 
installing it to
"/Library/Framework/ooRexx.framework" (which also would allow for having 
multiple versions of ooRexx
installed in parallel where the one symbolically linked to
/Library/Framework/ooRexx.framework/Versions/Current would be the current 
version to be used).  This
might imply a structure like:

    /Library/Frameworks/ooRexx.framework/Versions/ooRexx-5.0.0/...
        .../Commands
        .../Headers
        .../Libraries
        .../Shared

and then Linking "ooRexx-5.0.0" to "Current".

Probably it is still needed to symbolically link all files in .../Commands to 
/usr/local/bin, and
those in .../Libraries to /usr/local/lib.

---rony

>
>> On Jan 18, 2017, at 9:18 AM, Rony G. Flatscher <[email protected]> 
>> wrote:
>>
>> OK, found the compile instructions in 
>> "oorexx/main/trunk/CMake-build-readme.txt".
>>
>> ---rny
>>
>>> On 18.01.2017 15:31, Rony G. Flatscher wrote:
>>> Does anyone know of a MacOSX build of ooRexx 5.0.0 (beta) and where to 
>>> download it?
>>>
>>> If not, where can one get the build directions for 5.0.0 on MacOSX?
>>>
>>> TIA,
>>>
>>> ---rony

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
_______________________________________________
Oorexx-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/oorexx-devel

Reply via email to