Rick, as I said in a comment, please ignore the fact that the source tree
is stored in MinGW64... folders. I don't use MinGW, it's all historical
reasons for this and I haven't taken the efforts to change anything since I
gave up on MinGW.
Staffan
On Tue, Jul 1, 2014 at 1:43 PM, Rick McGuire <object.r...@gmail.com> wrote:
> We don't support building this with MinGW...if you are having issues,
> you'll need to sort them out yourself.
>
> Rick
>
>
> On Tue, Jul 1, 2014 at 7:15 AM, Staffan Tylen <staffan.ty...@gmail.com>
> wrote:
>
>> Thanks Rick but there are still issues.
>>
>> C:\MinGW64\msys\home\Staffan\ooRexx\ooRexx.4.2.Build32>compile > log.txt
>> CMake Error at CMakeLists.txt:176 (file):
>> file FILE([TO_CMAKE_PATH|TO_NATIVE_PATH] path result) must be called
>> with
>> exactly three arguments.
>>
>>
>> CMake Error at CMakeLists.txt:1661 (file):
>> file FILE([TO_CMAKE_PATH|TO_NATIVE_PATH] path result) must be called
>> with
>> exactly three arguments.
>>
>>
>> CMake Error: Could not open file for write in copy operation
>> C:/MinGW64/msys/home/Staffan/ooRexx/ooRexx.4.2.Build32/NSIS/ooRexx.4.3.0.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: 10264
>> Tipo de nodo: directorio
>> Agendado: normal
>> Autor del ·ltimo cambio: bigrixx
>> Revisi¾n del ·ltimo cambio: 10264
>> Fecha de ·ltimo cambio: 2014-07-01 12:37:03 +0200 (mar 01 de jul de
>> 2014)-x86_32.nsi.tmp
>> CMake Error: : System Error: No such file or directory
>> CMake Error at CMakeLists.txt:1669 (configure_file):
>> configure_file Problem configuring file
>>
>>
>>
>> Microsoft (R) Program Maintenance Utility Version 11.00.60610.1
>> Copyright (C) Microsoft Corporation. All rights reserved.
>>
>> NMAKE : fatal error U1064: MAKEFILE not found and no target specified
>> Stop.
>> CPack Error: Problem running install command: "nmake" "/NOLOGO"
>> "preinstall"
>> Please check
>> C:/MinGW64/msys/home/Staffan/ooRexx/ooRexx.4.2.Build32/_CPack_Packages/win32/NSIS/PreinstallOutput.log
>> for errors
>> CPack Error: Error when generating package: ooRexx
>>
>> If you need the log.txt file as well, let me know.
>>
>> BTW, compile.bat looks like this:
>>
>> @rem cmake -G "NMake Makefiles" -DBUILD_NSIS=0
>> C:\MinGW64\msys\home\Staffan\ooRexx\ooRexx.4.2
>> cmake -G "NMake Makefiles" C:\MinGW64\msys\home\Staffan\ooRexx\ooRexx.4.2
>> nmake
>> cpack ./
>>
>> ooRexx.4.2 is the SVN checkout folder.
>>
>> Staffan
>>
>>
>>
>> On Tue, Jul 1, 2014 at 12:38 PM, Rick McGuire <object.r...@gmail.com>
>> wrote:
>>
>>> I just checked in a fix that does not rely on an environment variable.
>>> Give that version a try.
>>>
>>> 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
>>>
>>>
>>
>>
>> ------------------------------------------------------------------------------
>> 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
>
>
------------------------------------------------------------------------------
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