You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Ben Hyde <bh...@gensym.com> on 1998/06/08 16:05:23 UTC

strcat compile error & mod_rewrite in 1.3.0

I'm sorry but I screwed up.  If you compile the release 
on NT as per the directions you get this error:

cl.exe /nologo /MD /W3 /GX /O2 /I "..\..\include" /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "NO_DBM_REWRITEMAP" /D "SHARED_MODULE" /Fp".\ApacheModuleRewriteR\ApacheModuleRewrite.pch" /YX /Fo".\ApacheModuleRewriteR\\" /Fd".\ApacheModuleRewriteR\\" /FD /c ..\..\modules\standard\mod_rewrite.c
mod_rewrite.c
..\..\modules\standard\mod_rewrite.c(3197) : warning C4020: 'strcat' : too many actual parameters
..\..\modules\standard\mod_rewrite.c(3197) : error C2167: 'strcat' : too many actual parameters for intrinsic function
NMAKE : fatal error U1077: 'cl.exe' : return code '0x2'
Stop.
NMAKE : fatal error U1077: 'C:\tools\DevStudio5\VC\BIN\NMAKE.EXE' : return code '0x2'

This is fixed in CVS.  Apparently the tape was made
during a window when this was in the sources.  If
I review my build logs it was reported on May30th,
but I didn't pass on the info.

I must have been doing something else at the time.

   - ben