Re: i tried to change the makefile.am in fontconfig-2.2.1 i dont know if i did it right i still get error 2
- From: Danilo Segan <danilo gnome org>
- To: Nuju Castle <Justmedric netzero net>
- Cc: garnome-list gnome org
- Subject: Re: i tried to change the makefile.am in fontconfig-2.2.1 i dont know if i did it right i still get error 2
- Date: Mon, 29 Dec 2003 21:46:44 +0100
Nuju Castle <Justmedric netzero net> writes:
> Help S.O.S.!!!!
Is this some new "help" protocol? ;)
> Subject: i tried to change the makefile.am in fontconfig-2.2.1 i dont know
> if i did it right i still get error 2
Why would you want to change Makefile.am? What exactly did you change?
> Makefile:485: *** missing separator. Stop.
You obviously didn't do it right.
This is what "info make" says about it:
`missing separator. Stop.'
`missing separator (did you mean TAB instead of 8 spaces?). Stop.'
This means that `make' could not understand much of anything about
the command line it just read. GNU `make' looks for various kinds
of separators (`:', `=', TAB characters, etc.) to help it decide
what kind of commandline it's seeing. This means it couldn't find
a valid one.
One of the most common reasons for this message is that you (or
perhaps your oh-so-helpful editor, as is the case with many
MS-Windows editors) have attempted to indent your command scripts
with spaces instead of a TAB character. In this case, `make' will
use the second form of the error above. Remember that every line
in the command script must begin with a TAB character. Eight
spaces do not count. *Note Rule Syntax::.
HTH,
Danilo
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]