Build errors: relocation R_X86_64_PC32 cannot be used against symbol 'vtable for std::bad_variant_access' #497
-
Hey there. I'm attempting to build on WSL2 (Ubuntu 24.04) and I'm running into some issues. I've just followed the build instructions in the README - the only thing I've changed was disabling the windows PATH environment variable for the virtual machine. While researching this error, I read that setting What am I missing? Is there a "proper" fix? I'd greatly appreciate your advice. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
I just experienced this last night myself on a local build, but it was after a rebase where I had not cleared the prior state so I ignored it. After I did a partial clean with:
it resolved itself. That didn't satisfy me as a root cause but it did mean that I lost my repro of the issue. |
Beta Was this translation helpful? Give feedback.
I just experienced this last night myself on a local build, but it was after a rebase where I had not cleared the prior state so I ignored it.
After I did a partial clean with:
it resolved itself. That didn't satisfy me as a root cause but it did mean that I lost my repro of the issue.