Crossfire Mailing List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: CF: problem compiling
- To: Abelardo Vacca <>
- Subject: Re: CF: problem compiling
- From: Mark Wedel <>
- Date: Tue, 30 Nov 1999 20:56:31 -0800
- CC: crossfire (at) ifi.uio.no
- References: <>
- Sender:
> make: utils/deftoheader.pl: Command not found
> make: *** [soundsdef.h] Error 127
The problem here is the perl on your system is installed someplace other than
/usr/local/bin/
Your best bet is to change the Makefile.in, line 161, and add $(PERL) to the
start of the:
utils/deftoheader.pl sounds soundsdef.h def_sounds
line. It should read after the change:
$(PERL) utils/deftoheader.pl sounds soundsdef.h def_sounds
(make sure you preserve the tab at the start of the line).
Then re-run configure.
I've updated the CVS tree with this change.
-
[you can put yourself on the announcement list only or unsubscribe altogether
by sending an email stating your wishes to ]