Return-Path: Delivered-To: new-httpd-archive@hyperreal.org Received: (qmail 1141 invoked by uid 6000); 8 Jun 1998 16:00:30 -0000 Received: (qmail 1134 invoked from network); 8 Jun 1998 16:00:28 -0000 Received: from unknown (HELO gensym-nt2.gensym.com) (192.156.185.15) by taz.hyperreal.org with SMTP; 8 Jun 1998 16:00:28 -0000 Received: by gensym-nt2.gensym.com with Internet Mail Service (5.0.1458.49) id ; Mon, 8 Jun 1998 12:06:01 -0400 Message-ID: From: Ben Hyde To: "'new-httpd@apache.org'" Subject: RE: strcat compile error & mod_rewrite in 1.3.0 Date: Mon, 8 Jun 1998 12:06:00 -0400 X-Priority: 3 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.0.1458.49) Content-Type: text/plain Sender: new-httpd-owner@apache.org Precedence: bulk Reply-To: new-httpd@apache.org On Monday, June 08, 1998 11:45 AM, Jim Jagielski [SMTP:jim@jaguNET.com] wrote: > Ben Hyde wrote: > > > > > > 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. > > > > Does the official 1.3.0 tarball source have this trouble? If so, > then should we patch it and release 1.3.1?? > > -- > ======================================================================== === > Jim Jagielski ||| jim@jaguNET.com ||| http://www.jaguNET.com/ > "That's no ordinary rabbit... that's the most foul, > cruel and bad-tempered rodent you ever laid eyes on" Yes, there are two reports in dejanews at this point that match "apache strcat" It would be nice to wait and collect one or two other things before running around the loop again. - ben hyde