Open crazyjat opened 2 years ago
I have found that the above example fails to compile on Windows and have found no work around.
Another example error:
external/io_bazel_rules_scala/third_party/java_tools/src/main/cpp/util/file_posix.cc(17): fatal error C1083: Cannot open include file: 'dirent.h': No such file or directory
Hi @crazyjat I'm sorry to say that but windows isn't really supported. We are targeting linux and mac at the moment. For windows support we would accept contributions.
How incredibly frustrating that you don’t support the most widely used operating system in the world. This is my biggest problem with bazel so far, shitty support.
@crazyjat, I was looking at this... is it still an issue for you? If so, what version of rules_scala and bazel are you using? And what's in your thrift file?
I get the following error when doing a very simple thrift to scala conversion on Windows 11 using Bazel.