Dennis Ruffer <[EMAIL PROTECTED]> writes: > On Feb 24, 2008, at 11:20 PM, Aleksej Saushev wrote: >> Dennis Ruffer <[EMAIL PROTECTED]> >> writes: >> >>> You've probably seen my message on comp.lang.forth regarding the >>> test suite, but I just updated to the latest TOT and noticed >>> that the BUILD-FROM_SCRATCH script isn't working. My darwin >>> script does the following: >> >> That's because someone applied only part of patch, without >> testing the result: >> > That got it compiling, but now it gives something strange after > reporting the performance problems: > > in file included from *OS command line*:-1 > in file included from ds2texi.fs:29 > search.fs:176: Undefined word > lookup ! >>>\<<< our dictionary search order becomes the law ( -- ) > Backtrace: > $100D314 throw > $1019940 no.extensions > $100D48C interpreter-notfound1 make: *** [doc/gforth.texi] Error 1 > > I see that it is now into the doc generation, which is always > fun to debug. > > Any clues as to what it's complaining about?
No idea, but I met that before: --- ds2texi.fs.orig 2007-07-05 22:45:24.000000000 +0400 +++ ds2texi.fs 2007-07-05 22:51:23.000000000 +0400 @@ -25,16 +25,6 @@ \ The glossary entries are generated from data present in the wordlist \ `documentation'. Each word resides there under its own name. -script? [IF] - warnings off - require search.fs - require extend.fs - require glocals.fs - require float.fs - require struct.fs - require debugs.fs -[THEN] - wordlist constant documentation struct -- CKOPO BECHA... CKOPO CE3OH... --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
