Closed kebugcheckex closed 6 years ago
Note that you must use Bazel v0.3.1, no other version. Please see the README.md. Also note that the version of Bazel referenced in the WORKSPACE file is just to access some third-party items in their tree, and is not reflective of the actual version of Bazel that you're running to do the build. You had to install Bazel on your machine yourself, so check that version (type "bazel version").
I'll close this for now, but if the issue persists with v0.3.1, please let me know.
I am building mosh-chrome on Ubuntu 16.04, and I got the following error message
Google the error message
name 'HOST_CFG' is not defined
I found https://github.com/bazelbuild/bazel/pull/1769 on Bazel's issue tracker. They fixed this in a later version by changing this tohost
. However, the version of Bazel checked out here is 0.3.0 (2016-06-10) according togit log
. I tried to update theWORKSPACE
file to use the latest version of Bazel. Apparently the directory structure changed and I got this errorIs there any workaround to this?