From wrowe@rowe-clan.net Fri Nov 12 16:48:51 2004 Return-Path: Mailing-List: contact dev-help@apr.apache.org; run by ezmlm Delivered-To: mailing list dev@apr.apache.org Received: (qmail 47887 invoked by uid 99); 12 Nov 2004 16:48:51 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FORGED_RCVD_HELO X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from [207.155.248.4] (HELO repulse.cnchost.com) (207.155.248.4) by apache.org (qpsmtpd/0.28) with ESMTP; Fri, 12 Nov 2004 08:48:48 -0800 Received: from rcsv650.rowe-clan.net (c-24-13-128-132.client.comcast.net [24.13.128.132]) by repulse.cnchost.com id LAA08269; Fri, 12 Nov 2004 11:48:32 -0500 (EST) [ConcentricHost SMTP Relay 1.17] Errors-To: Message-Id: <6.1.2.0.2.20041112103026.0d4b9ec0@pop3.rowe-clan.net> X-Sender: admin%rowe-clan.net@pop3.rowe-clan.net (Unverified) X-Mailer: QUALCOMM Windows Eudora Version 6.1.2.0 Date: Fri, 12 Nov 2004 10:35:11 -0600 To: "David Christie" From: "William A. Rowe, Jr." Subject: Re: Win32 project building Cc: In-Reply-To: <000401c4c88d$f4628de0$6800a8c0@dclaptop> References: <4176AFBF.8080606@mozdev.org> <4176B74D.7040509@mozdev.org> <4176D1E0.3050207@mozdev.org> <000401c4c88d$f4628de0$6800a8c0@dclaptop> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" X-Virus-Checked: Checked At 02:02 AM 11/12/2004, David Christie wrote: >Then I tried the dynamic libraries (project libaprutil). It failed immediately with: > >--------------------Configuration: libapr - Win32 Debug------------------- >Creating apr.h from apr.hw >Creating Version Resource >Compiling resources... >C:\ORG\apache\apr\libapr.rc (3): error RC2127 : version WORDs separated by commas expected >C:\ORG\apache\apr\libapr.rc (3): error RC2167 : unrecognized VERSIONINFO field; BEGIN or comma expected >Error executing rc.exe. Which flavor of awk are you using? We strongly recommend the one cited on the 'building_win32' page. DJGPP and GNU awk were both flawed in 3.0.3-3.0.6. You can try manually adjusting that file for valid version tags. Using some clever macros - we may eliminiate the dynamic creation of VERSIONINFO tags in the coming few weeks - It's already in the incubation/httpd/cli/trunk/mod_aspdotnet/ included version file to generate different flavors of the version token, since we need both comma and period delimited flavors. I'll try backporting this change. About your static build - it sounds somehow fatally flawed. I will try to reproduce; note we use VC6 for our dev, test and release, usually. I've used the VC6 built apr in 2003 studio projects, but haven't tried building on 2003 studio in a while. Bill