-
Notifications
You must be signed in to change notification settings - Fork 155
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
Bazel not finding varref and vardef #828
Comments
Unfortunately, we don't have support for building on Windows yet. This is something we are currently working on, but we have run into a couple of issues that we are still trying to resolve. |
I get this same error trying to build on Mac, but I haven't tried Linux yet. Is mac not supported either? |
I'm not sure if building for Mac through bazel works, but you should be able to use it with swift package manager. The linux build should work, but we don't have any mediums implemented so it won't be very useful. |
What do you mean with "no mediums implemeted"? What is a medium in this context? |
Found it. The README mentions that the WiFi LAN medium is supported. Is that not true? |
The README is a bit unclear, but Wi-Fi LAN is only supported by Apple platforms. Linux has no supported mediums. We should update the documentation to make that apparent. |
Closing as duplicate of #408 |
Building the library is impossible for me, as Bazel cannot find the names of vardef and varref in the windows client. How do I fix this?
The text was updated successfully, but these errors were encountered: