-
Notifications
You must be signed in to change notification settings - Fork 8
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
Problem with cgmath
#30
Comments
Heh, here's my own raze configuration verbatim:
You'll need newer-than-master rules_rust for this to work though (containing bazelbuild/rules_rust#48, bazelbuild/rules_rust#47, and bazelbuild/rules_rust#38). I use https://github.com/acmcarther/rules_rust/tree/acm-01-19-nightly , but I'm pushing these changes into upstream master ASAP |
I am using your fork from the README, I think it contains your changes.
Copy and pasting the snippet you suggested above results in an invalid BUILD file being generated for cgmath (gist). Notice line 14: there is a newline missing. Manually adding the newline makes The |
Oops, I fixed this in the remote mode, but not under vendor. I should've caught this with cargo-raze-examples, but didnt! Can you take a look at the google/cargo-raze readme and see if it addresses your concerns: https://github.com/google/cargo-raze#handling-unconventional-crates |
Yes, that docu is excellent and clears everything up. Closing this issue, thanks for your excellent support! In fact, I manage to build the |
This is probably not a bug, just a case of you're holding it wrong, but building cgmath with the generated build files does not work. An issue with generated files from a build script, I presume. I have no idea how to debug and fix this though - could you add some documentation somewhere?
The text was updated successfully, but these errors were encountered: