The following reply was made to PR os-windows/2713; it has been noted by GNATS.
From: Marc Slemko <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Cc: Subject: RE: os-windows/2713: nmake does not complile using makefile.nt (fwd) Date: Mon, 27 Jul 1998 15:22:57 -0700 (PDT) ---------- Forwarded message ---------- Date: Tue, 28 Jul 1998 07:05:37 +0930 From: alex <[EMAIL PROTECTED]> To: 'Marc Slemko' <[EMAIL PROTECTED]> Subject: RE: os-windows/2713: nmake does not complile using makefile.nt Sorry to trouble you Marc, Please close the report. ---------- From: Marc Slemko Sent: Tuesday, July 28, 1998 2:03 AM To: alex Cc: [EMAIL PROTECTED] Subject: RE: os-windows/2713: nmake does not complile using makefile.nt On Mon, 27 Jul 1998, alex wrote: > Hi Marc, > You've got to admit that making nmake work is next to > impossible. The makefile.nt will not work unless all the paths are No I don't. It is trivial, it has always worked just fine for me with no problem and is the primary method I (and, AFAIK, most Win32 Apache developers) use for compiling on NT. > set to the vc environment. Under dos only short path file names work Huh? You mean unless you have a development environment setup!?! Of course you need to have a development environment to compile Apache! > so nmake cannot find something like c:\program files\devstudio\vc\bin > etc, so the alternative is to move all the vc environment into the > apache_1.3.1 directory which is a nightmare. I have no idea of what you mean by "under DOS" since you are supposed to be compiling this under Windows. You claim to be doing it under NT. A command shell under NT isn't "DOS". Unless you actually provide me with the information I asked for I will have to close this report because it is impossible for me to do anything if you don't tell me what is happening. > > I can compile using the dsp files but what I really want > to be able to do is get SSL working with Apache - the dsp will not > allow this to happen as the SSL patch works on the configuration file. I'm not sure if Ben Laurie's SSL patches will work at all. > So the only hope I have is to try to get nmake working. > > > Alex > > ---------- > From: Marc Slemko > Sent: Monday, July 27, 1998 1:26 AM > To: alex cameron > Cc: [EMAIL PROTECTED] > Subject: Re: os-windows/2713: nmake does not complile using makefile.nt > > On 26 Jul 1998, alex cameron wrote: > > > >Environment: > > Win NT version 4 > > >Description: > > I'm not getting a core dump because I cannot build.. > > >How-To-Repeat: > > Just run nmake /f makefile.nt _apacher as per your documentation. nmake > > chokes on "sys/stats.h" > > You are going to have to be more specific than that. Obviously it works > for us or we wouldn't have released it. > > Please cut and paste the exact command line it is trying to run and the > exact error you get. > > In addition, we need to know what version of MSVC you are using. > >
