Matthew LeVan
Matthew LeVan
We build `h2o`, `openssl`, and other third-party dependencies ourselves (you can see them and others in `bazel/third_party`) so the double-quote syntax is appropriate as we don't want to tell the...
I'm happy with prepending folders to our own header file paths (like `"noun/noun.h"` instead of `"noun.h"` but I'm not sure of the cleanest way to do it. @mcevoypeter any thoughts?
For reference, here is the output from `bazel build //pkg/vere:test-fake-ship` on my M1 Mac: https://hastebin.com/gejibalafe.pl
This has been resolved in #13.
> @matthew-levan what was the fix? I'm not sure!
I'm re-opening this issue because I am seeing it occur on `macos-arm64` and `macos-x86_64` executions of `bazel build //pkg/vere:boot-fake-ship`. The errors only occur when booting ships from within `bazel`. Booting...
I have confirmed that this error does not occur on my `linux-x86_64` machine: https://hastebin.com/pajomacamu.yaml.
To re-iterate: this issue does not occur when running `urbit` from the regular console (outside of `bazel`), as can be seen here (on both `macos-arm64` and `macos-x86_64`): https://hastebin.com/umeqigicow.css
Did you by chance migrate an old `brew` installation from an `x86_64` Mac to your new M1/2 Mac? I've seen errors like this in such scenarios. If not, another q:...