home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Source Code 1993 July / THE_SOURCE_CODE_CD_ROM.iso / gnu / lucid / help-lucid-emacs / text0013.txt < prev    next >
Encoding:
Text File  |  1993-07-14  |  487 b   |  23 lines

  1. In message <1993Apr12.175350.7902@news.acns.nwu.edu> you wrote:
  2.  
  3. >I tried to compile lucid 19.6 on a sun4, and got the following error:
  4. >gcc -O          -Demacs  -I./lwlib  -c  xterm.c
  5. >xterm.c: In function `XTflash':
  6. >xterm.c:1256: storage size of `tv' isn't known
  7. >*** Error code 1
  8. >make: Fatal error: Command failed for target `xterm.o'
  9. >
  10. I added:
  11.  
  12. #include <sys/time.h>
  13.  
  14. after 
  15.  
  16. #include <stdio.h>
  17.  
  18. to include the definition of struct timeval and everything compiles
  19. fine.
  20.  
  21. Rich N.
  22.  
  23.