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

Re: Compilation Error.



[Andrew C. Tanner]

|   Recently when compiling the lastest crossfire I rand into this err...
|   
|   making all in ./server...
|   make: Fatal error: Don't know how to make target `sys/ttycom.h'
|   
|   I can't figure out what to do with it, or even why it would want
|   to make `sys/ttycom.h', am I missing something?

You probably just have to do make depend (or in full:
   xmkmf; make Makefiles; make depend; make
). The dependencies in the Makefile are from another system.


Kjetil T.