home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Source Code 1993 July / THE_SOURCE_CODE_CD_ROM.iso / gnu / lucid / bug-lucid-emacs / text0080.txt < prev    next >
Encoding:
Text File  |  1993-07-04  |  1.1 KB  |  40 lines

  1. Hi all.
  2.  
  3. I just finished building lemacs-19.6 on a SPARC-2, SUNOS4.1.1, gcc2.3.3,
  4. and I have a few comments/bug reports to make:
  5.  
  6. 1. Lucid: when lemacs is being built with gcc, one needs to add
  7.  
  8.    #include <sys/time.h> 
  9.  
  10.    to xterm.c. This seems like a bug.
  11.  
  12. 2. If one is going to use gcc, it should only be necessary to
  13.    specify this once, instead of in several places. It was necessary
  14.    to edit $EMACS/src/lwlib/Makefile to specify 
  15.  
  16.     CC = gcc
  17.     PICFLAGS = -fpic
  18.  
  19.    to get it to build.
  20.  
  21. 3. set-screen-foreground/background-color doesn't work, nor does
  22.    set-cursor-color.
  23.  
  24.  
  25. Overall, though, pretty nice. I suggest, however, that you put in an
  26. ASCII-editor capability pretty soon. It's a pain maintaining two
  27. emacs's just so you can run one from an ascii terminal...
  28.  
  29.  
  30. --Doug
  31. --
  32.  
  33. ==================================================================
  34. Douglas Roberts                |
  35. Los Alamos National Laboratory | All good work is done in defiance
  36. dzzr@lanl.gov                  |  of management. -- Bob Woodward
  37. (505)667-4569                  |
  38. ==================================================================
  39.  
  40.