The following reply was made to PR os-windows/1258; it has been noted by GNATS.

From: nasser abbasi <[EMAIL PROTECTED]>
To: Paul Sutton <[EMAIL PROTECTED]>
Cc: [EMAIL PROTECTED]
Subject: Re: os-windows/1258: can not build Apache 1.3b2 in debug using 
Makefile.nt
Date: Wed, 22 Oct 1997 05:52:01 -0700

 Paul Sutton wrote:
 
 > 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?
 >
 >
 
 I have just finished deleting the earlier folder (directory) that
 contained apache, andgunip'ed a new one, and still get the same error.
 apache 1.3b2 on NT, service pack 3.
 
 thanks,
 Nasser
 
------------------------------------------------------------------------------------
 
 G:\NASSER\DOWNLOAD\apache_1.3b2>ls -lrt
 total 83
 drwxrwxrwx   1 Everyone        Everyone              0 Oct 22 05:49 src
 drwxrwxrwx   1 Everyone        Everyone              0 Oct 22 05:49
 cgi-bin
 drwxrwxrwx   1 Everyone        Everyone              0 Oct 22 05:49 CVS
 drwxrwxrwx   1 Everyone        Everyone              0 Oct 22 05:49
 htdocs
 drwxrwxrwx   1 Everyone        Everyone              0 Oct 22 05:49 conf
 
 -rwxrwxrwa   1 Everyone        Everyone           6530 Oct 22 05:49
 README.NT
 -rwxrwxrwa   1 Everyone        Everyone           3477 Oct 22 05:49
 README
 -rwxrwxrwa   1 Everyone        Everyone            647 Oct 22 05:49
 Makefile
 -rwxrwxrwa   1 Everyone        Everyone           2671 Oct 22 05:49
 LICENSE
 -rwxrwxrwa   1 Everyone        Everyone           8885 Oct 22 05:49 KEYS
 
 -rwxrwxrwa   1 Everyone        Everyone           6159 Oct 22 05:49
 CHANGES
 -rwxrwxrwa   1 Everyone        Everyone          11883 Oct 22 05:49
 ABOUT_APACHE
 
 drwxrwxrwx   1 Everyone        Everyone              0 Oct 22 05:49 logs
 
 drwxrwxrwx   1 Everyone        Everyone              0 Oct 22 05:49
 icons
 
 G:\NASSER\DOWNLOAD\apache_1.3b2>cd src
 
 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
         if not exist ".\ApacheOSD/" mkdir ".\ApacheOSD"
         cl.exe @C:\TEMP\nma00211.
 os.c
         link.exe -lib @C:\TEMP\nmb00211.
         cd ..\..
         cd regex
         set CFG=regex - Win32 Debug
         nmake /nologo -f regex.mak
         if not exist ".\Debug/" mkdir ".\Debug"
         cl.exe @C:\TEMP\nma00207.
 regcomp.c
 regcomp.c(1061) : warning C4018: '<' : signed/unsigned mismatch
 regcomp.c(1092) : warning C4018: '<' : signed/unsigned mismatch
 regcomp.c(1095) : warning C4018: '==' : signed/unsigned mismatch
 regcomp.c(1119) : warning C4018: '<' : signed/unsigned mismatch
 regcomp.c(1139) : warning C4018: '<' : signed/unsigned mismatch
 regerror.c
 regexec.c
 engine.c(152) : warning C4018: '<=' : signed/unsigned mismatch
 engine.c(209) : warning C4018: '<' : signed/unsigned mismatch
 engine.c(210) : warning C4018: '<=' : signed/unsigned mismatch
 engine.c(152) : warning C4018: '<=' : signed/unsigned mismatch
 engine.c(209) : warning C4018: '<' : signed/unsigned mismatch
 engine.c(210) : warning C4018: '<=' : signed/unsigned mismatch
 regfree.c
         link.exe -lib @C:\TEMP\nmb00207.
         bscmake.exe @C:\TEMP\nmc00207.
         cd ..
         set CFG=ApacheCore - Win32 Debug
         nmake /nologo -f ApacheCore.mak
         if not exist ".\CoreD/" mkdir ".\CoreD"
 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.
 
 G:\NASSER\DOWNLOAD\apache_1.3b2\src>
 
 
 
 

Reply via email to