home *** CD-ROM | disk | FTP | other *** search
/ Source Code 1992 March / Source_Code_CD-ROM_Walnut_Creek_March_1992.iso / usenet / altsrcs / 1 / 1733 < prev    next >
Internet Message Format  |  1990-12-28  |  1KB

  1. From: mat@emcard.UUCP (W Mat Waites)
  2. Newsgroups: alt.sources
  3. Subject: Re: missing parts - elvis?
  4. Message-ID: <8159@emcard.UUCP>
  5. Date: 28 Aug 90 13:57:59 GMT
  6.  
  7. In article <5345@kd4nc.UUCP> cld@kd4nc.UUCP (Charles D'Englere) writes:
  8. )I seem to be missing some parts of elvis that drive the terminal operation
  9. )of the program. Missing files seem to be the following:
  10. )    fgetlr
  11. )    isdigit
  12. )    tgetent
  13. )    tgetflag
  14. )    tgetnum
  15. )    tgetstr
  16. )    tgoto
  17. )    tputs
  18. )
  19. )I am trying to compile this under MS-DOS using MSC 5.10. The only function
  20. )that I found that is in the MSC libraries is 'isdigit'. Any insight to this
  21. )would be appreciated.
  22. )
  23. )Charles L. D'Englere
  24. )
  25. )C. D'Englere Consulting          UUCP: {...!gatech,!emory}!kd4nc!cld
  26.  
  27. You need to change the "-D"'s in the makefile. The compile options should
  28. only include -DMSDOS for compiling under MSDOS (at least that worked for
  29. me with Turbo-C). That should take care of tgetent through tputs. I'm not
  30. familiar with fgetlr.
  31.  
  32. I'll post my Turbo makefile later.
  33.  
  34. Mat
  35.  
  36.  
  37. -- 
  38. W Mat Waites              |  Unlike most of you, I am not a nut.
  39. {gatech,emory}!emcard!mat |             -H. Simpson
  40.