home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / editors / 2812 < prev    next >
Encoding:
Text File  |  1992-11-19  |  1.1 KB  |  33 lines

  1. Newsgroups: comp.editors
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!darwin.sura.net!spool.mu.edu!mixcom.com!Dean.Roth
  3. From: Dean.Roth <Dean.Roth@mixcom.mixcom.com>
  4. Subject: Re: JOE 1.0.3
  5. Organization: Milwaukee Internet Xchange BBS, Milwaukee, WI U.S.A.
  6. Distribution: usa
  7. Date: Thu, 19 Nov 1992 14:19:00 GMT
  8. Message-ID: <1992Nov19.141900.28508@mixcom.com>
  9. References: <BxyA0w.JIu@world.std.com>
  10. Sender: xeee02@mixcom.com (Dean A. Roth)
  11. Lines: 20
  12.  
  13. In <BxyA0w.JIu@world.std.com> jhallen@world.std.com (Joseph H Allen) writes:
  14.  
  15. >With version 1.0.3 I think Joe's Own Editor is beta tested enough so that it 
  16. >will be useable.  I fixed some minor bugs involving the windows, the modifed 
  17. >flag, word wrap, and braindead termcap entries (it turns out that 'al' and 
  18.  
  19.  
  20. Terrific! But has anyone figured out how to compile it under SCO UNIX (3.2.2)?
  21.  
  22. The mods I made to the old joe, shown below, to get it to compile,
  23. still leave compile-time errors in the new joe.
  24.  
  25. In ttyxenix.c:
  26. #include <sys/types.h>
  27. #include <sys/stream.h>
  28. #include <sys/ptem.h>
  29.  
  30. (ttyposix.c does not compile either.)
  31.  
  32. Dean
  33.