home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / os / linux / 17418 < prev    next >
Encoding:
Text File  |  1992-11-20  |  2.2 KB  |  67 lines

  1. Newsgroups: comp.os.linux
  2. Path: sparky!uunet!usc!sol.ctr.columbia.edu!eff!world!jrs
  3. From: jrs@world.std.com (Rick Sladkey)
  4. Subject: Re: Help needed to compile "nemacs" (Kanji version Gnu emacs)...
  5. In-Reply-To: dkyoon@alnitak.usc.edu's message of 19 Nov 1992 19:08:21 -0800
  6. Message-ID: <JRS.92Nov20230551@lepton.world.std.com>
  7. Sender: jrs@world.std.com (Rick Sladkey)
  8. Organization: The Internet
  9. References: <1ehkr5INNch8@alnitak.usc.edu>
  10. Date: Sat, 21 Nov 1992 04:05:51 GMT
  11. Lines: 54
  12.  
  13. >>>>> On 19 Nov 1992 19:08:21 -0800, dkyoon@alnitak.usc.edu (Dae-Kyun
  14. >>>>> Yoon) said:
  15.  
  16. DK> I am now trying to compile nemacs-3.3.2 which is a version of
  17. DK> GNU-emacs with Japanese Kanji support.  I believe the nemacs version
  18. DK> is based on emacs-18.55.  I had many small problems while compiling
  19. DK> and all of them could be easily fixed until now.  However I am stuck
  20. DK> with the following compile errors for which I need some help from
  21. DK> the experts, especially from whom have already compiled emacs under 
  22. DK> Linux.
  23.  
  24. DK> while compiling "nemacs-3.3.2/src/unexec.c":
  25.  
  26. DK> ...
  27.  
  28. For this particular problem you should use a patch like the following:
  29.  
  30. *** unexec.c.orig    Wed Nov 11 01:10:33 1992
  31. --- unexec.c    Wed Nov 11 19:50:02 1992
  32. ***************
  33. *** 236,242 ****
  34.   
  35.   extern char *sbrk ();
  36.   
  37. ! #if defined (USG) && !defined (IBMRTAIX) && !defined (IRIS)
  38.   static struct bhdr hdr, ohdr;
  39.   #define a_magic fmagic
  40.   #define a_text tsize
  41. --- 236,242 ----
  42.   
  43.   extern char *sbrk ();
  44.   
  45. ! #if defined (USG) && !defined (IBMRTAIX) && !defined (IRIS) && !defined(linux)
  46.   static struct bhdr hdr, ohdr;
  47.   #define a_magic fmagic
  48.   #define a_text tsize
  49.  
  50. DK> I know this is related to the COFF definition, so I tried without COFF
  51. DK> but it also generated lots of error messages from different places.
  52. DK> BTW, I am using "s-usg5-2-2.h" for my configuration file. Is this the
  53. DK> right choice or there is any other (more close to Linux) configuration
  54. DK> file ?
  55.  
  56. DK> I will appreciate any comments and advice.
  57.  
  58. It will save you a lot of time if you look at my patches for straight
  59. GNU Emacs included in the file:
  60.  
  61. tsx-11.mit.edu:/pub/linux/packages/emacs-18.59/emacs-18.59a.tar.Z
  62.  
  63. Nemacs will be very close to this.
  64. --
  65. Rick Sladkey
  66. jrs@world.std.com
  67.