home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / alt / lucidem / help / 928 < prev    next >
Encoding:
Text File  |  1993-01-22  |  1.9 KB  |  60 lines

  1. x-gateway: rodan.UU.NET from help-lucid-emacs to alt.lucid-emacs.help; Fri, 22 Jan 1993 02:56:00 EST
  2. Date: Fri, 22 Jan 1993 15:55:34 +0800
  3. From: franks%ntrc.ntu.ac.sg@lucid.com (Frank Siebenlist)
  4. Message-ID: <9301220755.AA23528@ntrc25.ntrc.ntu.ac.sg>
  5. Subject: lemacs 19.4 on decstation
  6. Newsgroups: alt.lucid-emacs.help
  7. Path: sparky!uunet!wendy-fate.uu.net!help-lucid-emacs
  8. Sender: help-lucid-emacs-request@lucid.com
  9. Lines: 49
  10.  
  11.  
  12. Managed to get lemacs 19.4 working on a decstation, 
  13. with ultrix 4.2A, mips c-compiler, dec's X11R4 and Motif.
  14.  
  15. Encountered two "real" problems:
  16.  
  17.   src/keymap.c did not compile with -g flag, used -O instead
  18.  
  19.   on my system, stdio.h includes a typedef of size_t 
  20.   this conflicts with #define size_t in src/gmalloc.c
  21.   added "#undef size_t" just before "#include <stdio.h>" in gmalloc.c.
  22.   not sure if gmalloc.c should do that...
  23.   (fortunately the size_t used was the same...)
  24.  
  25. One small nuisance:
  26.  
  27.   The mips c-compiler really likes to tell you 
  28.   that it doesn't support the "const" keyword yet.
  29.   To get rid of the hundreds of warnings,
  30.   added -Dconst="" to C_SWITCH_SITE in config.sys
  31.  
  32. Had to define NEED_STRDUP and NEED_REALPATH, as I had to for 19.3.
  33. Maybe this should be added to some s-ultrix4-2A.h (?).
  34.  
  35. Much easier installation than previous versions!
  36.  
  37. 19.4 seems to load and run faster!
  38.  
  39. Dialog box support with Motif!
  40. Font is too big on my screen though.
  41. What are the X-resources used?
  42. Application size is getting too big: > 4MB 
  43. (Motif linking added more than 1 MB,
  44. really makes you miss shared lib support on ultrix)
  45.  
  46. Still no scrollbars (yet)...
  47.  
  48. Have xpm linked in, 
  49. but have no idea what additional "features" I have available now(?)
  50.  
  51. All of you at Lucid, as well as those brave beta-testers world-wide, 
  52. great job and thanks very much!
  53.  
  54. Regards & "kung hei fat choi" from Singapore,
  55. Frank.
  56.  
  57. ---------------------------------------------------
  58. Frank Siebenlist                 <franks@ntu.ac.sg>
  59. ---------------------------------------------------
  60.