Crossfire Mailing List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Crossedit compile errors.
- To: crossfire (at) ifi.uio.no,
- Subject: Re: Crossedit compile errors.
- From: Mark Wedel <>
- Date: Thu, 3 Mar 1994 15:29:53 -0800
First, you might try adding -ansi to the gcc options. Don't know if
it makes a difference, but it can't hurt.
You might try messing around with the order of the include files
in Posix.h. I have it including sys/types.h before sys/stat.h. Can't
remember offhand if that is how it originally is, or if I changed it
to be that way.
--Mark