On Tue, 21 Oct 1997, Ben Laurie wrote: > This is the error. > > G:\NASSER\DOWNLOAD\apache_1.3b2\src>nmake -f Makefile.nt _apached > > Microsoft (R) Program Maintenance Utility Version 1.62.7022 > Copyright (C) Microsoft Corp 1988-1997. All rights reserved. > > cd os\win32 > set CFG=ApacheOS - Win32 Debug > nmake /nologo -f ApacheOS.mak > cd ..\.. > cd regex > set CFG=regex - Win32 Debug > nmake /nologo -f regex.mak > cd .. > set CFG=ApacheCore - Win32 Debug > nmake /nologo -f ApacheCore.mak > NMAKE : fatal error U1073: don't know how to make '".\main\os-inline.c"' > > Stop. > NMAKE : fatal error U1077: 'd:\PROGRA~1\DEVSTU~1\vc\bin\NMAKE.EXE' : > return code > '0x2' > Stop.
I cannot reproduce this. Can you make sure that you have a fresh copy of the 1.3b2 archive, and extract it into a new directory (not over any only copy). I've done exactly that and it works fine. The Win32 code has no reference to any such file os-inline.c - only Unix uses this file. Perhaps you had previously run Configure on Unix, then copied the files across to Windows? Paul -- Paul Sutton, Technical Director, UK Web ---- http://www.ukweb.com/~paul/ Editor, Apache Week .. the latest Apache news http://www.apacheweek.com/
