You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by W G Stoddard <wg...@us.ibm.com> on 1998/06/23 22:28:34 UTC

Update Win32 makefiles

Ben,
Thanks for updating src/ap/ap.mak and ap.dsp in cvs... I was just about to post
a patch!

Where did the external dependency on types.h and stat.h in the release build
come from?

Bill Stoddard
wgstodda@us.ibm.com

Re: Update Win32 makefiles

Posted by Bill Stoddard <wg...@us.ibm.com>.
Ben Laurie wrote:

> W G Stoddard wrote:
> >
> > Ben,
> > Thanks for updating src/ap/ap.mak and ap.dsp in cvs... I was just about to post
> > a patch!
> >
> > Where did the external dependency on types.h and stat.h in the release build
> > come from?
>
> Err, pass! Ask Bill (Gates)! All I did was export the Makefile from
> VC++.
>
> I can try doing an update dependencies and exporting again if its a
> problem.
>
> Cheers,
>
> Ben.
>
> --
> Ben Laurie            |Phone: +44 (181) 735 0686| Apache Group member
> Freelance Consultant  |Fax:   +44 (181) 735 0689|http://www.apache.org/
> and Technical Director|Email: ben@algroup.co.uk |
> A.L. Digital Ltd,     |Apache-SSL author     http://www.apache-ssl.org/
> London, England.      |"Apache: TDG" http://www.ora.com/catalog/apache/
>
> WE'RE RECRUITING! http://www.aldigital.co.uk/recruit/

Ben, your patch works fine on my system; no problems to report.

The operation of VC++ export makefile is, ummm,  nonintuitive.... I deleted
ap_strings.c from ap.dsp, exported the makefile and discovered the makefile had a new
dependency, on $(INCLUDE)\dirent.h -in my cygwin32 libraries-! Had I created a patch
based on this makefile, it would have failed on everyones system but mine.  I deleted
the cygwin32 include path from DevStudio and the 'dependency' went away! And I've no
idea where the dependency on stat.h and types.h comes from...

Bill Stoddard
wgstodda@us.ibm.com




Re: Update Win32 makefiles

Posted by Ben Laurie <be...@algroup.co.uk>.
W G Stoddard wrote:
> 
> Ben,
> Thanks for updating src/ap/ap.mak and ap.dsp in cvs... I was just about to post
> a patch!
> 
> Where did the external dependency on types.h and stat.h in the release build
> come from?

Err, pass! Ask Bill (Gates)! All I did was export the Makefile from
VC++.

I can try doing an update dependencies and exporting again if its a
problem.

Cheers,

Ben.

-- 
Ben Laurie            |Phone: +44 (181) 735 0686| Apache Group member
Freelance Consultant  |Fax:   +44 (181) 735 0689|http://www.apache.org/
and Technical Director|Email: ben@algroup.co.uk |
A.L. Digital Ltd,     |Apache-SSL author     http://www.apache-ssl.org/
London, England.      |"Apache: TDG" http://www.ora.com/catalog/apache/

WE'RE RECRUITING! http://www.aldigital.co.uk/recruit/