home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.sys.next.software
- Path: sparky!uunet!haven.umd.edu!darwin.sura.net!Sirius.dfn.de!chx400!josef!kluge
- From: kluge@avalon.physik.unizh.ch (kluge daniel)
- Subject: Re: transfers with tip
- Message-ID: <1992Dec28.180407.29231@ifi.unizh.ch>
- Sender: news@ifi.unizh.ch (USENET News Admin)
- Nntp-Posting-Host: avalon
- Organization: University of Zurich, Department of Computer Science
- X-Newsreader: Tin 1.1 PL4
- References: <BzyIBH.L89@ccu.umanitoba.ca>
- Date: Mon, 28 Dec 1992 18:04:07 GMT
- Lines: 37
-
- tilley@ccu.umanitoba.ca (Richard Tilley) writes:
- : In <1992Dec26.164201.25520@ifi.unizh.ch> kluge@avalon.physik.unizh.ch (kluge daniel) writes:
- :
- : [...]
- :
- : > - pcomm: A ProComm clone with Vt100-Windows User-Interface
- :
- : What changes to the Makefile need to be made to compile this under either 2.1 or 3.0?
- :
- : Under 3.0, I am getting:
- :
- : curses.c:21: header file 'term.h' not found
- :
- : ... Richard <tilley@tilley.cc.umanitoba.ca>
- : --
- : This space is not blank!
- Pardon me, I just compiled the damn thing without any changes.
- Note: I compiled it last time under 2.1 !!
-
- [diging in the sources while compiling]
-
- Ok, just look, that OLDCURSES is defined, this is due to..
- Yup, found it, with OlDCURSES you take termcap , extracts of config.h:
- /* Older versions of curses(3) use termcap in lieu of terminfo */
- /* ------------------- */
- #define OLDCURSES 1
-
- I don't know, if we can use terminfo, I think it should work, but we
- have to change the sources, anyway, it works with the Set above, so make
- sure, you got the right switches in config.h and everything is fine.
-
- - daniel
- --
- Daniel G. Kluge @ Swiss Federal Institute of Technology Zuerich
- E-Mail : kluge@avalon.physik.unizh.ch (NeXT-Mail welcome)
- study-related stuff : dankluge@iiic.ethz.ch
- DECnet : EZINFO::CLUESCH
-