This is the mail archive of the cygwin@sources.redhat.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Doubt



On 24 Oct 2000, Nagendra Kumar Jalapati wrote:

> Hi,
> 
> I have a small problem while running make files.
> 
> 41 EJBS	= com/id/comos/persistence/ejb_ObjectPersistence.jar \
> 42	   com/id/comos/persistence/common/ejb_PersistentObject.jar \
> 43	   com/vyoma/mela/market/ejb_marketplace.jar
> 
> Above is the code in my Makefile.When i say make clean or make all iam getting the following error.
> 
> Makefile:42: *** commands commence before first target.  Stop.

  Does it heppen also if you make line 41 a 'long line' (without '\') ?

> 
> If i comment the 42 and 43 lines and run make all or make clean then iam getting the following error.
> 
> assertion "*p2 != '\0'" failed: file "/src/make/read.c", line 866
>       0 [sig] make 1072 stackdump: Dumping stack trace to make.exe.stackdump
> 

  Did you remove the '\' at the end of 41 when you comment out lines
  42-43?

> 
> Can i get a solution for this case.What excatly may be the reason for these errors.
> 

Try to check also if there are some spare cr\lf in this lines or in the
end of line 41.(I check it by using hexlify-buffer in emacs on the
makefile.)


> Regards
> Nagendra
> 

     Avraham

--------------------------------------
Avraham H. Fraenkel 

comMATCH
email : avraham.fraenkel@comMATCH.com
URL   : www.comMATCH.com
---------------------------------------
           Visit Us: 
Telecom Israel     ITU Asia Telecom
Israel             Hong-Kong
Nov 6-9            Dec 4-9
Booth Telrad       Booth 1811
www.telecom.co.il  www.itu.int/asia2000
---------------------------------------




--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]