You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@quickstep.apache.org by "Saket Saurabh (JIRA)" <ji...@apache.org> on 2016/12/06 15:52:58 UTC

[jira] [Created] (QUICKSTEP-65) Quickstep fails to build on Mac OSX 10.12

Saket Saurabh created QUICKSTEP-65:
--------------------------------------

             Summary: Quickstep fails to build on Mac OSX 10.12
                 Key: QUICKSTEP-65
                 URL: https://issues.apache.org/jira/browse/QUICKSTEP-65
             Project: Apache Quickstep
          Issue Type: Bug
            Reporter: Saket Saurabh


Quickstep build on Mac OSX 10.12 fails due to deprecation of certain system APIs in the new OSX version. The Quickstep code does not rely on these deprecated APIs, but it is the protobuf library which uses these deprecated APIs. [See: https://github.com/google/protobuf/issues/2182]
Although, this has been resolved in the latest master of protobuf [See: https://github.com/google/protobuf/pull/2337], Quickstep protobuf cmake integration file has to be updated resolve this.

As this is turning out to be a blocker for the dev environment, this JIRA proposes a quick short-term fix for this issue by specifically turning off deprecation errors on OSX 10.12 platform. The more stable long-term fix would be to port the protobuf_cmake to the newest protobuf version. However, that requires some non-trivial effort and will be done through a separate JIRA.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)