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

  1. In order to build lemacs-19.6, I had to do the following:
  2.  
  3. (1) I had to #include <sys/time.h> in xterm.c in order to get the
  4. definitions for timeval. 
  5.  
  6. (2) I had to define _POSIX_SOURCE in order to get editfns.c to compile
  7. correctly. This is necessary in order to avoid a definition of
  8. timezone as long in /usr/lang/SC2.0.1/include/cc_413/time.h. I was
  9. using the -Xa flag for acc. You *might* not run into problems if you
  10. use no flags.
  11.  
  12. --
  13. Jay Bourland
  14. jayb@Math.ColoState.EDU
  15.  
  16.