Hi, I've written a sweet factor program, and I want to deploy it as an .exe so my co-workers can use it.
However, when I try to deploy it, everything explodes. The problem I'm experiencing can be reproduced easily. 1) Get factor-winnt-x86-32-2009-05-15-01-29 and start the listener 2) "hello-world" deploy --> This works correctly. cool. 3) Change the first line of hello-world.factor to this: USING: io io.monitors ; 4) "hello-world" deploy --> Boom. The output I'm getting (in case it's useful to you) is here: http://paste.factorcode.org/paste?id=674 It seems like deploying anything that uses io.monitors is causing the fail. Thanks in advance for any insight, -Harold ------------------------------------------------------------------------------ Crystal Reports - New Free Runtime and 30 Day Trial Check out the new simplified licensing option that enables unlimited royalty-free distribution of the report engine for externally facing server and web deployment. http://p.sf.net/sfu/businessobjects _______________________________________________ Factor-talk mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/factor-talk
