-
-
Notifications
You must be signed in to change notification settings - Fork 286
'io_bazel_rules_scala/dependency/thrift/scrooge_core' not declared in package 'external' #302
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
Comments
I tried downgrading and changin the version of the rules to multiple tags, including both release versions but no cigar. Right now i'musing th latest master as you can see. |
Just upgraded to bazel 0.6.1 to test it out too. Here is the error i'm getting.
|
it says I'll have to have a referenced 'external' on my workspace. |
looks like you are not loading the needed jars: you need to put Send a PR to the README maybe that would have helped you? |
by the way, we manually set up the jars when we want to set up other versions. |
oh Awesome, still new to bazel. Do i just use your bazel-deps proj on scrooge? This worked! will submit a PR. though |
I guess we don't have a test for
|
I've tried a few combinations of the these bazel-deps to get it to compile - at this point, scrooge_generator is generating code as i see compilation errors. bazel-deps: dependencies.yml
my bindings:
target
compilation errorsIt can't find the finagle_stats which is obvi there.
am I missing a bind ? Thanks! |
so this works.
The MAIN caveat was to use libthrift 0.8.0 |
I'm going to prune deps until it compiles w/ the fewest deps, but wanted to put it here in case is helpful to someone else and while i wait for approval to submit pr from the comany. |
Thanks for the updates!
…On Wed, Oct 18, 2017 at 6:07 AM, Alexander Gallego ***@***.*** > wrote:
I'm going to prune deps until it compiles w/ the fewest deps, but wanted
to put it here in case is helpful to someone else and while i wait for
approval to submit pr from the comany.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#302 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAEJdoxl1mD208MEqD0HysO6pi0zEwHNks5stiIvgaJpZM4P3Q21>
.
--
P. Oscar Boykin, Ph.D. | http://twitter.com/posco | http://pobox.com/~boykin
|
BUILD
WORKSPACE
Errors I'm getting
The text was updated successfully, but these errors were encountered: