Due to a hint from Rick in 
<https://sourceforge.net/p/oorexx/feature-requests/743/> about the new
modifier "COUNTER" on loops I wanted to create a 32-bit Windows version for 
ooRexx from
"sandbox/rick/sem" for testing, which unfortunately does not work due to the 
following problem when
running cmake:

    G:\oorexx.tmp\oorexxBuild\sem32.trunk>cmake -G "NMake Makefiles" 
F:\work\svn\oorexx\sandbox\rick\sem
    -- CMake version is 3.12.0-rc3
    -- The C compiler identification is MSVC 19.0.24215.1
    -- The CXX compiler identification is MSVC 19.0.24215.1
    -- Check for working C compiler: E:/Programme/Microsoft Visual Studio 
14.0/VC/bin/cl.exe
    -- Check for working C compiler: E:/Programme/Microsoft Visual Studio 
14.0/VC/bin/cl.exe -- works
    -- Detecting C compiler ABI info
    -- Detecting C compiler ABI info - done
    -- Detecting C compile features
    -- Detecting C compile features - done
    -- Check for working CXX compiler: E:/Programme/Microsoft Visual Studio 
14.0/VC/bin/cl.exe
    -- Check for working CXX compiler: E:/Programme/Microsoft Visual Studio 
14.0/VC/bin/cl.exe -- works
    -- Detecting CXX compiler ABI info
    -- Detecting CXX compiler ABI info - done
    -- Detecting CXX compile features
    -- Detecting CXX compile features - done
    -- Building for a 32-bit architecture
    -- OOREXX_SHEBANG_PROGRAM: "/usr/bin/env rexx" (default)
    -- Found Subversion: C:/Program Files/TortoiseSVN/bin/svn.exe (found 
version "1.10.0")
    -- SVN Revision Number is 11819
    -- Looking for ctype.h
    -- Looking for ctype.h - found
    -- Looking for float.h
    -- Looking for float.h - found
    -- Looking for limits.h
    -- Looking for limits.h - found
    -- Looking for locale.h
    -- Looking for locale.h - found
    -- Looking for malloc.h
    -- Looking for malloc.h - found
    -- Looking for memory.h
    -- Looking for memory.h - found
    -- Looking for memset
    -- Looking for memset - found
    -- Looking for nsleep
    -- Looking for nsleep - not found
    -- Looking for setlocale
    -- Looking for setlocale - found
    -- Looking for signal.h
    -- Looking for signal.h - found
    -- Looking for stdarg.h
    -- Looking for stdarg.h - found
    -- Looking for stddef.h
    -- Looking for stddef.h - found
    -- Looking for stdio.h
    -- Looking for stdio.h - found
    -- Looking for stdlib.h
    -- Looking for stdlib.h - found
    -- Looking for string.h
    -- Looking for string.h - found
    -- Looking for time.h
    -- Looking for time.h - found
    -- Looking for vprintf
    -- Looking for vprintf - not found
    -- Looking for fcntl.h
    -- Looking for fcntl.h - found
    -- Looking for nanosleep
    -- Looking for nanosleep - not found
    -- Looking for inttypes.h
    -- Looking for inttypes.h - found
    -- Looking for stdint.h
    -- Looking for stdint.h - found
    -- Configuring done
    *CMake Error at CMakeLists.txt:920 (add_library):****Cannot find source 
file:******interpreter/classes/EventSemaphore.cpp******Tried extensions .c .C 
.c++ .cc .cpp .cxx .cu .m .M .mm .h .hh .h++ .hm****.hpp .hxx .in .txx***

    CMake Error at CMakeLists.txt:920 (add_library):
      No SOURCES given to target: rexx


    -- Build files have been written to: G:/oorexx.tmp/oorexxBuild/sem32.trunk
    G:\oorexx.tmp\oorexxBuild\sem32.trunk>

It seems that EventSemaphore.cpp is not checked in.

---rony


_______________________________________________
Oorexx-devel mailing list
Oorexx-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oorexx-devel

Reply via email to