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 the 'exe'
does not, just nothings happens.
-- hb9duj




On Mon, Feb 10, 2014 at 5:49 PM, John Benediktsson <mrj...@gmail.com> wrote:

> 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 <mrj...@gmail.com>wrote:
>
>> 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 <hb9...@lugrin.ch>wrote:
>>
>>> 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.windows-x86.64.image
>>>
>>> Run the 'VS2012 x64 Cross Tools Command Prompt' (essential, otherwise
>>> RUNTIME_FUNCTION is not defined)
>>> cd ...\factor
>>> nmake /nologo /f Nmakefile clean
>>> nmake /f Nmakefile x86-64
>>> factor -i=boot.x86.64.image  (takes about 4 minutes)
>>>
>>> In command line:
>>> factor.com -run=listener
>>>
>>> However the resulting factor runs in command line mode only.
>>> Trying to launch the exe or to launch the ui tools from the console
>>> listener has no result (just nothings happens)
>>> IN: scratchpad USE: threads
>>> IN: scratchpad [ "ui.tools" run ] in-thread
>>>
>>> So apparently some more steps are required to access opengl (the
>>> prebuild factor works fine on my system)
>>>
>>> -- hb9duj
>>>
>>>
>>>
>>> On Mon, Feb 10, 2014 at 4:44 PM, John Benediktsson <mrj...@gmail.com>wrote:
>>>
>>>> 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 <hb9...@lugrin.ch>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 RUNTIME_FUNCTION is not found.
>>>>> I explored all source files but did no find any defintion.
>>>>> Any clue ?
>>>>> -- hb9duj
>>>>>
>>>>>
>>>>>
>>>>> ------------------------------------------------------------------------------
>>>>> Managing the Performance of Cloud-Based Applications
>>>>> Take advantage of what the Cloud has to offer - Avoid Common Pitfalls.
>>>>> Read the Whitepaper.
>>>>>
>>>>> http://pubads.g.doubleclick.net/gampad/clk?id=121051231&iu=/4140/ostg.clktrk
>>>>> _______________________________________________
>>>>> Factor-talk mailing list
>>>>> Factor-talk@lists.sourceforge.net
>>>>> https://lists.sourceforge.net/lists/listinfo/factor-talk
>>>>>
>>>>>
>>>>
>>>>
>>>> ------------------------------------------------------------------------------
>>>> Managing the Performance of Cloud-Based Applications
>>>> Take advantage of what the Cloud has to offer - Avoid Common Pitfalls.
>>>> Read the Whitepaper.
>>>>
>>>> http://pubads.g.doubleclick.net/gampad/clk?id=121051231&iu=/4140/ostg.clktrk
>>>> _______________________________________________
>>>> Factor-talk mailing list
>>>> Factor-talk@lists.sourceforge.net
>>>> https://lists.sourceforge.net/lists/listinfo/factor-talk
>>>>
>>>>
>>>
>>>
>>> ------------------------------------------------------------------------------
>>> Android&trade; apps run on BlackBerry&reg;10
>>> Introducing the new BlackBerry 10.2.1 Runtime for Android apps.
>>> Now with support for Jelly Bean, Bluetooth, Mapview and more.
>>> Get your Android app in front of a whole new audience.  Start now.
>>>
>>> http://pubads.g.doubleclick.net/gampad/clk?id=124407151&iu=/4140/ostg.clktrk
>>>
>>> _______________________________________________
>>> Factor-talk mailing list
>>> Factor-talk@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/factor-talk
>>>
>>>
>>
>
>
> ------------------------------------------------------------------------------
> Android&trade; apps run on BlackBerry&reg;10
> Introducing the new BlackBerry 10.2.1 Runtime for Android apps.
> Now with support for Jelly Bean, Bluetooth, Mapview and more.
> Get your Android app in front of a whole new audience.  Start now.
>
> http://pubads.g.doubleclick.net/gampad/clk?id=124407151&iu=/4140/ostg.clktrk
> _______________________________________________
> Factor-talk mailing list
> Factor-talk@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/factor-talk
>
>
------------------------------------------------------------------------------
Android&trade; apps run on BlackBerry&reg;10
Introducing the new BlackBerry 10.2.1 Runtime for Android apps.
Now with support for Jelly Bean, Bluetooth, Mapview and more.
Get your Android app in front of a whole new audience.  Start now.
http://pubads.g.doubleclick.net/gampad/clk?id=124407151&iu=/4140/ostg.clktrk
_______________________________________________
Factor-talk mailing list
Factor-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/factor-talk

Reply via email to