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 DB31F18F56 for ; Tue, 18 Aug 2015 07:27:51 +0000 (UTC) Received: (qmail 74994 invoked by uid 500); 18 Aug 2015 07:27:51 -0000 Delivered-To: apmail-apr-dev-archive@apr.apache.org Received: (qmail 74910 invoked by uid 500); 18 Aug 2015 07:27:51 -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 74900 invoked by uid 99); 18 Aug 2015 07:27:51 -0000 Received: from Unknown (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 18 Aug 2015 07:27:51 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id 1EE6DC0856 for ; Tue, 18 Aug 2015 07:27:51 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 1 X-Spam-Level: * X-Spam-Status: No, score=1 tagged_above=-999 required=6.31 tests=[KAM_LAZY_DOMAIN_SECURITY=1] autolearn=disabled Received: from mx1-eu-west.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id 3o7RrKPAo9Uh for ; Tue, 18 Aug 2015 07:27:49 +0000 (UTC) Received: from deepth.de (deepth.de [81.169.159.190]) by mx1-eu-west.apache.org (ASF Mail Server at mx1-eu-west.apache.org) with ESMTPS id 58A9220F4F for ; Tue, 18 Aug 2015 07:27:49 +0000 (UTC) Received: from b2b-130-180-18-42.unitymedia.biz ([130.180.18.42] helo=[192.168.3.122]) by deepth.de with esmtpa (Exim 4.72) (envelope-from ) id 1ZRbJ8-000487-PY for dev@apr.apache.org; Tue, 18 Aug 2015 09:27:42 +0200 Subject: Re: Build APR with Visual Studio 2015 To: dev@apr.apache.org References: <55D1F981.6050304@egosoft.com> <55D206B0.1080405@apache.org> From: Stefan Hett Message-ID: <55D2DE6E.50209@egosoft.com> Date: Tue, 18 Aug 2015 09:27:42 +0200 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.2.0 MIME-Version: 1.0 In-Reply-To: <55D206B0.1080405@apache.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Hi, > On 17.08.2015 17:10, Stefan Hett wrote: >> Hi Tomi, >>> [...] >> APR doesn't build out of the box with VS 2015. > Yes it does. Just use the CMake build and it works fine; I built the > latest 1.5 with no problems. Haven't tried 2.0 or 1.6, but I don't > expect any issues there, either. > > -- Brane > Absolutely right (as usual :) ). Should have thought about that path. Was just too stuck on the instructions from the README file (since the README.cmake is still marked as experimental). -- Regards, Stefan Hett