On 4/10/23 11:37 PM, BUSH Steve wrote:
> I just downloaded the apache 2.4.57 source code and attempting to compile on 
> Windows, mod_rewrite.c fails with this error:
> 

> 
> I fixed it for my local build by editing modules/mapper/mod_rewrite.mak and 
> updating the CPP_PROJ= lines to include the following
> highlighted additions:
> 
> CPP_PROJ=/nologo /MD /W3 /Zi /O2 /Oy- /I "../../include" /I "../../server" /I 
> "../database" /I "../ssl" /I
> "../../srclib/apr/include" /I "../../srclib/apr-util/include" /D "NDEBUG" /D 
> "WIN32" /D "_WINDOWS" /Fo"$(INTDIR)\\"
> /Fd"$(INTDIR)\mod_rewrite_src" /FD /c
> 
> and
> 
>                 CPP_PROJ=/nologo /MDd /W3 /Zi /Od /I "../../include" /I 
> "../../server" /I "../database" /I "../ssl" /I
> "../../srclib/apr/include" /I "../../srclib/apr-util/include" /D "_DEBUG" /D 
> "WIN32" /D "_WINDOWS" /Fo"$(INTDIR)\\"
> /Fd"$(INTDIR)\mod_rewrite_src" /FD /EHsc /c

http://svn.apache.org/viewvc?view=revision&revision=1908937
http://svn.apache.org/viewvc?view=revision&revision=1909061

Thanks for the hint of the second location.

Regards

Rüdiger

Reply via email to