Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

third_party下autoinstall.sh脚本安装glog错误 #174

Open
drusong opened this issue Dec 6, 2019 · 0 comments
Open

third_party下autoinstall.sh脚本安装glog错误 #174

drusong opened this issue Dec 6, 2019 · 0 comments

Comments

@drusong
Copy link

drusong commented Dec 6, 2019

  1. 编译和安装: 原来脚本第149行 执行 ./autogen.sh 进行glog configure,而现版本glog已无脚本。
    建议改成 ./configure
  2. Spelling. 项目实现清晰,但是在代码和注释中有比较多的拼写错误。
    譬如:src/algorithm/learner_sender.h 47行:
    const bool Comfirm(const uint64_t llBeginInstanceID, const nodeid_t iSendToNodeID);
    应为const bool Confirm(const uint64_t llBeginInstanceID, const nodeid_t iSendToNodeID);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant