Iain Stirling wrote:
Hello,
<snip>
I downloaded xfract20.3.02.tar.gz and untarred it as root.
make XFracTint
Trying that reports:
make: *** No rule to make target `XFracTint'. Stop.
I'm probably doing something wrong somewhere ... using Mepis Linux, a Debian distro.
Try:
make xfractint
i.e. everything lower case.
I think simply:
make
Should work as well...
OK, I just entered "make" and it compiled away until it hit this: gcc -I. -DXFRACT -DNOBSTRING -g -DBIG_ANSI_C -DLINUX -Os -fno-builtin -c -o realdos.o realdos.c realdos.c:10:20: curses.h: No such file or directory realdos.c:396: error: parse error before '*' token realdos.c:397: error: parse error before '*' token realdos.c: In function `stackscreen': realdos.c:457: error: `WINDOW' undeclared (first use in this function) realdos.c:457: error: (Each undeclared identifier is reported only once realdos.c:457: error: for each function it appears in.) realdos.c:457: error: parse error before ')' token realdos.c: At top level: realdos.c:464: error: parse error before "else" realdos.c: In function `unstackscreen': realdos.c:501: error: `WINDOW' undeclared (first use in this function) realdos.c:501: error: parse error before ')' token make: *** [realdos.o] Error 1 According to Synaptic, I have an assortment of ncurses packages installed, and one called "termcap-compat" that describes itself as a compatibility package for old terminals. -- David gnome@hawaii.rr.com