[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Compiling ns....
On Mon, 11 Jan 1999 16:44:33 EST, "Sukesh Garg" wrote:
>Hi,
> I am compiling ns(Windows) for a project in school...
>
> On trying to compile ns i got the following error
>
>
>"Makefile.in is newer than Makefile."
>"You need to re-run configure."
> false
>The name specified is not recognized as an
>internal or external command, operable program or batch file.
>NMAKE : fatal error U1077: 'false' : return code '0x1'
>Stop.
>
>
>I have also applied the patch given by Brett Vickers......
>
>Thanks alot for any help....
This check indicates that the configure script is newer than the
Makefile. Under Unix, you would fix it by running configure.
Work-around: Under windows you can't run configure, so just ignore it
(comment out the check).
The check will be eliminated in the next release.
-John Heidemann