stanford-futuredata / noscope

Accelerating network inference over video
http://dawn.cs.stanford.edu/2017/06/22/noscope/
436 stars 122 forks source link

Error in bazel build #52

Open bharatik-IISc opened 3 years ago

bharatik-IISc commented 3 years ago

Unable to build using bazel While running bazel build -c opt --copt=-mavx2 --config=cuda --verbose_failures --cxxopt="-D_GLIBCXX_USE_CXX11_ABI=0" noscope

Error : js_embed: symbol _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE9_M_createERmm, version GLIBCXX_3.4.21 not defined in file libstdc++.so.6 with link time reference

errBazel

ddkang commented 3 years ago

What version of bazel are you using? This doesn't look like an error in NoScope.

bharatik-IISc commented 3 years ago

Bazel version : 0.5.4

bharatik-IISc commented 3 years ago

Will it be possible to share a docker version of the environment ?