Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id E1806200BB2 for ; Sat, 29 Oct 2016 08:26:06 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id E0298160AF4; Sat, 29 Oct 2016 06:26:06 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 2FE41160AF1 for ; Sat, 29 Oct 2016 08:26:06 +0200 (CEST) Received: (qmail 69146 invoked by uid 500); 29 Oct 2016 06:26:05 -0000 Mailing-List: contact dev-help@quickstep.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@quickstep.incubator.apache.org Delivered-To: mailing list dev@quickstep.incubator.apache.org Received: (qmail 69135 invoked by uid 99); 29 Oct 2016 06:26:05 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 29 Oct 2016 06:26:05 +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 E5FEAC18E1 for ; Sat, 29 Oct 2016 06:26:04 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -7.019 X-Spam-Level: X-Spam-Status: No, score=-7.019 tagged_above=-999 required=6.31 tests=[KAM_LAZY_DOMAIN_SECURITY=1, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, RP_MATCHES_RCVD=-2.999] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id IGx8TlvdX9fk for ; Sat, 29 Oct 2016 06:26:04 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with SMTP id 50ECD5F54E for ; Sat, 29 Oct 2016 06:26:03 +0000 (UTC) Received: (qmail 69098 invoked by uid 99); 29 Oct 2016 06:26:02 -0000 Received: from mail-relay.apache.org (HELO mail-relay.apache.org) (140.211.11.15) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 29 Oct 2016 06:26:02 +0000 Received: from localhost.localdomain (unknown [146.151.127.210]) by mail-relay.apache.org (ASF Mail Server at mail-relay.apache.org) with ESMTPSA id 3E85B1A0055 for ; Sat, 29 Oct 2016 06:26:02 +0000 (UTC) Subject: Re: Xcode 8 To: dev@quickstep.incubator.apache.org References: <7E58D85E-5F7A-4983-AC3B-CDA6FA5A895D@gmail.com> From: Hakan Memisoglu Organization: Apache Quickstep Message-ID: Date: Sat, 29 Oct 2016 01:26:01 -0500 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 MIME-Version: 1.0 In-Reply-To: <7E58D85E-5F7A-4983-AC3B-CDA6FA5A895D@gmail.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit archived-at: Sat, 29 Oct 2016 06:26:07 -0000 Hi Jignesh, I do not have a Macbook to test the fix, but can you try 'glog-fix-apple' branch? On 10/28/2016 02:12 PM, Jignesh Patel wrote: > As some of you probably know, the code does not compile when you upgrade to XCode 8. An example error message is: > > > > quickstep/third_party/glog/src/raw_logging.cc:153:3: 'syscall' is deprecated: first deprecated in macOS 10.12 - syscall(2) is unsupported; please switch to a supported interface. For SYS_kdebug_trace use kdebug_signpost(). > > > > So, don’t rush to upgrade to XCode 8. > > > > Cheers, > > Jignesh > >