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

修正编译过程中遇到的一些问题 #8

Merged
merged 2 commits into from
Jun 15, 2018

Commits on Jun 15, 2018

  1. 修正编译问题

    修正:
    1. deploy_tars.sh在 tars 没有编译成功时,仍返回正确的问题,该问题会导致 deploy 带着缺失 tars 的错误继续向下执行
    2. 修正Tseer和 TseerAgent 的 CMakeLists.txt缺少-std=c++11选项的问题
    3. 修正 TseerAgent 里一处makepair 显示指定类型导致类型推断错误的问题
    troycheng committed Jun 15, 2018
    Configuration menu
    Copy the full SHA
    cca55a0 View commit details
    Browse the repository at this point in the history
  2. 修正 gcc 依赖版本

    修正依赖的 GCC 版本,需要支持完成的 c++11
    troycheng committed Jun 15, 2018
    Configuration menu
    Copy the full SHA
    2c45fd9 View commit details
    Browse the repository at this point in the history