[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: fatel error
From: |
Rajanikanth T - TLS, Bangalore |
Subject: |
RE: fatel error |
Date: |
Tue, 8 Aug 2006 17:41:23 +0530 |
Hi,
I tried all the possibilities given by you but still I don't see any
improvement? Will there be any problem with editor I am using? I connected
unix server from ms-dos and edit this files in it.
Will there be any problem such?
-----Original Message-----
From: address@hidden
[mailto:address@hidden On Behalf Of
address@hidden
Sent: Tuesday, August 08, 2006 2:14 PM
To: address@hidden
Subject: Re: fatel error
On Tue, 8 Aug 2006, Rajanikanth T - TLS, Bangalore wrote:
> Hi all,
>
> I got fatal error for the below code.. What could be the problem?? Is it a
> version problem?? Pease some one help me
>
>
>
> #start
>
> All:
>
> @echo testing...
>
>
>
> Ifdef DEBUG
>
> @echo debug enabled
>
> Endif
>
> #end
>
>
>
> Error I got is->
>
> address@hidden:pts/11<55>make
>
> make: Fatal error in reader: Makefile, line 4: Unexpected end of line seen
1. Make sure that command lines begin with tab characters instead of spaces.
2. The directives should be spelled ifdef and endif instead of Ifdef and
Endif. i.e. they are case-sensitive. Hopefully this is just your mail
editor and not in your original makefile.
3. You should remove any blank lines within a rule, i.e. between the All:
and the endif, because they can sometimes have unexpected consequences.
4. Please indicate your version of make, by typing make -v .
Thanks,
Lee
_______________________________________________
Help-make mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/help-make
DISCLAIMER
The contents of this e-mail and any attachment(s) are confidential and intended
for the
named recipient(s) only. It shall not attach any liability on the originator or
HCL or its
affiliates. Any views or opinions presented in this email are solely those of
the author and
may not necessarily reflect the opinions of HCL or its affiliates. Any form of
reproduction,
dissemination, copying, disclosure, modification, distribution and / or
publication of this
message without the prior written consent of the author of this e-mail is
strictly
prohibited. If you have received this email in error please delete it and
notify the sender
immediately. Before opening any mail and attachments please check them for
viruses and
defect.
- fatel error, Rajanikanth T - TLS, Bangalore, 2006/08/08
- RE: fatel error,
Rajanikanth T - TLS, Bangalore <=
- RE: fatel error, Rajanikanth T - TLS, Bangalore, 2006/08/08