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

Re: CF: problem compiling




> 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 crossfire-request@ifi.uio.no]