Every time I try this new Cmake procedure I clean out everything from the
build directory except for my compile.bat file, so it is always empty when
I start. Looking now I don't find any flags.make file in the rexxapi.dir
directory.

Staffan



On Tue, Jul 1, 2014 at 5:16 PM, Rick McGuire <object.r...@gmail.com> wrote:

> Hmmm, it looks like the generator has generated an incorrect make file.
>  This
>
> CMakeFiles\rexxapi.dir\flags.make(9) : fatal error U1033: syntax error :
> ':' unexpected
>
> is indicating there is a syntax error on line 9 of the file
> CMakeFiles\rexxapi.dir\flags.make.  Checking that file
> might sort things out.  Did you reissue the cmake command from scratch
> when you changed the directory structure?
>
> Rick
>
>
> On Tue, Jul 1, 2014 at 11:06 AM, Staffan Tylen <staffan.ty...@gmail.com>
> wrote:
>
>> Thanks Rick, it's getting closer. I've now changed my directory structure
>> to remove the confusion around MinGW and I get the following messages
>> during nmake:
>>
>> D:\ooRexx\ooRexx.4.2.Build32>nmake
>>
>> Microsoft (R) Program Maintenance Utility Version 11.00.60610.1
>> Copyright (C) Microsoft Corporation.  All rights reserved.
>>
>> Scanning dependencies of target class_files
>> [  1%] Generating bin/rxregexp.cls
>> [  1%] Generating bin/rxftp.cls
>> [  1%] Generating bin/csvStream.cls
>> [  2%] Generating bin/socket.cls
>> [  2%] Generating bin/streamsocket.cls
>> [  2%] Generating bin/mime.cls
>> [  3%] Generating bin/smtp.cls
>> [  3%] Generating bin/rexxtry.rex
>> [  3%] Built target class_files
>> Scanning dependencies of target kill_rexxapi
>> [  3%] Killing rxapi daemon...
>> [  3%] Built target kill_rexxapi
>> CMakeFiles\rexxapi.dir\flags.make(9) : fatal error U1033: syntax error :
>> ':' unexpected
>> Stop.
>> NMAKE : fatal error U1077: '"C:\Program Files (x86)\Microsoft Visual
>> Studio 11.0\VC\BIN\nmake.exe"' : return code '0x2'
>> Stop.
>> NMAKE : fatal error U1077: '"C:\Program Files (x86)\Microsoft Visual
>> Studio 11.0\VC\BIN\nmake.exe"' : return code '0x2'
>> Stop.
>>
>> Staffan
>>
>>
>>
>>
>> On Tue, Jul 1, 2014 at 3:40 PM, Rick McGuire <object.r...@gmail.com>
>> wrote:
>>
>>> OK, the doc directory need for the nsis installer was a little less
>>> optional than I expected.  This should be fixed now, and I've also updated
>>> the build instructions in the read me to be a little more current.
>>>
>>> Rick
>>>
>>>
>>> On Tue, Jul 1, 2014 at 8:52 AM, Staffan Tylen <staffan.ty...@gmail.com>
>>> wrote:
>>>
>>>> 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
>>>>
>>>>
>>>
>>>
>>> ------------------------------------------------------------------------------
>>> 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

Reply via email to