gforth  

Re: [gforth] Building on cygwin

druffer
Tue, 23 Dec 2008 05:04:25 -0800

-------------- Original message from "Anton Ertl" <an...@mips.complang.tuwien.ac.at>: --------------
> druf...@att.net wrote:
> > Running: make
> > GFORTH="./preforth -p ".:~+:."" ./gfgen
> > ./preforth: line 23: test: argument expected
>
> Try applying the patch below. My guess is that you will still be
> missing a Gforth engine, though.
That changed the problem to:
 
Running: make
GFORTH="./preforth -p ".:~+:."" ./gfgen
make: *** [engine/prim.i] Error 1
make: *** Deleting file `engine/prim.i'
 
I do have a running gforth:
 
ruf...@winll3w9867 /cygdrive/c/gforth
$ gforth
Gforth 0.7.0, Copyright (C) 1995-2008 Free Software Foundation, Inc.
Gforth comes with ABSOLUTELY NO WARRANTY; for details type `license'
Type `bye' to exit
 
> - anton
 
DaR