2009/9/17 Slava Pestov <[email protected]>: > On Thu, Sep 17, 2009 at 6:14 AM, Paul Moore <[email protected]> wrote: >> Hmm, I tried to download the clean image and bootstrap from that using >> factor.com from the binary build. That didn't work... > > I just tested it. It works if you download the clean image from > > http://factorcode.org/images/clean/winnt-x86-32
That's the image I got. ... Ah! I see what I did wrong. I had the image in my \Downloads directory and I did factor.com -i=\Downloads\boot.x86.32.image Looks like either the command line processing doesn't handle backslash path separators, or factor needs the image to be in the current directory. Probably the former. No, I'm wrong. factor.com -i=/Downloads/boot.x86.32.image also fails. So it looks like the image needs to be in the current directory. Maybe a clarification in README.txt would be useful. Something like the following at the bottom of the section "Bootstrapping the Factor image": Note that you cannot include a path name in the image filename passed to the -i argument Paul. ------------------------------------------------------------------------------ Come build with us! The BlackBerry® Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9-12, 2009. Register now! http://p.sf.net/sfu/devconf _______________________________________________ Factor-talk mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/factor-talk
