-
I am trying to get around with some type conversion issues with my custom code and to do that I am attempting to use However, while I was attempting to build mitsuba on Windows using MSVC (Visual Studio 2022), I get following error:
No I went on to delete the mitsuba3 folder altogether and re-cloned it from GitHub, changed I continued with building on WSL2, which is a Ubuntu 22.04, and build went through with no errors despite have only Any idea why this might happened, or what I have done wrong? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I think you (for now) need to enable a JIT (LLVM, CUDA) variant even if you never use it, for the build to work properly. |
Beta Was this translation helpful? Give feedback.
I think you (for now) need to enable a JIT (LLVM, CUDA) variant even if you never use it, for the build to work properly.