You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@heron.apache.org by GitBox <gi...@apache.org> on 2019/12/10 08:01:20 UTC

[GitHub] [incubator-heron] nwangtw opened a new pull request #3420: update bazel_config for Mac OS 10.14

nwangtw opened a new pull request #3420: update bazel_config for Mac OS 10.14
URL: https://github.com/apache/incubator-heron/pull/3420
 
 
   On my Mac OS 10.14, bazel_config.py doesn't work because of the following two comands:
   
   1. $ cpp --version
   It shows this version string:
   "Apple clang version 11.0.0 (clang-1100.0.33.12)" and the config script can't recognize it.
   
   2. $ glibtool
   It is not found. "libtool" is available instead.
   
   The PR updates the cpp version parsing, and use libtool instead of glibtool on Mac.
   
   I am wondering if you guys have the same outputs from the two commands above.
   
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services