DeathWish
09-13-2004, 09:19 AM
When following the installation instructions I get the same error every time. I've installed all the dependencies, redownloaded the CVS, searched through the forums, etc, and have found nothing to solve my dilemma. Here's the error:
[root]# cd showeq
[root]# make -f Makefile.dist
Makefile.dist:265: *** commands commence before first target. Stop.
[root]
Here is the contents of line 265:
@echo -n "Generating Makefile.in from Makefile.am....................."
There is a tab character before the @ which according to my research online means it is supposed execute the line as a command?
Here it is in context:
# Better safe than sorry... Do these one at a time rather than doing
# them all at once. This fixes problems with older automake versions.
@echo -n "Generating Makefile.in from Makefile.am....................."
@echo -e "\n*!* automake ... *!*" >> Makefile.dist.dbg
@automake --add-missing --foreign --include-deps ./Makefile \
>> Makefile.dist.dbg 2>&1
@automake --add-missing --foreign --include-deps src/Makefile \
>> Makefile.dist.dbg 2>&1
@automake --add-missing --foreign --include-deps maps/Makefile \
>> Makefile.dist.dbg 2>&1
@automake --add-missing --foreign --include-deps conf/Makefile \
>> Makefile.dist.dbg 2>&1
@echo "!*! automake ... !*!" >> Makefile.dist.dbg
@echo " done!"
I am running Fedora Core 1 if that helps any. I've had SEQ running on this computer before (the old version is still installed) but that one stopped working several months back when they changed the EQ client. I'm somewhat of a newb at understanding compilation errors (all the programming I've done has been in Perl and PHP so no comiling heh) and as such am at a complete loss for what to do next. Any ideas would be welcome! :) Please let me know if you need any other info.
edit: The version I am running is:
Version: $Id: INSTALL,v 1.5.16.2 2003/12/13 00:49:42 dohpaz Exp $ $Name: pre_5_0_beta $according to the INSTALL file.
[root]# cd showeq
[root]# make -f Makefile.dist
Makefile.dist:265: *** commands commence before first target. Stop.
[root]
Here is the contents of line 265:
@echo -n "Generating Makefile.in from Makefile.am....................."
There is a tab character before the @ which according to my research online means it is supposed execute the line as a command?
Here it is in context:
# Better safe than sorry... Do these one at a time rather than doing
# them all at once. This fixes problems with older automake versions.
@echo -n "Generating Makefile.in from Makefile.am....................."
@echo -e "\n*!* automake ... *!*" >> Makefile.dist.dbg
@automake --add-missing --foreign --include-deps ./Makefile \
>> Makefile.dist.dbg 2>&1
@automake --add-missing --foreign --include-deps src/Makefile \
>> Makefile.dist.dbg 2>&1
@automake --add-missing --foreign --include-deps maps/Makefile \
>> Makefile.dist.dbg 2>&1
@automake --add-missing --foreign --include-deps conf/Makefile \
>> Makefile.dist.dbg 2>&1
@echo "!*! automake ... !*!" >> Makefile.dist.dbg
@echo " done!"
I am running Fedora Core 1 if that helps any. I've had SEQ running on this computer before (the old version is still installed) but that one stopped working several months back when they changed the EQ client. I'm somewhat of a newb at understanding compilation errors (all the programming I've done has been in Perl and PHP so no comiling heh) and as such am at a complete loss for what to do next. Any ideas would be welcome! :) Please let me know if you need any other info.
edit: The version I am running is:
Version: $Id: INSTALL,v 1.5.16.2 2003/12/13 00:49:42 dohpaz Exp $ $Name: pre_5_0_beta $according to the INSTALL file.