home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / gnu / emacs / help / 4847 < prev    next >
Encoding:
Text File  |  1992-11-18  |  1.8 KB  |  40 lines

  1. Newsgroups: gnu.emacs.help
  2. Path: sparky!uunet!stanford.edu!agate!ames!sun-barr!cs.utexas.edu!zaphod.mps.ohio-state.edu!sol.ctr.columbia.edu!ira.uka.de!math.fu-berlin.de!unidui!Germany.EU.net!mcsun!sun4nl!tnofel!felfs!jlph7
  3. From: jlph7@fel.tno.nl (Lawick van Pabst)
  4. Subject: emacs-sparc2-solaris-X11  HELP
  5. Organization: TNO Physics and Electronics Laboratory
  6. Date: Fri, 13 Nov 92 12:37:06 GMT
  7. Message-ID: <1992Nov13.123706.28703@fel.tno.nl>
  8. Lines: 30
  9.  
  10. I cannot install emacs 18.59 properly on my Sparc 2, running Solaris 
  11. (4.1.2, I think) and X11R5. Before I started with emacs-18.59, I first 
  12. upgraded gcc to version 2.3 and ran 'fixincludes'. Installation went fine
  13. so I carried on with emacs.
  14.  
  15. I selected s-sol2.h and m-sparc.h in config.h, included X windows and
  16. X menus in the same file, defined the environment variable CC to gcc and
  17. adapted the DEBUG_SWITCH flag from -g to -g -O.
  18.  
  19. Ok, I entered make install and everything went fine until it reached the
  20. file scroll.h. This file includes a number of files in the include/sys
  21. directory. One of them is stream.h. Parse and syntax errors occured into
  22. this file. Then I started to make the files manualy. I entered
  23. gcc -g -O -target sun4 -c scroll.c and voila, it compiled right away.
  24. I had to do this for some other files too (window.c, cm.c, ..). Then the
  25. make file reached file x11term.c which needed an additional include 
  26. sys/time.h because it did not know the definition for 'timeval'.
  27. Then I reached fns.c and it stuck in line 1288 because of problems with 
  28. FSCALE.
  29.  
  30. Then I selected s-sunos4-1.h and compilation succeeded! Wow, but all new
  31. features I read from the info file dis not work. For example I could not get
  32. a scrollbar.
  33.  
  34. Allright, now I have had it. I even tried another compiler ( we also have 
  35. Objectcenter) but all was invain. Can somebody please help me?
  36.  
  37. Joost
  38.  
  39.  
  40.