Daniel Reed wrote: > >ITP: tetrix [2003-09-10] >Description: ESR's curses-based version of Tetris > Proposer: Andrew B. Clegg > ITP: http://sources.redhat.com/ml/cygwin-apps/2003-09/msg00115.html > Status: ITP posted. Attained required 3 votes. > HOLD-UPS: No package, nothing to review!
Although I have built many of ESR's programs, this one doesn't seem to. (Maybe that's why we haven't seen a package for this yet): $ make -k gcc -O -DUNIX -c -o MoveR.o MoveR.c MoveR.c: In function `MoveRight': MoveR.c:273: error: too few arguments to function `exit' make: *** [MoveR.o] Error 1 gcc -O -DUNIX -c -o MoveL.o MoveL.c MoveL.c: In function `MoveLeft': MoveL.c:273: error: too few arguments to function `exit' make: *** [MoveL.o] Error 1 gcc -O -DUNIX -c -o DrawP.o DrawP.c DrawP.c: In function `CheckPiece': DrawP.c:50: error: too few arguments to function `exit' DrawP.c: In function `DrawPiece': DrawP.c:111: error: too few arguments to function `exit' make: *** [DrawP.o] Error 1 gcc -O -DUNIX -c -o AdvanceP.o AdvanceP.c AdvanceP.c: In function `AdvancePiece': AdvanceP.c:291: error: too few arguments to function `exit' make: *** [AdvanceP.o] Error 1 gcc -O -DUNIX -c -o Rotate.o Rotate.c Rotate.c: In function `Rotate': Rotate.c:223: error: too few arguments to function `exit' make: *** [Rotate.o] Error 1 gcc -O -DUNIX -c -o Colors.o Colors.c gcc -O -DUNIX -c -o tet.o tet.c tet.c: In function `Init': tet.c:96: warning: passing arg 1 of `time' from incompatible pointer type make: Target `tetrix' not remade because of errors. Since there appears to be interest for such a program (based on the 3 votes), I found another tetris for ncurses which does work: petris. You can try it out with setup.exe from my website: http://mysite.verizon.net/yselkowitz/cygwin/ Or with wget: http;//mysite.verizon.net/yselkowitz/cygwin/release/petris/petris-1.0-1-src.tar.bz2 http://mysite.verizon.net/yselkowitz/cygwin/release/petris/petris-1.0-1.tar.bz2 Is there interest for this instead? (just a RFC, not an ITP) Yaakov Selkowitz Cygwin 'd' maintainer __________________________________________________________________ Thank you for using Netscape.
