Github user myui commented on the issue:
https://github.com/apache/incubator-hivemall/pull/24
LGTM. Could you update ASF master as follows:
```
git checkout master
git checkout -b CheckCompiler
git pull https://github.com/maropu/incubator-hivemall.git
hotfix/CheckCompiler
git log | grep "Author" | head -1
git checkout master
git merge --squash hotfix/CheckCompiler
git commit -a --author="Takeshi Yamamuro <[email protected]>" --message="Close
#24: Print explicit error messages in building xgboost with clang"
git push origin master
```
Note that it assumes that `origin` is
https://git-wip-us.apache.org/repos/asf/incubator-hivemall.git
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---