Re: [Factor-talk] How to reload help definitions?

2014-02-14 Thread Jean-Marc Lugrin
Thanks for the suggestions, this solved my problem. I did the refresh-all, the tests passed. -- hb9duj On Thu, Feb 13, 2014 at 7:42 PM, Björn Lindqvist wrote: > 2014-02-13 17:45 GMT+01:00 Jean-Marc Lugrin : > > It may be due to the fact that I copied the executable and images f

Re: [Factor-talk] How to reload help definitions?

2014-02-13 Thread Jean-Marc Lugrin
s > > "math.primes" help > ... The browser opens > edit basis/math/primes-docs.factor, change the ARTICLE: content > >"math.primes" reload > ...The browser is updated > > Same for word documentation (eg HELP: prime? ...) > > Did you do something di

[Factor-talk] How to reload help definitions?

2014-02-13 Thread Jean-Marc Lugrin
Hi, I tried to write some help. Although I see the result if I start a fresh factor (after USE:ing the vocabulary), it seems that the help text is not reloaded from the file when I change it, even if I reload the vocabulary. Is there a way to force the reload of the help source for a vocabulary? Th

Re: [Factor-talk] Compiling on Windows

2014-02-10 Thread Jean-Marc Lugrin
e can discuss > and troubleshoot without cluttering the mailing list. > > Building the "hard way" should work, so perhaps there is some other > configuration issue preventing it. > > Best, > John. > > > On Feb 10, 2014, at 9:12 AM, Jean-Marc Lugrin wrote: > >

Re: [Factor-talk] Compiling on Windows

2014-02-10 Thread Jean-Marc Lugrin
s 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:

Re: [Factor-talk] Compiling on Windows

2014-02-10 Thread Jean-Marc Lugrin
e required to access opengl (the prebuild factor works fine on my system) -- hb9duj On Mon, Feb 10, 2014 at 4:44 PM, John Benediktsson wrote: > Probably you could find some information here: > > http://msdn.microsoft.com/en-us/library/ft9x1kdx.aspx > > > On Mon, Feb 10, 2

[Factor-talk] Compiling on Windows

2014-02-10 Thread Jean-Marc Lugrin
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

[Factor-talk] Best way to split a fixed locations

2014-02-09 Thread Jean-Marc Lugrin
Hi, I need to split a string at fixed locations (some of the locations may eventully be calculated, like with a lookup of '/', but at first approximation fixed locations are ok). I came with this example string and quotatiom: "NAXIS =3 / number of data axes " [ 0 swap