Probably a combination of our cmake file and the tools you are using to
compile. The error was a coding problem in the CMake file, which I just
checked in a fix for. However, this will not fix the real problem, which I
suspect is a difference in how the full visual studio and whatever version
you are using set environment variables. The CMake file is looking for an
environment variable named PLATFORM to determine if you are building the
32-bit or 64-bit version. You can fix this problem by setting this
environment variable to either "x64" or "x32", but you might want to issue
a SET command to see if your version is setting this to a variable of a
different name. If I know what to expect differently, I can probably fix
the cmake file to adjust to the differences,
Rick
On Tue, Jul 1, 2014 at 5:42 AM, Staffan Tylen <staffan.ty...@gmail.com>
wrote:
> I've just made a first attempt to compile the ooRexx.4.2 source tree using
> the new Cmake function and the commands exactly as documented for Windows,
> but I end up with the following messages (ignore the fact that my files are
> stored in a MinGW64\msys folder tree, that's historical):
>
> -- The C compiler identification is MSVC 17.0.60610.1
> -- The CXX compiler identification is MSVC 17.0.60610.1
> -- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual
> Studio 11.0/VC/bin/cl.exe
> -- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual
> Studio 11.0/VC/bin/cl.exe -- works
> -- Detecting C compiler ABI info
> -- Detecting C compiler ABI info - done
> -- Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual
> Studio 11.0/VC/bin/cl.exe
> -- Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual
> Studio 11.0/VC/bin/cl.exe -- works
> -- Detecting CXX compiler ABI info
> -- Detecting CXX compiler ABI info - done
> -- SVN Revision Number is Ruta:
> C:\MinGW64\msys\home\Staffan\ooRexx\ooRexx.4.2
> Working Copy Root Path: C:\MinGW64\msys\home\Staffan\ooRexx\ooRexx.4.2
> URL: http://svn.code.sf.net/p/oorexx/code-0/main/trunk
> Relative URL: ^/main/trunk
> RaÝz del repositorio: http://svn.code.sf.net/p/oorexx/code-0
> UUID del repositorio: 0b6cbdbe-3aab-466e-b73a-abd511dda0a2
> Revisi¾n: 10260
> Tipo de nodo: directorio
> Agendado: normal
> Autor del ·ltimo cambio: bigrixx
> Revisi¾n del ·ltimo cambio: 10256
> Fecha de ·ltimo cambio: 2014-06-29 18:28:02 +0200 (dom 29 de jun de 2014)
> CMake Error at CMakeLists.txt:165 (file):
> file FILE([TO_CMAKE_PATH|TO_NATIVE_PATH] path result) must be called with
> exactly three arguments.
>
>
> CMake Error at CMakeLists.txt:218 (if):
> if given arguments:
>
> "STREQUAL" "X64"
>
> Unknown arguments specified
>
>
> -- Configuring incomplete, errors occurred!
>
> Is this a problem with ooRexx or Cmake?
>
> Regards,
> Staffan
>
>
>
> ------------------------------------------------------------------------------
> Open source business process management suite built on Java and Eclipse
> Turn processes into business applications with Bonita BPM Community Edition
> Quickly connect people, data, and systems into organized workflows
> Winner of BOSSIE, CODIE, OW2 and Gartner awards
> http://p.sf.net/sfu/Bonitasoft
> _______________________________________________
> Oorexx-users mailing list
> Oorexx-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/oorexx-users
>
>
------------------------------------------------------------------------------
Open source business process management suite built on Java and Eclipse
Turn processes into business applications with Bonita BPM Community Edition
Quickly connect people, data, and systems into organized workflows
Winner of BOSSIE, CODIE, OW2 and Gartner awards
http://p.sf.net/sfu/Bonitasoft
_______________________________________________
Oorexx-users mailing list
Oorexx-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oorexx-users