Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add instructions for building with Bazel? #21

Open
tfarina opened this issue Nov 16, 2015 · 2 comments
Open

Add instructions for building with Bazel? #21

tfarina opened this issue Nov 16, 2015 · 2 comments

Comments

@tfarina
Copy link
Contributor

tfarina commented Nov 16, 2015

Update README file to also include info on how to build with using Bazel @mzhaom? Thanks!

@floitsch
Copy link
Collaborator

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.

@smahapatra1
Copy link

bazel build //... gives the following error:

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".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants