slotjunky
Group: Members
Posts: 1
Joined: June 2005 |
|
Posted: June 17 2005,21:09 |
|
Like the OP, I too want to use dSL as a "dumb terminal" replacement. Unfortunately, the available telnet program and "linux" TERM is not compatible with RealWorld Accounting.
I downloaded wy60-2.0.8-tar.gz and installed the gcc.dsl compiler. After running ./configure and then make, I get the following error:
gcc -DHAVE_CONFIG_H -I. -I. -I. -DETCDIR="\"/usr/local/etc\"" -g -O2 -c wy60.c wy60.c: In function `wy60_setupterm': wy60.c:1336: warning: assignment makes pointer from integer without a cast wy60.c: In function `putCapability': wy60.c:2354: error: `tputs' undeclared (first use in this function) wy60.c:2354: error: (Each undeclared identifier is reported only once wy60.c:2354: error: for each function it appears in.) make: *** [wy60.o] Error 1 ~
From the developer's home page: "Emulate setupterm(), reset_shell_mode(), and tparm() if <term.h> could not be found. As long as <curses.h> defines tgetent(), tgetflag(), tgetstr(), and tputs() we can emulate the rest."
So it looks like term.h is missing from DSL Any suggestions as to where I can find term.h for DSL?
|