I have problems running factor on my machine (AMD Athlon 64 X2 Dual +
Windows 32 bits). The web binaries does nothing, no error message, nothing.
But if I compile factor manually appears a message error:

$ ./factor
The image refers to a library or symbol that was not found at load time

At finishing stage 2 there is some linkage errors:

:errors - print 2 semantic errors.
:warnings - print 1651 semantic warnings.
:linkage - print 9 linkage errors.

While compiling win32-monitor-port/object:

Stack effects of the word win32-monitor-port/object do not match.
Declared: "( -- object )"
Inferred: "( object -- object object )"
Nesting: { }

While compiling win32-monitor-port/win32-monitor:

Stack effects of the word win32-monitor-port/win32-monitor do not match.
Declared: "( -- object )"
Inferred: "( object -- object )"
Nesting: { }
Bootstrap completed in 13 minutes and 51 seconds.
13631 compiled words
852 symbol words
15312 words total
Bootstrapping is complete.
Now, you can run Factor:
C:\bin\msys\1.0\home\victorm\factor\factor.exe -i=./factor.image
*** Code heap compaction...
*** Saving ./factor.image...

Thanks in advance
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft 
Defy all challenges. Microsoft(R) Visual Studio 2008. 
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Factor-talk mailing list
Factor-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/factor-talk

Reply via email to