m4-discuss
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: m4: Unable to include file --urgent help required


From: Gary V . Vaughan
Subject: Re: m4: Unable to include file --urgent help required
Date: Fri, 29 Jun 2007 16:34:42 -0400

On Jun 29, 2007, at 12:10 PM, Pratibha Chelekar wrote:
Hi All,

Hi Pratibha,

I have created a file common.m4. File contents are provided below

[[well formed common.m4 snipped]]

I have included this file in ZF01.m4 file using below command

include (common.m4)
         ^
         ^
For the include macro to see the parameter you're trying to pass it,
you can't put a space between the macro name and the opening paren.
Both common.m4 and ZF01.m4 are present in the same directory. Later on I added quotes to the common.m4 -- > include (‘common.m4’)

And executed the command, now I am getting below different error message

m4:ZF01.m4:81 can't open file

include('common.m4')

But you changed the quotes to [[ and ]], so now m4 is trying to find a
file with apostrophe symbols in its name.

HTH,
        Gary
--
  ())_.              Email me: address@hidden
  ( '/           Read my blog: http://blog.azazil.net
  / )=         ...and my book: http://sources.redhat.com/autobook
`(_~)_      Join my AGLOCO Network: http://www.agloco.com/r/BBBS7912




Attachment: PGP.sig
Description: This is a digitally signed message part


reply via email to

[Prev in Thread] Current Thread [Next in Thread]