You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are moving our Dart SDK to bazel soon. I hope I will get more exposure to bazel then.
Once I'm a bit more comfortable with bazel I will update the README.
double-conversion/bignum-dtoa.cc:30:10: fatal error: double-conversion/bignum-dtoa.h: No such file or directory
#include <double-conversion/bignum-dtoa.h>
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
I think bazel expects you to quote them as "double-conversion/bignum-dtoa.h".
Update README file to also include info on how to build with using Bazel @mzhaom? Thanks!
The text was updated successfully, but these errors were encountered: