home *** CD-ROM | disk | FTP | other *** search
- In order to build lemacs-19.6, I had to do the following:
-
- (1) I had to #include <sys/time.h> in xterm.c in order to get the
- definitions for timeval.
-
- (2) I had to define _POSIX_SOURCE in order to get editfns.c to compile
- correctly. This is necessary in order to avoid a definition of
- timezone as long in /usr/lang/SC2.0.1/include/cc_413/time.h. I was
- using the -Xa flag for acc. You *might* not run into problems if you
- use no flags.
-
- --
- Jay Bourland
- jayb@Math.ColoState.EDU
-
-