Return-Path: Delivered-To: apmail-httpd-dev-archive@www.apache.org Received: (qmail 17889 invoked from network); 21 Jan 2011 15:57:00 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 21 Jan 2011 15:57:00 -0000 Received: (qmail 74625 invoked by uid 500); 21 Jan 2011 15:56:59 -0000 Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 74252 invoked by uid 500); 21 Jan 2011 15:56:55 -0000 Mailing-List: contact dev-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list dev@httpd.apache.org Received: (qmail 74230 invoked by uid 99); 21 Jan 2011 15:56:54 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 21 Jan 2011 15:56:54 +0000 X-ASF-Spam-Status: No, hits=0.7 required=10.0 tests=RCVD_IN_DNSWL_NONE,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: 76.96.30.17 is neither permitted nor denied by domain of jim@jagunet.com) Received: from [76.96.30.17] (HELO qmta10.emeryville.ca.mail.comcast.net) (76.96.30.17) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 21 Jan 2011 15:56:44 +0000 Received: from omta12.emeryville.ca.mail.comcast.net ([76.96.30.44]) by qmta10.emeryville.ca.mail.comcast.net with comcast id yFRT1f0040x6nqcAAFwPQ2; Fri, 21 Jan 2011 15:56:23 +0000 Received: from [192.168.199.10] ([69.251.84.64]) by omta12.emeryville.ca.mail.comcast.net with comcast id yFwM1f00Y1PGofZ8YFwNHQ; Fri, 21 Jan 2011 15:56:23 +0000 Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Apple Message framework v1082) Subject: Re: FYI - httpd-trunk build errors From: Jim Jagielski In-Reply-To: <1295581392.a3c0787cgls@gknw.net> Date: Fri, 21 Jan 2011 10:56:20 -0500 Content-Transfer-Encoding: quoted-printable Message-Id: <908A20CE-0953-4FBF-96FD-DBF505014AA6@jaguNET.com> References: <1295581392.a3c0787cgls@gknw.net> To: dev@httpd.apache.org X-Mailer: Apple Mail (2.1082) X-Virus-Checked: Checked by ClamAV on apache.org On Jan 20, 2011, at 10:43 PM, Gregg L. Smith wrote: >=20 > ------ Rebuild All started: Project: mod_slotmem_shm, Configuration: = Release Win32 ------ > Deleting intermediate and output files for project 'mod_slotmem_shm', = configuration 'Release|Win32' > Compiling... > mod_slotmem_shm.c > .\mod_slotmem_shm.c(240) : error C2036: 'void *' : unknown size This maps to: ptr +=3D mem->desc.size; I don't see how this line has changed in *months* In any case, arith on void* is kinda not kosher, so we should cast to char* and then back again...=