home *** CD-ROM | disk | FTP | other *** search
- In message <1993Apr12.175350.7902@news.acns.nwu.edu> you wrote:
-
- >I tried to compile lucid 19.6 on a sun4, and got the following error:
- >gcc -O -Demacs -I./lwlib -c xterm.c
- >xterm.c: In function `XTflash':
- >xterm.c:1256: storage size of `tv' isn't known
- >*** Error code 1
- >make: Fatal error: Command failed for target `xterm.o'
- >
- I added:
-
- #include <sys/time.h>
-
- after
-
- #include <stdio.h>
-
- to include the definition of struct timeval and everything compiles
- fine.
-
- Rich N.
-
-