You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by "William A. Rowe, Jr." <wr...@rowe-clan.net> on 2005/12/05 22:30:45 UTC

Re: [http-2.0/win32]: Change request for building win32 version

Francis ANDRE wrote:
> 
> Whan building http-2.0 apache server for win32, the build lauched with 
> nmake stops if one of the module is not present (in my case as show in 
> the traces).
> 
> In order to be able to build a full apache server even if thoses modules 
> are not ready, I would suggest to put a /I option on the nmake 
> invocation that copies the modules.
> 
> The /I flags allows nmake to continue while subcommands returns a code 
> different from 0

In general, I'm against this because it's too easy to ship a source version
or binaries with missing modules.  The behavior is no different than the
unix build.

Bill