Hi,

> I used to get a very similar message on Win98 - never did get around to 
> fixing it but, iirc, it was only a warning and didn't seem to matter.
> 
> Do you think it's causing something to fail for you ?

 I am not sure about that. But what I can say for certain is that it 
produces incorect Makefile. When one tries to 'make' the 'Makefile', error 
appears:

MS version of 'make' utility:
___________________________________________________________________________
 $ nmake -f Makefile
Microsoft (R) Program Maintenance Utility   Version 6.00.8168.0
Copyright (C) Microsoft Corp 1988-1998. All rights reserved.

makefile(1520) : fatal error U1087: cannot have : and :: dependents for 
same target
Stop.
___________________________________________________________________________

GNU 'make':
___________________________________________________________________________
 $ make -f Makefile
Makefile:1504: *** missing separator.  Stop.
___________________________________________________________________________

This perfectly works under Linux (using the same version of bash, make 
etc). Do I have to manualy fix all ':' to '::' or there is another 
solution.

Thanks in advance :),
Artem.
 
> 
> It's quite ok for Windows to be using MM_Unix.pm, btw.
> 
> Cheers,
> Rob
> 
> 
> 
> 

Reply via email to