-
I'm not sure if I am doing something wrong or if pybind11 has a bug, but when I use the clang toolchain (mingw-w64-clang-x86_64-toolchain) on msys2 and I try to compile my program, I get this error:
For more log, see my CI: https://github.com/moi15moi/VideoTimestamps/actions/runs/16232498781/job/45837840044?pr=14 I have no idea if it is a bug from meson or pybind11. Note that I don't have this issue if I dont use the clang toolchain. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Oh, this seems to be a bug because I don't have this problem with the version 2.13.6. I only have it on the version 3.0.0. |
Beta Was this translation helpful? Give feedback.
-
Fixed by: #5757 (comment) |
Beta Was this translation helpful? Give feedback.
Fixed by: #5757 (comment)