Crossfire Mailing List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Compilation Error.
- To: (andrew c. tanner)
- Subject: Re: Compilation Error.
- From: Kjetil Torgrim Homme <kjetilho>
- Date: Mon, 8 Jan 1996 18:00:43 +0100
- CC: crossfire (at) ifi.uio.no
- In-reply-to: <>
[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.