alpaca-trade-api-cpp icon indicating copy to clipboard operation
alpaca-trade-api-cpp copied to clipboard

Build issue

Open zumpchke opened this issue 4 years ago • 0 comments

$ bazel build //alpaca                                                         
INFO: Analyzed target //alpaca:alpaca (0 packages loaded, 0 targets configured).
INFO: Found 1 target...
ERROR: /home/vanush/.cache/bazel/_bazel_vanush/dbee3e231e55c20865ee60e0bcbc3a02/external/com_github_google_boringssl/BUILD:131:1: undeclared inclusion(s) in rule '@com_github_google_boringssl//:crypto':
this rule is missing dependency declarations for the following files included by 'external/com_github_google_boringssl/src/crypto/bytestring/cbb.c':
  '/usr/lib/gcc/x86_64-linux-gnu/9/include/stddef.h'
  '/usr/lib/gcc/x86_64-linux-gnu/9/include/stdint.h'
  '/usr/lib/gcc/x86_64-linux-gnu/9/include/limits.h'
  '/usr/lib/gcc/x86_64-linux-gnu/9/include/syslimits.h'
  '/usr/lib/gcc/x86_64-linux-gnu/9/include/stdarg.h'
  '/usr/lib/gcc/x86_64-linux-gnu/9/include/stdalign.h'
Target //alpaca:alpaca failed to build
Use --verbose_failures to see the command lines of failed build steps.
INFO: Elapsed time: 0.494s, Critical Path: 0.41s
INFO: 0 processes.
FAILED: Build did NOT complete successfully
gcc (Ubuntu 9.3.0-10ubuntu2~16.04) 9.3.0
Copyright (C) 2019 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

zumpchke avatar Jul 27 '20 09:07 zumpchke