home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / editors / 2080 < prev    next >
Encoding:
Text File  |  1992-08-27  |  2.4 KB  |  53 lines

  1. Newsgroups: comp.editors
  2. Path: sparky!uunet!math.fu-berlin.de!wolff
  3. From: wolff@inf.fu-berlin.de (Thomas Wolff)
  4. Subject: Re: Editor mined (Unix, VMS, MSDOS) available by ftp
  5. Message-ID: <30F68S@math.fu-berlin.de>
  6. Sender: news@math.fu-berlin.de (Math Department)
  7. Organization: Free University of Berlin, Germany
  8. References: <AG656QV@math.fu-berlin.de>
  9. Date: Thu, 27 Aug 1992 12:37:01 GMT
  10. Lines: 41
  11.  
  12. After first problems with corrupted archive files (during ca. 1 day after 
  13. submission) and another problem with zip files being not completely 
  14. interchangeable between Unix zip and MSDOS zip, the ftp server situation 
  15. of mined is now as follows:
  16.  
  17. ftp.fu-berlin.de (130.133.4.50)
  18.     /pub/unix/editor/mined.tar.Z (108841 Bytes)
  19.     /pub/pc/editor/mined_pc.zip (114522 Bytes)
  20. ftp.uni-koeln.de (134.95.80.1)        (thanks to the anonymous uploader)
  21.     /editor/mined.tar.Z (108841 Bytes)
  22. The zip version is now only almost identical to the tar version. The 
  23. sources terminate lines with CR/LF instead of LF, the filenames are 
  24. MSDOS compliant, and an MSDOS executable mined.exe is included, 
  25. so the zip file is also longer now.
  26.  
  27. Due to slow connections between Europe and America, it would also be 
  28. of value if alternative locations abroad of these files could be 
  29. announced here after integration into any ftp server.
  30.  
  31. Let me add some comments about the compilability of mined:
  32. After some feedback, I had made up the currently available version 
  33. so that it compiles without warnings with 
  34. gcc -D... -ansi -pedantic -Wall -W...
  35. which was desired by some mailers.
  36. However, for this I had to include lots of extern declarations which 
  37. may again pose problems of redeclaration on other systems, due to 
  38. the vast variation of include file contents among C compilers. There 
  39. does not seem to be a global solution to this problem. So if you get 
  40. warnings like "identifier redeclared: printf" etc, just delete the 
  41. respective lines from the source. 
  42. On the NeXT, e.g., I was told that deleting the extern declarations 
  43. for printf and wait, and replacing the inclusion of <unistd.h> with 
  44. <sys/wait.h>, then compiling with SGTTY (see Makefile) and -ansi 
  45. makes it work if you don't mind ignoring warnings.
  46. A more severe problem is that I/O libraries seem to be much more 
  47. different and varying than just the difference of TERMIO/SGTTY.
  48. I'd be glad to receive any solutions in this area for machines I don't 
  49. have access to.
  50.  
  51. Thomas Wolff
  52. wolff@inf.fu-berlin.de
  53.