Anton,
I'm going to (hopefully) keep around your suggestion for someday later, but I decided to stop struggling and just copy my cygwin stuff from my other computer. It's all working, except the eTeX stuff in your BUILD-FROM-SCRATCH, so now I have a working version that does my VentureForth plugins on this new computer. Someday, I will need to go back and try to figure out the minimal cygwin setup, but this system has a bunch of PolySpace tools mixed in which are making things difficult to figure out. So, this will probably come back up, just not immediately.
Thanks!
DaR
-------------- Original message from "Anton Ertl" <an...@mips.complang.tuwien.ac.at>: --------------
> druf...@att.net wrote:
> >
> > --NextPart_Webmail_9m3u9jl4l_13382_1231630116_0
> > Content-Type: text/plain; charset="utf-8"
> > Content-Transfer-Encoding: quoted-printable
> >
> > Oops, the "3D" was from my paste and covered up an "uncaught exception".
> >
> > $ make checkone ENGINE=3D"./gforth-fast --no-dynamic"
> > if test -r version && test x'0.7.0-20081226' =3D x`cat version` ; then true=
> > ; else
> > echo 0.7.0-20081226 > version ; fi
> > cp -p kernl32l.fi kernl32l.fi~
> > cp -p kernl32l.fi- kernl32l.fi
> > cd engine && make gforth-ditc-noll.exe OPT=3D-noll OPTDEFINES=3D OPTOBJECTS=
> > =3Ddblsub.o
> > make[1]: Entering directory `/usr/src/gforth/engine'
> > make[1]: `gforth-ditc-noll.exe' is up to date.
> > make[1]: Leaving directory `/usr/src/gforth/engine'
> > cp -p engine/gforth-ditc-noll.exe gforth-ditc.exe
> > true
> > ./gforth-fast --no-dynamic --die-on-signal -p ".:/usr/local/lib/gforth/site=
> > -fort
> > h:/usr/local/share/gforth/site-forth:/usr/local/lib/gforth/0.7.0-20081226:/=
> > usr/l
> > ocal/share/gforth/0.7.0-20081226:." test/tester.fs test/coretest.fs test/po=
> > stpon
> > e.fs test/dbltest.fs test/string.fs test/float.fs test/deferred.fs test/cor=
> > eext.
> > fs test/search.fs -e bye 2>&1 | tr -d '\015' | diff -c - ./test/coretest.ou=
> > t
> > *** - Sat Jan 10 17:25:36 2009
> > --- ./test/coretest.out Sun Oct 22 11:54:01 2006
> > ***************
> > *** 1,3 ****
> > !
> > ! in file included from *OS command line*:
> > ! uncaught exception: Pictured numeric ouput string overflow
>
> That does not really ring a bell.
>
> There are two problems here. One is the "Pictured numeric ouput
> string overflow", the other is that this error is not caught.
> That'snot the kind of error I would expect from a broken gforth-fast
> if the corresponding gforth engine works.
>
> You can also try the following test:
>
> make test/primtest.fi
> ENVVAR=bla ./gforth -i test/primtest.fi
> ENVVAR=bla ./gforth-fast -i test/primtest.fi
>
> You have to press one key during each of these tests. Ideally the
> output would be the same (if you press the same key each time).
>
> If not, show us the output, and this shows if a primitive fails.
>
> - anton
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: gforth-unsubscr...@chaossolutions.org
> For additional commands, e-mail: gforth-h...@chaossolutions.org
>