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

Re: Crossfire 0.90.2 compiling




Tyler Van Gorder <tvangod@ecst.csuchico.edu> writes:
>Sam, If you do a "make proto" in the server directory the makefile will use
>cextract to generate a new sproto.h for you.
>
>same is true in the common dir, accept that it generates proto.h

 I try to do make proto's, but it will only put the functions in which
I have defined.  I don't even know if it is possible to define all
functions and still have it work, as there are a couple versions of
some functions.

 Best bet, if you turn on options, is to do a make proto.  I suppose it
depends on the compiler.  With gcc, if the function doesn't have a prototype,
you tend to get a warning, and not a crash.

--Mark