%% Jan Nieuwenhuizen <[EMAIL PROTECTED]> writes:

  jn> The error message that

  jn>     $(word 0, a b c )

  jn> produces (the `word' function takes a one-origin index argument.)

What version of make are you using?  I don't see that message in my
version (3.79).  The error message I have is:

  the `word' function takes a positive index argument

which doesn't seem substantively different than your suggestion:

  jn> is unclear, especially given the other meaning of origin in
  jn> make. Suggestion:

  jn>       the index argument of the word function must be positive.

I agree "index argument" isn't as obvious as it could be; I changed the
message to:

  first argument to `word' function must be greater than 0

Thx.

-- 
-------------------------------------------------------------------------------
 Paul D. Smith <[EMAIL PROTECTED]>          Find some GNU make tips at:
 http://www.gnu.org                      http://www.ultranet.com/~pauld/gmake/
 "Please remain calm...I may be mad, but I am a professional." --Mad Scientist

Reply via email to