zjturner

Results 75 comments of zjturner

So even my above idea didn't work, because I found some cases where include lines would be printed after the error message. the best heuristic I can find is that...

That’s too bad. Can you shed some light on why? What kind of use cases does meta have for which the jre alone isn’t sufficient to build everything you need...

Yea, I understand that. In this case, the first error I ran into is that there is a tool missing. The tool has command line arguments like `--jar_builder` and presumably...

@JakobDegen Do you know anyone who can review this?

Did you try this? ``` builder_parameters = { "output_path": output.as_output(), "some_dir": some_dir.as_output(), } ```

The builtin C++ rules understand the builtin C++ providers. If your `jai_static_library` rule returns the proper builtin C++ provider object, the linking should happen automatically. Constructing the proper provider is...

I'm telling you what that missing piece of glue is 😃 It's that your jai_static_library rule doesn't return a provider that the C++ rules understand. The reason adding your cpp...

So I figured out that I was using the frameworks argument wrong, I need to specify `"$SDKROOT/System/Frameworks/AVFoundation.framework"` and then it works. But I think that's just "happens" to fix the...

I'm not sure why this failed, but it doesn't appear to be related to anything in my PR. @ndmitchell do you have any suggestions for how I can fix this?