home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / sys / next / software / 3205 < prev    next >
Encoding:
Text File  |  1992-12-28  |  1.8 KB  |  51 lines

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