drake-tutorial icon indicating copy to clipboard operation
drake-tutorial copied to clipboard

Error while trying Compile and execute "Hello, Drake" example

Open dvogureckiy99 opened this issue 1 year ago • 2 comments

I run this

bazel run //examples/hello:hello_exe`

I have got this:

dmitriy@dmitriy:~/git/drake$ bazel run //examples/hello:hello_exe ERROR: /home/dmitriy/git/drake/examples/hello/BUILD.bazel:7:16: no such target '//common:text_logging_gflags': target 'text_logging_gflags' not declared in package 'common' (did you mean 'add_text_logging_gflags'?) defined by /home/dmitriy/git/drake/common/BUILD.bazel and referenced by '//examples/hello:hello_exe' ERROR: Analysis of target '//examples/hello:hello_exe' failed; build aborted: Analysis failed INFO: Elapsed time: 2.463s INFO: 0 processes. FAILED: Build did NOT complete successfully (4 packages loaded, 1 ta
FAILED: Build did NOT complete successfully (4 packages loaded, 1 ta
rget configured)

dvogureckiy99 avatar Jul 11 '22 16:07 dvogureckiy99