I should have waited, now another problem appeared:
Scanning dependencies of target orexxole
[ 83%] Building CXX object
CMakeFiles/orexxole.dir/extensions/platform/windows/ole/orexxole.cpp.obj
orexxole.cpp
[ 83%] Building CXX object
CMakeFiles/orexxole.dir/extensions/platform/windows/ole/OLEVariant.cpp.obj
OLEVariant.cpp
[ 84%] Building CXX object
CMakeFiles/orexxole.dir/extensions/platform/windows/ole/events.cpp.obj
events.cpp
D:\ooRexx\ooRexx.4.2\extensions\platform\windows\ole\events.cpp(51) : fatal
error C1083: Cannot open include file: 'agtctl_i.c': No such file or direc
tory
NMAKE : fatal error U1077: 'C:\PROGRA~2\MICROS~2.0\VC\bin\cl.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 Wed, Jul 2, 2014 at 12:41 AM, Staffan Tylen <staffan.ty...@gmail.com>
wrote:
> Spot on Rick! It's now compiling so smoke is coming out from the CPU! I
> saw the Spanish word Ruta: (Path:) in there somewhere but as it was without
> quotes I didn't think more about it. Good stuff. Thanks.
>
> Staffan
>
>
>
> On Wed, Jul 2, 2014 at 12:30 AM, Rick McGuire <object.r...@gmail.com>
> wrote:
>
>> Damn, I think I know that the problem is. One of the things we do is
>> grab the SVN revision number from the the svn info command. Unfortunately,
>> it is keying off of the REVISION keyword in the response, and you are using
>> a non-English version of SVN, so that step fails. At the moment, I'm not
>> sure how to fix this. As a temporary bypass, comment out the call to
>> FIND_PROGRAM that is looking for the SVN_EXECUTABLE.
>>
>> Now I'm off to the cmake mailing list to look for a solution.
>>
>> Rick
>>
>>
>> On Tue, Jul 1, 2014 at 6:11 PM, Staffan Tylen <staffan.ty...@gmail.com>
>> wrote:
>>
>>> Thanks hakan, I tried exactly what you suggested without the NSIS stuff,
>>> first as this:
>>>
>>> set path=C:\Program Files (x86)\CMake 2.8\bin;%PATH%
>>> cmake -G "NMake Makefiles" -DDOC_SOURCE_DIR=D:\ooRexx\docs
>>> -DCMAKE_BUILD_TYPE:STRING=RELEASE D:\ooRexx\ooRexx.4.2
>>> nmake
>>>
>>> That resulted in an syntax error so I removed the -DDOC stuff and just
>>> ran this:
>>>
>>> set path=C:\Program Files (x86)\CMake 2.8\bin;%PATH%
>>> cmake -G "NMake Makefiles" -DCMAKE_BUILD_TYPE:STRING=RELEASE
>>> D:\ooRexx\ooRexx.4.2
>>> nmake
>>>
>>> But it gives the same error as before:
>>>
>>> ...
>>> 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.
>>>
>>> My thinking now is, maybe this has something to do with the fact that I
>>> don't normally run with administrator authority so maybe the 'Killing rxapi
>>> daemon' function (which is surely failing) as the cause to this. I'll try
>>> to run this under admin authority tomorrow to see if it changes anything.
>>>
>>> Staffan
>>>
>>>
>>>
>>>
>>> On Tue, Jul 1, 2014 at 8:03 PM, hakan <hexi...@users.sourceforge.net>
>>> wrote:
>>>
>>>> I use cmake 3.0 with both
>>>> Microsoft Visual Studio 12.0 on win7 64bits
>>>> and
>>>> Microsoft Visual Studio 10.0 on win 8 64bits
>>>> So far I have been able to use "cmake... ", "nmake" and "nmake
>>>> nsis_template_installer" on both system without any problem.
>>>>
>>>> The instruction how to use cmake can be "fine" tuned I think:
>>>>
>>>> 1. Download cmake and install (and add to PATH when asked)
>>>> 2. Make a directory where to put the cmake files
>>>> 3. open a cmd window where the VS 20xx environment is setup correctly
>>>> and cd to above (2) created dir
>>>> 4. cmake -G "NMake Makefiles" -DDOC_SOURCE_DIR=<path to doc source>
>>>> -DCMAKE_BUILD_TYPE:STRING=RELEASE <oorexx source path/svn checkout dir>
>>>> 5. nmake
>>>> 6. nmake nsis_template_installer
>>>>
>>>> /hex
>>>>
>>>> ----- Ursprungligt Meddelande -----
>>>> *Från:* Rick McGuire <object.r...@gmail.com> <object.r...@gmail.com>
>>>> *Till:* Open Object Rexx Users <oorexx-users@lists.sourceforge.net>
>>>> <oorexx-users@lists.sourceforge.net>
>>>> *Kopia:*
>>>> *Datum:* tisdag, 01 juli 2014 18:22
>>>> *Ämne:* Re: [Oorexx-users] Cmake problem
>>>> I don't think any of us have built with 3.0 yet. I recommend stepping
>>>> back to 2.8. In any event, this looks like a CMake issue and is beyond what
>>>> I can help you with. If you wish to continue using 3.0, you'll probably
>>>> need to ask for help on the cmake.org mailing list.
>>>>
>>>> Rick
>>>>
>>>> ------------------------------------------------------------------------------
>>>> 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