Return-Path: X-Original-To: apmail-apr-dev-archive@www.apache.org Delivered-To: apmail-apr-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 92A0C10BBE for ; Wed, 21 Aug 2013 02:13:47 +0000 (UTC) Received: (qmail 65947 invoked by uid 500); 21 Aug 2013 02:13:47 -0000 Delivered-To: apmail-apr-dev-archive@apr.apache.org Received: (qmail 65893 invoked by uid 500); 21 Aug 2013 02:13:47 -0000 Mailing-List: contact dev-help@apr.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Id: Delivered-To: mailing list dev@apr.apache.org Received: (qmail 65885 invoked by uid 99); 21 Aug 2013 02:13:47 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 21 Aug 2013 02:13:47 +0000 X-ASF-Spam-Status: No, hits=0.0 required=5.0 tests=RCVD_IN_DNSWL_NONE X-Spam-Check-By: apache.org Received-SPF: error (nike.apache.org: local policy) Received: from [68.178.252.107] (HELO p3plsmtpa11-06.prod.phx3.secureserver.net) (68.178.252.107) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 21 Aug 2013 02:13:38 +0000 Received: from hub ([76.252.112.72]) by p3plsmtpa11-06.prod.phx3.secureserver.net with id FECu1m00M1Zmh9Y01ECvjW; Tue, 20 Aug 2013 19:12:56 -0700 Date: Tue, 20 Aug 2013 21:12:53 -0500 From: "William A. Rowe Jr." To: Jeff Trawick Cc: APR Developer List Subject: Re: Did anybody ever play with cmake+apr and/or have any advice applicable to cmake+apr? Message-ID: <20130820211253.66b51467@hub> In-Reply-To: References: X-Mailer: Claws Mail 3.9.0 (GTK+ 2.24.13; x86_64-redhat-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org On Tue, 20 Aug 2013 15:47:46 -0400 Jeff Trawick wrote: > I plan to spend some time tilting at that windmill starting later this > week, for the purposes of getting a flexible build on Windows. > Enough time to get something working? Dunno :( Feel free to attack it from either angle, once we have a unix or a windows starting point, the rest is straightforward. I've looked some at what it will take. Was going to use what the pcre project has done as a starting point.