Crossfire Mailing List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Crossedit compile errors.



 I can't think of many other suggestions.  IT appears the problem is in
the header files -- the one with the type declarations is not being
included before that sys/stat.h, which uses those declarations.

 You may try going into the directory where those include files are,
and 'grep'ing for the various typedefs that stat.h is looking for, to
see what file they are in.  And then include that file also.

 --Mark