Re: [Factor-talk] Compiling on Windows

2014-02-10 Thread Benjamin Pollack
On Mon, Feb 10, 2014, at 02:19 PM, Jean-Marc Lugrin wrote: > I get an error when directly callng factor.cmd because 'git' is now known. > > However I used factor.cmd, just removing the git to load the sources (and > synchronizing with the a fork of the depot), with the same result. > I also switc

Re: [Factor-talk] Compiling on Windows

2014-02-10 Thread Jean-Marc Lugrin
I get an error when directly callng factor.cmd because 'git' is now known. However I used factor.cmd, just removing the git to load the sources (and synchronizing with the a fork of the depot), with the same result. I also switched to the branch clean-windows-x86-64 and used factor.cmd clean, with

Re: [Factor-talk] Compiling on Windows

2014-02-10 Thread John Benediktsson
I didn't think it required Cygwin - do you get an error running the build-support/factor.cmd script? If that doesn't work, perhaps open an issue on GitHub so we can discuss and troubleshoot without cluttering the mailing list. Building the "hard way" should work, so perhaps there is some other

Re: [Factor-talk] Compiling on Windows

2014-02-10 Thread Jean-Marc Lugrin
I try the hard way, on purpose, I would like to avoid installing cygwin for various reasons. Hpwever I excuted the same comands as in factor.cmd, except the it comands which I did manually (I will very, an error is always possible). I understand that .com is for cmd line, cmd line works. However

Re: [Factor-talk] Compiling on Windows

2014-02-10 Thread John Benediktsson
Also, factor.exe is linked to the UI I think factor.com is text only...? On Mon, Feb 10, 2014 at 8:48 AM, John Benediktsson wrote: > It looks like you are "building Factor the hard way". > > http://concatenative.org/wiki/view/Factor/Building%20Factor > > Have you tried just running: > >

Re: [Factor-talk] Compiling on Windows

2014-02-10 Thread Jean-Marc Lugrin
Thanks I was able to build (to a point) using the following steps: Building factor on Window 8 64 bits with VS 2013 express, without cygwin : get factor from git https://github.com/slavapestov/factor (I used git desktop) get the lates image from http://downloads.factorcode.org/images/latest/boot.

Re: [Factor-talk] Compiling on Windows

2014-02-10 Thread John Benediktsson
It looks like you are "building Factor the hard way". http://concatenative.org/wiki/view/Factor/Building%20Factor Have you tried just running: build-support\factor.cmd On Mon, Feb 10, 2014 at 8:45 AM, Jean-Marc Lugrin wrote: > Thanks > I was able to build (to a point) using the foll

Re: [Factor-talk] Compiling on Windows

2014-02-10 Thread John Benediktsson
Probably you could find some information here: http://msdn.microsoft.com/en-us/library/ft9x1kdx.aspx On Mon, Feb 10, 2014 at 6:55 AM, Jean-Marc Lugrin wrote: > Hi, > I try to compile from scratch on window 8 64 bits > however there is an error compiling vm\os-windows-86.64.cpp > the macro RUNT

[Factor-talk] Compiling on Windows

2014-02-10 Thread Jean-Marc Lugrin
Hi, I try to compile from scratch on window 8 64 bits however there is an error compiling vm\os-windows-86.64.cpp the macro RUNTIME_FUNCTION is not found. I explored all source files but did no find any defintion. Any clue ? -- hb9duj