Re: [Oorexx-devel] Missing "interpreter/classes/EventSemaphore.cpp" when building from "sandbox\rick\sem"

2019-03-06 Thread Rony G. Flatscher
On 05.03.2019 20:45, Rick McGuire wrote: > Sorry, forgot to add those files to svn so the commits never picked them up. > They are there now. Thank you! Cannot compile it successfully for 32-bit with MSC, here the relevant info that also includes some warnings that seem to be new: ...

Re: [Oorexx-devel] Missing "interpreter/classes/EventSemaphore.cpp" when building from "sandbox\rick\sem"

2019-03-06 Thread Rony G. Flatscher
Did a svn "update", here the result (warnings are gone, but still the error while building "SysFileSystem" on 32-bit Windows: F:\work\svn\oorexx>svn update Updating '.': Usandbox\rick\sem\interpreter\instructions\DoBlock.cpp Updated to revision 11824. F:\work\svn\oorexx>

Re: [Oorexx-devel] Missing "interpreter/classes/EventSemaphore.cpp" when building from "sandbox\rick\sem"

2019-03-06 Thread Rony G. Flatscher
Did another update (to 11825) and now it builds successfully on 32-bit Windows with MSC! Here the few warnings in case they occur on 32-bit only: [ 59%] Building CXX object CMakeFiles/rexx.dir/interpreter/runtime/RexxUtilCommon.cpp.obj RexxUtilCommon.cpp

[Oorexx-devel] An example of the new counter modifier on loops ...

2019-03-06 Thread Rony G. Flatscher
The 32-bit Windows "sandbox/rick/sem" version of ooRexx can be temporarily found here: . To illustrate how the new COUNTER subkeyword/counter works here a little program first: -- rgf, 2019-03-06 -- cf.