Pyry Kovanen

Results 26 comments of Pyry Kovanen

I am fairly confident that the issue is that `/app/shop` does not set the management proxy like Bridge does. [This](https://network.urbit.org/~rocbep-pagryx) is a planet that exhibits the issue, and [this one](https://network.urbit.org/~lagsev-dacseb)...

That got me further, ran into this issue next: ``` ERROR: /private/var/tmp/_bazel_pkova/7da81147f29e30d81d8599eb0dba1610/external/h2o/BUILD.bazel:243:11: Compiling lib/core/util.c failed: undeclared inclusion(s) in rule '@h2o//:h2o': this rule is missing dependency declarations for the following files...

Note that trying to build from [i/131/macos-build](https://github.com/urbit/vere/tree/i/131/macos-build) without my fix to `pkg/ent/ent.c` will fail with the same error as in the original issue.

Now I'm running into this one. No permutation of double quotes or < > seems to do the trick either. ``` ERROR: /Users/pkova/Desktop/vere/pkg/urcrypt/BUILD.bazel:5:11: Compiling pkg/urcrypt/argon.c failed: undeclared inclusion(s) in rule...

No dice. After trying an ungodly amount of permutations of clang versions and messing with `sys_includes` for `brew-clang-macos-x86_64-config` in `/bazel/toolchain/BUILD.bazel` the best I've been able to do is have it...

Thank god, I was about to end it all. I made #147 with my changes.