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

Reply via email to