Open nofe1248 opened 1 month ago
Is Beaver doesn't support Windows?
With some changes on Kinda and Beaver it should be possible to support Windows. The error you posted is about the absence of Windows prebuild of Beaver+LLVM/MLIR shared library. You can trigger a source build with system env BEAVER_BUILD_CMAKE=1
(it might fail for some other reasons)
Very welcome if you can send a PR to get Windows build working and we can make the prebuild as a regular one like those for Linux and macOS. You can also give me some more information about what kind of Windows setup you are running (like C/C++ compilers etc), so I can try to install and reproduce build failures.
When I try to use Beaver in my project on Windows, I got following errors:
Also I've spotted the following code in Kinda:
Is Beaver doesn't support Windows?