Hi Slava,

Here the output, when I try to start factor.com after building it,
using "factor.cmd latest".

   C:\Home\Program\C\Factor> factor.com
   Error in thread 23 (UI update, [ self ui-thread set-global update-ui-loop
]):

   Quotation's stack effect does not match call site
   quot      [ yield ]
   call-site (( callback -- ))

   (O) Word: ( callback )
   (O) Word: wrong-values
   (O) Method: M\ object throw
   (U) Quotation: [
           63 special-object error-thread set-global
           continuation -> error-continuation set-global
           [ original-error set-global ] [ rethrow ] bi
       ]

BTW: To successfully build factor under VS2005 using factor.cmd, I have had
to
change Nmakefile:
#CL_FLAGS = /nologo /O2 /WX /W3 /D_CRT_SECURE_NO_WARNINGS
CL_FLAGS = /nologo /O2 /W3 /D_CRT_SECURE_NO_WARNINGS

I have also made changes in factor.cmd:
rem cscript /nologo build-support\http-get.vbs
http://factorcode.org/images/%_bootimage_path%/%_bootimage% %_bootimage%
cscript /nologo build-support\http-get.vbs
http://downloads.factorcode.org/images/%_bootimage_path%/%_bootimage%
%_bootimage%


Kind Regards
Martin

-----Ursprüngliche Nachricht-----
Von: Slava Pestov [mailto:sl...@factorcode.org] 
Gesendet: Montag, 22. August 2011 21:58
An: factor-talk@lists.sourceforge.net
Betreff: Re: [Factor-talk] webapps.todo

Hi Martin,

On Mon, Aug 22, 2011 at 11:56 AM, Martin Saurer
<martin.sau...@bluewin.ch> wrote:
> I tried it with the factor 0.94 build from factorcode.org => no success
> I tried it with an own clean build of 0.94 => no success
> When I build the latest version using "factor.cmd latest", I end up
> with a factor environment that cannot start the GUI.

Can you share the error message?

Slava

----------------------------------------------------------------------------
--
uberSVN's rich system and user administration capabilities and model 
configuration take the hassle out of deploying and managing Subversion and 
the tools developers use with it. Learn more about uberSVN and get a free 
download at:  http://p.sf.net/sfu/wandisco-dev2dev
_______________________________________________
Factor-talk mailing list
Factor-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/factor-talk


------------------------------------------------------------------------------
Get a FREE DOWNLOAD! and learn more about uberSVN rich system, 
user administration capabilities and model configuration. Take 
the hassle out of deploying and managing Subversion and the 
tools developers use with it. http://p.sf.net/sfu/wandisco-d2d-2
_______________________________________________
Factor-talk mailing list
Factor-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/factor-talk

Reply via email to