bug-automake
[Top][All Lists]
Advanced

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

FW: Hi, I find a defect of the Automake1.5


From: Tornado Cai Qingfeng
Subject: FW: Hi, I find a defect of the Automake1.5
Date: Tue, 15 Jan 2002 15:00:28 +0530

 -----Original Message-----
From:   Tornado Cai Qingfeng 
Sent:   2002年1月12日 17:51
To:     'address@hidden'
Subject:        Hi, I find a defect of the Automake1.5

I am using automake/autoconf to generate makefile. I request the automake accept a new extension .idl. According  to  the autobook and the info of automake, I write a new rule in the Makefile.am like this:

SUFFIXES        =.idl
.idl.o:
        $(IDL) $<
But when I run the automake, an error raises with "Can't call method "target_hook" on an undefined value at /m2/m2000/tornado/bin/automake line 1943". After debuging, I fixed the problem like this(add one sentence for checking):

        if (defined $lang) {
                $lang->target_hook ($aggregate, $object, $full);
        }


Best regards,
Tornado Cai qingfeng
Phone:+91-80-8410061-37
Mobile:+91-9845216973

--------------------------------------------------------------------------------------------------------------------
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom
they are addressed. If you have received this email in error please notify the
originator of the message or address@hidden

Any views expressed in this message are those of the individual
sender, except where the sender specifies and with authority,
states them to be the views of Huawei Technologies India Pvt. Ltd.
reply via email to

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